@metamask-previews/keyring-snap-sdk 5.0.0-e017e7a → 6.0.0-3e52ac6

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 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [6.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/keyring-api` from `^19.0.0` to `^20.0.0` ([#347](https://github.com/MetaMask/accounts/pull/347))
15
+ - Add generic account type.
16
+
10
17
  ## [5.0.0]
11
18
 
12
19
  ### Changed
@@ -95,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
102
  - This new version fixes a bug with CJS re-exports.
96
103
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
97
104
 
98
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@5.0.0...HEAD
105
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@6.0.0...HEAD
106
+ [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@5.0.0...@metamask/keyring-snap-sdk@6.0.0
99
107
  [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@4.0.0...@metamask/keyring-snap-sdk@5.0.0
100
108
  [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.2.0...@metamask/keyring-snap-sdk@4.0.0
101
109
  [3.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.1.0...@metamask/keyring-snap-sdk@3.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "5.0.0-e017e7a",
3
+ "version": "6.0.0-3e52ac6",
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": "19.0.0",
48
+ "@metamask/keyring-api": "20.1.0",
49
49
  "@metamask/keyring-utils": "3.1.0",
50
50
  "@metamask/snaps-sdk": "^9.0.0",
51
51
  "@metamask/superstruct": "^3.1.0",
@@ -56,7 +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": "19.0.0",
59
+ "@metamask/keyring-api": "20.1.0",
60
60
  "@metamask/providers": "^19.0.0",
61
61
  "@ts-bridge/cli": "^0.6.3",
62
62
  "@types/jest": "^29.5.12",