@metamask/keyring-api 8.1.2 → 8.1.3

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 +9 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.1.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `sinon` and `@types/sinon` to latest versions ([#51](https://github.com/MetaMask/accounts/pull/51))
15
+ - Add `syncpack` and sync dependencies ([#53](https://github.com/metamask/accounts/pull/53))
16
+
10
17
  ## [8.1.2]
11
18
 
12
19
  ### Changed
@@ -405,7 +412,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
405
412
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
406
413
  - Helper functions to create keyring handler in the snap.
407
414
 
408
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...HEAD
415
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.3...HEAD
416
+ [8.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...@metamask/keyring-api@8.1.3
409
417
  [8.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...@metamask/keyring-api@8.1.2
410
418
  [8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
411
419
  [8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/keyring-api",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",
@@ -52,17 +52,17 @@
52
52
  "@types/node": "^20.12.12",
53
53
  "deepmerge": "^4.2.2",
54
54
  "depcheck": "^1.4.7",
55
- "jest": "^28.1.3",
55
+ "jest": "^29.5.0",
56
56
  "jest-it-up": "^3.1.0",
57
57
  "rimraf": "^5.0.7",
58
- "ts-jest": "^28.0.8",
58
+ "ts-jest": "^29.0.5",
59
59
  "ts-node": "^10.9.2",
60
60
  "tsd": "^0.31.0",
61
61
  "typedoc": "^0.25.13",
62
62
  "typescript": "~4.8.4"
63
63
  },
64
64
  "peerDependencies": {
65
- "@metamask/providers": ">=15 <18"
65
+ "@metamask/providers": "^17.2.0"
66
66
  },
67
67
  "engines": {
68
68
  "node": "^18.18 || >=20"