@genesislcap/foundation-comms 14.146.1 → 14.147.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 +11 -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.146.1",
4
+ "version": "14.147.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,8 +59,13 @@
59
59
  "test:debug": "genx test --debug"
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.146.1",
63
- "@genesislcap/genx": "14.146.1",
62
+ "@genesislcap/foundation-testing": "14.147.0",
63
+ "@genesislcap/genx": "14.147.0",
64
+ "@genesislcap/rollup-builder": "14.147.0",
65
+ "@genesislcap/ts-builder": "14.147.0",
66
+ "@genesislcap/uvu-playwright-builder": "14.147.0",
67
+ "@genesislcap/vite-builder": "14.147.0",
68
+ "@genesislcap/webpack-builder": "14.147.0",
64
69
  "@types/js-cookie": "^3.0.2",
65
70
  "@types/json-schema": "^7.0.11",
66
71
  "@types/webappsec-credential-management": "^0.6.2",
@@ -68,8 +73,8 @@
68
73
  },
69
74
  "dependencies": {
70
75
  "@finos/fdc3": "^1.2.0",
71
- "@genesislcap/foundation-logger": "14.146.1",
72
- "@genesislcap/foundation-utils": "14.146.1",
76
+ "@genesislcap/foundation-logger": "14.147.0",
77
+ "@genesislcap/foundation-utils": "14.147.0",
73
78
  "@microsoft/fast-element": "^1.12.0",
74
79
  "@microsoft/fast-foundation": "^2.49.4",
75
80
  "analytics": "^0.8.0",
@@ -86,5 +91,5 @@
86
91
  "publishConfig": {
87
92
  "access": "public"
88
93
  },
89
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
94
+ "gitHead": "b0d8376acf8f71736cfcedb43fba7311e5d77331"
90
95
  }