@metamask-previews/eip1193-permission-middleware 1.0.0-preview-988fbb56 → 1.0.0-preview-49b3f847

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 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,11 +7,6 @@ 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.10.0` to `^11.11.0` ([#6069](https://github.com/MetaMask/core/pull/6069))
13
- - Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
14
-
15
10
  ## [1.0.0]
16
11
 
17
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eip1193-permission-middleware",
3
- "version": "1.0.0-preview-988fbb56",
3
+ "version": "1.0.0-preview-49b3f847",
4
4
  "description": "Implements the JSON-RPC methods for managing permissions as referenced in EIP-2255 and MIP-2 and inspired by MIP-5, but supporting chain-agnostic permission caveats in alignment with @metamask/multichain-api-middleware",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/chain-agnostic-permission": "^1.0.0",
51
- "@metamask/controller-utils": "^11.11.0",
51
+ "@metamask/controller-utils": "^11.10.0",
52
52
  "@metamask/json-rpc-engine": "^10.0.3",
53
53
  "@metamask/permission-controller": "^11.0.6",
54
- "@metamask/utils": "^11.4.2",
54
+ "@metamask/utils": "^11.2.0",
55
55
  "lodash": "^4.17.21"
56
56
  },
57
57
  "devDependencies": {