@metamask-previews/eip-7702-internal-rpc-middleware 0.1.0-preview-4cd9da8d → 0.1.0-preview-e0caebb

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
13
+
10
14
  ## [0.1.0]
11
15
 
12
16
  ### Added
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-4cd9da8d",
3
+ "version": "0.1.0-preview-e0caebb",
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.15.0",
51
+ "@metamask/controller-utils": "^11.16.0",
52
52
  "@metamask/rpc-errors": "^7.0.2",
53
53
  "@metamask/superstruct": "^3.1.0",
54
54
  "@metamask/utils": "^11.8.1"