@agoric/wallet 0.19.0-upgrade-16-dev-0df76a7.0 → 0.19.0-upgrade-17-dev-a1453b2.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 +3 -1
- package/api/CHANGELOG.md +3 -17
- package/api/bundles/bundle-wallet-js-meta.json +426 -412
- package/api/bundles/bundle-wallet.js +1 -1
- package/api/deploy.js +7 -1
- package/api/package.json +21 -21
- package/api/src/findOrMakeInvitation.js +1 -1
- package/api/src/issuerTable.js +1 -1
- package/api/src/lib-dehydrate.js +1 -1
- package/api/src/lib-wallet.js +2 -2
- package/api/src/pubsub.js +2 -2
- package/api/src/wallet.js +2 -2
- package/api/test/lib-wallet.test.js +4 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,12 @@
|
|
|
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.19.0-
|
|
6
|
+
## [0.19.0-u17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.3...@agoric/wallet@0.19.0-u17.0) (2024-09-17)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### ⚠ BREAKING CHANGES
|
|
10
10
|
|
|
11
|
+
* **solo:** remove `sim-chain` dependency
|
|
11
12
|
* **zone:** use fresh heap and virtual zones
|
|
12
13
|
|
|
13
14
|
### Features
|
|
@@ -18,6 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
18
19
|
### Bug Fixes
|
|
19
20
|
|
|
20
21
|
* promise handling ([c9219ad](https://github.com/Agoric/agoric-sdk/commit/c9219adef68914e44f0daa24122086dc3cb19c16))
|
|
22
|
+
* **solo:** remove `sim-chain` dependency ([da75a03](https://github.com/Agoric/agoric-sdk/commit/da75a03f95828d773fa3f662d30f0e221030c2ca))
|
|
21
23
|
* **types:** board values ([4196da3](https://github.com/Agoric/agoric-sdk/commit/4196da375525fa67382a039a15973810db44ffea))
|
|
22
24
|
* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
|
|
23
25
|
* **wallet:** don't assume node_modules layout ([1ac063e](https://github.com/Agoric/agoric-sdk/commit/1ac063e79992a0b0cd2f7780964ce7bca3e9a467))
|
package/api/CHANGELOG.md
CHANGED
|
@@ -3,27 +3,12 @@
|
|
|
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.15.0-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @agoric/wallet-backend
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.15.0-u16.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u16.0...@agoric/wallet-backend@0.15.0-u16.1) (2024-07-10)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @agoric/wallet-backend
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [0.15.0-u16.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u16.0) (2024-07-02)
|
|
6
|
+
## [0.15.0-u17.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u17.0) (2024-09-17)
|
|
23
7
|
|
|
24
8
|
|
|
25
9
|
### ⚠ BREAKING CHANGES
|
|
26
10
|
|
|
11
|
+
* **solo:** remove `sim-chain` dependency
|
|
27
12
|
* **zone:** use fresh heap and virtual zones
|
|
28
13
|
|
|
29
14
|
### Features
|
|
@@ -34,6 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
34
19
|
### Bug Fixes
|
|
35
20
|
|
|
36
21
|
* promise handling ([c9219ad](https://github.com/Agoric/agoric/commit/c9219adef68914e44f0daa24122086dc3cb19c16))
|
|
22
|
+
* **solo:** remove `sim-chain` dependency ([da75a03](https://github.com/Agoric/agoric/commit/da75a03f95828d773fa3f662d30f0e221030c2ca))
|
|
37
23
|
* **types:** board values ([4196da3](https://github.com/Agoric/agoric/commit/4196da375525fa67382a039a15973810db44ffea))
|
|
38
24
|
* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
|
|
39
25
|
* **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d))
|