@genesislcap/foundation-fdc3 14.184.0 → 14.185.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +23 -15
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-fdc3",
|
3
3
|
"description": "Genesis Foundation FDC3",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.185.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -36,6 +36,7 @@
|
|
36
36
|
"build:rollup:stats": "genx analyze -b rollup",
|
37
37
|
"build:webpack": "genx build",
|
38
38
|
"build:webpack:stats": "genx analyze",
|
39
|
+
"circular": "npx -y madge --extensions ts --circular ./src",
|
39
40
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
40
41
|
"dev": "npm run dev:tsc",
|
41
42
|
"dev:rollup": "genx dev -b rollup",
|
@@ -50,23 +51,30 @@
|
|
50
51
|
"test:unit:watch": "genx test --watch",
|
51
52
|
"test:debug": "genx test --debug"
|
52
53
|
},
|
54
|
+
"madge": {
|
55
|
+
"detectiveOptions": {
|
56
|
+
"ts": {
|
57
|
+
"skipTypeImports": true
|
58
|
+
}
|
59
|
+
}
|
60
|
+
},
|
53
61
|
"devDependencies": {
|
54
|
-
"@genesislcap/foundation-testing": "14.
|
55
|
-
"@genesislcap/genx": "14.
|
56
|
-
"@genesislcap/rollup-builder": "14.
|
57
|
-
"@genesislcap/ts-builder": "14.
|
58
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
59
|
-
"@genesislcap/vite-builder": "14.
|
60
|
-
"@genesislcap/webpack-builder": "14.
|
61
|
-
"rimraf": "^
|
62
|
+
"@genesislcap/foundation-testing": "14.185.0",
|
63
|
+
"@genesislcap/genx": "14.185.0",
|
64
|
+
"@genesislcap/rollup-builder": "14.185.0",
|
65
|
+
"@genesislcap/ts-builder": "14.185.0",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.185.0",
|
67
|
+
"@genesislcap/vite-builder": "14.185.0",
|
68
|
+
"@genesislcap/webpack-builder": "14.185.0",
|
69
|
+
"rimraf": "^5.0.0"
|
62
70
|
},
|
63
71
|
"dependencies": {
|
64
72
|
"@finos/fdc3": "^1.2.0",
|
65
|
-
"@genesislcap/foundation-logger": "14.
|
66
|
-
"@genesislcap/foundation-notifications": "14.
|
67
|
-
"@genesislcap/foundation-ui": "14.
|
68
|
-
"@genesislcap/foundation-utils": "14.
|
69
|
-
"@genesislcap/web-core": "14.
|
73
|
+
"@genesislcap/foundation-logger": "14.185.0",
|
74
|
+
"@genesislcap/foundation-notifications": "14.185.0",
|
75
|
+
"@genesislcap/foundation-ui": "14.185.0",
|
76
|
+
"@genesislcap/foundation-utils": "14.185.0",
|
77
|
+
"@genesislcap/web-core": "14.185.0",
|
70
78
|
"@interopio/desktop": "^6.3.1",
|
71
79
|
"@microsoft/fast-element": "^1.12.0",
|
72
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -80,5 +88,5 @@
|
|
80
88
|
"publishConfig": {
|
81
89
|
"access": "public"
|
82
90
|
},
|
83
|
-
"gitHead": "
|
91
|
+
"gitHead": "839487e6a0b1168d0ad6bf32c9e3a50504c775a0"
|
84
92
|
}
|