@finos/legend-extension-dsl-service 1.0.15 → 1.0.17
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/query/ServiceRegisterModal.d.ts +1 -1
- package/lib/components/studio/ServiceQueryEditor.d.ts +3 -3
- package/lib/components/studio/ServiceQueryEditorReviewAction.d.ts +1 -1
- package/lib/components/studio/ServiceQueryEditorWorkspaceStatus.d.ts +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +3 -3
- package/package.json +15 -15
|
@@ -18,7 +18,7 @@ import type { QueryBuilderState } from '@finos/legend-query-builder';
|
|
|
18
18
|
export declare const ServiceRegisterAction: ((props: {
|
|
19
19
|
editorStore: QueryEditorStore;
|
|
20
20
|
queryBuilderState: QueryBuilderState;
|
|
21
|
-
}) => JSX.Element) & {
|
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
//# sourceMappingURL=ServiceRegisterModal.d.ts.map
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
export declare const ServiceQueryEditor: (() => JSX.Element) & {
|
|
16
|
+
export declare const ServiceQueryEditor: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
|
-
export declare const ServiceQueryUpdater: (() => JSX.Element) & {
|
|
19
|
+
export declare const ServiceQueryUpdater: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
|
-
export declare const ProjectServiceQueryUpdater: (() => JSX.Element) & {
|
|
22
|
+
export declare const ProjectServiceQueryUpdater: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
23
23
|
displayName: string;
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=ServiceQueryEditor.d.ts.map
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
export declare const ServiceQueryEditorReviewAction: (() => JSX.Element) & {
|
|
16
|
+
export declare const ServiceQueryEditorReviewAction: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=ServiceQueryEditorReviewAction.d.ts.map
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
export declare const ServiceQueryEditorWorkspaceStatus: (() => JSX.Element) & {
|
|
16
|
+
export declare const ServiceQueryEditorWorkspaceStatus: (() => import("react/jsx-runtime").JSX.Element) & {
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=ServiceQueryEditorWorkspaceStatus.d.ts.map
|
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.17",
|
|
4
4
|
"description": "Legend extension for Service DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@finos/legend-server-sdlc": "workspace:*",
|
|
54
54
|
"@finos/legend-shared": "workspace:*",
|
|
55
55
|
"@finos/legend-storage": "workspace:*",
|
|
56
|
-
"@types/react": "18.2.
|
|
56
|
+
"@types/react": "18.2.6",
|
|
57
57
|
"mobx": "6.9.0",
|
|
58
58
|
"mobx-react-lite": "3.4.3",
|
|
59
59
|
"react": "18.2.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@finos/legend-dev-utils": "workspace:*",
|
|
65
65
|
"@jest/globals": "29.5.0",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
|
-
"eslint": "8.
|
|
67
|
+
"eslint": "8.40.0",
|
|
68
68
|
"jest": "29.5.0",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "5.0.0",
|
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.17",
|
|
4
4
|
"description": "Legend extension for Service DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"test:watch": "jest --watch"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@finos/legend-application": "15.0.
|
|
46
|
-
"@finos/legend-application-query": "13.0.
|
|
47
|
-
"@finos/legend-application-studio": "25.0.
|
|
48
|
-
"@finos/legend-art": "7.0.
|
|
49
|
-
"@finos/legend-graph": "28.1.
|
|
50
|
-
"@finos/legend-lego": "1.0.
|
|
51
|
-
"@finos/legend-query-builder": "3.2.
|
|
52
|
-
"@finos/legend-server-depot": "6.0.
|
|
53
|
-
"@finos/legend-server-sdlc": "5.0.
|
|
54
|
-
"@finos/legend-shared": "10.0.
|
|
55
|
-
"@finos/legend-storage": "3.0.
|
|
56
|
-
"@types/react": "18.2.
|
|
45
|
+
"@finos/legend-application": "15.0.12",
|
|
46
|
+
"@finos/legend-application-query": "13.0.6",
|
|
47
|
+
"@finos/legend-application-studio": "25.0.5",
|
|
48
|
+
"@finos/legend-art": "7.0.13",
|
|
49
|
+
"@finos/legend-graph": "28.1.7",
|
|
50
|
+
"@finos/legend-lego": "1.0.5",
|
|
51
|
+
"@finos/legend-query-builder": "3.2.6",
|
|
52
|
+
"@finos/legend-server-depot": "6.0.6",
|
|
53
|
+
"@finos/legend-server-sdlc": "5.0.6",
|
|
54
|
+
"@finos/legend-shared": "10.0.5",
|
|
55
|
+
"@finos/legend-storage": "3.0.55",
|
|
56
|
+
"@types/react": "18.2.6",
|
|
57
57
|
"mobx": "6.9.0",
|
|
58
58
|
"mobx-react-lite": "3.4.3",
|
|
59
59
|
"react": "18.2.0",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"serializr": "3.0.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@finos/legend-dev-utils": "2.0.
|
|
64
|
+
"@finos/legend-dev-utils": "2.0.60",
|
|
65
65
|
"@jest/globals": "29.5.0",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
|
-
"eslint": "8.
|
|
67
|
+
"eslint": "8.40.0",
|
|
68
68
|
"jest": "29.5.0",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "5.0.0",
|