@metamask-previews/multichain-transactions-controller 0.10.0-preview-6a340ce8 → 0.11.0-preview-c2a3c87
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 +8 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.11.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** bump `@metamask/accounts-controller` peer dependency to `^29.0.0` ([#5802](https://github.com/MetaMask/core/pull/5802))
|
|
15
|
+
|
|
10
16
|
## [0.10.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -118,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
118
124
|
|
|
119
125
|
- Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
120
126
|
|
|
121
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.
|
|
127
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.11.0...HEAD
|
|
128
|
+
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.10.0...@metamask/multichain-transactions-controller@0.11.0
|
|
122
129
|
[0.10.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.9.0...@metamask/multichain-transactions-controller@0.10.0
|
|
123
130
|
[0.9.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.8.0...@metamask/multichain-transactions-controller@0.9.0
|
|
124
131
|
[0.8.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.2...@metamask/multichain-transactions-controller@0.8.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.11.0-preview-c2a3c87",
|
|
4
4
|
"description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"uuid": "^8.3.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@metamask/accounts-controller": "^
|
|
63
|
+
"@metamask/accounts-controller": "^29.0.0",
|
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
|
65
|
-
"@metamask/keyring-controller": "^
|
|
65
|
+
"@metamask/keyring-controller": "^22.0.0",
|
|
66
66
|
"@metamask/snaps-controllers": "^11.2.1",
|
|
67
67
|
"@types/jest": "^27.4.1",
|
|
68
68
|
"deepmerge": "^4.2.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"typescript": "~5.2.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@metamask/accounts-controller": "^
|
|
76
|
+
"@metamask/accounts-controller": "^29.0.0",
|
|
77
77
|
"@metamask/snaps-controllers": "^11.0.0"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|