@metamask-previews/subscription-controller 8.0.0-preview-4165cebcf → 8.0.1-preview-264a60683
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 +6 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.0.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@tanstack/query-core` from `^4.43.0` to `^5.62.16` ([#9712](https://github.com/MetaMask/core/pull/9712))
|
|
13
|
-
- Bump `@metamask/transaction-controller` from `^69.5.2` to `^69.6.
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^69.5.2` to `^69.6.1` ([#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969))
|
|
16
|
+
- Bump `@metamask/base-data-service` from `^0.1.3` to `^1.0.0` ([#9972](https://github.com/MetaMask/core/pull/9972))
|
|
14
17
|
|
|
15
18
|
## [8.0.0]
|
|
16
19
|
|
|
@@ -445,7 +448,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
445
448
|
- Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
|
|
446
449
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
447
450
|
|
|
448
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.
|
|
451
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.1...HEAD
|
|
452
|
+
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...@metamask/subscription-controller@8.0.1
|
|
449
453
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...@metamask/subscription-controller@8.0.0
|
|
450
454
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.2...@metamask/subscription-controller@7.0.0
|
|
451
455
|
[6.2.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.2.1...@metamask/subscription-controller@6.2.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/subscription-controller",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1-preview-264a60683",
|
|
4
4
|
"description": "Handle user subscription",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
|
-
"@metamask/base-data-service": "^0.
|
|
59
|
+
"@metamask/base-data-service": "^1.0.0",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
61
|
"@metamask/messenger": "^2.0.0",
|
|
62
62
|
"@metamask/polling-controller": "^16.0.9",
|
|
63
63
|
"@metamask/profile-sync-controller": "^29.0.0",
|
|
64
64
|
"@metamask/superstruct": "^3.4.1",
|
|
65
|
-
"@metamask/transaction-controller": "^69.6.
|
|
65
|
+
"@metamask/transaction-controller": "^69.6.1",
|
|
66
66
|
"@metamask/utils": "^11.11.0",
|
|
67
67
|
"@tanstack/query-core": "^5.62.16",
|
|
68
68
|
"bignumber.js": "^9.1.2"
|