@agoric/zone 0.2.3-upgrade-16-dev-b7c2f02.0 → 0.3.0-u16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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-u16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.2...@agoric/zone@0.3.0-u16.0) (2024-07-02)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **zone:** use fresh heap and virtual zones
12
+
13
+ ### Features
14
+
15
+ * **base-zone:** add `zone.watchPromise` ([9ce80d0](https://github.com/Agoric/agoric-sdk/commit/9ce80d06c0a56471d2da9f372b0b2d93d31d159a))
16
+ * **zone:** implement `isStorable` for virtual zones ([20feefb](https://github.com/Agoric/agoric-sdk/commit/20feefbdef9aec159d32d3b2c6d266e4109ced99))
17
+ * **zone:** implement `zone.makeOnce(key, maker)` ([d3be4c0](https://github.com/Agoric/agoric-sdk/commit/d3be4c08477d958c1760713a88d33de724d6e3a2))
18
+ * **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **base-zone,zone:** import `isPassable` from @endo/pass-style ([#9230](https://github.com/Agoric/agoric-sdk/issues/9230)) ([fbd8633](https://github.com/Agoric/agoric-sdk/commit/fbd8633ae9f8420a589dd9bc32925418f2dde060))
24
+ * review suggestions ([ea28367](https://github.com/Agoric/agoric-sdk/commit/ea283670a4d702a8292b673ab4851610eaed50da))
25
+ * update TS types ([7580805](https://github.com/Agoric/agoric-sdk/commit/75808055afc129c81b7978fb83c33cfed7a4ecbd))
26
+ * **zone:** add `wrapProvider` and manage `backingStore` ([5e3f6a6](https://github.com/Agoric/agoric-sdk/commit/5e3f6a66dc2f1af89f3e5ddc5f9974f430beecc3))
27
+ * **zone:** fixups before merging to 7891 ([9bbb393](https://github.com/Agoric/agoric-sdk/commit/9bbb393ac2d0af8e2a3b29adfeabf01c42d9b50e))
28
+ * **zone:** Ignore type error that occurrs only integration with vats ([014fb5b](https://github.com/Agoric/agoric-sdk/commit/014fb5ba6fb997bb408eaa31a87fc95f2fac16fe))
29
+ * **zone:** review suggestion ([2ca7943](https://github.com/Agoric/agoric-sdk/commit/2ca7943f9f844e8526624b5db4977ff70bda95c1))
30
+ * **zone:** suggestions for [#7891](https://github.com/Agoric/agoric-sdk/issues/7891) ([e9e0e21](https://github.com/Agoric/agoric-sdk/commit/e9e0e219618449b532ea6303c58415f591b2b49f))
31
+ * **zone:** track baggage keys as used by `@agoric/vat-data` ([ac92686](https://github.com/Agoric/agoric-sdk/commit/ac9268664eb20e12ee87282b85aebf117af6c9f5))
32
+ * **zone:** update typing infrastructure ([70bdfa4](https://github.com/Agoric/agoric-sdk/commit/70bdfa4e005c28a36bc6f5e4b9e53cd2b8ae0b6e))
33
+
34
+
35
+
6
36
  ### [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/zone@0.2.1...@agoric/zone@0.2.2) (2023-06-02)
7
37
 
8
38
  **Note:** Version bump only for package @agoric/zone
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/zone",
3
- "version": "0.2.3-upgrade-16-dev-b7c2f02.0+b7c2f02",
3
+ "version": "0.3.0-u16.0",
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",
@@ -27,13 +27,13 @@
27
27
  "author": "Agoric",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@agoric/base-zone": "0.1.1-upgrade-16-dev-b7c2f02.0+b7c2f02",
31
- "@agoric/vat-data": "0.5.3-upgrade-16-dev-b7c2f02.0+b7c2f02",
30
+ "@agoric/base-zone": "^0.1.1-u16.0",
31
+ "@agoric/vat-data": "^0.5.3-u16.0",
32
32
  "@endo/far": "^1.1.2",
33
33
  "@endo/pass-style": "^1.4.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@agoric/swingset-liveslots": "0.10.3-upgrade-16-dev-b7c2f02.0+b7c2f02",
36
+ "@agoric/swingset-liveslots": "^0.10.3-u16.0",
37
37
  "@endo/patterns": "^1.4.0",
38
38
  "ava": "^5.3.0"
39
39
  },
@@ -56,5 +56,5 @@
56
56
  "typeCoverage": {
57
57
  "atLeast": 96.68
58
58
  },
59
- "gitHead": "b7c2f02873a830fc76909505a8637a69a72f1adb"
59
+ "gitHead": "bbdf652c3f413381cb352a8a360db1063974fafd"
60
60
  }