@finos/legend-extension-dsl-data-space 1.1.5 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/DataSpaceViewer.d.ts +1 -0
- package/lib/components/DataSpaceViewer.d.ts.map +1 -1
- package/lib/components/query/DataSpaceQuerySetup.d.ts +1 -0
- package/lib/components/query/DataSpaceQuerySetup.d.ts.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +3 -3
- package/package.json +12 -12
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
import { type DataSpaceViewerState } from '../stores/DataSpaceViewerState';
|
|
17
18
|
export declare const DataSpaceViewer: ((props: {
|
|
18
19
|
dataSpaceViewerState: DataSpaceViewerState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataSpaceViewer.d.ts","sourceRoot":"","sources":["../../src/components/DataSpaceViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"DataSpaceViewer.d.ts","sourceRoot":"","sources":["../../src/components/DataSpaceViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkCH,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,gCAAgC,CAAC;AA8XxC,eAAO,MAAM,eAAe,WAClB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CAgLvD,CAAC"}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" />
|
|
16
17
|
import type { DataSpaceQuerySetupState } from '../../stores/query/DataSpaceQuerySetupState';
|
|
17
18
|
export declare const DataspaceQuerySetup: ((props: {
|
|
18
19
|
querySetupState: DataSpaceQuerySetupState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataSpaceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/query/DataSpaceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"DataSpaceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/query/DataSpaceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAqBH,OAAO,KAAK,EACV,wBAAwB,EAEzB,MAAM,6CAA6C,CAAC;AASrD,eAAO,MAAM,mBAAmB,WACtB;IAAE,eAAe,EAAE,wBAAwB,CAAA;CAAE;;CAmMtD,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean:cache": "rimraf \"build\"",
|
|
32
32
|
"clean:lib": "rimraf \"lib\"",
|
|
33
33
|
"dev": "npm-run-all --parallel dev:sass dev:ts",
|
|
34
|
-
"dev:sass": "sass style
|
|
34
|
+
"dev:sass": "sass style:lib --watch --load-path=../../node_modules/@finos/legend-art/scss",
|
|
35
35
|
"dev:ts": "tsc --watch --preserveWatchOutput",
|
|
36
36
|
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
|
|
37
37
|
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"jest": "27.5.1",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"sass": "1.49.
|
|
71
|
+
"sass": "1.49.11",
|
|
72
72
|
"typescript": "4.6.3"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean:cache": "rimraf \"build\"",
|
|
32
32
|
"clean:lib": "rimraf \"lib\"",
|
|
33
33
|
"dev": "npm-run-all --parallel dev:sass dev:ts",
|
|
34
|
-
"dev:sass": "sass style
|
|
34
|
+
"dev:sass": "sass style:lib --watch --load-path=../../node_modules/@finos/legend-art/scss",
|
|
35
35
|
"dev:ts": "tsc --watch --preserveWatchOutput",
|
|
36
36
|
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
|
|
37
37
|
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"test:watch": "jest --watch"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@finos/legend-application": "2.0.
|
|
44
|
-
"@finos/legend-art": "0.3.
|
|
45
|
-
"@finos/legend-extension-dsl-diagram": "1.0.
|
|
46
|
-
"@finos/legend-graph": "2.1.
|
|
47
|
-
"@finos/legend-model-storage": "0.0.
|
|
48
|
-
"@finos/legend-query": "1.3.
|
|
49
|
-
"@finos/legend-server-depot": "0.0.
|
|
43
|
+
"@finos/legend-application": "2.0.8",
|
|
44
|
+
"@finos/legend-art": "0.3.13",
|
|
45
|
+
"@finos/legend-extension-dsl-diagram": "1.0.29",
|
|
46
|
+
"@finos/legend-graph": "2.1.3",
|
|
47
|
+
"@finos/legend-model-storage": "0.0.26",
|
|
48
|
+
"@finos/legend-query": "1.3.4",
|
|
49
|
+
"@finos/legend-server-depot": "0.0.29",
|
|
50
50
|
"@finos/legend-shared": "1.2.7",
|
|
51
|
-
"@finos/legend-studio": "5.1.
|
|
51
|
+
"@finos/legend-studio": "5.1.3",
|
|
52
52
|
"@types/react": "17.0.43",
|
|
53
53
|
"@types/react-router-dom": "5.3.2",
|
|
54
54
|
"mobx": "6.5.0",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"serializr": "2.0.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@finos/legend-dev-utils": "0.3.
|
|
65
|
+
"@finos/legend-dev-utils": "0.3.17",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
67
|
"eslint": "8.12.0",
|
|
68
68
|
"jest": "27.5.1",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"sass": "1.49.
|
|
71
|
+
"sass": "1.49.11",
|
|
72
72
|
"typescript": "4.6.3"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|