@genesislcap/foundation-store 14.92.2-beta.revert-PA-913.1 → 14.92.3-beta.29253cf.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-store",
|
3
3
|
"description": "Genesis Foundation Store",
|
4
|
-
"version": "14.92.
|
4
|
+
"version": "14.92.3-beta.29253cf.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
8
8
|
"types": "dist/foundation-store.d.ts",
|
9
9
|
"engines": {
|
10
|
-
"node": ">=
|
10
|
+
"node": ">=20.0.0"
|
11
11
|
},
|
12
12
|
"config": {
|
13
13
|
"PORT": 3070
|
@@ -25,13 +25,13 @@
|
|
25
25
|
"serve": "genx serve"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@genesislcap/genx": "14.92.
|
28
|
+
"@genesislcap/genx": "14.92.3-beta.29253cf.1",
|
29
29
|
"rimraf": "^3.0.2"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@genesislcap/foundation-events": "14.92.
|
33
|
-
"@genesislcap/foundation-logger": "14.92.
|
34
|
-
"@genesislcap/foundation-utils": "14.92.
|
32
|
+
"@genesislcap/foundation-events": "14.92.3-beta.29253cf.1",
|
33
|
+
"@genesislcap/foundation-logger": "14.92.3-beta.29253cf.1",
|
34
|
+
"@genesislcap/foundation-utils": "14.92.3-beta.29253cf.1",
|
35
35
|
"@microsoft/fast-element": "^1.7.0",
|
36
36
|
"@microsoft/fast-foundation": "^2.33.2",
|
37
37
|
"fast-safe-stringify": "^2.1.1",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "d5804f12d5405b24946439a33d813105694b0867"
|
50
50
|
}
|