@metamask-previews/keyring-internal-snap-client 10.0.4-5951828 → 10.0.6-58658de

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 +5 -5
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
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-api` from `^23.6.0` to `^23.7.0` ([#604](https://github.com/MetaMask/accounts/pull/604))
13
+
14
+ ## [10.0.6]
15
+
16
+ ### Changed
17
+
18
+ - Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
19
+ - Bump `@metamask/keyring-internal-api` from `^11.0.1` to `^11.0.2` ([#600](https://github.com/MetaMask/accounts/pull/600))
20
+ - Bump `@metamask/keyring-snap-client` from `^9.2.0` to `^9.2.1` ([#600](https://github.com/MetaMask/accounts/pull/600))
21
+ - Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
22
+
23
+ ## [10.0.5]
24
+
25
+ ### Changed
26
+
27
+ - Bump `@metamask/keyring-api` from `^23.4.0` to `^23.5.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
28
+ - Bump `@metamask/keyring-snap-client` from `^9.1.0` to `^9.2.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
29
+
10
30
  ## [10.0.4]
11
31
 
12
32
  ### Changed
@@ -236,7 +256,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236
256
  - This new version fixes a bug with CJS re-exports.
237
257
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
238
258
 
239
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.4...HEAD
259
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.6...HEAD
260
+ [10.0.6]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.5...@metamask/keyring-internal-snap-client@10.0.6
261
+ [10.0.5]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.4...@metamask/keyring-internal-snap-client@10.0.5
240
262
  [10.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.3...@metamask/keyring-internal-snap-client@10.0.4
241
263
  [10.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.2...@metamask/keyring-internal-snap-client@10.0.3
242
264
  [10.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.1...@metamask/keyring-internal-snap-client@10.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-internal-snap-client",
3
- "version": "10.0.4-5951828",
3
+ "version": "10.0.6-58658de",
4
4
  "description": "MetaMask Keyring Snap internal clients",
5
5
  "keywords": [
6
6
  "keyring",
@@ -66,10 +66,10 @@
66
66
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
67
67
  },
68
68
  "dependencies": {
69
- "@metamask/keyring-api": "23.4.0",
70
- "@metamask/keyring-internal-api": "11.0.1",
71
- "@metamask/keyring-snap-client": "9.1.0",
72
- "@metamask/keyring-utils": "3.3.1",
69
+ "@metamask/keyring-api": "23.7.0",
70
+ "@metamask/keyring-internal-api": "11.0.2",
71
+ "@metamask/keyring-snap-client": "9.2.1",
72
+ "@metamask/keyring-utils": "4.0.0",
73
73
  "@metamask/messenger": "^1.1.1"
74
74
  },
75
75
  "devDependencies": {