@genesislcap/foundation-auth 14.430.1 → 14.430.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 +19 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-auth",
|
|
3
3
|
"description": "Genesis Foundation Auth",
|
|
4
|
-
"version": "14.430.
|
|
4
|
+
"version": "14.430.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-auth.d.ts",
|
|
@@ -134,25 +134,25 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@genesislcap/foundation-testing": "14.430.
|
|
138
|
-
"@genesislcap/genx": "14.430.
|
|
139
|
-
"@genesislcap/rollup-builder": "14.430.
|
|
140
|
-
"@genesislcap/ts-builder": "14.430.
|
|
141
|
-
"@genesislcap/uvu-playwright-builder": "14.430.
|
|
142
|
-
"@genesislcap/vite-builder": "14.430.
|
|
143
|
-
"@genesislcap/webpack-builder": "14.430.
|
|
137
|
+
"@genesislcap/foundation-testing": "14.430.2",
|
|
138
|
+
"@genesislcap/genx": "14.430.2",
|
|
139
|
+
"@genesislcap/rollup-builder": "14.430.2",
|
|
140
|
+
"@genesislcap/ts-builder": "14.430.2",
|
|
141
|
+
"@genesislcap/uvu-playwright-builder": "14.430.2",
|
|
142
|
+
"@genesislcap/vite-builder": "14.430.2",
|
|
143
|
+
"@genesislcap/webpack-builder": "14.430.2"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@genesislcap/foundation-comms": "14.430.
|
|
147
|
-
"@genesislcap/foundation-events": "14.430.
|
|
148
|
-
"@genesislcap/foundation-i18n": "14.430.
|
|
149
|
-
"@genesislcap/foundation-logger": "14.430.
|
|
150
|
-
"@genesislcap/foundation-state-machine": "14.430.
|
|
151
|
-
"@genesislcap/foundation-store": "14.430.
|
|
152
|
-
"@genesislcap/foundation-ui": "14.430.
|
|
153
|
-
"@genesislcap/foundation-user": "14.430.
|
|
154
|
-
"@genesislcap/foundation-utils": "14.430.
|
|
155
|
-
"@genesislcap/foundation-zero": "14.430.
|
|
146
|
+
"@genesislcap/foundation-comms": "14.430.2",
|
|
147
|
+
"@genesislcap/foundation-events": "14.430.2",
|
|
148
|
+
"@genesislcap/foundation-i18n": "14.430.2",
|
|
149
|
+
"@genesislcap/foundation-logger": "14.430.2",
|
|
150
|
+
"@genesislcap/foundation-state-machine": "14.430.2",
|
|
151
|
+
"@genesislcap/foundation-store": "14.430.2",
|
|
152
|
+
"@genesislcap/foundation-ui": "14.430.2",
|
|
153
|
+
"@genesislcap/foundation-user": "14.430.2",
|
|
154
|
+
"@genesislcap/foundation-utils": "14.430.2",
|
|
155
|
+
"@genesislcap/foundation-zero": "14.430.2",
|
|
156
156
|
"@microsoft/fast-components": "2.30.6",
|
|
157
157
|
"@microsoft/fast-element": "1.14.0",
|
|
158
158
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"publishConfig": {
|
|
173
173
|
"access": "public"
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "8f0909f596913e22983d0c0558939c2924689e64"
|
|
176
176
|
}
|