@finos/legend-extension-dsl-service 1.0.0 → 1.0.2

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/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-service v1.0.0
1
+ /** @license @finos/legend-extension-dsl-service v1.0.2
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": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Legend extension for Service DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -25,8 +25,6 @@
25
25
  "./application-query": "./lib/components/query/index.js",
26
26
  "./lib/index.css": "./lib/index.css"
27
27
  },
28
- "module": "lib/index.js",
29
- "types": "lib/index.d.ts",
30
28
  "scripts": {
31
29
  "build": "yarn clean && yarn build:sass && yarn build:ts",
32
30
  "build:sass": "cross-env INIT_CWD=$INIT_CWD node ../../scripts/workflow/buildSass.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-service",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Legend extension for Service DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -25,8 +25,6 @@
25
25
  "./application-query": "./lib/components/query/index.js",
26
26
  "./lib/index.css": "./lib/index.css"
27
27
  },
28
- "module": "lib/index.js",
29
- "types": "lib/index.d.ts",
30
28
  "scripts": {
31
29
  "build": "yarn clean && yarn build:sass && yarn build:ts",
32
30
  "build:sass": "cross-env INIT_CWD=$INIT_CWD node ../../scripts/workflow/buildSass.js",
@@ -44,13 +42,13 @@
44
42
  "test:watch": "jest --watch"
45
43
  },
46
44
  "dependencies": {
47
- "@finos/legend-application": "15.0.0",
48
- "@finos/legend-application-query": "12.0.0",
49
- "@finos/legend-application-studio": "24.0.0",
50
- "@finos/legend-art": "7.0.1",
51
- "@finos/legend-graph": "28.0.0",
52
- "@finos/legend-lego": "0.1.5",
53
- "@finos/legend-query-builder": "3.0.0",
45
+ "@finos/legend-application": "15.0.1",
46
+ "@finos/legend-application-query": "12.0.2",
47
+ "@finos/legend-application-studio": "24.0.2",
48
+ "@finos/legend-art": "7.0.2",
49
+ "@finos/legend-graph": "28.0.2",
50
+ "@finos/legend-lego": "0.1.7",
51
+ "@finos/legend-query-builder": "3.0.2",
54
52
  "@finos/legend-server-depot": "5.0.0",
55
53
  "@finos/legend-server-sdlc": "5.0.0",
56
54
  "@finos/legend-shared": "9.0.0",