@metamask-previews/multichain-transactions-controller 0.7.2-preview-f15cb863 → 0.8.0-preview-29fe07c
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
|
+
## [0.8.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/accounts-controller` to `^27.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
|
15
|
+
- Bump `@metamask/polling-controller` to `^13.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
|
16
|
+
|
|
10
17
|
## [0.7.2]
|
|
11
18
|
|
|
12
19
|
### Fixed
|
|
@@ -95,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
95
102
|
|
|
96
103
|
- Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
97
104
|
|
|
98
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.
|
|
105
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.8.0...HEAD
|
|
106
|
+
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.2...@metamask/multichain-transactions-controller@0.8.0
|
|
99
107
|
[0.7.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.1...@metamask/multichain-transactions-controller@0.7.2
|
|
100
108
|
[0.7.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.0...@metamask/multichain-transactions-controller@0.7.1
|
|
101
109
|
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.6.0...@metamask/multichain-transactions-controller@0.7.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-transactions-controller",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-preview-29fe07c",
|
|
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": "^17.2.0",
|
|
52
52
|
"@metamask/keyring-internal-api": "^6.0.0",
|
|
53
53
|
"@metamask/keyring-snap-client": "^4.0.1",
|
|
54
|
-
"@metamask/polling-controller": "^
|
|
54
|
+
"@metamask/polling-controller": "^13.0.0",
|
|
55
55
|
"@metamask/snaps-sdk": "^6.17.1",
|
|
56
56
|
"@metamask/snaps-utils": "^8.10.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": "^27.0.0",
|
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
|
65
65
|
"@metamask/keyring-controller": "^21.0.0",
|
|
66
66
|
"@metamask/snaps-controllers": "^9.19.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"typescript": "~5.2.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@metamask/accounts-controller": "^
|
|
76
|
+
"@metamask/accounts-controller": "^27.0.0",
|
|
77
77
|
"@metamask/snaps-controllers": "^9.19.0"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|