@metamask-previews/polling-controller 14.0.0-preview-6c94ae59 → 14.0.1-preview-05b702c4
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 +7 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [14.0.1]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
12
|
-
- Bump `@metamask/
|
13
|
-
- Bump `@metamask/controller
|
14
|
-
- Bump `@metamask/utils` from `^11.
|
15
|
-
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
14
|
+
- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054), [#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
15
|
+
- Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.1` ([#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
16
|
+
- Bump `@metamask/controller-utils` from `^11.10.0` to `^11.14.1` ([#6069](https://github.com/MetaMask/core/pull/6069), [#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
|
16
17
|
|
17
18
|
## [14.0.0]
|
18
19
|
|
@@ -256,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
256
257
|
|
257
258
|
- Initial release
|
258
259
|
|
259
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@14.0.
|
260
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@14.0.1...HEAD
|
261
|
+
[14.0.1]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@14.0.0...@metamask/polling-controller@14.0.1
|
260
262
|
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@13.0.0...@metamask/polling-controller@14.0.0
|
261
263
|
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@12.0.3...@metamask/polling-controller@13.0.0
|
262
264
|
[12.0.3]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@12.0.2...@metamask/polling-controller@12.0.3
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/polling-controller",
|
3
|
-
"version": "14.0.
|
3
|
+
"version": "14.0.1-preview-05b702c4",
|
4
4
|
"description": "Polling Controller is the base for controllers that polling by networkClientId",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -47,16 +47,16 @@
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@metamask/base-controller": "^8.4.
|
51
|
-
"@metamask/controller-utils": "^11.14.
|
52
|
-
"@metamask/utils": "^11.8.
|
50
|
+
"@metamask/base-controller": "^8.4.1",
|
51
|
+
"@metamask/controller-utils": "^11.14.1",
|
52
|
+
"@metamask/utils": "^11.8.1",
|
53
53
|
"@types/uuid": "^8.3.0",
|
54
54
|
"fast-json-stable-stringify": "^2.1.0",
|
55
55
|
"uuid": "^8.3.2"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"@metamask/auto-changelog": "^3.4.4",
|
59
|
-
"@metamask/network-controller": "^24.2.
|
59
|
+
"@metamask/network-controller": "^24.2.1",
|
60
60
|
"@types/jest": "^27.4.1",
|
61
61
|
"deepmerge": "^4.2.2",
|
62
62
|
"jest": "^27.5.1",
|