@genesislcap/foundation-comms 14.96.1 → 14.98.0-fui-1562.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -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.98.0-fui-1562.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -20,6 +20,13 @@
|
|
20
20
|
},
|
21
21
|
"./package.json": "./package.json"
|
22
22
|
},
|
23
|
+
"typesVersions": {
|
24
|
+
"*": {
|
25
|
+
"testing": [
|
26
|
+
"./dist/dts/testing/index.d.ts"
|
27
|
+
]
|
28
|
+
}
|
29
|
+
},
|
23
30
|
"config": {
|
24
31
|
"PORT": 3030
|
25
32
|
},
|
@@ -52,8 +59,8 @@
|
|
52
59
|
"test:debug": "genx test --debug"
|
53
60
|
},
|
54
61
|
"devDependencies": {
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
56
|
-
"@genesislcap/genx": "14.
|
62
|
+
"@genesislcap/foundation-testing": "14.98.0-fui-1562.1",
|
63
|
+
"@genesislcap/genx": "14.98.0-fui-1562.1",
|
57
64
|
"@types/js-cookie": "^3.0.2",
|
58
65
|
"@types/json-schema": "^7.0.11",
|
59
66
|
"@types/webappsec-credential-management": "^0.6.2",
|
@@ -61,8 +68,8 @@
|
|
61
68
|
},
|
62
69
|
"dependencies": {
|
63
70
|
"@finos/fdc3": "^1.2.0",
|
64
|
-
"@genesislcap/foundation-logger": "14.
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
71
|
+
"@genesislcap/foundation-logger": "14.98.0-fui-1562.1",
|
72
|
+
"@genesislcap/foundation-utils": "14.98.0-fui-1562.1",
|
66
73
|
"@microsoft/fast-element": "^1.7.0",
|
67
74
|
"@microsoft/fast-foundation": "^2.33.2",
|
68
75
|
"analytics": "^0.8.0",
|
@@ -79,5 +86,5 @@
|
|
79
86
|
"publishConfig": {
|
80
87
|
"access": "public"
|
81
88
|
},
|
82
|
-
"gitHead": "
|
89
|
+
"gitHead": "436643224eccacc8e35c5959f72e71f4c89b897b"
|
83
90
|
}
|