@agoric/zone 0.3.0-upgrade-18-dev-aaebae4.0 → 0.3.0-upgrade-18-dev-cc4b6b8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
- package/src/durable.d.ts +1 -1
- package/src/durable.d.ts.map +1 -1
- package/src/durable.js +0 -1
- package/src/virtual.d.ts +1 -1
- package/src/virtual.d.ts.map +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/zone",
|
|
3
|
-
"version": "0.3.0-upgrade-18-dev-
|
|
3
|
+
"version": "0.3.0-upgrade-18-dev-cc4b6b8.0+cc4b6b8",
|
|
4
4
|
"description": "Allocation zone abstraction for objects on the heap, persistent stores, etc.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/Agoric/agoric-sdk",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prepack": "tsc --build tsconfig.build.json",
|
|
11
11
|
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
|
|
12
12
|
"test": "ava",
|
|
13
|
-
"test:c8": "c8 $C8_OPTIONS ava
|
|
13
|
+
"test:c8": "c8 --all $C8_OPTIONS ava",
|
|
14
14
|
"test:xs": "exit 0",
|
|
15
15
|
"lint-fix": "yarn lint:eslint --fix",
|
|
16
16
|
"lint": "run-s --continue-on-error lint:*",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"author": "Agoric",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@agoric/base-zone": "0.1.1-upgrade-18-dev-
|
|
31
|
-
"@agoric/vat-data": "0.5.3-upgrade-18-dev-
|
|
32
|
-
"@endo/errors": "^1.2.
|
|
33
|
-
"@endo/far": "^1.1.
|
|
34
|
-
"@endo/pass-style": "^1.4.
|
|
30
|
+
"@agoric/base-zone": "0.1.1-upgrade-18-dev-cc4b6b8.0+cc4b6b8",
|
|
31
|
+
"@agoric/vat-data": "0.5.3-upgrade-18-dev-cc4b6b8.0+cc4b6b8",
|
|
32
|
+
"@endo/errors": "^1.2.8",
|
|
33
|
+
"@endo/far": "^1.1.9",
|
|
34
|
+
"@endo/pass-style": "^1.4.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@agoric/swingset-vat": "0.33.0-upgrade-18-dev-
|
|
38
|
-
"@endo/patterns": "^1.4.
|
|
37
|
+
"@agoric/swingset-vat": "0.33.0-upgrade-18-dev-cc4b6b8.0+cc4b6b8",
|
|
38
|
+
"@endo/patterns": "^1.4.7",
|
|
39
39
|
"ava": "^5.3.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"workerThreads": false
|
|
56
56
|
},
|
|
57
57
|
"typeCoverage": {
|
|
58
|
-
"atLeast":
|
|
58
|
+
"atLeast": 98.56
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "cc4b6b8b8131b14b4e50f45ff01d6018f9ee3995"
|
|
61
61
|
}
|
package/src/durable.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function makeDurableZone(baggage: import("@agoric/vat-data").Baggage, baseLabel?: string
|
|
1
|
+
export function makeDurableZone(baggage: import("@agoric/vat-data").Baggage, baseLabel?: string): import(".").Zone;
|
|
2
2
|
//# sourceMappingURL=durable.d.ts.map
|
package/src/durable.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"durable.d.ts","sourceRoot":"","sources":["durable.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"durable.d.ts","sourceRoot":"","sources":["durable.js"],"names":[],"mappings":"AAyEO,yCAJI,OAAO,kBAAkB,EAAE,OAAO,cAClC,MAAM,GACJ,OAAO,GAAG,EAAE,IAAI,CA+C5B"}
|
package/src/durable.js
CHANGED
package/src/virtual.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function makeVirtualZone(baseLabel?: string
|
|
1
|
+
export function makeVirtualZone(baseLabel?: string): import(".").Zone;
|
|
2
2
|
//# sourceMappingURL=virtual.d.ts.map
|
package/src/virtual.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtual.d.ts","sourceRoot":"","sources":["virtual.js"],"names":[],"mappings":"AAiEO,
|
|
1
|
+
{"version":3,"file":"virtual.d.ts","sourceRoot":"","sources":["virtual.js"],"names":[],"mappings":"AAiEO,4CAHI,MAAM,GACJ,OAAO,GAAG,EAAE,IAAI,CA+B5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./durable.js","./heap.js","./virtual.js","./src/durable.js","./src/index.js","./src/virtual.js"],"version":"5.
|
|
1
|
+
{"root":["./durable.js","./heap.js","./virtual.js","./src/durable.js","./src/index.js","./src/virtual.js"],"version":"5.7.2"}
|