@finos/legend-extension-dsl-data-space 1.1.3 → 1.1.6

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.
@@ -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;AAkCH,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,gCAAgC,CAAC;AA8XxC,eAAO,MAAM,eAAe,WAClB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CAgLvD,CAAC"}
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;AAqBH,OAAO,KAAK,EACV,wBAAwB,EAEzB,MAAM,6CAA6C,CAAC;AASrD,eAAO,MAAM,mBAAmB,WACtB;IAAE,eAAe,EAAE,wBAAwB,CAAA;CAAE;;CAmMtD,CAAC"}
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
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-data-space v1.1.3
1
+ /** @license @finos/legend-extension-dsl-data-space v1.1.6
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
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",
3
+ "version": "1.1.6",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@finos/legend-dev-utils": "workspace:*",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.11.0",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "1.1.3",
3
+ "version": "1.1.6",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -40,15 +40,15 @@
40
40
  "test:watch": "jest --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@finos/legend-application": "2.0.3",
44
- "@finos/legend-art": "0.3.11",
45
- "@finos/legend-extension-dsl-diagram": "1.0.24",
46
- "@finos/legend-graph": "2.0.3",
47
- "@finos/legend-model-storage": "0.0.24",
48
- "@finos/legend-query": "1.2.3",
49
- "@finos/legend-server-depot": "0.0.27",
50
- "@finos/legend-shared": "1.2.6",
51
- "@finos/legend-studio": "4.1.1",
43
+ "@finos/legend-application": "2.0.6",
44
+ "@finos/legend-art": "0.3.12",
45
+ "@finos/legend-extension-dsl-diagram": "1.0.27",
46
+ "@finos/legend-graph": "2.1.1",
47
+ "@finos/legend-model-storage": "0.0.25",
48
+ "@finos/legend-query": "1.3.2",
49
+ "@finos/legend-server-depot": "0.0.28",
50
+ "@finos/legend-shared": "1.2.7",
51
+ "@finos/legend-studio": "5.1.1",
52
52
  "@types/react": "17.0.43",
53
53
  "@types/react-router-dom": "5.3.2",
54
54
  "mobx": "6.5.0",
@@ -62,9 +62,9 @@
62
62
  "serializr": "2.0.5"
63
63
  },
64
64
  "devDependencies": {
65
- "@finos/legend-dev-utils": "0.3.15",
65
+ "@finos/legend-dev-utils": "0.3.16",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.11.0",
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",