@agoric/zone 0.3.0-upgrade-18-dev-aaebae4.0 → 0.3.0-upgrade-18-dev-bd8fd54.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/CHANGELOG.md +8 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.3.0-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.3.0-u18.0...@agoric/zone@0.3.0-u18.1) (2024-12-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @agoric/zone
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.3.0-u18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.2...@agoric/zone@0.3.0-u18.0) (2024-10-31)
|
|
7
15
|
|
|
8
16
|
|
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-bd8fd54.0+bd8fd54",
|
|
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-bd8fd54.0+bd8fd54",
|
|
31
|
+
"@agoric/vat-data": "0.5.3-upgrade-18-dev-bd8fd54.0+bd8fd54",
|
|
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-bd8fd54.0+bd8fd54",
|
|
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": "bd8fd545c40400566a6ff3838b1499173fcf9aaf"
|
|
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"}
|