@metamask-previews/accounts-controller 27.0.0-preview-c7dcfd5a → 27.0.0-preview-9d7b1fa6
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 +0 -7
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -7,13 +7,6 @@ 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
|
-
- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.19.0` to `^11.10.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
|
13
|
-
- **BREAKING:** Bump `@metamask/providers` peer dependency from `^18.1.0` to `^21.0.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
|
14
|
-
- Bump `@metamask/snaps-utils` dependency from `^8.10.0` to `^9.2.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
|
15
|
-
- Bump `@metamask/snaps-sdk` dependency from `^6.17.1` to `^6.22.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
|
16
|
-
|
17
10
|
## [27.0.0]
|
18
11
|
|
19
12
|
### Changed
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
3
|
-
"version": "27.0.0-preview-
|
3
|
+
"version": "27.0.0-preview-9d7b1fa6",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -53,8 +53,8 @@
|
|
53
53
|
"@metamask/keyring-api": "^17.4.0",
|
54
54
|
"@metamask/keyring-internal-api": "^6.0.1",
|
55
55
|
"@metamask/keyring-utils": "^3.0.0",
|
56
|
-
"@metamask/snaps-sdk": "^6.
|
57
|
-
"@metamask/snaps-utils": "^
|
56
|
+
"@metamask/snaps-sdk": "^6.17.1",
|
57
|
+
"@metamask/snaps-utils": "^8.10.0",
|
58
58
|
"@metamask/utils": "^11.2.0",
|
59
59
|
"deepmerge": "^4.2.2",
|
60
60
|
"ethereum-cryptography": "^2.1.2",
|
@@ -63,10 +63,10 @@
|
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
66
|
-
"@metamask/keyring-controller": "^21.0.
|
66
|
+
"@metamask/keyring-controller": "^21.0.2",
|
67
67
|
"@metamask/network-controller": "^23.2.0",
|
68
|
-
"@metamask/providers": "^
|
69
|
-
"@metamask/snaps-controllers": "^
|
68
|
+
"@metamask/providers": "^18.1.1",
|
69
|
+
"@metamask/snaps-controllers": "^9.19.0",
|
70
70
|
"@types/jest": "^27.4.1",
|
71
71
|
"@types/readable-stream": "^2.3.0",
|
72
72
|
"jest": "^27.5.1",
|
@@ -79,8 +79,8 @@
|
|
79
79
|
"peerDependencies": {
|
80
80
|
"@metamask/keyring-controller": "^21.0.0",
|
81
81
|
"@metamask/network-controller": "^23.0.0",
|
82
|
-
"@metamask/providers": "^
|
83
|
-
"@metamask/snaps-controllers": "^
|
82
|
+
"@metamask/providers": "^18.1.0",
|
83
|
+
"@metamask/snaps-controllers": "^9.19.0",
|
84
84
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
|
85
85
|
},
|
86
86
|
"engines": {
|