@metamask-previews/polling-controller 16.0.4-preview-156c8ccf7 → 16.0.4-preview-7cef09c77

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
13
13
  - 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 `^30.1.0` ([#8636](https://github.com/MetaMask/core/pull/8636))
14
15
 
15
16
  ## [16.0.4]
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/polling-controller",
3
- "version": "16.0.4-preview-156c8ccf7",
3
+ "version": "16.0.4-preview-7cef09c77",
4
4
  "description": "Polling Controller is the base for controllers that polling by networkClientId",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "@metamask/base-controller": "^9.1.0",
55
55
  "@metamask/controller-utils": "^11.20.0",
56
- "@metamask/network-controller": "^30.0.1",
56
+ "@metamask/network-controller": "^30.1.0",
57
57
  "@metamask/utils": "^11.9.0",
58
58
  "@types/uuid": "^8.3.0",
59
59
  "fast-json-stable-stringify": "^2.1.0",