@finos/legend-vscode-extension-dependencies 1.0.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/bundles/assets/bundle.cjs-CO8nKwDg.css +6499 -0
- package/lib/bundles/bundle.cjs.js +727 -0
- package/lib/bundles/package.json +1 -0
- package/package.json +17 -17
- package/lib/package.json +0 -65
@@ -0,0 +1 @@
|
|
1
|
+
{"type": "commonjs"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-vscode-extension-dependencies",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.0",
|
4
4
|
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-vscode-extension-dependencies",
|
5
5
|
"bugs": {
|
6
6
|
"url": "https://github.com/finos/legend-studio/issues"
|
@@ -22,41 +22,41 @@
|
|
22
22
|
"module": "lib/index.js",
|
23
23
|
"types": "lib/index.d.ts",
|
24
24
|
"scripts": {
|
25
|
-
"build": "yarn clean && yarn build:ts && yarn build:cjs",
|
26
25
|
"build:ts": "tsc --project ./tsconfig.build.json",
|
27
|
-
"
|
26
|
+
"bundle": "yarn clean && yarn build:ts && yarn rollup -c && echo '{\"type\": \"commonjs\"}' > lib/bundles/package.json",
|
28
27
|
"clean": "npm-run-all clean:cache clean:lib",
|
29
28
|
"clean:cache": "rimraf \"build\"",
|
30
29
|
"clean:lib": "rimraf \"lib\"",
|
31
30
|
"dev": "npm-run-all --parallel dev:ts",
|
32
31
|
"dev:ts": "tsc --watch --preserveWatchOutput",
|
33
32
|
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
|
33
|
+
"publish:pre-prepare": "yarn bundle",
|
34
34
|
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
|
35
35
|
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
|
36
36
|
"test": "jest",
|
37
37
|
"test:watch": "jest --watch"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@finos/legend-application-studio": "28.17.
|
41
|
-
"@finos/legend-extension-dsl-diagram": "8.0.
|
42
|
-
"@finos/legend-graph": "31.10.
|
43
|
-
"@finos/legend-shared": "10.0.
|
44
|
-
"@finos/legend-storage": "3.0.
|
40
|
+
"@finos/legend-application-studio": "28.17.15",
|
41
|
+
"@finos/legend-extension-dsl-diagram": "8.0.188",
|
42
|
+
"@finos/legend-graph": "31.10.7",
|
43
|
+
"@finos/legend-shared": "10.0.42",
|
44
|
+
"@finos/legend-storage": "3.0.92"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@finos/legend-dev-utils": "2.1.
|
48
|
-
"@rollup/plugin-babel": "
|
49
|
-
"@rollup/plugin-commonjs": "
|
50
|
-
"@rollup/plugin-json": "
|
51
|
-
"@rollup/plugin-node-resolve": "
|
52
|
-
"@rollup/plugin-terser": "
|
47
|
+
"@finos/legend-dev-utils": "2.1.10",
|
48
|
+
"@rollup/plugin-babel": "6.0.4",
|
49
|
+
"@rollup/plugin-commonjs": "26.0.1",
|
50
|
+
"@rollup/plugin-json": "6.1.0",
|
51
|
+
"@rollup/plugin-node-resolve": "15.2.3",
|
52
|
+
"@rollup/plugin-terser": "0.4.4",
|
53
53
|
"cross-env": "7.0.3",
|
54
54
|
"eslint": "8.57.0",
|
55
55
|
"npm-run-all": "4.1.5",
|
56
56
|
"rimraf": "5.0.7",
|
57
|
-
"rollup": "
|
58
|
-
"rollup-plugin-flow": "
|
59
|
-
"rollup-plugin-import-css": "
|
57
|
+
"rollup": "4.18.0",
|
58
|
+
"rollup-plugin-flow": "1.1.1",
|
59
|
+
"rollup-plugin-import-css": "3.5.0",
|
60
60
|
"typescript": "5.4.5"
|
61
61
|
},
|
62
62
|
"publishConfig": {
|
package/lib/package.json
DELETED
@@ -1,65 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@finos/legend-vscode-extension-dependencies",
|
3
|
-
"version": "1.0.1",
|
4
|
-
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-vscode-extension-dependencies",
|
5
|
-
"bugs": {
|
6
|
-
"url": "https://github.com/finos/legend-studio/issues"
|
7
|
-
},
|
8
|
-
"repository": {
|
9
|
-
"type": "git",
|
10
|
-
"url": "https://github.com/finos/legend-studio.git",
|
11
|
-
"directory": "packages/legend-vscode-extension-dependencies"
|
12
|
-
},
|
13
|
-
"license": "Apache-2.0",
|
14
|
-
"sideEffects": false,
|
15
|
-
"type": "module",
|
16
|
-
"exports": {
|
17
|
-
".": {
|
18
|
-
"import": "./lib/index.js",
|
19
|
-
"require": "./lib/bundles/bundle.cjs.js"
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"module": "lib/index.js",
|
23
|
-
"types": "lib/index.d.ts",
|
24
|
-
"scripts": {
|
25
|
-
"build": "yarn clean && yarn build:ts && yarn build:cjs",
|
26
|
-
"build:ts": "tsc --project ./tsconfig.build.json",
|
27
|
-
"build:cjs": "yarn rollup -c && echo '{\"type\": \"commonjs\"}' > lib/bundles/package.json",
|
28
|
-
"clean": "npm-run-all clean:cache clean:lib",
|
29
|
-
"clean:cache": "rimraf \"build\"",
|
30
|
-
"clean:lib": "rimraf \"lib\"",
|
31
|
-
"dev": "npm-run-all --parallel dev:ts",
|
32
|
-
"dev:ts": "tsc --watch --preserveWatchOutput",
|
33
|
-
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",
|
34
|
-
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
|
35
|
-
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
|
36
|
-
"test": "jest",
|
37
|
-
"test:watch": "jest --watch"
|
38
|
-
},
|
39
|
-
"dependencies": {
|
40
|
-
"@finos/legend-application-studio": "workspace:*",
|
41
|
-
"@finos/legend-extension-dsl-diagram": "workspace:*",
|
42
|
-
"@finos/legend-graph": "workspace:*",
|
43
|
-
"@finos/legend-shared": "workspace:*",
|
44
|
-
"@finos/legend-storage": "workspace:*"
|
45
|
-
},
|
46
|
-
"devDependencies": {
|
47
|
-
"@finos/legend-dev-utils": "workspace:*",
|
48
|
-
"@rollup/plugin-babel": "^6.0.4",
|
49
|
-
"@rollup/plugin-commonjs": "^25.0.8",
|
50
|
-
"@rollup/plugin-json": "^6.1.0",
|
51
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
52
|
-
"@rollup/plugin-terser": "^0.4.4",
|
53
|
-
"cross-env": "7.0.3",
|
54
|
-
"eslint": "8.57.0",
|
55
|
-
"npm-run-all": "4.1.5",
|
56
|
-
"rimraf": "5.0.7",
|
57
|
-
"rollup": "^4.18.0",
|
58
|
-
"rollup-plugin-flow": "^1.1.1",
|
59
|
-
"rollup-plugin-import-css": "^3.5.0",
|
60
|
-
"typescript": "5.4.5"
|
61
|
-
},
|
62
|
-
"publishConfig": {
|
63
|
-
"directory": "build/publishContent"
|
64
|
-
}
|
65
|
-
}
|