@metamask-previews/subscription-controller 6.1.0-preview-55f73f6ce → 6.1.1-preview-5231be986
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 +16 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
13
|
+
|
|
14
|
+
## [6.1.1]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/polling-controller` from `^16.0.3` to `^16.0.4` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
- 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))
|
|
23
|
+
|
|
10
24
|
## [6.1.0]
|
|
11
25
|
|
|
12
26
|
### Added
|
|
@@ -328,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
328
342
|
- 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
343
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
330
344
|
|
|
331
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.
|
|
345
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.1...HEAD
|
|
346
|
+
[6.1.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.1.0...@metamask/subscription-controller@6.1.1
|
|
332
347
|
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.2...@metamask/subscription-controller@6.1.0
|
|
333
348
|
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@6.0.1...@metamask/subscription-controller@6.0.2
|
|
334
349
|
[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-5231be986",
|
|
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.2",
|
|
56
|
+
"@metamask/transaction-controller": "^63.3.1",
|
|
57
57
|
"@metamask/utils": "^11.9.0",
|
|
58
58
|
"bignumber.js": "^9.1.2"
|
|
59
59
|
},
|