@agoric/wallet 0.18.4-mainnet1B-dev-26244e8.0 → 0.18.4-orchestration-dev-096c4e8.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 CHANGED
@@ -3,31 +3,6 @@
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.18.4-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.4-u11wf.0...@agoric/wallet@0.18.4-u12.0) (2023-11-10)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **wallet:** don't assume node_modules layout ([a17b5cc](https://github.com/Agoric/agoric-sdk/commit/a17b5ccabad92a91de7db4a61f7812b9f696ef71))
12
-
13
-
14
-
15
- ### [0.18.4-u11wf.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.4-u11.0...@agoric/wallet@0.18.4-u11wf.0) (2023-09-23)
16
-
17
- **Note:** Version bump only for package @agoric/wallet
18
-
19
-
20
-
21
-
22
-
23
- ### [0.18.4-u11.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.3...@agoric/wallet@0.18.4-u11.0) (2023-08-24)
24
-
25
- **Note:** Version bump only for package @agoric/wallet
26
-
27
-
28
-
29
-
30
-
31
6
  ### [0.18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.2...@agoric/wallet@0.18.3) (2023-06-09)
32
7
 
33
8
  **Note:** Version bump only for package @agoric/wallet
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  This directory contains two Agoric Wallet pieces:
4
4
 
5
- - `api` - the legacy "off-chain" wallet used by `@agoric/solo`
6
- - `ui` - the `@agoric/smart-wallet` user interface
5
+ - `api` - the legacy "off-chain" wallet used by [@agoric/solo](../solo)
6
+ - `ui` - the [@agoric/smart-wallet](../smart-wallet) user interface
7
7
 
8
8
  The smart wallet has not yet subsumed all the features of the off-chain wallet. Until it does, we require the `api` directory.
9
9
 
package/api/CHANGELOG.md CHANGED
@@ -3,30 +3,6 @@
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.14.4-u12.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.4-u11wf.0...@agoric/wallet-backend@0.14.4-u12.0) (2023-11-10)
7
-
8
- **Note:** Version bump only for package @agoric/wallet-backend
9
-
10
-
11
-
12
-
13
-
14
- ### [0.14.4-u11wf.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.4-u11.0...@agoric/wallet-backend@0.14.4-u11wf.0) (2023-09-23)
15
-
16
- **Note:** Version bump only for package @agoric/wallet-backend
17
-
18
-
19
-
20
-
21
-
22
- ### [0.14.4-u11.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.14.4-u11.0) (2023-08-24)
23
-
24
- **Note:** Version bump only for package @agoric/wallet-backend
25
-
26
-
27
-
28
-
29
-
30
6
  ### [0.14.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.2...@agoric/wallet-backend@0.14.3) (2023-06-09)
31
7
 
32
8
  **Note:** Version bump only for package @agoric/wallet-backend