@finos/legend-extension-dsl-service 0.1.6 → 0.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.
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  export declare const ServiceQueryEditor: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceQueryEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0dH,eAAO,MAAM,kBAAkB;;CAuC7B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAe9B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;CAgBrC,CAAC"}
1
+ {"version":3,"file":"ServiceQueryEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA0dH,eAAO,MAAM,kBAAkB;;CAuC7B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;CAe9B,CAAC;AAEH,eAAO,MAAM,0BAA0B;;CAgBrC,CAAC"}
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  export declare const ServiceQueryEditorReviewAction: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceQueryEditorReviewAction.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorReviewAction.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA+GH,eAAO,MAAM,8BAA8B;;CAkDzC,CAAC"}
1
+ {"version":3,"file":"ServiceQueryEditorReviewAction.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorReviewAction.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA+GH,eAAO,MAAM,8BAA8B;;CAkDzC,CAAC"}
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  export declare const ServiceQueryEditorWorkspaceStatus: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceQueryEditorWorkspaceStatus.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorWorkspaceStatus.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAYH,eAAO,MAAM,iCAAiC;;CA8F5C,CAAC"}
1
+ {"version":3,"file":"ServiceQueryEditorWorkspaceStatus.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorWorkspaceStatus.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAYH,eAAO,MAAM,iCAAiC;;CA8F5C,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-service v0.1.6
1
+ /** @license @finos/legend-extension-dsl-service v0.1.8
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-service",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Legend extension for Service DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -53,23 +53,23 @@
53
53
  "@finos/legend-server-sdlc": "workspace:*",
54
54
  "@finos/legend-shared": "workspace:*",
55
55
  "@finos/legend-storage": "workspace:*",
56
- "@types/react": "18.0.25",
56
+ "@types/react": "18.0.26",
57
57
  "mobx": "6.7.0",
58
58
  "mobx-react-lite": "3.4.0",
59
59
  "react": "18.2.0",
60
60
  "react-dom": "18.2.0",
61
- "serializr": "3.0.1"
61
+ "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@finos/legend-dev-utils": "workspace:*",
65
65
  "@jest/globals": "29.3.1",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.28.0",
67
+ "eslint": "8.29.0",
68
68
  "jest": "29.3.1",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "3.0.2",
71
- "sass": "1.56.1",
72
- "typescript": "4.9.3"
71
+ "sass": "1.56.2",
72
+ "typescript": "4.9.4"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-service",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Legend extension for Service DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,33 +43,33 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "10.2.0",
47
- "@finos/legend-application-query": "9.0.18",
48
- "@finos/legend-application-studio": "22.0.0",
49
- "@finos/legend-art": "5.0.13",
50
- "@finos/legend-graph": "22.0.0",
51
- "@finos/legend-query-builder": "0.6.8",
52
- "@finos/legend-server-depot": "4.1.12",
53
- "@finos/legend-server-sdlc": "4.1.10",
54
- "@finos/legend-shared": "6.2.8",
55
- "@finos/legend-storage": "3.0.23",
56
- "@types/react": "18.0.25",
46
+ "@finos/legend-application": "10.2.1",
47
+ "@finos/legend-application-query": "9.0.20",
48
+ "@finos/legend-application-studio": "22.1.1",
49
+ "@finos/legend-art": "5.0.14",
50
+ "@finos/legend-graph": "22.0.1",
51
+ "@finos/legend-query-builder": "0.6.10",
52
+ "@finos/legend-server-depot": "4.2.1",
53
+ "@finos/legend-server-sdlc": "4.1.11",
54
+ "@finos/legend-shared": "6.2.9",
55
+ "@finos/legend-storage": "3.0.24",
56
+ "@types/react": "18.0.26",
57
57
  "mobx": "6.7.0",
58
58
  "mobx-react-lite": "3.4.0",
59
59
  "react": "18.2.0",
60
60
  "react-dom": "18.2.0",
61
- "serializr": "3.0.1"
61
+ "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@finos/legend-dev-utils": "2.0.31",
64
+ "@finos/legend-dev-utils": "2.0.32",
65
65
  "@jest/globals": "29.3.1",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.28.0",
67
+ "eslint": "8.29.0",
68
68
  "jest": "29.3.1",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "3.0.2",
71
- "sass": "1.56.1",
72
- "typescript": "4.9.3"
71
+ "sass": "1.56.2",
72
+ "typescript": "4.9.4"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "react": "^18.0.0"