@genesislcap/foundation-store 14.107.0 → 14.107.1-alpha-afbc4d7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.9",
4
+ "toolVersion": "7.38.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.9"
8
+ "packageVersion": "7.38.0"
9
9
  }
10
10
  ]
11
11
  }
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.107.0",
4
+ "version": "14.107.1-alpha-afbc4d7.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -25,18 +25,18 @@
25
25
  "serve": "genx serve"
26
26
  },
27
27
  "devDependencies": {
28
- "@genesislcap/genx": "14.107.0",
28
+ "@genesislcap/genx": "14.107.1-alpha-afbc4d7.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-events": "14.107.0",
33
- "@genesislcap/foundation-logger": "14.107.0",
34
- "@genesislcap/foundation-utils": "14.107.0",
32
+ "@genesislcap/foundation-events": "14.107.1-alpha-afbc4d7.0",
33
+ "@genesislcap/foundation-logger": "14.107.1-alpha-afbc4d7.0",
34
+ "@genesislcap/foundation-utils": "14.107.1-alpha-afbc4d7.0",
35
35
  "@microsoft/fast-element": "^1.7.0",
36
36
  "@microsoft/fast-foundation": "^2.33.2",
37
37
  "fast-safe-stringify": "^2.1.1",
38
38
  "rxjs": "^7.5.4",
39
- "tslib": "^2.3.1"
39
+ "tslib": "^2.6.2"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "688b8fadf0d82d432478cbac8762c93d649c1580"
49
+ "gitHead": "bb64624e9bb6cea2cad088305e8c82d088f20da4"
50
50
  }