@metamask-previews/controller-utils
Advanced tools
Comparing version 11.4.4-preview-ffa69e9 to 11.4.5-preview-183f0b5a
@@ -10,2 +10,12 @@ # Changelog | ||
### Added | ||
- Add `createServicePolicy` function to assist with reducing boilerplate for service classes ([#5154](https://github.com/MetaMask/core/pull/5154), [#5143](https://github.com/MetaMask/core/pull/5143)) | ||
## [11.4.5] | ||
### Changed | ||
- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#5080](https://github.com/MetaMask/core/pull/5080)) | ||
## [11.4.4] | ||
@@ -442,3 +452,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.4...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.5...HEAD | ||
[11.4.5]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.4...@metamask/controller-utils@11.4.5 | ||
[11.4.4]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.3...@metamask/controller-utils@11.4.4 | ||
@@ -445,0 +456,0 @@ [11.4.3]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.2...@metamask/controller-utils@11.4.3 |
{ | ||
"name": "@metamask-previews/controller-utils", | ||
"version": "11.4.4-preview-ffa69e9", | ||
"version": "11.4.5-preview-183f0b5a", | ||
"description": "Data and convenience functions shared by multiple packages", | ||
@@ -58,2 +58,3 @@ "keywords": [ | ||
"bn.js": "^5.2.1", | ||
"cockatiel": "^3.1.2", | ||
"eth-ens-namehash": "^2.0.8", | ||
@@ -68,3 +69,5 @@ "fast-deep-equal": "^3.1.3" | ||
"jest": "^27.5.1", | ||
"jest-environment-jsdom": "^27.5.1", | ||
"nock": "^13.3.1", | ||
"sinon": "^9.2.4", | ||
"ts-jest": "^27.1.4", | ||
@@ -71,0 +74,0 @@ "typedoc": "^0.24.8", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
307705
60
2107
12
12
+ Addedcockatiel@^3.1.2
+ Addedcockatiel@3.2.1(transitive)