@genesislcap/foundation-fdc3 14.223.1-alpha-6c9f0a7.0 → 14.224.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +15 -19
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.224.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -59,33 +59,29 @@
|
|
59
59
|
}
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@genesislcap/foundation-testing": "14.
|
63
|
-
"@genesislcap/genx": "14.
|
64
|
-
"@genesislcap/rollup-builder": "14.
|
65
|
-
"@genesislcap/ts-builder": "14.
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
67
|
-
"@genesislcap/vite-builder": "14.
|
68
|
-
"@genesislcap/webpack-builder": "14.
|
62
|
+
"@genesislcap/foundation-testing": "14.224.0",
|
63
|
+
"@genesislcap/genx": "14.224.0",
|
64
|
+
"@genesislcap/rollup-builder": "14.224.0",
|
65
|
+
"@genesislcap/ts-builder": "14.224.0",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.224.0",
|
67
|
+
"@genesislcap/vite-builder": "14.224.0",
|
68
|
+
"@genesislcap/webpack-builder": "14.224.0",
|
69
69
|
"rimraf": "^5.0.0",
|
70
70
|
"sinon": "^17.0.1"
|
71
71
|
},
|
72
72
|
"dependencies": {
|
73
73
|
"@finos/fdc3": "2.1.1",
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
75
|
-
"@genesislcap/foundation-notifications": "14.
|
76
|
-
"@genesislcap/foundation-ui": "14.
|
77
|
-
"@genesislcap/foundation-utils": "14.
|
78
|
-
"@genesislcap/web-core": "14.
|
74
|
+
"@genesislcap/foundation-logger": "14.224.0",
|
75
|
+
"@genesislcap/foundation-notifications": "14.224.0",
|
76
|
+
"@genesislcap/foundation-ui": "14.224.0",
|
77
|
+
"@genesislcap/foundation-utils": "14.224.0",
|
78
|
+
"@genesislcap/web-core": "14.224.0",
|
79
79
|
"@interopio/desktop": "^6.3.1",
|
80
|
-
"@microsoft/fast-element": "1.
|
80
|
+
"@microsoft/fast-element": "^1.12.0",
|
81
81
|
"@microsoft/fast-foundation": "2.49.6",
|
82
82
|
"rxjs": "^7.5.4",
|
83
83
|
"tslib": "^2.3.1"
|
84
84
|
},
|
85
|
-
"peerDependencies": {
|
86
|
-
"@microsoft/fast-element": "1.14.0",
|
87
|
-
"@microsoft/fast-foundation": "2.49.6"
|
88
|
-
},
|
89
85
|
"repository": {
|
90
86
|
"type": "git",
|
91
87
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
@@ -94,5 +90,5 @@
|
|
94
90
|
"publishConfig": {
|
95
91
|
"access": "public"
|
96
92
|
},
|
97
|
-
"gitHead": "
|
93
|
+
"gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
|
98
94
|
}
|