@metamask/snaps-jest 9.8.0 → 10.0.0
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.
- package/CHANGELOG.md +14 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.0.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add Multichain API support ([#3759](https://github.com/MetaMask/snaps/pull/3759))
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **BREAKING:** Change default account used by account and asset selector ([#3759](https://github.com/MetaMask/snaps/pull/3759))
|
|
19
|
+
- The `AccountSelector` and `AssetSelector` now use the first account of
|
|
20
|
+
default secret recovery phrase by default.
|
|
21
|
+
|
|
10
22
|
## [9.8.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -460,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
460
472
|
- The version of the package no longer needs to match the version of all other
|
|
461
473
|
MetaMask Snaps packages.
|
|
462
474
|
|
|
463
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@
|
|
475
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.0.0...HEAD
|
|
476
|
+
[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.8.0...@metamask/snaps-jest@10.0.0
|
|
464
477
|
[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.7.0...@metamask/snaps-jest@9.8.0
|
|
465
478
|
[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.6.0...@metamask/snaps-jest@9.7.0
|
|
466
479
|
[9.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.5.1...@metamask/snaps-jest@9.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "A Jest preset for end-to-end testing MetaMask Snaps, including a Jest environment, and a set of Jest matchers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@jest/expect": "^29.5.0",
|
|
62
62
|
"@jest/globals": "^29.5.0",
|
|
63
63
|
"@metamask/snaps-controllers": "^17.2.1",
|
|
64
|
-
"@metamask/snaps-sdk": "^10.
|
|
65
|
-
"@metamask/snaps-simulation": "^
|
|
64
|
+
"@metamask/snaps-sdk": "^10.4.0",
|
|
65
|
+
"@metamask/snaps-simulation": "^4.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.2.1",
|
|
67
67
|
"@metamask/utils": "^11.9.0",
|
|
68
68
|
"express": "^5.1.0",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@jest/types": "^29.6.3",
|
|
75
|
-
"@lavamoat/allow-scripts": "^3.4.
|
|
75
|
+
"@lavamoat/allow-scripts": "^3.4.2",
|
|
76
76
|
"@metamask/auto-changelog": "^5.0.2",
|
|
77
77
|
"@metamask/phishing-controller": "^16.1.0",
|
|
78
|
-
"@metamask/snaps-utils": "^
|
|
78
|
+
"@metamask/snaps-utils": "^12.0.0",
|
|
79
79
|
"@swc/core": "1.11.31",
|
|
80
80
|
"@swc/jest": "^0.2.38",
|
|
81
81
|
"@ts-bridge/cli": "^0.6.1",
|