@genesislcap/foundation-store 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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-store",
3
3
  "description": "Genesis Foundation Store",
4
- "version": "14.189.1-alpha-971cf4f.0",
4
+ "version": "14.190.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -16,6 +16,7 @@
16
16
  "build": "genx build -b ts",
17
17
  "build:rollup": "genx build -b rollup",
18
18
  "build:webpack": "genx build",
19
+ "build:vite": "genx build -b vite",
19
20
  "build:webpack:stats": "genx analyze",
20
21
  "circular": "npx -y madge --extensions ts --circular ./src",
21
22
  "clean": "rimraf dist tsconfig.tsbuildinfo",
@@ -35,19 +36,19 @@
35
36
  }
36
37
  },
37
38
  "devDependencies": {
38
- "@genesislcap/foundation-testing": "14.189.1-alpha-971cf4f.0",
39
- "@genesislcap/genx": "14.189.1-alpha-971cf4f.0",
40
- "@genesislcap/rollup-builder": "14.189.1-alpha-971cf4f.0",
41
- "@genesislcap/ts-builder": "14.189.1-alpha-971cf4f.0",
42
- "@genesislcap/uvu-playwright-builder": "14.189.1-alpha-971cf4f.0",
43
- "@genesislcap/vite-builder": "14.189.1-alpha-971cf4f.0",
44
- "@genesislcap/webpack-builder": "14.189.1-alpha-971cf4f.0",
39
+ "@genesislcap/foundation-testing": "14.190.0",
40
+ "@genesislcap/genx": "14.190.0",
41
+ "@genesislcap/rollup-builder": "14.190.0",
42
+ "@genesislcap/ts-builder": "14.190.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.190.0",
44
+ "@genesislcap/vite-builder": "14.190.0",
45
+ "@genesislcap/webpack-builder": "14.190.0",
45
46
  "rimraf": "^5.0.0"
46
47
  },
47
48
  "dependencies": {
48
- "@genesislcap/foundation-events": "14.189.1-alpha-971cf4f.0",
49
- "@genesislcap/foundation-logger": "14.189.1-alpha-971cf4f.0",
50
- "@genesislcap/foundation-utils": "14.189.1-alpha-971cf4f.0",
49
+ "@genesislcap/foundation-events": "14.190.0",
50
+ "@genesislcap/foundation-logger": "14.190.0",
51
+ "@genesislcap/foundation-utils": "14.190.0",
51
52
  "@microsoft/fast-element": "^1.12.0",
52
53
  "@microsoft/fast-foundation": "^2.49.4",
53
54
  "@microsoft/fast-web-utilities": "^5.4.1",
@@ -63,5 +64,5 @@
63
64
  "publishConfig": {
64
65
  "access": "public"
65
66
  },
66
- "gitHead": "243b9a9c408c6dd5d7143859dc6492f038c0180d"
67
+ "gitHead": "44b901a5dc67bad66ff1df5f1027a1625d07457b"
67
68
  }