@metamask-previews/keyring-controller 15.0.0-preview-fb52b9eb → 15.0.0-preview-2036edd1
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.
- package/CHANGELOG.md +0 -13
- package/dist/KeyringController.js +3 -3
- package/dist/KeyringController.mjs +2 -2
- package/dist/{chunk-RVCG63UG.mjs → chunk-5QTEIEPG.mjs} +206 -242
- package/dist/chunk-5QTEIEPG.mjs.map +1 -0
- package/dist/{chunk-QDPHKQON.js → chunk-DNQK26H6.js} +1 -2
- package/dist/chunk-DNQK26H6.js.map +1 -0
- package/dist/{chunk-ISACMNF3.js → chunk-STOYI7AT.js} +310 -346
- package/dist/chunk-STOYI7AT.js.map +1 -0
- package/dist/{chunk-HT7WOORD.mjs → chunk-XPARO3LL.mjs} +1 -2
- package/dist/{chunk-HT7WOORD.mjs.map → chunk-XPARO3LL.mjs.map} +1 -1
- package/dist/constants.js +2 -2
- package/dist/constants.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/KeyringController.d.ts +27 -19
- package/dist/types/KeyringController.d.ts.map +1 -1
- package/dist/types/constants.d.ts +1 -2
- package/dist/types/constants.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-ISACMNF3.js.map +0 -1
- package/dist/chunk-QDPHKQON.js.map +0 -1
- package/dist/chunk-RVCG63UG.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,19 +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
|
-
- **BREAKING**: Change various `KeyringController` methods so they no longer return the controller state ([#4199](https://github.com/MetaMask/core/pull/4199))
|
|
13
|
-
- Changed `addNewAccount` return type to `Promise<string>`
|
|
14
|
-
- Changed `addNewAccountWithoutUpdate` return type to `Promise<string>`
|
|
15
|
-
- Changed `createNewVaultAndKeychain` return type to `Promise<void>`
|
|
16
|
-
- Changed `createNewVaultAndRestore` return type to `Promise<void>`
|
|
17
|
-
- Changed `importAccountWithStrategy` return type to `Promise<string>`
|
|
18
|
-
- Changed `removeAccount` return type to `Promise<void>`
|
|
19
|
-
- Changed `setLocked` return type to `Promise<void>`
|
|
20
|
-
- Changed `submitEncryptionKey` return type to `Promise<void>`
|
|
21
|
-
- Changed `submitPassword` return type to `Promise<void>`
|
|
22
|
-
|
|
23
10
|
## [15.0.0]
|
|
24
11
|
|
|
25
12
|
### Changed
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('./chunk-
|
|
10
|
+
var _chunkSTOYI7ATjs = require('./chunk-STOYI7AT.js');
|
|
11
|
+
require('./chunk-DNQK26H6.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -18,5 +18,5 @@ require('./chunk-QDPHKQON.js');
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.AccountImportStrategy =
|
|
21
|
+
exports.AccountImportStrategy = _chunkSTOYI7ATjs.AccountImportStrategy; exports.KeyringController = _chunkSTOYI7ATjs.KeyringController; exports.KeyringTypes = _chunkSTOYI7ATjs.KeyringTypes; exports.SignTypedDataVersion = _chunkSTOYI7ATjs.SignTypedDataVersion; exports.default = _chunkSTOYI7ATjs.KeyringController_default; exports.getDefaultKeyringState = _chunkSTOYI7ATjs.getDefaultKeyringState; exports.isCustodyKeyring = _chunkSTOYI7ATjs.isCustodyKeyring; exports.keyringBuilderFactory = _chunkSTOYI7ATjs.keyringBuilderFactory;
|
|
22
22
|
//# sourceMappingURL=KeyringController.js.map
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
getDefaultKeyringState,
|
|
8
8
|
isCustodyKeyring,
|
|
9
9
|
keyringBuilderFactory
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-5QTEIEPG.mjs";
|
|
11
|
+
import "./chunk-XPARO3LL.mjs";
|
|
12
12
|
export {
|
|
13
13
|
AccountImportStrategy,
|
|
14
14
|
KeyringController,
|