@metamask-previews/eth-snap-keyring 7.0.0-ac29af4 → 8.0.0-515dc3a

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 +23 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.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 `7.1.0`.
16
+ - `KeyringAccount` and `InternalAccount` have a new required field (`scopes`) and are part of the public API.
17
+ - **BREAKING:** Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#135](https://github.com/MetaMask/accounts/pull/135))
18
+ - This change was not properly reported as breaking on the `7.1.0`.
19
+ - `InternalAccount` extends `KeyringAccount` which has a new required field (`scopes`) and is part of the public API.
20
+ - **BREAKING:** Bump `@metamask/keyring-snap-internal-client` from `^1.0.0` to `^2.0.0` ([#135](https://github.com/MetaMask/accounts/pull/135))
21
+ - This change was not properly reported as breaking on the `7.1.0`.
22
+ - `KeyringAccount` has a new required field (`scopes`) and is part of the public API.
23
+
24
+ ## [7.1.0]
25
+
26
+ ### Changed
27
+
28
+ - Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#101](https://github.com/MetaMask/accounts/pull/101))
29
+
10
30
  ## [7.0.0]
11
31
 
12
32
  ### Changed
@@ -383,7 +403,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
383
403
 
384
404
  - Initial release.
385
405
 
386
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@7.0.0...HEAD
406
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@8.0.0...HEAD
407
+ [8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@7.1.0...@metamask/eth-snap-keyring@8.0.0
408
+ [7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@7.0.0...@metamask/eth-snap-keyring@7.1.0
387
409
  [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@6.0.0...@metamask/eth-snap-keyring@7.0.0
388
410
  [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@5.0.1...@metamask/eth-snap-keyring@6.0.0
389
411
  [5.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@5.0.0...@metamask/eth-snap-keyring@5.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-snap-keyring",
3
- "version": "7.0.0-ac29af4",
3
+ "version": "8.0.0-515dc3a",
4
4
  "description": "Snaps keyring bridge.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,16 +38,16 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@ethereumjs/tx": "^4.2.0",
41
- "@metamask/eth-sig-util": "^8.0.0",
42
- "@metamask/keyring-api": "12.0.0",
43
- "@metamask/keyring-internal-api": "1.0.0",
44
- "@metamask/keyring-internal-snap-client": "1.0.0",
41
+ "@metamask/eth-sig-util": "^8.1.2",
42
+ "@metamask/keyring-api": "13.0.0",
43
+ "@metamask/keyring-internal-api": "2.0.0",
44
+ "@metamask/keyring-internal-snap-client": "2.0.0",
45
45
  "@metamask/keyring-utils": "1.0.0",
46
46
  "@metamask/snaps-controllers": "^9.10.0",
47
47
  "@metamask/snaps-sdk": "^6.7.0",
48
48
  "@metamask/snaps-utils": "^8.3.0",
49
49
  "@metamask/superstruct": "^3.1.0",
50
- "@metamask/utils": "^9.3.0",
50
+ "@metamask/utils": "^11.0.1",
51
51
  "@types/uuid": "^9.0.8",
52
52
  "uuid": "^9.0.1",
53
53
  "webextension-polyfill": "^0.12.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/providers": "^18.1.0",
59
+ "@metamask/providers": "^18.3.1",
60
60
  "@ts-bridge/cli": "^0.6.1",
61
61
  "@types/jest": "^29.5.12",
62
62
  "@types/node": "^20.12.12",
@@ -71,7 +71,7 @@
71
71
  "typescript": "~5.6.3"
72
72
  },
73
73
  "peerDependencies": {
74
- "@metamask/providers": "^18.1.0"
74
+ "@metamask/providers": "^18.3.1"
75
75
  },
76
76
  "engines": {
77
77
  "node": "^18.18 || >=20"