@metamask/polling-controller
Advanced tools
+14
-6
@@ -10,2 +10,9 @@ # Changelog | ||
| ## [16.0.6] | ||
| ### Changed | ||
| - Bump `@metamask/network-controller` from `^31.0.0` to `^32.0.0` ([#8765](https://github.com/MetaMask/core/pull/8765), [#8774](https://github.com/MetaMask/core/pull/8774)) | ||
| - Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774)) | ||
| ## [16.0.5] | ||
@@ -103,9 +110,9 @@ | ||
| - Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) | ||
| - Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) | ||
| - Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) | ||
| - Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) | ||
| - Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) | ||
| - Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) | ||
| ### Removed | ||
| - **BREAKING:** Remove `BlockTrackerPollingControllerV1`, `StaticIntervalPollingControllerV1` ([#5018](https://github.com/MetaMask/core/pull/5018/)) | ||
| - **BREAKING:** Remove `BlockTrackerPollingControllerV1`, `StaticIntervalPollingControllerV1` ([#5018](https://github.com/MetaMask/core/pull/5018)) | ||
@@ -158,3 +165,3 @@ ## [12.0.2] | ||
| All of the ATTW checks now pass. | ||
| - Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). | ||
| - Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) | ||
| - Previously, the build tool we used to generate JavaScript files extracted | ||
@@ -327,3 +334,4 @@ common code to "chunk" files. While this was intended to make this package | ||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.5...HEAD | ||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.6...HEAD | ||
| [16.0.6]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.5...@metamask/polling-controller@16.0.6 | ||
| [16.0.5]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.4...@metamask/polling-controller@16.0.5 | ||
@@ -330,0 +338,0 @@ [16.0.4]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.3...@metamask/polling-controller@16.0.4 |
+3
-3
| { | ||
| "name": "@metamask/polling-controller", | ||
| "version": "16.0.5", | ||
| "version": "16.0.6", | ||
| "description": "Polling Controller is the base for controllers that polling by networkClientId", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
| "@metamask/base-controller": "^9.1.0", | ||
| "@metamask/controller-utils": "^12.0.0", | ||
| "@metamask/network-controller": "^31.0.0", | ||
| "@metamask/controller-utils": "^12.1.0", | ||
| "@metamask/network-controller": "^32.0.0", | ||
| "@metamask/utils": "^11.9.0", | ||
@@ -59,0 +59,0 @@ "@types/uuid": "^8.3.0", |
108507
0.4%+ Added
- Removed