@genesislcap/foundation-comms 14.303.1 → 14.303.2
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.
- package/package.json +16 -13
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.303.
|
|
4
|
+
"version": "14.303.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,23 +75,23 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@genesislcap/foundation-testing": "14.303.
|
|
79
|
-
"@genesislcap/genx": "14.303.
|
|
80
|
-
"@genesislcap/rollup-builder": "14.303.
|
|
81
|
-
"@genesislcap/ts-builder": "14.303.
|
|
82
|
-
"@genesislcap/uvu-playwright-builder": "14.303.
|
|
83
|
-
"@genesislcap/vite-builder": "14.303.
|
|
84
|
-
"@genesislcap/webpack-builder": "14.303.
|
|
78
|
+
"@genesislcap/foundation-testing": "14.303.2",
|
|
79
|
+
"@genesislcap/genx": "14.303.2",
|
|
80
|
+
"@genesislcap/rollup-builder": "14.303.2",
|
|
81
|
+
"@genesislcap/ts-builder": "14.303.2",
|
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.303.2",
|
|
83
|
+
"@genesislcap/vite-builder": "14.303.2",
|
|
84
|
+
"@genesislcap/webpack-builder": "14.303.2",
|
|
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
88
|
"sinon": "^17.0.1"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-broadcast-channel": "14.303.
|
|
92
|
-
"@genesislcap/foundation-logger": "14.303.
|
|
93
|
-
"@genesislcap/foundation-user": "14.303.
|
|
94
|
-
"@genesislcap/foundation-utils": "14.303.
|
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.303.2",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.303.2",
|
|
93
|
+
"@genesislcap/foundation-user": "14.303.2",
|
|
94
|
+
"@genesislcap/foundation-utils": "14.303.2",
|
|
95
95
|
"@microsoft/fast-element": "1.14.0",
|
|
96
96
|
"@microsoft/fast-foundation": "2.49.6",
|
|
97
97
|
"analytics": "^0.8.0",
|
|
@@ -102,6 +102,9 @@
|
|
|
102
102
|
"json-schema": "^0.4.0",
|
|
103
103
|
"rxjs": "^7.5.4"
|
|
104
104
|
},
|
|
105
|
+
"overrides": {
|
|
106
|
+
"@analytics/core": "0.12.17"
|
|
107
|
+
},
|
|
105
108
|
"repository": {
|
|
106
109
|
"type": "git",
|
|
107
110
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
|
@@ -110,5 +113,5 @@
|
|
|
110
113
|
"publishConfig": {
|
|
111
114
|
"access": "public"
|
|
112
115
|
},
|
|
113
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
|
|
114
117
|
}
|