@agoric/swingset-xsnap-supervisor 0.10.3-dev-8bcf6af.0 → 0.10.3-dev-8baf0aa.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/package.json +4 -4
  2. package/CHANGELOG.md +0 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/swingset-xsnap-supervisor",
3
- "version": "0.10.3-dev-8bcf6af.0+8bcf6af",
3
+ "version": "0.10.3-dev-8baf0aa.0+8baf0aa",
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.6.1-dev-8bcf6af.0+8bcf6af",
27
- "@agoric/swingset-liveslots": "0.10.3-dev-8bcf6af.0+8bcf6af",
26
+ "@agoric/assert": "0.6.1-dev-8baf0aa.0+8baf0aa",
27
+ "@agoric/swingset-liveslots": "0.10.3-dev-8baf0aa.0+8baf0aa",
28
28
  "@endo/bundle-source": "^2.5.2",
29
29
  "@endo/import-bundle": "^0.3.5",
30
30
  "@endo/init": "^0.5.57",
@@ -48,5 +48,5 @@
48
48
  "timeout": "2m",
49
49
  "workerThreads": false
50
50
  },
51
- "gitHead": "8bcf6af10ce538871cc0bf5798000247c367313a"
51
+ "gitHead": "8baf0aabe3cadeb1cd07fd30641d11baf3e68eaf"
52
52
  }
package/CHANGELOG.md DELETED
@@ -1,33 +0,0 @@
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.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-xsnap-supervisor@0.10.1...@agoric/swingset-xsnap-supervisor@0.10.2) (2023-06-02)
7
-
8
- **Note:** Version bump only for package @agoric/swingset-xsnap-supervisor
9
-
10
-
11
-
12
-
13
-
14
- ### [0.10.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/swingset-xsnap-supervisor@0.10.0...@agoric/swingset-xsnap-supervisor@0.10.1) (2023-05-24)
15
-
16
- **Note:** Version bump only for package @agoric/swingset-xsnap-supervisor
17
-
18
-
19
-
20
-
21
-
22
- ## 0.10.0 (2023-05-19)
23
-
24
-
25
- ### Features
26
-
27
- * 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)
28
- * 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)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * 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)