@metamask/keyring-api 8.1.1 → 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 +17 -1
  2. package/package.json +10 -10
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
+ ## [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
+
17
+ ## [8.1.2]
18
+
19
+ ### Changed
20
+
21
+ - Bump `@metamask/*` and `@lavamoat/*` dependencies ([#46](https://github.com/MetaMask/accounts/pull/46))
22
+ - Move `deepmerge` to `devDependencies` ([#44](https://github.com/MetaMask/accounts/pull/44))
23
+
10
24
  ## [8.1.1]
11
25
 
12
26
  ### Changed
@@ -398,7 +412,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
398
412
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
399
413
  - Helper functions to create keyring handler in the snap.
400
414
 
401
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...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
417
+ [8.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...@metamask/keyring-api@8.1.2
402
418
  [8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
403
419
  [8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0
404
420
  [8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.1...@metamask/keyring-api@8.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/keyring-api",
3
- "version": "8.1.1",
3
+ "version": "8.1.3",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",
@@ -36,33 +36,33 @@
36
36
  "test:watch": "jest --watch"
37
37
  },
38
38
  "dependencies": {
39
- "@metamask/snaps-sdk": "^6.1.0",
39
+ "@metamask/snaps-sdk": "^6.5.1",
40
40
  "@metamask/superstruct": "^3.1.0",
41
- "@metamask/utils": "^9.1.0",
41
+ "@metamask/utils": "^9.2.1",
42
42
  "@types/uuid": "^9.0.8",
43
43
  "bech32": "^2.0.0",
44
- "deepmerge": "^4.2.2",
45
44
  "uuid": "^9.0.1"
46
45
  },
47
46
  "devDependencies": {
48
- "@lavamoat/allow-scripts": "^3.0.4",
49
- "@lavamoat/preinstall-always-fail": "^2.0.0",
47
+ "@lavamoat/allow-scripts": "^3.2.1",
48
+ "@lavamoat/preinstall-always-fail": "^2.1.0",
50
49
  "@metamask/auto-changelog": "^3.4.4",
51
- "@metamask/providers": "^17.1.1",
50
+ "@metamask/providers": "^17.2.0",
52
51
  "@types/jest": "^29.5.12",
53
52
  "@types/node": "^20.12.12",
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"