@metamask-previews/polling-controller 16.0.6-preview-ddb114f71 → 16.0.6-preview-55c113b0b
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 +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
-
|
|
12
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
13
13
|
|
|
14
14
|
## [16.0.6]
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/polling-controller",
|
|
3
|
-
"version": "16.0.6-preview-
|
|
3
|
+
"version": "16.0.6-preview-55c113b0b",
|
|
4
4
|
"description": "Polling Controller is the base for controllers that polling by networkClientId",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@metamask/base-controller": "^9.1.0",
|
|
55
|
+
"@metamask/controller-utils": "^12.1.1",
|
|
55
56
|
"@metamask/network-controller": "^32.0.0",
|
|
56
57
|
"@metamask/utils": "^11.9.0",
|
|
57
58
|
"@types/uuid": "^8.3.0",
|