@metamask-previews/polling-controller 16.0.6-preview-6da9f2b → 16.0.7-preview-2a256aff2
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [16.0.7]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
13
15
|
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
14
16
|
- Drop `@metamask/controller-utils` dependency, which was no longer used in source ([#9058](https://github.com/MetaMask/core/pull/9058), [#9064](https://github.com/MetaMask/core/pull/9064))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
15
18
|
|
|
16
19
|
## [16.0.6]
|
|
17
20
|
|
|
@@ -334,7 +337,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
334
337
|
|
|
335
338
|
- Initial release
|
|
336
339
|
|
|
337
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.
|
|
340
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.7...HEAD
|
|
341
|
+
[16.0.7]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.6...@metamask/polling-controller@16.0.7
|
|
338
342
|
[16.0.6]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.5...@metamask/polling-controller@16.0.6
|
|
339
343
|
[16.0.5]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.4...@metamask/polling-controller@16.0.5
|
|
340
344
|
[16.0.4]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.3...@metamask/polling-controller@16.0.4
|
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.7-preview-2a256aff2",
|
|
4
4
|
"description": "Polling Controller is the base for controllers that polling by networkClientId",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@metamask/base-controller": "^9.1.0",
|
|
55
|
-
"@metamask/network-controller": "^
|
|
55
|
+
"@metamask/network-controller": "^33.0.0",
|
|
56
56
|
"@metamask/utils": "^11.11.0",
|
|
57
57
|
"@types/uuid": "^8.3.0",
|
|
58
58
|
"fast-json-stable-stringify": "^2.1.0",
|