@metamask-previews/keyring-internal-api 1.0.0-ac29af4 → 2.0.0-3847d8e
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 +17 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
|
|
15
|
+
- This change was not properly reported as breaking on the `1.1.0`.
|
|
16
|
+
- `InternalAccount` extends `KeyringAccount` which has a new required field (`scopes`) and is part of the public API.
|
|
17
|
+
|
|
18
|
+
## [1.1.0]
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
|
|
23
|
+
|
|
10
24
|
## [1.0.0]
|
|
11
25
|
|
|
12
26
|
### Added
|
|
@@ -15,5 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
29
|
- This new version fixes a bug with CJS re-exports.
|
|
16
30
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
17
31
|
|
|
18
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@
|
|
32
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@2.0.0...HEAD
|
|
33
|
+
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@1.1.0...@metamask/keyring-internal-api@2.0.0
|
|
34
|
+
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@1.0.0...@metamask/keyring-internal-api@1.1.0
|
|
19
35
|
[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-internal-api@1.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-internal-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-3847d8e",
|
|
4
4
|
"description": "MetaMask Keyring Internal API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"test:watch": "jest --watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@metamask/keyring-api": "
|
|
48
|
+
"@metamask/keyring-api": "13.0.0",
|
|
49
49
|
"@metamask/keyring-utils": "1.0.0",
|
|
50
50
|
"@metamask/superstruct": "^3.1.0",
|
|
51
|
-
"@metamask/utils": "^
|
|
51
|
+
"@metamask/utils": "^11.0.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@lavamoat/allow-scripts": "^3.2.1",
|