@agoric/swingset-xsnap-supervisor 0.9.1-dev-d32a66a.0 → 0.10.1-dev-bf4b59f.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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.10.0 (2023-05-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * add APIs for tracking/debugging undesired object retention (aka "leaks") ([0a7221b](https://github.com/Agoric/agoric-sdk/commit/0a7221b3c04f3b2894c30346fa2ea6fb0130c046)), closes [#7318](https://github.com/Agoric/agoric-sdk/issues/7318)
12
+ * extract swingset-xsnap-supervisor out to a separate package ([0024f01](https://github.com/Agoric/agoric-sdk/commit/0024f0128ff658c93468069b6fa5cc3bebfbdc78)), closes [#6596](https://github.com/Agoric/agoric-sdk/issues/6596)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * don't retain a vat's raw bundle string after use ([1dda5ef](https://github.com/Agoric/agoric-sdk/commit/1dda5ef23e8fa624942a580487b3c94595eae5c3)), closes [#6981](https://github.com/Agoric/agoric-sdk/issues/6981)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.9.1-dev-d32a66a.0+d32a66a",
3
+ "version": "0.10.1-dev-bf4b59f.0+bf4b59f",
4
4
  "description": "Supervisor/Liveslots bundle for swingset xsnap workers",
5
5
  "author": "Agoric",
6
6
  "license": "Apache-2.0",
@@ -23,8 +23,8 @@
23
23
  "test:xs": "exit 0"
24
24
  },
25
25
  "devDependencies": {
26
- "@agoric/assert": "0.5.2-dev-d32a66a.0+d32a66a",
27
- "@agoric/swingset-liveslots": "0.9.1-dev-d32a66a.0+d32a66a",
26
+ "@agoric/assert": "0.6.1-dev-bf4b59f.0+bf4b59f",
27
+ "@agoric/swingset-liveslots": "0.10.1-dev-bf4b59f.0+bf4b59f",
28
28
  "@endo/bundle-source": "^2.5.1",
29
29
  "@endo/import-bundle": "^0.3.4",
30
30
  "@endo/init": "^0.5.56",
@@ -48,5 +48,5 @@
48
48
  "timeout": "2m",
49
49
  "workerThreads": false
50
50
  },
51
- "gitHead": "d32a66afa6bc92169b51ad73adf2432f4e2ef848"
51
+ "gitHead": "bf4b59f2128aca73d786429c6ef4a7c9cdfb6700"
52
52
  }