@metamask-previews/multichain-transactions-controller 5.1.0-preview-ab0ad568 → 5.1.1-preview-0458fe94
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
|
@@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6542](https://github.com/MetaMask/core/pull/6542))
|
|
13
13
|
- Previously, `MultichainTransactionsController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6542](https://github.com/MetaMask/core/pull/6542))
|
|
15
|
+
|
|
16
|
+
## [5.1.1]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
14
20
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
21
|
+
- Bump `@metamask/polling-controller` from `^14.0.1` to `^14.0.2` ([#6940](https://github.com/MetaMask/core/pull/6940))
|
|
15
22
|
|
|
16
23
|
## [5.1.0]
|
|
17
24
|
|
|
@@ -202,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
202
209
|
|
|
203
210
|
- Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
204
211
|
|
|
205
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@5.1.
|
|
212
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@5.1.1...HEAD
|
|
213
|
+
[5.1.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@5.1.0...@metamask/multichain-transactions-controller@5.1.1
|
|
206
214
|
[5.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@5.0.0...@metamask/multichain-transactions-controller@5.1.0
|
|
207
215
|
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.1...@metamask/multichain-transactions-controller@5.0.0
|
|
208
216
|
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@4.0.0...@metamask/multichain-transactions-controller@4.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-transactions-controller",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1-preview-0458fe94",
|
|
4
4
|
"description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
53
53
|
"@metamask/keyring-snap-client": "^8.0.0",
|
|
54
54
|
"@metamask/messenger": "^0.3.0",
|
|
55
|
-
"@metamask/polling-controller": "^14.0.
|
|
55
|
+
"@metamask/polling-controller": "^14.0.2",
|
|
56
56
|
"@metamask/snaps-sdk": "^9.0.0",
|
|
57
57
|
"@metamask/snaps-utils": "^11.0.0",
|
|
58
58
|
"@metamask/utils": "^11.8.1",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@metamask/accounts-controller": "^33.
|
|
64
|
+
"@metamask/accounts-controller": "^33.2.0",
|
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
|
66
|
-
"@metamask/keyring-controller": "^23.
|
|
66
|
+
"@metamask/keyring-controller": "^23.2.0",
|
|
67
67
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
68
68
|
"@types/jest": "^27.4.1",
|
|
69
69
|
"deepmerge": "^4.2.2",
|