@metamask-previews/transaction-pay-controller 24.0.0-preview-8fd5dfabc → 24.0.2-preview-a511f243f
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 +19 -1
- package/LICENSE +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^68.4.0` to `^69.0.0`
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^10.2.0` to `^10.2.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
16
|
+
- Bump `@metamask/assets-controllers` from `^109.4.0` to `^109.4.1` ([#9470](https://github.com/MetaMask/core/pull/9470))
|
|
17
|
+
|
|
18
|
+
## [24.0.1]
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/assets-controller` from `^10.1.0` to `^10.2.0` ([#9450](https://github.com/MetaMask/core/pull/9450))
|
|
23
|
+
- Bump `@metamask/assets-controllers` from `^109.3.1` to `^109.4.0` ([#9450](https://github.com/MetaMask/core/pull/9450))
|
|
24
|
+
- Bump `@metamask/transaction-controller` from `^68.3.0` to `^68.4.0` ([#9456](https://github.com/MetaMask/core/pull/9456))
|
|
25
|
+
|
|
10
26
|
## [24.0.0]
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -1252,7 +1268,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1252
1268
|
|
|
1253
1269
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1254
1270
|
|
|
1255
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.
|
|
1271
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.2...HEAD
|
|
1272
|
+
[24.0.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.1...@metamask/transaction-pay-controller@24.0.2
|
|
1273
|
+
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@24.0.0...@metamask/transaction-pay-controller@24.0.1
|
|
1256
1274
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.4...@metamask/transaction-pay-controller@24.0.0
|
|
1257
1275
|
[23.17.4]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.3...@metamask/transaction-pay-controller@23.17.4
|
|
1258
1276
|
[23.17.3]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.17.2...@metamask/transaction-pay-controller@23.17.3
|
package/LICENSE
CHANGED
|
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.2-preview-a511f243f",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@ethersproject/abi": "^5.7.0",
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
|
-
"@metamask/assets-controller": "^10.1
|
|
61
|
-
"@metamask/assets-controllers": "^109.
|
|
60
|
+
"@metamask/assets-controller": "^10.2.1",
|
|
61
|
+
"@metamask/assets-controllers": "^109.4.1",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
63
|
"@metamask/controller-utils": "^12.3.0",
|
|
64
64
|
"@metamask/gas-fee-controller": "^26.2.4",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@metamask/network-controller": "^34.0.0",
|
|
69
69
|
"@metamask/ramps-controller": "^15.1.0",
|
|
70
70
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
71
|
-
"@metamask/transaction-controller": "^
|
|
71
|
+
"@metamask/transaction-controller": "^69.0.0",
|
|
72
72
|
"@metamask/utils": "^11.11.0",
|
|
73
73
|
"bignumber.js": "^9.1.2",
|
|
74
74
|
"bn.js": "^5.2.1",
|