@genesislcap/foundation-auth 14.436.0-FUI-2489.3 → 14.436.0-FUI-2489.6

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 +23 -21
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.436.0-FUI-2489.3",
4
+ "version": "14.436.0-FUI-2489.6",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-auth.d.ts",
@@ -123,8 +123,10 @@
123
123
  "test:unit:browser:watch": "genx test --browser --watch",
124
124
  "test:unit:watch": "genx test --watch",
125
125
  "test:debug": "genx test --debug",
126
- "lint": "genx lint --profile",
127
- "lint:fix": "genx lint --fix"
126
+ "lint": "genx lint",
127
+ "lint:fix": "genx lint --fix",
128
+ "lint:ox": "genx lint -l ox",
129
+ "lint:ox:fix": "genx lint -l ox --fix"
128
130
  },
129
131
  "madge": {
130
132
  "detectiveOptions": {
@@ -134,25 +136,25 @@
134
136
  }
135
137
  },
136
138
  "devDependencies": {
137
- "@genesislcap/foundation-testing": "14.436.0-FUI-2489.3",
138
- "@genesislcap/genx": "14.436.0-FUI-2489.3",
139
- "@genesislcap/rollup-builder": "14.436.0-FUI-2489.3",
140
- "@genesislcap/ts-builder": "14.436.0-FUI-2489.3",
141
- "@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.3",
142
- "@genesislcap/vite-builder": "14.436.0-FUI-2489.3",
143
- "@genesislcap/webpack-builder": "14.436.0-FUI-2489.3"
139
+ "@genesislcap/foundation-testing": "14.436.0-FUI-2489.6",
140
+ "@genesislcap/genx": "14.436.0-FUI-2489.6",
141
+ "@genesislcap/rollup-builder": "14.436.0-FUI-2489.6",
142
+ "@genesislcap/ts-builder": "14.436.0-FUI-2489.6",
143
+ "@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.6",
144
+ "@genesislcap/vite-builder": "14.436.0-FUI-2489.6",
145
+ "@genesislcap/webpack-builder": "14.436.0-FUI-2489.6"
144
146
  },
145
147
  "dependencies": {
146
- "@genesislcap/foundation-comms": "14.436.0-FUI-2489.3",
147
- "@genesislcap/foundation-events": "14.436.0-FUI-2489.3",
148
- "@genesislcap/foundation-i18n": "14.436.0-FUI-2489.3",
149
- "@genesislcap/foundation-logger": "14.436.0-FUI-2489.3",
150
- "@genesislcap/foundation-state-machine": "14.436.0-FUI-2489.3",
151
- "@genesislcap/foundation-store": "14.436.0-FUI-2489.3",
152
- "@genesislcap/foundation-ui": "14.436.0-FUI-2489.3",
153
- "@genesislcap/foundation-user": "14.436.0-FUI-2489.3",
154
- "@genesislcap/foundation-utils": "14.436.0-FUI-2489.3",
155
- "@genesislcap/foundation-zero": "14.436.0-FUI-2489.3",
148
+ "@genesislcap/foundation-comms": "14.436.0-FUI-2489.6",
149
+ "@genesislcap/foundation-events": "14.436.0-FUI-2489.6",
150
+ "@genesislcap/foundation-i18n": "14.436.0-FUI-2489.6",
151
+ "@genesislcap/foundation-logger": "14.436.0-FUI-2489.6",
152
+ "@genesislcap/foundation-state-machine": "14.436.0-FUI-2489.6",
153
+ "@genesislcap/foundation-store": "14.436.0-FUI-2489.6",
154
+ "@genesislcap/foundation-ui": "14.436.0-FUI-2489.6",
155
+ "@genesislcap/foundation-user": "14.436.0-FUI-2489.6",
156
+ "@genesislcap/foundation-utils": "14.436.0-FUI-2489.6",
157
+ "@genesislcap/foundation-zero": "14.436.0-FUI-2489.6",
156
158
  "@microsoft/fast-components": "2.30.6",
157
159
  "@microsoft/fast-element": "1.14.0",
158
160
  "@microsoft/fast-foundation": "2.50.0",
@@ -172,5 +174,5 @@
172
174
  "publishConfig": {
173
175
  "access": "public"
174
176
  },
175
- "gitHead": "c4ae092677bf6b2c3c8ebdc35fb36a7da2f4601f"
177
+ "gitHead": "d552974ef00bc3a499c6f90043f3ae49a5d2d37c"
176
178
  }