@metamask-previews/keyring-internal-snap-client 8.0.1-feb98c5 → 9.0.0-fd40efd

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 +9 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [9.0.0]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/snaps-controllers` from `^14.0.1` to `^17.2.0` ([#422](https://github.com/MetaMask/accounts/pull/422))
13
- - Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#422](https://github.com/MetaMask/accounts/pull/422))
14
- - Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#422](https://github.com/MetaMask/accounts/pull/422))
14
+ - **BREAKING:** Bump `@metamask/keyring-internal-api` from `^9.1.2` to `^10.0.0` ([#460](https://github.com/MetaMask/accounts/pull/460))
15
+ - Bump `@metamask/keyring-api` from `^21.2.0` to `^21.4.0` ([#460](https://github.com/MetaMask/accounts/pull/460))
16
+ - Bump `@metamask/snaps-controllers` from `^14.0.1` to `^18.0.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#424](https://github.com/MetaMask/accounts/pull/424)), ([#461](https://github.com/MetaMask/accounts/pull/461))
17
+ - Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.4.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#461](https://github.com/MetaMask/accounts/pull/461))
18
+ - Bump `@metamask/snaps-utils` from `^11.0.0` to `^12.1.0` ([#422](https://github.com/MetaMask/accounts/pull/422)), ([#461](https://github.com/MetaMask/accounts/pull/461))
15
19
 
16
20
  ### Removed
17
21
 
@@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
175
  - This new version fixes a bug with CJS re-exports.
172
176
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
173
177
 
174
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.1...HEAD
178
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@9.0.0...HEAD
179
+ [9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.1...@metamask/keyring-internal-snap-client@9.0.0
175
180
  [8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@8.0.0...@metamask/keyring-internal-snap-client@8.0.1
176
181
  [8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.2.0...@metamask/keyring-internal-snap-client@8.0.0
177
182
  [7.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.1.0...@metamask/keyring-internal-snap-client@7.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "8.0.1-feb98c5",
3
+ "version": "9.0.0-fd40efd",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "metamask",
@@ -45,19 +45,19 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@metamask/keyring-api": "21.3.0",
49
- "@metamask/keyring-internal-api": "9.1.1",
50
- "@metamask/keyring-snap-client": "8.1.1",
51
- "@metamask/keyring-utils": "3.1.0",
48
+ "@metamask/keyring-api": "21.5.0",
49
+ "@metamask/keyring-internal-api": "10.0.0",
50
+ "@metamask/keyring-snap-client": "8.2.0",
51
+ "@metamask/keyring-utils": "3.2.0",
52
52
  "@metamask/messenger": "^0.3.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@lavamoat/allow-scripts": "^3.2.1",
56
56
  "@lavamoat/preinstall-always-fail": "^2.1.0",
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
- "@metamask/snaps-controllers": "^17.2.0",
59
- "@metamask/snaps-sdk": "^10.3.0",
60
- "@metamask/snaps-utils": "^11.7.1",
58
+ "@metamask/snaps-controllers": "^18.0.0",
59
+ "@metamask/snaps-sdk": "^10.4.0",
60
+ "@metamask/snaps-utils": "^12.1.0",
61
61
  "@metamask/utils": "^11.1.0",
62
62
  "@ts-bridge/cli": "^0.6.3",
63
63
  "@types/jest": "^29.5.12",