@metamask/snaps-jest 7.0.1 → 7.0.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.
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [7.0.2]
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump `@metamask/snaps-execution-environments` to latest ([#2339](https://github.com/MetaMask/snaps/pull/2339))
|
|
12
|
+
|
|
9
13
|
## [7.0.1]
|
|
10
14
|
### Fixed
|
|
11
15
|
- Improve correctness of `clickElement` ([#2334](https://github.com/MetaMask/snaps/pull/2334))
|
|
@@ -127,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
127
131
|
- The version of the package no longer needs to match the version of all other
|
|
128
132
|
MetaMask Snaps packages.
|
|
129
133
|
|
|
130
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.
|
|
134
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.2...HEAD
|
|
135
|
+
[7.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.1...@metamask/snaps-jest@7.0.2
|
|
131
136
|
[7.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@7.0.0...@metamask/snaps-jest@7.0.1
|
|
132
137
|
[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.2...@metamask/snaps-jest@7.0.0
|
|
133
138
|
[6.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@6.0.1...@metamask/snaps-jest@6.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
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
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@metamask/key-tree": "^9.0.0",
|
|
48
48
|
"@metamask/permission-controller": "^9.0.2",
|
|
49
49
|
"@metamask/snaps-controllers": "^7.0.1",
|
|
50
|
-
"@metamask/snaps-execution-environments": "^6.0.
|
|
50
|
+
"@metamask/snaps-execution-environments": "^6.0.1",
|
|
51
51
|
"@metamask/snaps-rpc-methods": "^8.0.0",
|
|
52
52
|
"@metamask/snaps-sdk": "^4.0.1",
|
|
53
53
|
"@metamask/snaps-utils": "^7.1.0",
|