@agoric/xsnap-lockdown 0.14.1-dev-57802f9.0 → 0.14.1-other-dev-1f26562.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
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
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.14.0 (2023-05-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* create new xsnap-lockdown package ([2af831d](https://github.com/Agoric/agoric-sdk/commit/2af831d9683a4080168ee267e8d57227d2167f37)), closes [#6596](https://github.com/Agoric/agoric-sdk/issues/6596)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **xsnap-lockdown:** inspect should not throw ([8d54bdd](https://github.com/Agoric/agoric-sdk/commit/8d54bdd19abc3098b92d02f266f883dcb637bf05))
|
|
17
|
+
* Stop doing object-inspect type checks the hard way ([087aa27](https://github.com/Agoric/agoric-sdk/commit/087aa27f2dfd6444e4cc969956c621b3bf581940)), closes [#7277](https://github.com/Agoric/agoric-sdk/issues/7277)
|
|
18
|
+
* **xsnap-lockdown:** change the API to get hash of the lockdown bundle ([#7222](https://github.com/Agoric/agoric-sdk/issues/7222)) ([173185e](https://github.com/Agoric/agoric-sdk/commit/173185e47154c12e025bc38478283087439058f9))
|