@genesislcap/foundation-comms 14.189.1-alpha-971cf4f.0 → 14.190.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -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.
|
4
|
+
"version": "14.190.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -43,6 +43,7 @@
|
|
43
43
|
"build:rollup": "genx build -b rollup",
|
44
44
|
"build:rollup:stats": "genx analyze -b rollup",
|
45
45
|
"build:webpack": "genx build",
|
46
|
+
"build:vite": "genx build -b vite",
|
46
47
|
"build:webpack:stats": "genx analyze",
|
47
48
|
"circular": "npx -y madge --extensions ts --circular ./src",
|
48
49
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
@@ -74,23 +75,23 @@
|
|
74
75
|
}
|
75
76
|
},
|
76
77
|
"devDependencies": {
|
77
|
-
"@genesislcap/foundation-testing": "14.
|
78
|
-
"@genesislcap/genx": "14.
|
79
|
-
"@genesislcap/rollup-builder": "14.
|
80
|
-
"@genesislcap/ts-builder": "14.
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
82
|
-
"@genesislcap/vite-builder": "14.
|
83
|
-
"@genesislcap/webpack-builder": "14.
|
78
|
+
"@genesislcap/foundation-testing": "14.190.0",
|
79
|
+
"@genesislcap/genx": "14.190.0",
|
80
|
+
"@genesislcap/rollup-builder": "14.190.0",
|
81
|
+
"@genesislcap/ts-builder": "14.190.0",
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.190.0",
|
83
|
+
"@genesislcap/vite-builder": "14.190.0",
|
84
|
+
"@genesislcap/webpack-builder": "14.190.0",
|
84
85
|
"@types/js-cookie": "^3.0.2",
|
85
86
|
"@types/json-schema": "^7.0.11",
|
86
87
|
"@types/webappsec-credential-management": "^0.6.2",
|
87
88
|
"rimraf": "^5.0.0"
|
88
89
|
},
|
89
90
|
"dependencies": {
|
90
|
-
"@genesislcap/foundation-broadcast-channel": "14.
|
91
|
-
"@genesislcap/foundation-logger": "14.
|
92
|
-
"@genesislcap/foundation-user": "14.
|
93
|
-
"@genesislcap/foundation-utils": "14.
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.190.0",
|
92
|
+
"@genesislcap/foundation-logger": "14.190.0",
|
93
|
+
"@genesislcap/foundation-user": "14.190.0",
|
94
|
+
"@genesislcap/foundation-utils": "14.190.0",
|
94
95
|
"@microsoft/fast-element": "^1.12.0",
|
95
96
|
"@microsoft/fast-foundation": "^2.49.4",
|
96
97
|
"analytics": "^0.8.0",
|
@@ -110,5 +111,5 @@
|
|
110
111
|
"publishConfig": {
|
111
112
|
"access": "public"
|
112
113
|
},
|
113
|
-
"gitHead": "
|
114
|
+
"gitHead": "44b901a5dc67bad66ff1df5f1027a1625d07457b"
|
114
115
|
}
|