@metamask-previews/subscription-controller 6.1.0-preview-55f19615e → 6.1.1-preview-4f74a56
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 +12 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
15
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
16
|
+
- Bump `@metamask/polling-controller` from `^16.0.3` to `^16.0.4` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
17
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
18
|
+
- Bump `@metamask/transaction-controller` from `^63.2.0` to `^63.3.1` ([#8313](https://github.com/MetaMask/core/pull/8313), [#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
|
|
10
20
|
## [6.1.0]
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -328,7 +338,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
328
338
|
- 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))
|
|
329
339
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
330
340
|
|
|
331
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.
|
|
341
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.1...HEAD
|
|
342
|
+
[6.1.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.0...@metamask/subscription-controller@6.1.1
|
|
332
343
|
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.2...@metamask/subscription-controller@6.1.0
|
|
333
344
|
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.1...@metamask/subscription-controller@6.0.2
|
|
334
345
|
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.0...@metamask/subscription-controller@6.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/subscription-controller",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1-preview-4f74a56",
|
|
4
4
|
"description": "Handle user subscription",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/base-controller": "^9.0.
|
|
51
|
+
"@metamask/base-controller": "^9.0.1",
|
|
52
52
|
"@metamask/controller-utils": "^11.19.0",
|
|
53
|
-
"@metamask/messenger": "^0.
|
|
54
|
-
"@metamask/polling-controller": "^16.0.
|
|
55
|
-
"@metamask/profile-sync-controller": "^28.0.
|
|
56
|
-
"@metamask/transaction-controller": "^63.
|
|
53
|
+
"@metamask/messenger": "^1.0.0",
|
|
54
|
+
"@metamask/polling-controller": "^16.0.4",
|
|
55
|
+
"@metamask/profile-sync-controller": "^28.0.1",
|
|
56
|
+
"@metamask/transaction-controller": "^63.3.1",
|
|
57
57
|
"@metamask/utils": "^11.9.0",
|
|
58
58
|
"bignumber.js": "^9.1.2"
|
|
59
59
|
},
|