@metamask-previews/eip-7702-internal-rpc-middleware 0.1.0-preview-d24ded2 → 0.1.0-preview-e776a73

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 +1 -1
  2. package/package.json +2 -2
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
- - Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
12
+ - Bump `@metamask/controller-utils` from `^11.15.0` to `^11.17.0` ([#7202](https://github.com/MetaMask/core/pull/7202), [#7534](https://github.com/MetaMask/core/pull/7534))
13
13
 
14
14
  ## [0.1.0]
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eip-7702-internal-rpc-middleware",
3
- "version": "0.1.0-preview-d24ded2",
3
+ "version": "0.1.0-preview-e776a73",
4
4
  "description": "Implements internal JSON-RPC methods for EIP-7702 account upgrade functionality",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,7 +48,7 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/controller-utils": "^11.16.0",
51
+ "@metamask/controller-utils": "^11.17.0",
52
52
  "@metamask/rpc-errors": "^7.0.2",
53
53
  "@metamask/superstruct": "^3.1.0",
54
54
  "@metamask/utils": "^11.8.1"