@metamask-previews/rate-limit-controller
Advanced tools
Comparing version 6.0.2-preview-ffa69e9 to 6.0.3-preview-12ba192
@@ -10,5 +10,9 @@ # Changelog | ||
## [6.0.3] | ||
### Changed | ||
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) | ||
- 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/rpc-errors` from `^7.0.1` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) | ||
- 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)) | ||
@@ -177,3 +181,4 @@ ## [6.0.2] | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.0.2...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.0.3...HEAD | ||
[6.0.3]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.0.2...@metamask/rate-limit-controller@6.0.3 | ||
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.0.1...@metamask/rate-limit-controller@6.0.2 | ||
@@ -180,0 +185,0 @@ [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.0.0...@metamask/rate-limit-controller@6.0.1 |
{ | ||
"name": "@metamask-previews/rate-limit-controller", | ||
"version": "6.0.2-preview-ffa69e9", | ||
"version": "6.0.3-preview-12ba192", | ||
"description": "Contains logic for rate-limiting API endpoints by requesting origin", | ||
@@ -50,5 +50,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.1.0", | ||
"@metamask/base-controller": "^8.0.0", | ||
"@metamask/rpc-errors": "^7.0.2", | ||
"@metamask/utils": "^11.0.1" | ||
"@metamask/utils": "^11.1.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
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
62996
+ Added@metamask/base-controller@8.0.0(transitive)
- Removed@metamask/base-controller@7.1.1(transitive)
Updated@metamask/utils@^11.1.0