@metamask-previews/keyring-internal-snap-client 4.0.0-d9aa015 → 4.0.1-0faa33d

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 +13 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,12 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-snap-client` from `^4.0.0` to `^4.0.1` ([#220](https://github.com/MetaMask/accounts/pull/220))
15
+ - Use `ts-bridge/cli@0.6.3` ([#214](https://github.com/MetaMask/accounts/pull/214))
16
+ - This new version fixes a bug regarding some missing exports.
17
+
10
18
  ## [4.0.0]
11
19
 
12
20
  ### Changed
13
21
 
14
22
  - **BREAKING:** Bump `@metamask/providers` peer dependency from `^18.3.1` to `^19.0.0` ([#177](https://github.com/MetaMask/accounts/pull/177))
15
23
  - Bump `@metamask/keyring-api` from `^16.1.0` to `^17.0.0` ([#192](https://github.com/MetaMask/accounts/pull/192))
24
+ - Bump `@metamask/keyring-snap-client` from `^3.0.3` to `^4.0.0` ([#192](https://github.com/MetaMask/accounts/pull/192))
16
25
  - Bump `@metamask/snaps-sdk` dependency from `^6.7.0` to `^6.16.0` ([#177](https://github.com/MetaMask/accounts/pull/177))
17
26
  - Rename `ControllerMessenger` to `Messenger` ([#185](https://github.com/MetaMask/accounts/pull/185))
18
27
 
@@ -21,12 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
30
  ### Changed
22
31
 
23
32
  - Bump `@metamask/keyring-api` from `^16.0.0` to `^16.1.0` ([#176](https://github.com/MetaMask/accounts/pull/176))
33
+ - Bump `@metamask/keyring-snap-client` from `^3.0.2` to `^3.0.3` ([#176](https://github.com/MetaMask/accounts/pull/176))
24
34
 
25
35
  ## [3.0.2]
26
36
 
27
37
  ### Changed
28
38
 
29
39
  - Bump `@metamask/keyring-api` from `^15.0.0` to `^16.0.0` ([#172](https://github.com/MetaMask/accounts/pull/172))
40
+ - Bump `@metamask/keyring-snap-client` from `^3.0.1` to `^3.0.2` ([#172](https://github.com/MetaMask/accounts/pull/172))
30
41
  - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#167](https://github.com/MetaMask/accounts/pull/167))
31
42
 
32
43
  ## [3.0.1]
@@ -74,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
85
  - This new version fixes a bug with CJS re-exports.
75
86
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
76
87
 
77
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.0...HEAD
88
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.1...HEAD
89
+ [4.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.0...@metamask/keyring-internal-snap-client@4.0.1
78
90
  [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@3.0.3...@metamask/keyring-internal-snap-client@4.0.0
79
91
  [3.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@3.0.2...@metamask/keyring-internal-snap-client@3.0.3
80
92
  [3.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@3.0.1...@metamask/keyring-internal-snap-client@3.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "4.0.0-d9aa015",
3
+ "version": "4.0.1-0faa33d",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "metamask",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@metamask/base-controller": "^7.1.1",
49
- "@metamask/keyring-api": "17.0.0",
50
- "@metamask/keyring-snap-client": "4.0.0",
51
- "@metamask/keyring-utils": "2.0.0"
49
+ "@metamask/keyring-api": "17.2.1",
50
+ "@metamask/keyring-snap-client": "4.0.1",
51
+ "@metamask/keyring-utils": "3.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@lavamoat/allow-scripts": "^3.2.1",
@@ -58,7 +58,7 @@
58
58
  "@metamask/snaps-sdk": "^6.16.0",
59
59
  "@metamask/snaps-utils": "^8.9.1",
60
60
  "@metamask/utils": "^11.1.0",
61
- "@ts-bridge/cli": "^0.6.1",
61
+ "@ts-bridge/cli": "^0.6.3",
62
62
  "@types/jest": "^29.5.12",
63
63
  "@types/node": "^20.12.12",
64
64
  "deepmerge": "^4.2.2",