@finos/legend-extension-dsl-service 1.0.185 → 1.0.186
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/studio/QueryProductionizer.d.ts +0 -1
- package/lib/components/studio/QueryProductionizer.d.ts.map +1 -1
- package/lib/components/studio/ServiceQueryEditorStoreProvider.d.ts +0 -1
- package/lib/components/studio/ServiceQueryEditorStoreProvider.d.ts.map +1 -1
- package/lib/components/studio/UpdateProjectServiceQuerySetup.d.ts +0 -1
- package/lib/components/studio/UpdateProjectServiceQuerySetup.d.ts.map +1 -1
- package/lib/components/studio/UpdateServiceQuerySetup.d.ts +0 -1
- package/lib/components/studio/UpdateServiceQuerySetup.d.ts.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +4 -4
- package/lib/stores/studio/QueryProductionizerStore.d.ts.map +1 -1
- package/package.json +16 -16
- package/tsconfig.package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"QueryProductionizer.d.ts","sourceRoot":"","sources":["../../../src/components/studio/QueryProductionizer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"QueryProductionizer.d.ts","sourceRoot":"","sources":["../../../src/components/studio/QueryProductionizer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAiDH,MAAM,MAAM,UAAU,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAmjB1D,eAAO,MAAM,mBAAmB,wBAqB/B,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
|
import { type ServiceQueryEditorStore } from '../../stores/studio/ServiceQueryEditorStore.js';
|
18
17
|
export declare const ServiceQueryEditorStoreContext: import("react").Context<ServiceQueryEditorStore | undefined>;
|
19
18
|
export declare const ServiceQueryUpdaterStoreProvider: React.FC<{
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ServiceQueryEditorStoreProvider.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"ServiceQueryEditorStoreProvider.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ServiceQueryEditorStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EACL,KAAK,uBAAuB,EAG7B,MAAM,gDAAgD,CAAC;AAMxD,eAAO,MAAM,8BAA8B,8DAE/B,CAAC;AAEb,eAAO,MAAM,gCAAgC,EAAE,KAAK,CAAC,EAAE,CAAC;IACtD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAkBA,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,KAAK,CAAC,EAAE,CAAC;IAC7D,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB,CAmBA,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAAO,uBAI3C,CAAC"}
|
@@ -13,6 +13,5 @@
|
|
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 UpdateProjectServiceQuerySetup: import("react").FC<{}>;
|
18
17
|
//# sourceMappingURL=UpdateProjectServiceQuerySetup.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"UpdateProjectServiceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/studio/UpdateProjectServiceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"UpdateProjectServiceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/studio/UpdateProjectServiceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmNH,eAAO,MAAM,8BAA8B,wBA4QxC,CAAC"}
|
@@ -13,6 +13,5 @@
|
|
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 UpdateServiceQuerySetup: import("react").FC<{}>;
|
18
17
|
//# sourceMappingURL=UpdateServiceQuerySetup.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"UpdateServiceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/studio/UpdateServiceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"UpdateServiceQuerySetup.d.ts","sourceRoot":"","sources":["../../../src/components/studio/UpdateServiceQuerySetup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmMH,eAAO,MAAM,uBAAuB,wBAqRnC,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-service",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.186",
|
4
4
|
"description": "Legend extension for Service DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@finos/legend-shared": "workspace:*",
|
55
55
|
"@finos/legend-storage": "workspace:*",
|
56
56
|
"@types/react": "18.3.3",
|
57
|
-
"mobx": "6.12.
|
57
|
+
"mobx": "6.12.4",
|
58
58
|
"mobx-react-lite": "4.0.7",
|
59
59
|
"react": "18.3.1",
|
60
60
|
"react-dom": "18.3.1",
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"jest": "29.7.0",
|
69
69
|
"npm-run-all": "4.1.5",
|
70
70
|
"rimraf": "5.0.7",
|
71
|
-
"sass": "1.77.
|
72
|
-
"typescript": "5.
|
71
|
+
"sass": "1.77.6",
|
72
|
+
"typescript": "5.5.2"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"react": "^18.0.0"
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"QueryProductionizerStore.d.ts","sourceRoot":"","sources":["../../../src/stores/studio/QueryProductionizerStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAIhC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,KAAK,UAAU,EACf,KAAK,SAAS,EACd,iBAAiB,EAUjB,OAAO,EAEP,SAAS,EACV,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,iBAAiB,EACtB,gBAAgB,EAIjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,KAAK,gBAAgB,EACrB,OAAO,EACP,SAAS,EAMT,IAAI,EACL,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,KAAK,WAAW,EAEhB,WAAW,EAKZ,MAAM,sBAAsB,CAAC;AAwB9B,eAAO,MAAM,oBAAoB,gBAClB,MAAM,kBACH,MAAM,iBACP,MAAM,EAAE,gBACT,MAAM,GAAG,SAAS,eACnB,MAAM,eACN,MAAM,qBACA,iBAAiB,KACnC,
|
1
|
+
{"version":3,"file":"QueryProductionizerStore.d.ts","sourceRoot":"","sources":["../../../src/stores/studio/QueryProductionizerStore.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-service",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.186",
|
4
4
|
"description": "Legend extension for Service DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -42,34 +42,34 @@
|
|
42
42
|
"test:watch": "jest --watch"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@finos/legend-application": "15.1.
|
46
|
-
"@finos/legend-application-query": "13.5.
|
47
|
-
"@finos/legend-application-studio": "28.17.
|
48
|
-
"@finos/legend-art": "7.1.
|
49
|
-
"@finos/legend-graph": "31.10.
|
50
|
-
"@finos/legend-lego": "1.2.
|
51
|
-
"@finos/legend-query-builder": "4.14.
|
52
|
-
"@finos/legend-server-depot": "6.0.
|
53
|
-
"@finos/legend-server-sdlc": "5.3.
|
54
|
-
"@finos/legend-shared": "10.0.
|
55
|
-
"@finos/legend-storage": "3.0.
|
45
|
+
"@finos/legend-application": "15.1.11",
|
46
|
+
"@finos/legend-application-query": "13.5.8",
|
47
|
+
"@finos/legend-application-studio": "28.17.13",
|
48
|
+
"@finos/legend-art": "7.1.39",
|
49
|
+
"@finos/legend-graph": "31.10.6",
|
50
|
+
"@finos/legend-lego": "1.2.42",
|
51
|
+
"@finos/legend-query-builder": "4.14.52",
|
52
|
+
"@finos/legend-server-depot": "6.0.46",
|
53
|
+
"@finos/legend-server-sdlc": "5.3.17",
|
54
|
+
"@finos/legend-shared": "10.0.41",
|
55
|
+
"@finos/legend-storage": "3.0.91",
|
56
56
|
"@types/react": "18.3.3",
|
57
|
-
"mobx": "6.12.
|
57
|
+
"mobx": "6.12.4",
|
58
58
|
"mobx-react-lite": "4.0.7",
|
59
59
|
"react": "18.3.1",
|
60
60
|
"react-dom": "18.3.1",
|
61
61
|
"serializr": "3.0.2"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
|
-
"@finos/legend-dev-utils": "2.1.
|
64
|
+
"@finos/legend-dev-utils": "2.1.9",
|
65
65
|
"@jest/globals": "29.7.0",
|
66
66
|
"cross-env": "7.0.3",
|
67
67
|
"eslint": "8.57.0",
|
68
68
|
"jest": "29.7.0",
|
69
69
|
"npm-run-all": "4.1.5",
|
70
70
|
"rimraf": "5.0.7",
|
71
|
-
"sass": "1.77.
|
72
|
-
"typescript": "5.
|
71
|
+
"sass": "1.77.6",
|
72
|
+
"typescript": "5.5.2"
|
73
73
|
},
|
74
74
|
"peerDependencies": {
|
75
75
|
"react": "^18.0.0"
|