@genesislcap/foundation-auth 14.235.0 → 14.236.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.
- package/package.json +20 -20
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.
|
|
4
|
+
"version": "14.236.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-auth.d.ts",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"build:webpack": "genx build",
|
|
102
102
|
"build:webpack:stats": "genx analyze",
|
|
103
103
|
"circular": "npx -y madge --extensions ts --circular ./src",
|
|
104
|
-
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
104
|
+
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
105
105
|
"dev": "genx dev -e API_HOST -b webpack",
|
|
106
106
|
"dev:no-open": "genx dev -e API_HOST --no-open -b webpack",
|
|
107
107
|
"dev:withVars": "genx run dev:https foundation-auth",
|
|
@@ -127,26 +127,26 @@
|
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
|
-
"@genesislcap/foundation-testing": "14.
|
|
131
|
-
"@genesislcap/genx": "14.
|
|
132
|
-
"@genesislcap/rollup-builder": "14.
|
|
133
|
-
"@genesislcap/ts-builder": "14.
|
|
134
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
135
|
-
"@genesislcap/vite-builder": "14.
|
|
136
|
-
"@genesislcap/webpack-builder": "14.
|
|
130
|
+
"@genesislcap/foundation-testing": "14.236.0",
|
|
131
|
+
"@genesislcap/genx": "14.236.0",
|
|
132
|
+
"@genesislcap/rollup-builder": "14.236.0",
|
|
133
|
+
"@genesislcap/ts-builder": "14.236.0",
|
|
134
|
+
"@genesislcap/uvu-playwright-builder": "14.236.0",
|
|
135
|
+
"@genesislcap/vite-builder": "14.236.0",
|
|
136
|
+
"@genesislcap/webpack-builder": "14.236.0",
|
|
137
137
|
"rimraf": "^5.0.0"
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
|
-
"@genesislcap/foundation-comms": "14.
|
|
141
|
-
"@genesislcap/foundation-events": "14.
|
|
142
|
-
"@genesislcap/foundation-i18n": "14.
|
|
143
|
-
"@genesislcap/foundation-logger": "14.
|
|
144
|
-
"@genesislcap/foundation-state-machine": "14.
|
|
145
|
-
"@genesislcap/foundation-store": "14.
|
|
146
|
-
"@genesislcap/foundation-ui": "14.
|
|
147
|
-
"@genesislcap/foundation-user": "14.
|
|
148
|
-
"@genesislcap/foundation-utils": "14.
|
|
149
|
-
"@genesislcap/foundation-zero": "14.
|
|
140
|
+
"@genesislcap/foundation-comms": "14.236.0",
|
|
141
|
+
"@genesislcap/foundation-events": "14.236.0",
|
|
142
|
+
"@genesislcap/foundation-i18n": "14.236.0",
|
|
143
|
+
"@genesislcap/foundation-logger": "14.236.0",
|
|
144
|
+
"@genesislcap/foundation-state-machine": "14.236.0",
|
|
145
|
+
"@genesislcap/foundation-store": "14.236.0",
|
|
146
|
+
"@genesislcap/foundation-ui": "14.236.0",
|
|
147
|
+
"@genesislcap/foundation-user": "14.236.0",
|
|
148
|
+
"@genesislcap/foundation-utils": "14.236.0",
|
|
149
|
+
"@genesislcap/foundation-zero": "14.236.0",
|
|
150
150
|
"@microsoft/fast-components": "2.30.6",
|
|
151
151
|
"@microsoft/fast-element": "1.14.0",
|
|
152
152
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"publishConfig": {
|
|
168
168
|
"access": "public"
|
|
169
169
|
},
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
|
|
171
171
|
}
|