@genesislcap/foundation-user 14.146.1 → 14.147.1-alpha-3a79940.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-user",
3
3
  "description": "Genesis User",
4
- "version": "14.146.1",
4
+ "version": "14.147.1-alpha-3a79940.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -26,13 +26,18 @@
26
26
  "test": "genx test"
27
27
  },
28
28
  "devDependencies": {
29
- "@genesislcap/foundation-testing": "14.146.1",
30
- "@genesislcap/genx": "14.146.1",
29
+ "@genesislcap/foundation-testing": "14.147.1-alpha-3a79940.0",
30
+ "@genesislcap/genx": "14.147.1-alpha-3a79940.0",
31
+ "@genesislcap/rollup-builder": "14.147.1-alpha-3a79940.0",
32
+ "@genesislcap/ts-builder": "14.147.1-alpha-3a79940.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.147.1-alpha-3a79940.0",
34
+ "@genesislcap/vite-builder": "14.147.1-alpha-3a79940.0",
35
+ "@genesislcap/webpack-builder": "14.147.1-alpha-3a79940.0",
31
36
  "rimraf": "^3.0.2"
32
37
  },
33
38
  "dependencies": {
34
- "@genesislcap/foundation-logger": "14.146.1",
35
- "@genesislcap/foundation-utils": "14.146.1",
39
+ "@genesislcap/foundation-logger": "14.147.1-alpha-3a79940.0",
40
+ "@genesislcap/foundation-utils": "14.147.1-alpha-3a79940.0",
36
41
  "@microsoft/fast-element": "^1.12.0",
37
42
  "@microsoft/fast-foundation": "^2.49.4"
38
43
  },
@@ -44,5 +49,5 @@
44
49
  "publishConfig": {
45
50
  "access": "public"
46
51
  },
47
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
52
+ "gitHead": "43208d8fbb5fd57c054620ddebe46c949342c54b"
48
53
  }