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