@metamask-previews/polling-controller 16.0.4-preview-2fdaa18 → 16.0.5-preview-f3d53de3e
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 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [16.0.5]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/controller-utils` from `^11.19.0` to `^
|
|
14
|
+
- Bump `@metamask/controller-utils` from `^11.19.0` to `^12.0.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
13
15
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
14
|
-
- Bump `@metamask/network-controller` from `^30.0.1` to `^
|
|
16
|
+
- Bump `@metamask/network-controller` from `^30.0.1` to `^31.0.0` ([#8636](https://github.com/MetaMask/core/pull/8636), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
15
17
|
|
|
16
18
|
## [16.0.4]
|
|
17
19
|
|
|
@@ -319,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
319
321
|
|
|
320
322
|
- Initial release
|
|
321
323
|
|
|
322
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.
|
|
324
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.5...HEAD
|
|
325
|
+
[16.0.5]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.4...@metamask/polling-controller@16.0.5
|
|
323
326
|
[16.0.4]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.3...@metamask/polling-controller@16.0.4
|
|
324
327
|
[16.0.3]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.2...@metamask/polling-controller@16.0.3
|
|
325
328
|
[16.0.2]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.1...@metamask/polling-controller@16.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/polling-controller",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.5-preview-f3d53de3e",
|
|
4
4
|
"description": "Polling Controller is the base for controllers that polling by networkClientId",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@metamask/base-controller": "^9.1.0",
|
|
55
|
-
"@metamask/controller-utils": "^
|
|
56
|
-
"@metamask/network-controller": "^
|
|
55
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
56
|
+
"@metamask/network-controller": "^31.0.0",
|
|
57
57
|
"@metamask/utils": "^11.9.0",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"fast-json-stable-stringify": "^2.1.0",
|