@metamask-previews/eth-simple-keyring 11.0.0-ca5bb42 → 11.0.0-cd75414

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 +3 -3
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
  ### Added
11
11
 
12
- - Add `SimpleKeyringV2` class implementing `KeyringV2` interface ([#409](https://github.com/MetaMask/accounts/pull/409)), ([#410](https://github.com/MetaMask/accounts/pull/410)), ([#413](https://github.com/MetaMask/accounts/pull/413))
12
+ - Add `SimpleKeyringV2` class implementing `KeyringV2` interface ([#409](https://github.com/MetaMask/accounts/pull/409)), ([#410](https://github.com/MetaMask/accounts/pull/410)), ([#413](https://github.com/MetaMask/accounts/pull/413)), ([#451](https://github.com/MetaMask/accounts/pull/451))
13
13
  - Wraps legacy `SimpleKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
14
14
  - Extends `EthKeyringWrapper` for common Ethereum logic.
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-simple-keyring",
3
- "version": "11.0.0-ca5bb42",
3
+ "version": "11.0.0-cd75414",
4
4
  "description": "A simple standard interface for a series of Ethereum private keys.",
5
5
  "keywords": [
6
6
  "ethereum",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@ethereumjs/util": "^9.1.0",
48
48
  "@metamask/eth-sig-util": "^8.2.0",
49
- "@metamask/keyring-api": "21.3.0",
49
+ "@metamask/keyring-api": "21.5.0",
50
50
  "@metamask/utils": "^11.1.0",
51
51
  "ethereum-cryptography": "^2.1.2",
52
52
  "randombytes": "^2.1.0"
@@ -56,7 +56,7 @@
56
56
  "@lavamoat/allow-scripts": "^3.2.1",
57
57
  "@lavamoat/preinstall-always-fail": "^2.1.0",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
- "@metamask/keyring-utils": "3.1.0",
59
+ "@metamask/keyring-utils": "3.2.0",
60
60
  "@ts-bridge/cli": "^0.6.3",
61
61
  "@types/ethereumjs-tx": "^1.0.1",
62
62
  "@types/jest": "^29.5.12",