@genesislcap/foundation-comms 14.302.1-alpha-945e484.0 → 14.302.1-alpha-475e82d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +14 -16
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.302.1-alpha-945e484.0",
4
+ "version": "14.302.1-alpha-475e82d.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,24 +75,23 @@
75
75
  }
76
76
  },
77
77
  "devDependencies": {
78
- "@genesislcap/foundation-testing": "14.302.1-alpha-945e484.0",
79
- "@genesislcap/genx": "14.302.1-alpha-945e484.0",
80
- "@genesislcap/rollup-builder": "14.302.1-alpha-945e484.0",
81
- "@genesislcap/ts-builder": "14.302.1-alpha-945e484.0",
82
- "@genesislcap/uvu-playwright-builder": "14.302.1-alpha-945e484.0",
83
- "@genesislcap/vite-builder": "14.302.1-alpha-945e484.0",
84
- "@genesislcap/webpack-builder": "14.302.1-alpha-945e484.0",
78
+ "@genesislcap/foundation-testing": "14.302.1-alpha-475e82d.0",
79
+ "@genesislcap/genx": "14.302.1-alpha-475e82d.0",
80
+ "@genesislcap/rollup-builder": "14.302.1-alpha-475e82d.0",
81
+ "@genesislcap/ts-builder": "14.302.1-alpha-475e82d.0",
82
+ "@genesislcap/uvu-playwright-builder": "14.302.1-alpha-475e82d.0",
83
+ "@genesislcap/vite-builder": "14.302.1-alpha-475e82d.0",
84
+ "@genesislcap/webpack-builder": "14.302.1-alpha-475e82d.0",
85
85
  "@types/js-cookie": "^3.0.2",
86
86
  "@types/json-schema": "^7.0.11",
87
87
  "@types/webappsec-credential-management": "^0.6.2",
88
- "rimraf": "^5.0.0",
89
88
  "sinon": "^17.0.1"
90
89
  },
91
90
  "dependencies": {
92
- "@genesislcap/foundation-broadcast-channel": "14.302.1-alpha-945e484.0",
93
- "@genesislcap/foundation-logger": "14.302.1-alpha-945e484.0",
94
- "@genesislcap/foundation-user": "14.302.1-alpha-945e484.0",
95
- "@genesislcap/foundation-utils": "14.302.1-alpha-945e484.0",
91
+ "@genesislcap/foundation-broadcast-channel": "14.302.1-alpha-475e82d.0",
92
+ "@genesislcap/foundation-logger": "14.302.1-alpha-475e82d.0",
93
+ "@genesislcap/foundation-user": "14.302.1-alpha-475e82d.0",
94
+ "@genesislcap/foundation-utils": "14.302.1-alpha-475e82d.0",
96
95
  "@microsoft/fast-element": "1.14.0",
97
96
  "@microsoft/fast-foundation": "2.49.6",
98
97
  "analytics": "^0.8.0",
@@ -101,8 +100,7 @@
101
100
  "http-status-codes": "^2.2.0",
102
101
  "js-cookie": "^3.0.1",
103
102
  "json-schema": "^0.4.0",
104
- "rxjs": "^7.5.4",
105
- "tslib": "^2.8.1"
103
+ "rxjs": "^7.5.4"
106
104
  },
107
105
  "repository": {
108
106
  "type": "git",
@@ -112,5 +110,5 @@
112
110
  "publishConfig": {
113
111
  "access": "public"
114
112
  },
115
- "gitHead": "5ef35131a2b18fc635a5dca47647fa0438d21798"
113
+ "gitHead": "7ef53892e1de34f3e9c742e3ebd88d4880a27ca1"
116
114
  }