@genesislcap/foundation-store 14.77.1-alpha-7248576.0 → 14.77.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
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.77.
|
4
|
+
"version": "14.77.2",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -22,12 +22,12 @@
|
|
22
22
|
"serve": "genx serve"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@genesislcap/genx": "14.77.
|
25
|
+
"@genesislcap/genx": "14.77.2",
|
26
26
|
"rimraf": "^3.0.2"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@genesislcap/foundation-events": "14.77.
|
30
|
-
"@genesislcap/foundation-utils": "14.77.
|
29
|
+
"@genesislcap/foundation-events": "14.77.2",
|
30
|
+
"@genesislcap/foundation-utils": "14.77.2",
|
31
31
|
"@microsoft/fast-element": "^1.7.0",
|
32
32
|
"@microsoft/fast-foundation": "^2.33.2",
|
33
33
|
"fast-safe-stringify": "^2.1.1",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"publishConfig": {
|
43
43
|
"access": "public"
|
44
44
|
},
|
45
|
-
"gitHead": "
|
45
|
+
"gitHead": "b47f3a7923044c6a2075e35d8bb066bddb9f9bad"
|
46
46
|
}
|