@genesislcap/foundation-store 14.126.0-PA-1036.1 → 14.127.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
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.127.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,17 +27,17 @@
|
|
27
27
|
"test:coverage": "genx test --coverage"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
31
|
-
"@genesislcap/genx": "14.
|
30
|
+
"@genesislcap/foundation-testing": "14.127.0",
|
31
|
+
"@genesislcap/genx": "14.127.0",
|
32
32
|
"rimraf": "^3.0.2"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@genesislcap/foundation-events": "14.
|
36
|
-
"@genesislcap/foundation-logger": "14.
|
37
|
-
"@genesislcap/foundation-utils": "14.
|
38
|
-
"@microsoft/fast-element": "^1.
|
39
|
-
"@microsoft/fast-foundation": "^2.
|
40
|
-
"@microsoft/fast-web-utilities": "^5.
|
35
|
+
"@genesislcap/foundation-events": "14.127.0",
|
36
|
+
"@genesislcap/foundation-logger": "14.127.0",
|
37
|
+
"@genesislcap/foundation-utils": "14.127.0",
|
38
|
+
"@microsoft/fast-element": "^1.12.0",
|
39
|
+
"@microsoft/fast-foundation": "^2.49.4",
|
40
|
+
"@microsoft/fast-web-utilities": "^5.4.1",
|
41
41
|
"fast-safe-stringify": "^2.1.1",
|
42
42
|
"rxjs": "^7.5.4",
|
43
43
|
"tslib": "^2.3.1"
|
@@ -50,5 +50,5 @@
|
|
50
50
|
"publishConfig": {
|
51
51
|
"access": "public"
|
52
52
|
},
|
53
|
-
"gitHead": "
|
53
|
+
"gitHead": "9dab321ca616a32643b29abc699626e973a3ac8f"
|
54
54
|
}
|