@metamask/keyring-api 8.1.0 → 8.1.2

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 +53 -36
  2. package/package.json +14 -32
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/*` and `@lavamoat/*` dependencies ([#46](https://github.com/MetaMask/accounts/pull/46))
15
+ - Move `deepmerge` to `devDependencies` ([#44](https://github.com/MetaMask/accounts/pull/44))
16
+
17
+ ## [8.1.1]
18
+
19
+ ### Changed
20
+
21
+ - Convert to monorepo
22
+ - Package name does not change (`@metamask/keyring-api`) and sources have been moved to: `packages/keyring-api`.
23
+ - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa).
24
+
10
25
  ## [8.1.0]
11
26
 
12
27
  ### Added
@@ -390,39 +405,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390
405
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
391
406
  - Helper functions to create keyring handler in the snap.
392
407
 
393
- [Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.1.0...HEAD
394
- [8.1.0]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...v8.1.0
395
- [8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2
396
- [8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
397
- [8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
398
- [7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
399
- [6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
400
- [6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
401
- [6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
402
- [6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
403
- [6.2.0]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
404
- [6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
405
- [6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
406
- [6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
407
- [5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
408
- [5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
409
- [4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
410
- [4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
411
- [4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
412
- [3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0
413
- [2.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.1.0...v2.0.0
414
- [1.1.0]: https://github.com/MetaMask/keyring-api/compare/v1.0.0...v1.1.0
415
- [1.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.0.0-rc.1...v1.0.0
416
- [1.0.0-rc.1]: https://github.com/MetaMask/keyring-api/compare/v0.2.7...v1.0.0-rc.1
417
- [0.2.7]: https://github.com/MetaMask/keyring-api/compare/v0.2.6...v0.2.7
418
- [0.2.6]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...v0.2.6
419
- [0.2.5]: https://github.com/MetaMask/keyring-api/compare/v0.2.4...v0.2.5
420
- [0.2.4]: https://github.com/MetaMask/keyring-api/compare/v0.2.3...v0.2.4
421
- [0.2.3]: https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3
422
- [0.2.2]: https://github.com/MetaMask/keyring-api/compare/v0.2.1...v0.2.2
423
- [0.2.1]: https://github.com/MetaMask/keyring-api/compare/v0.2.0...v0.2.1
424
- [0.2.0]: https://github.com/MetaMask/keyring-api/compare/v0.1.3...v0.2.0
425
- [0.1.3]: https://github.com/MetaMask/keyring-api/compare/v0.1.2...v0.1.3
426
- [0.1.2]: https://github.com/MetaMask/keyring-api/compare/v0.1.1...v0.1.2
427
- [0.1.1]: https://github.com/MetaMask/keyring-api/compare/v0.1.0...v0.1.1
428
- [0.1.0]: https://github.com/MetaMask/keyring-api/releases/tag/v0.1.0
408
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...HEAD
409
+ [8.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...@metamask/keyring-api@8.1.2
410
+ [8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
411
+ [8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0
412
+ [8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.1...@metamask/keyring-api@8.0.2
413
+ [8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.0...@metamask/keyring-api@8.0.1
414
+ [8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@7.0.0...@metamask/keyring-api@8.0.0
415
+ [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.4.0...@metamask/keyring-api@7.0.0
416
+ [6.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.3.1...@metamask/keyring-api@6.4.0
417
+ [6.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.3.0...@metamask/keyring-api@6.3.1
418
+ [6.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.2.1...@metamask/keyring-api@6.3.0
419
+ [6.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.2.0...@metamask/keyring-api@6.2.1
420
+ [6.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.1.1...@metamask/keyring-api@6.2.0
421
+ [6.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.1.0...@metamask/keyring-api@6.1.1
422
+ [6.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.0.0...@metamask/keyring-api@6.1.0
423
+ [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@5.1.0...@metamask/keyring-api@6.0.0
424
+ [5.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@5.0.0...@metamask/keyring-api@5.1.0
425
+ [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.2...@metamask/keyring-api@5.0.0
426
+ [4.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.1...@metamask/keyring-api@4.0.2
427
+ [4.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.0...@metamask/keyring-api@4.0.1
428
+ [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@3.0.0...@metamask/keyring-api@4.0.0
429
+ [3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@2.0.0...@metamask/keyring-api@3.0.0
430
+ [2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.1.0...@metamask/keyring-api@2.0.0
431
+ [1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.0.0...@metamask/keyring-api@1.1.0
432
+ [1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.0.0-rc.1...@metamask/keyring-api@1.0.0
433
+ [1.0.0-rc.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.7...@metamask/keyring-api@1.0.0-rc.1
434
+ [0.2.7]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.6...@metamask/keyring-api@0.2.7
435
+ [0.2.6]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.5...@metamask/keyring-api@0.2.6
436
+ [0.2.5]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.4...@metamask/keyring-api@0.2.5
437
+ [0.2.4]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.3...@metamask/keyring-api@0.2.4
438
+ [0.2.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.2...@metamask/keyring-api@0.2.3
439
+ [0.2.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.1...@metamask/keyring-api@0.2.2
440
+ [0.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.0...@metamask/keyring-api@0.2.1
441
+ [0.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.3...@metamask/keyring-api@0.2.0
442
+ [0.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.2...@metamask/keyring-api@0.1.3
443
+ [0.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.1...@metamask/keyring-api@0.1.2
444
+ [0.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.0...@metamask/keyring-api@0.1.1
445
+ [0.1.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-api@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/keyring-api",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",
@@ -21,56 +21,39 @@
21
21
  "dist/"
22
22
  ],
23
23
  "scripts": {
24
- "build": "tsc --project tsconfig.build.json",
24
+ "build": "tsc --build tsconfig.build.json",
25
25
  "build:clean": "rimraf dist && yarn build",
26
26
  "build:docs": "typedoc",
27
- "lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
28
- "lint:changelog": "auto-changelog validate --prettier",
29
- "lint:constraints": "yarn constraints",
30
- "lint:dependencies": "depcheck && yarn dedupe",
31
- "lint:eslint": "eslint . --cache --ext js,ts",
32
- "lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog --fix",
33
- "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
34
- "prepack": "./scripts/prepack.sh",
27
+ "build:force": "tsc --build tsconfig.build.json --force",
28
+ "changelog:update": "../../scripts/update-changelog.sh @metamask/keyring-api",
29
+ "changelog:validate": "../../scripts/validate-changelog.sh @metamask/keyring-api",
30
+ "publish:preview": "yarn npm publish --tag preview",
35
31
  "test": "yarn test:source && yarn test:types",
32
+ "test:clean": "jest --clearCache",
36
33
  "test:source": "jest && jest-it-up",
37
34
  "test:types": "tsd",
35
+ "test:verbose": "jest --verbose",
38
36
  "test:watch": "jest --watch"
39
37
  },
40
38
  "dependencies": {
41
- "@metamask/snaps-sdk": "^6.1.0",
39
+ "@metamask/snaps-sdk": "^6.5.1",
42
40
  "@metamask/superstruct": "^3.1.0",
43
- "@metamask/utils": "^9.1.0",
41
+ "@metamask/utils": "^9.2.1",
44
42
  "@types/uuid": "^9.0.8",
45
43
  "bech32": "^2.0.0",
46
44
  "uuid": "^9.0.1"
47
45
  },
48
46
  "devDependencies": {
49
- "@lavamoat/allow-scripts": "^3.0.4",
50
- "@lavamoat/preinstall-always-fail": "^2.0.0",
47
+ "@lavamoat/allow-scripts": "^3.2.1",
48
+ "@lavamoat/preinstall-always-fail": "^2.1.0",
51
49
  "@metamask/auto-changelog": "^3.4.4",
52
- "@metamask/eslint-config": "^12.2.0",
53
- "@metamask/eslint-config-jest": "^12.1.0",
54
- "@metamask/eslint-config-nodejs": "^12.1.0",
55
- "@metamask/eslint-config-typescript": "^12.1.0",
56
- "@metamask/providers": "^17.1.1",
50
+ "@metamask/providers": "^17.2.0",
57
51
  "@types/jest": "^29.5.12",
58
52
  "@types/node": "^20.12.12",
59
- "@typescript-eslint/eslint-plugin": "^5.62.0",
60
- "@typescript-eslint/parser": "^5.62.0",
53
+ "deepmerge": "^4.2.2",
61
54
  "depcheck": "^1.4.7",
62
- "eslint": "^8.57.0",
63
- "eslint-config-prettier": "^8.10.0",
64
- "eslint-plugin-import": "~2.26.0",
65
- "eslint-plugin-jest": "^27.9.0",
66
- "eslint-plugin-jsdoc": "^39.9.1",
67
- "eslint-plugin-n": "^15.7.0",
68
- "eslint-plugin-prettier": "^4.2.1",
69
- "eslint-plugin-promise": "^6.1.1",
70
55
  "jest": "^28.1.3",
71
56
  "jest-it-up": "^3.1.0",
72
- "prettier": "^2.8.8",
73
- "prettier-plugin-packagejson": "^2.5.0",
74
57
  "rimraf": "^5.0.7",
75
58
  "ts-jest": "^28.0.8",
76
59
  "ts-node": "^10.9.2",
@@ -81,7 +64,6 @@
81
64
  "peerDependencies": {
82
65
  "@metamask/providers": ">=15 <18"
83
66
  },
84
- "packageManager": "yarn@3.2.1",
85
67
  "engines": {
86
68
  "node": "^18.18 || >=20"
87
69
  },