@metamask/snaps-jest 8.10.0 → 8.12.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 +19 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.12.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump MetaMask dependencies ([#3050](https://github.com/MetaMask/snaps/pull/3050), [#3091](https://github.com/MetaMask/snaps/pull/3091))
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Fix unintentionally narrow type for `onKeyringRequest` helper ([#3109](https://github.com/MetaMask/snaps/pull/3109))
|
|
19
|
+
|
|
20
|
+
## [8.11.0]
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Mock `eth_chainId` and `net_version` calls automatically ([#3017](https://github.com/MetaMask/snaps/pull/3017))
|
|
25
|
+
|
|
10
26
|
## [8.10.0]
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -324,7 +340,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
324
340
|
- The version of the package no longer needs to match the version of all other
|
|
325
341
|
MetaMask Snaps packages.
|
|
326
342
|
|
|
327
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.
|
|
343
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.12.0...HEAD
|
|
344
|
+
[8.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0
|
|
345
|
+
[8.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0
|
|
328
346
|
[8.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.9.0...@metamask/snaps-jest@8.10.0
|
|
329
347
|
[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.1...@metamask/snaps-jest@8.9.0
|
|
330
348
|
[8.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.12.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",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@jest/environment": "^29.5.0",
|
|
61
61
|
"@jest/expect": "^29.5.0",
|
|
62
62
|
"@jest/globals": "^29.5.0",
|
|
63
|
-
"@metamask/snaps-controllers": "^
|
|
64
|
-
"@metamask/snaps-sdk": "^6.
|
|
65
|
-
"@metamask/snaps-simulation": "^2.
|
|
63
|
+
"@metamask/snaps-controllers": "^10.0.0",
|
|
64
|
+
"@metamask/snaps-sdk": "^6.18.0",
|
|
65
|
+
"@metamask/snaps-simulation": "^2.2.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/utils": "^11.0
|
|
67
|
+
"@metamask/utils": "^11.2.0",
|
|
68
68
|
"express": "^4.18.2",
|
|
69
69
|
"jest-environment-node": "^29.5.0",
|
|
70
70
|
"jest-matcher-utils": "^29.5.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@metamask/eslint-config-jest": "^12.1.0",
|
|
79
79
|
"@metamask/eslint-config-nodejs": "^12.1.0",
|
|
80
80
|
"@metamask/eslint-config-typescript": "^12.1.0",
|
|
81
|
-
"@metamask/snaps-utils": "^
|
|
81
|
+
"@metamask/snaps-utils": "^9.0.0",
|
|
82
82
|
"@swc/core": "1.3.78",
|
|
83
83
|
"@swc/jest": "^0.2.26",
|
|
84
84
|
"@ts-bridge/cli": "^0.6.1",
|