@genesislcap/foundation-comms 14.94.2 → 14.95.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-comms",
|
3
3
|
"description": "Genesis Foundation UI Comms",
|
4
|
-
"version": "14.
|
4
|
+
"version": "14.95.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -52,8 +52,8 @@
|
|
52
52
|
"test:debug": "genx test --debug"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
56
|
-
"@genesislcap/genx": "14.
|
55
|
+
"@genesislcap/foundation-testing": "14.95.0",
|
56
|
+
"@genesislcap/genx": "14.95.0",
|
57
57
|
"@types/js-cookie": "^3.0.2",
|
58
58
|
"@types/json-schema": "^7.0.11",
|
59
59
|
"@types/webappsec-credential-management": "^0.6.2",
|
@@ -61,8 +61,8 @@
|
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
63
|
"@finos/fdc3": "^1.2.0",
|
64
|
-
"@genesislcap/foundation-logger": "14.
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
64
|
+
"@genesislcap/foundation-logger": "14.95.0",
|
65
|
+
"@genesislcap/foundation-utils": "14.95.0",
|
66
66
|
"@microsoft/fast-element": "^1.7.0",
|
67
67
|
"@microsoft/fast-foundation": "^2.33.2",
|
68
68
|
"analytics": "^0.8.0",
|
@@ -79,5 +79,5 @@
|
|
79
79
|
"publishConfig": {
|
80
80
|
"access": "public"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "c104bd1dbc712b08c2e279f71f1f3ba2fca5c34c"
|
83
83
|
}
|