@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 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-aaebae4.0+aaebae4",
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 --config=ava-nesm.config.js",
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-aaebae4.0+aaebae4",
31
- "@agoric/vat-data": "0.5.3-upgrade-18-dev-aaebae4.0+aaebae4",
32
- "@endo/errors": "^1.2.7",
33
- "@endo/far": "^1.1.8",
34
- "@endo/pass-style": "^1.4.6"
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-aaebae4.0+aaebae4",
38
- "@endo/patterns": "^1.4.6",
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": 96.58
58
+ "atLeast": 98.56
59
59
  },
60
- "gitHead": "aaebae4892112869b545faad80bfbe0b8d8602b8"
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 | undefined): import(".").Zone;
1
+ export function makeDurableZone(baggage: import("@agoric/vat-data").Baggage, baseLabel?: string): import(".").Zone;
2
2
  //# sourceMappingURL=durable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"durable.d.ts","sourceRoot":"","sources":["durable.js"],"names":[],"mappings":"AA0EO,yCAJI,OAAO,kBAAkB,EAAE,OAAO,mCAEhC,OAAO,GAAG,EAAE,IAAI,CA+C5B"}
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
@@ -50,7 +50,6 @@ const attachDurableStores = getBaggage => {
50
50
 
51
51
  /** @type {import('.').Stores} */
52
52
  return Far('durableStores', {
53
- // eslint-disable-next-line no-use-before-define
54
53
  detached: () => detachedDurableStores,
55
54
  isStorable,
56
55
  mapStore,
package/src/virtual.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export function makeVirtualZone(baseLabel?: string | undefined): import(".").Zone;
1
+ export function makeVirtualZone(baseLabel?: string): import(".").Zone;
2
2
  //# sourceMappingURL=virtual.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"virtual.d.ts","sourceRoot":"","sources":["virtual.js"],"names":[],"mappings":"AAiEO,iEAFM,OAAO,GAAG,EAAE,IAAI,CA+B5B"}
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.6.3"}
1
+ {"root":["./durable.js","./heap.js","./virtual.js","./src/durable.js","./src/index.js","./src/virtual.js"],"version":"5.7.2"}