@metamask-previews/eip-7702-internal-rpc-middleware 0.0.0-preview-31415333 → 0.1.0-preview-53e28985

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 +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.0]
11
+
10
12
  ### Added
11
13
 
12
- - Initial release of @metamask/eip-7702-internal-rpc-middleware ([#6789](https://github.com/MetaMask/core/pull/6789))
14
+ - Initial release of `@metamask/eip-7702-internal-rpc-middleware` ([#6911](https://github.com/MetaMask/core/pull/6911))
13
15
  - `wallet_upgradeAccount` JSON-RPC method for upgrading EOA accounts to smart accounts using EIP-7702 ([#6789](https://github.com/MetaMask/core/pull/6789))
14
16
  - `wallet_getAccountUpgradeStatus` JSON-RPC method for checking account upgrade status ([#6789](https://github.com/MetaMask/core/pull/6789))
15
17
  - Hook-based architecture with `upgradeAccount` and `getAccountUpgradeStatus` hooks ([#6789](https://github.com/MetaMask/core/pull/6789))
16
18
  - Comprehensive TypeScript type definitions ([#6789](https://github.com/MetaMask/core/pull/6789))
17
- - Full test coverage with Jest ([#6789](https://github.com/MetaMask/core/pull/6789))
18
19
  - Documentation and examples ([#6789](https://github.com/MetaMask/core/pull/6789))
19
20
 
20
- [Unreleased]: https://github.com/MetaMask/core/
21
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@0.1.0...HEAD
22
+ [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eip-7702-internal-rpc-middleware@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eip-7702-internal-rpc-middleware",
3
- "version": "0.0.0-preview-31415333",
3
+ "version": "0.1.0-preview-53e28985",
4
4
  "description": "Implements internal JSON-RPC methods for EIP-7702 account upgrade functionality",
5
5
  "keywords": [
6
6
  "MetaMask",