Skip to content

Commit bd9e54e

Browse files
author
Anita Steiner
authored
Merge pull request #44 from datavisyn/release-11.0.0
Release 11.0.0
2 parents cd03373 + 2ac13e7 commit bd9e54e

12 files changed

+15
-15
lines changed

dist/main/LoginCredentials.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main/LoginCredentials.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/phovea.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rest/SecurityStoreGeneratedRest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rest/SecurityStoreGeneratedRest.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(pluginsToTransform.length > 0) {
1212
}
1313

1414
/**
15-
* TODO check if we can process inline webpack loaders (e.g. as found in https://github.com/phovea/phovea_ui/blob/master/src/_bootstrap.ts)
15+
* TODO check if we can process inline webpack loaders (e.g. as found in https://github.com/datavisyn/tdp_core/blob/develop/src/webpack/_bootstrap.ts)
1616
* see also https://jestjs.io/docs/en/webpack#mocking-css-modules
1717
*/
1818
module.exports = {
@@ -46,4 +46,4 @@ module.exports = {
4646
moduleNameMapper: {
4747
"^.+\\.(css|less|scss|sass|png|jpg|gif)$": "identity-obj-proxy"
4848
}
49-
}
49+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phovea_security_store_generated",
33
"description": "",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"author": {
66
"name": "datavisyn GmbH",
77
"email": "contact@datavisyn.io",
@@ -69,7 +69,7 @@
6969
"docker_packages.txt"
7070
],
7171
"dependencies": {
72-
"phovea_security_flask": "^8.0.0"
72+
"tdp_core": "^13.0.0"
7373
},
7474
"main": "dist/index.js",
7575
"types": "dist/index.d.ts",

phovea_registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Licensed under the new BSD license, available at http://caleydo.org/license
55
**************************************************************************** */
66

7-
import {PluginRegistry} from 'phovea_core';
7+
import {PluginRegistry} from 'tdp_core';
88
import reg from './dist/phovea';
99

1010
/**

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pydng==1.1.2
2-
phovea_server>=7.2.0,<8.0.0
3-
phovea_security_flask>=8.0.0,<9.0.0
2+
phovea_server>=8.0.0,<9.0.0
3+
tdp_core>=13.0.0,<14.0.0

src/main/LoginCredentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {BaseUtils} from 'phovea_core';
1+
import {BaseUtils} from 'tdp_core';
22
import {SecurityStoreGeneratedRest} from '../rest';
33

44
export class LoginCredentials {

0 commit comments

Comments
 (0)