@metamask-previews/keyring-snap-sdk 3.2.0-cf843c1 → 4.0.0-8d08f2e

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 +8 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Make `@metamask/keyring-api@^18.0.0` a peer dependency ([#290](https://github.com/MetaMask/accounts/pull/290)), ([#291](https://github.com/MetaMask/accounts/pull/291))
15
+
10
16
  ## [3.2.0]
11
17
 
12
18
  ### Added
@@ -81,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
87
  - This new version fixes a bug with CJS re-exports.
82
88
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
83
89
 
84
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.2.0...HEAD
90
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@4.0.0...HEAD
91
+ [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.2.0...@metamask/keyring-snap-sdk@4.0.0
85
92
  [3.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.1.0...@metamask/keyring-snap-sdk@3.2.0
86
93
  [3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.0.1...@metamask/keyring-snap-sdk@3.1.0
87
94
  [3.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.0.0...@metamask/keyring-snap-sdk@3.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "3.2.0-cf843c1",
3
+ "version": "4.0.0-8d08f2e",
4
4
  "description": "MetaMask Keyring Snap SDK",
5
5
  "keywords": [
6
6
  "metamask",
@@ -45,7 +45,7 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@metamask/keyring-api": "17.5.0",
48
+ "@metamask/keyring-api": "18.0.0",
49
49
  "@metamask/keyring-utils": "3.0.0",
50
50
  "@metamask/snaps-sdk": "^7.0.0",
51
51
  "@metamask/superstruct": "^3.1.0",
@@ -56,6 +56,7 @@
56
56
  "@lavamoat/allow-scripts": "^3.2.1",
57
57
  "@lavamoat/preinstall-always-fail": "^2.1.0",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
+ "@metamask/keyring-api": "18.0.0",
59
60
  "@metamask/providers": "^19.0.0",
60
61
  "@ts-bridge/cli": "^0.6.3",
61
62
  "@types/jest": "^29.5.12",