@metamask-previews/keyring-snap-sdk 7.2.1-543b4a0 → 8.0.0-8ff7ba2
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 +13 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
|
|
13
|
+
|
|
14
|
+
## [8.0.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **BREAKING:** Bump `@metamask/keyring-api` from `^21.0.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
|
|
19
|
+
- Bump `@metamask/snaps-sdk` from `^10.4.0` to `^11.0.0` ([#486](https://github.com/MetaMask/accounts/pull/486))
|
|
20
|
+
|
|
10
21
|
## [7.2.1]
|
|
11
22
|
|
|
12
23
|
### Fixed
|
|
@@ -144,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
144
155
|
- This new version fixes a bug with CJS re-exports.
|
|
145
156
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
146
157
|
|
|
147
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@
|
|
158
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@8.0.0...HEAD
|
|
159
|
+
[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.2.1...@metamask/keyring-snap-sdk@8.0.0
|
|
148
160
|
[7.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.2.0...@metamask/keyring-snap-sdk@7.2.1
|
|
149
161
|
[7.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.1...@metamask/keyring-snap-sdk@7.2.0
|
|
150
162
|
[7.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.0...@metamask/keyring-snap-sdk@7.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-snap-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0-8ff7ba2",
|
|
4
4
|
"description": "MetaMask Keyring Snap SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"test:watch": "jest --watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@metamask/keyring-api": "
|
|
48
|
+
"@metamask/keyring-api": "22.0.0",
|
|
49
49
|
"@metamask/keyring-utils": "3.2.0",
|
|
50
|
-
"@metamask/snaps-sdk": "^
|
|
50
|
+
"@metamask/snaps-sdk": "^11.0.0",
|
|
51
51
|
"@metamask/superstruct": "^3.1.0",
|
|
52
|
-
"@metamask/utils": "^11.
|
|
52
|
+
"@metamask/utils": "^11.10.0",
|
|
53
53
|
"webextension-polyfill": "^0.12.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
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": "
|
|
59
|
+
"@metamask/keyring-api": "22.0.0",
|
|
60
60
|
"@metamask/providers": "^19.0.0",
|
|
61
61
|
"@ts-bridge/cli": "^0.6.3",
|
|
62
62
|
"@types/jest": "^29.5.12",
|