@metamask/eth-keyring-controller
Advanced tools
Comparing version 13.0.1 to 14.0.0
@@ -9,5 +9,11 @@ # Changelog | ||
## [14.0.0] | ||
### Changed | ||
- **BREAKING:** Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#269](https://github.com/MetaMask/KeyringController/pull/269)) | ||
- **BREAKING:** Bump `@metamask/eth-hd-keyring` from `^6.0.0` to `^7.0.1` ([#275](https://github.com/MetaMask/KeyringController/pull/275)) | ||
- **BREAKING:** Bump `@metamask/eth-simple-keyring` from `^5.0.0` to `^6.0.0` ([#273](https://github.com/MetaMask/KeyringController/pull/273)) | ||
## [13.0.1] | ||
### Changed | ||
- Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) | ||
- Bump `@metamask/utils` from `^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) | ||
@@ -162,3 +168,4 @@ ## [13.0.0] | ||
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...HEAD | ||
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0 | ||
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1 | ||
@@ -165,0 +172,0 @@ [13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0 |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
import { SerializedKeyring, KeyringControllerArgs, KeyringControllerState, KeyringControllerPersistentState } from './types'; | ||
import type { SerializedKeyring, KeyringControllerArgs, KeyringControllerState, KeyringControllerPersistentState } from './types'; | ||
declare class KeyringController extends EventEmitter { | ||
@@ -9,0 +9,0 @@ #private; |
/// <reference types="sinon" /> | ||
/// <reference types="node" /> | ||
import { Json } from '@metamask/utils'; | ||
import type { Json } from '@metamask/utils'; | ||
declare const PASSWORD = "password123"; | ||
@@ -5,0 +5,0 @@ declare const MOCK_ENCRYPTION_KEY: string; |
{ | ||
"name": "@metamask/eth-keyring-controller", | ||
"version": "13.0.1", | ||
"version": "14.0.0", | ||
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", | ||
@@ -41,8 +41,12 @@ "keywords": [ | ||
}, | ||
"resolutions": { | ||
"ink": "3.1.0", | ||
"react-reconciler": "0.24.0" | ||
}, | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.2.0", | ||
"@metamask/browser-passworder": "^4.1.0", | ||
"@metamask/eth-hd-keyring": "^6.0.0", | ||
"@metamask/eth-sig-util": "^6.0.0", | ||
"@metamask/eth-simple-keyring": "^5.0.0", | ||
"@metamask/eth-hd-keyring": "^7.0.1", | ||
"@metamask/eth-sig-util": "^7.0.0", | ||
"@metamask/eth-simple-keyring": "^6.0.0", | ||
"@metamask/obs-store": "^8.1.0", | ||
@@ -56,19 +60,25 @@ "@metamask/utils": "^8.1.0" | ||
"@metamask/auto-changelog": "^3.0.0", | ||
"@metamask/eslint-config": "^11.1.0", | ||
"@metamask/eslint-config-jest": "^11.1.0", | ||
"@metamask/eslint-config-nodejs": "^11.1.0", | ||
"@metamask/eslint-config-typescript": "^11.1.0", | ||
"@metamask/eslint-config": "^12.2.0", | ||
"@metamask/eslint-config-jest": "^12.1.0", | ||
"@metamask/eslint-config-nodejs": "^12.1.0", | ||
"@metamask/eslint-config-typescript": "^12.1.0", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^16.18.46", | ||
"@types/sinon": "^10.0.13", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^8.36.0", | ||
"@yarnpkg/cli": "^4.0.0-rc.50", | ||
"@yarnpkg/core": "^4.0.0-rc.50", | ||
"@yarnpkg/fslib": "^3.0.0-rc.50", | ||
"clipanion": "^4.0.0-rc.2", | ||
"depcheck": "^1.4.5", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jsdoc": "^40.0.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-jsdoc": "^41", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.0.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "^29.7.0", | ||
"jest-it-up": "^2.0.2", | ||
@@ -80,5 +90,5 @@ "prettier": "^2.8.1", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.7.0", | ||
"typedoc": "^0.23.15", | ||
"typescript": "~5.0.2" | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.28", | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -85,0 +95,0 @@ "packageManager": "yarn@3.2.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
156298
36
+ Added@metamask/abi-utils@2.0.4(transitive)
+ Added@metamask/eth-hd-keyring@7.0.4(transitive)
+ Added@metamask/eth-sig-util@7.0.3(transitive)
+ Added@metamask/eth-simple-keyring@6.0.5(transitive)
+ Added@metamask/utils@9.3.0(transitive)
+ Added@scure/base@1.2.4(transitive)
- Removed@chainsafe/as-sha256@0.3.1(transitive)
- Removed@chainsafe/persistent-merkle-tree@0.4.2(transitive)
- Removed@chainsafe/ssz@0.9.4(transitive)
- Removed@ethereumjs/util@8.0.5(transitive)
- Removed@metamask/abi-utils@1.2.0(transitive)
- Removed@metamask/eth-hd-keyring@6.0.2(transitive)
- Removed@metamask/eth-sig-util@6.0.2(transitive)
- Removed@metamask/eth-simple-keyring@5.1.1(transitive)
- Removed@metamask/utils@3.6.05.0.2(transitive)
- Removed@noble/hashes@1.2.0(transitive)
- Removed@noble/secp256k1@1.7.1(transitive)
- Removed@scure/bip32@1.1.5(transitive)
- Removed@scure/bip39@1.1.1(transitive)
- Removedcase@1.6.3(transitive)
- Removedethereum-cryptography@1.2.0(transitive)
- Removedethjs-util@0.1.6(transitive)
- Removedis-hex-prefixed@1.0.0(transitive)
- Removedstrip-hex-prefix@1.0.0(transitive)
- Removedsuperstruct@1.0.4(transitive)
- Removedtweetnacl-util@0.15.1(transitive)