@genesislcap/foundation-store 14.146.1-alpha-0d80785.0 → 14.146.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,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-store",
|
3
3
|
"description": "Genesis Foundation Store",
|
4
|
-
"version": "14.146.1
|
4
|
+
"version": "14.146.1",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"test:coverage": "genx test --coverage"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.146.1
|
31
|
-
"@genesislcap/genx": "14.146.1
|
30
|
+
"@genesislcap/foundation-testing": "14.146.1",
|
31
|
+
"@genesislcap/genx": "14.146.1",
|
32
32
|
"rimraf": "^3.0.2"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@genesislcap/foundation-events": "14.146.1
|
36
|
-
"@genesislcap/foundation-logger": "14.146.1
|
37
|
-
"@genesislcap/foundation-utils": "14.146.1
|
35
|
+
"@genesislcap/foundation-events": "14.146.1",
|
36
|
+
"@genesislcap/foundation-logger": "14.146.1",
|
37
|
+
"@genesislcap/foundation-utils": "14.146.1",
|
38
38
|
"@microsoft/fast-element": "^1.12.0",
|
39
39
|
"@microsoft/fast-foundation": "^2.49.4",
|
40
40
|
"@microsoft/fast-web-utilities": "^5.4.1",
|
@@ -50,5 +50,5 @@
|
|
50
50
|
"publishConfig": {
|
51
51
|
"access": "public"
|
52
52
|
},
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
|
54
54
|
}
|