@metamask-previews/multichain-transactions-controller 2.0.0-preview-3636a128 → 3.0.0-preview-08a4995
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 +9 -1
- package/package.json +4 -4
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
|
+
## [3.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/accounts-controller` to `^31.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
|
|
15
|
+
- Bump `@metamask/polling-controller` to `^14.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
|
|
16
|
+
|
|
10
17
|
## [2.0.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -143,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
143
150
|
|
|
144
151
|
- Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
145
152
|
|
|
146
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@
|
|
153
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@3.0.0...HEAD
|
|
154
|
+
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@2.0.0...@metamask/multichain-transactions-controller@3.0.0
|
|
147
155
|
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@1.0.0...@metamask/multichain-transactions-controller@2.0.0
|
|
148
156
|
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.11.0...@metamask/multichain-transactions-controller@1.0.0
|
|
149
157
|
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.10.0...@metamask/multichain-transactions-controller@0.11.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-transactions-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-preview-08a4995",
|
|
4
4
|
"description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@metamask/keyring-api": "^18.0.0",
|
|
52
52
|
"@metamask/keyring-internal-api": "^6.2.0",
|
|
53
53
|
"@metamask/keyring-snap-client": "^5.0.0",
|
|
54
|
-
"@metamask/polling-controller": "^
|
|
54
|
+
"@metamask/polling-controller": "^14.0.0",
|
|
55
55
|
"@metamask/snaps-sdk": "^7.1.0",
|
|
56
56
|
"@metamask/snaps-utils": "^9.4.0",
|
|
57
57
|
"@metamask/utils": "^11.2.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"uuid": "^8.3.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@metamask/accounts-controller": "^
|
|
63
|
+
"@metamask/accounts-controller": "^31.0.0",
|
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
|
65
65
|
"@metamask/keyring-controller": "^22.0.2",
|
|
66
66
|
"@metamask/snaps-controllers": "^12.3.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"typescript": "~5.2.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@metamask/accounts-controller": "^
|
|
76
|
+
"@metamask/accounts-controller": "^31.0.0",
|
|
77
77
|
"@metamask/snaps-controllers": "^12.0.0"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|