@metamask-previews/rate-limit-controller 7.0.1-preview-b441b46d7 → 7.0.1-preview-5d0317d14

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 +0 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -209,9 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
209
209
  ### Added
210
210
 
211
211
  - Initial release
212
-
213
212
  - As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
214
-
215
213
  - Everything in `src/ratelimit`
216
214
 
217
215
  All changes listed after this point were applied to this package following the monorepo conversion.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/rate-limit-controller",
3
- "version": "7.0.1-preview-b441b46d7",
3
+ "version": "7.0.1-preview-5d0317d14",
4
4
  "description": "Contains logic for rate-limiting API endpoints by requesting origin",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,7 +57,7 @@
57
57
  "@metamask/utils": "^11.9.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@metamask/auto-changelog": "^6.0.0",
60
+ "@metamask/auto-changelog": "^6.1.0",
61
61
  "@ts-bridge/cli": "^0.6.4",
62
62
  "@types/jest": "^29.5.14",
63
63
  "deepmerge": "^4.2.2",