@metamask-previews/wallet-cli 0.0.0-preview-8beb00079 → 0.0.0-preview-8633f7f2a

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,4 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - `loadState` to rehydrate persist-flagged controller state from the store and `subscribeToChanges` to write persist-flagged controller state through to disk on every `stateChanged` event.
15
15
  - Initial package scaffold for `@metamask/wallet-cli`, an [oclif](https://oclif.io)-based `mm` CLI for `@metamask/wallet` ([#9065](https://github.com/MetaMask/core/pull/9065)).
16
16
 
17
+ ### Changed
18
+
19
+ - Bump `@metamask/wallet` from `^3.0.0` to `^4.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
20
+
17
21
  [Unreleased]: https://github.com/MetaMask/core/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/wallet-cli",
3
- "version": "0.0.0-preview-8beb00079",
3
+ "version": "0.0.0-preview-8633f7f2a",
4
4
  "description": "The CLI of @metamask/wallet",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@metamask/base-controller": "^9.1.0",
47
47
  "@metamask/utils": "^11.11.0",
48
- "@metamask/wallet": "^3.0.0",
48
+ "@metamask/wallet": "^4.0.0",
49
49
  "@oclif/core": "^4.10.5",
50
50
  "better-sqlite3": "^12.9.0",
51
51
  "immer": "^9.0.6"