@metamask/keyring-api 8.1.0 → 8.1.1

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 +45 -36
  2. package/package.json +9 -27
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Convert to monorepo
15
+ - Package name does not change (`@metamask/keyring-api`) and sources have been moved to: `packages/keyring-api`.
16
+ - You can find all the changes [here](https://github.com/MetaMask/accounts/compare/6da58b4...38794aa).
17
+
10
18
  ## [8.1.0]
11
19
 
12
20
  ### Added
@@ -390,39 +398,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390
398
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
391
399
  - Helper functions to create keyring handler in the snap.
392
400
 
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
401
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...HEAD
402
+ [8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
403
+ [8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0
404
+ [8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.1...@metamask/keyring-api@8.0.2
405
+ [8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.0...@metamask/keyring-api@8.0.1
406
+ [8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@7.0.0...@metamask/keyring-api@8.0.0
407
+ [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.4.0...@metamask/keyring-api@7.0.0
408
+ [6.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.3.1...@metamask/keyring-api@6.4.0
409
+ [6.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.3.0...@metamask/keyring-api@6.3.1
410
+ [6.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.2.1...@metamask/keyring-api@6.3.0
411
+ [6.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.2.0...@metamask/keyring-api@6.2.1
412
+ [6.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.1.1...@metamask/keyring-api@6.2.0
413
+ [6.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.1.0...@metamask/keyring-api@6.1.1
414
+ [6.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@6.0.0...@metamask/keyring-api@6.1.0
415
+ [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@5.1.0...@metamask/keyring-api@6.0.0
416
+ [5.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@5.0.0...@metamask/keyring-api@5.1.0
417
+ [5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.2...@metamask/keyring-api@5.0.0
418
+ [4.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.1...@metamask/keyring-api@4.0.2
419
+ [4.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@4.0.0...@metamask/keyring-api@4.0.1
420
+ [4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@3.0.0...@metamask/keyring-api@4.0.0
421
+ [3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@2.0.0...@metamask/keyring-api@3.0.0
422
+ [2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.1.0...@metamask/keyring-api@2.0.0
423
+ [1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.0.0...@metamask/keyring-api@1.1.0
424
+ [1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@1.0.0-rc.1...@metamask/keyring-api@1.0.0
425
+ [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
426
+ [0.2.7]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.6...@metamask/keyring-api@0.2.7
427
+ [0.2.6]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.5...@metamask/keyring-api@0.2.6
428
+ [0.2.5]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.4...@metamask/keyring-api@0.2.5
429
+ [0.2.4]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.3...@metamask/keyring-api@0.2.4
430
+ [0.2.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.2...@metamask/keyring-api@0.2.3
431
+ [0.2.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.1...@metamask/keyring-api@0.2.2
432
+ [0.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.2.0...@metamask/keyring-api@0.2.1
433
+ [0.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.3...@metamask/keyring-api@0.2.0
434
+ [0.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.2...@metamask/keyring-api@0.1.3
435
+ [0.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.1...@metamask/keyring-api@0.1.2
436
+ [0.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@0.1.0...@metamask/keyring-api@0.1.1
437
+ [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.1",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",
@@ -21,20 +21,18 @@
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": {
@@ -43,34 +41,19 @@
43
41
  "@metamask/utils": "^9.1.0",
44
42
  "@types/uuid": "^9.0.8",
45
43
  "bech32": "^2.0.0",
44
+ "deepmerge": "^4.2.2",
46
45
  "uuid": "^9.0.1"
47
46
  },
48
47
  "devDependencies": {
49
48
  "@lavamoat/allow-scripts": "^3.0.4",
50
49
  "@lavamoat/preinstall-always-fail": "^2.0.0",
51
50
  "@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
51
  "@metamask/providers": "^17.1.1",
57
52
  "@types/jest": "^29.5.12",
58
53
  "@types/node": "^20.12.12",
59
- "@typescript-eslint/eslint-plugin": "^5.62.0",
60
- "@typescript-eslint/parser": "^5.62.0",
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
  },