@metamask/snaps-jest 10.1.3 → 10.2.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 +20 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.2.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add support for `endowment:messenger` ([#4055](https://github.com/MetaMask/snaps/pull/4055))
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/superstruct` from `^3.2.1` to `^3.3.0` ([#4062](https://github.com/MetaMask/snaps/pull/4062))
|
|
19
|
+
|
|
20
|
+
## [10.1.4]
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- Bump `@metamask/snaps-simulation` from `^4.1.4` to `^4.2.0` ([#4020](https://github.com/MetaMask/snaps/pull/4020))
|
|
25
|
+
- Bump `@metamask/snaps-rpc-methods` from `16.0.0` to `17.0.0` ([#4020](https://github.com/MetaMask/snaps/pull/4020))
|
|
26
|
+
|
|
10
27
|
## [10.1.3]
|
|
11
28
|
|
|
12
29
|
### Changed
|
|
@@ -496,7 +513,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
496
513
|
- The version of the package no longer needs to match the version of all other
|
|
497
514
|
MetaMask Snaps packages.
|
|
498
515
|
|
|
499
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.
|
|
516
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.2.0...HEAD
|
|
517
|
+
[10.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.4...@metamask/snaps-jest@10.2.0
|
|
518
|
+
[10.1.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.3...@metamask/snaps-jest@10.1.4
|
|
500
519
|
[10.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.2...@metamask/snaps-jest@10.1.3
|
|
501
520
|
[10.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.1...@metamask/snaps-jest@10.1.2
|
|
502
521
|
[10.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.0...@metamask/snaps-jest@10.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.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,10 +60,10 @@
|
|
|
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": "^11.
|
|
65
|
-
"@metamask/snaps-simulation": "^4.
|
|
66
|
-
"@metamask/superstruct": "^3.
|
|
63
|
+
"@metamask/snaps-controllers": "^21.0.0",
|
|
64
|
+
"@metamask/snaps-sdk": "^11.2.0",
|
|
65
|
+
"@metamask/snaps-simulation": "^4.3.0",
|
|
66
|
+
"@metamask/superstruct": "^3.3.0",
|
|
67
67
|
"@metamask/utils": "^11.11.0",
|
|
68
68
|
"express": "^5.1.0",
|
|
69
69
|
"jest-environment-node": "^29.5.0",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@jest/types": "^29.6.3",
|
|
75
75
|
"@lavamoat/allow-scripts": "^4.0.0",
|
|
76
|
-
"@metamask/auto-changelog": "^6.1.
|
|
77
|
-
"@metamask/snaps-utils": "^12.
|
|
76
|
+
"@metamask/auto-changelog": "^6.1.1",
|
|
77
|
+
"@metamask/snaps-utils": "^12.3.0",
|
|
78
78
|
"@swc/core": "1.11.31",
|
|
79
79
|
"@swc/jest": "^0.2.38",
|
|
80
80
|
"@ts-bridge/cli": "^0.6.1",
|