@genesislcap/foundation-comms 14.96.0 → 14.97.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.96.0",
4
+ "version": "14.97.0",
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.96.0",
56
- "@genesislcap/genx": "14.96.0",
62
+ "@genesislcap/foundation-testing": "14.97.0",
63
+ "@genesislcap/genx": "14.97.0",
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.96.0",
65
- "@genesislcap/foundation-utils": "14.96.0",
71
+ "@genesislcap/foundation-logger": "14.97.0",
72
+ "@genesislcap/foundation-utils": "14.97.0",
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": "65b7a0ee750748ce8a8a5ac374e56fd50623118e"
89
+ "gitHead": "8a8a410a437d11bd1ada9d540411d3701f1382e5"
83
90
  }