@metamask/snaps-jest 8.7.1 → 8.8.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.
- package/CHANGELOG.md +15 -1
- package/package.json +6 -6
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
|
+
## [8.8.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/key-tree` from `^9.1.2` to `^10.0.1` ([#2909](https://github.com/MetaMask/snaps/pull/2909))
|
|
15
|
+
|
|
16
|
+
## [8.8.0]
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- Add `snap_getInterfaceContext` JSON-RPC method ([#2902](https://github.com/MetaMask/snaps/pull/2902))
|
|
21
|
+
|
|
10
22
|
## [8.7.1]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -294,7 +306,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
294
306
|
- The version of the package no longer needs to match the version of all other
|
|
295
307
|
MetaMask Snaps packages.
|
|
296
308
|
|
|
297
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.
|
|
309
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.1...HEAD
|
|
310
|
+
[8.8.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.8.0...@metamask/snaps-jest@8.8.1
|
|
311
|
+
[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.1...@metamask/snaps-jest@8.8.0
|
|
298
312
|
[8.7.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.7.0...@metamask/snaps-jest@8.7.1
|
|
299
313
|
[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.6.0...@metamask/snaps-jest@8.7.0
|
|
300
314
|
[8.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.5.0...@metamask/snaps-jest@8.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.8.1",
|
|
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,9 +60,9 @@
|
|
|
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": "^9.
|
|
64
|
-
"@metamask/snaps-sdk": "^6.
|
|
65
|
-
"@metamask/snaps-simulation": "^1.
|
|
63
|
+
"@metamask/snaps-controllers": "^9.15.0",
|
|
64
|
+
"@metamask/snaps-sdk": "^6.13.0",
|
|
65
|
+
"@metamask/snaps-simulation": "^1.4.1",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
67
|
"@metamask/utils": "^10.0.0",
|
|
68
68
|
"express": "^4.18.2",
|
|
@@ -78,10 +78,10 @@
|
|
|
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": "^8.6.
|
|
81
|
+
"@metamask/snaps-utils": "^8.6.1",
|
|
82
82
|
"@swc/core": "1.3.78",
|
|
83
83
|
"@swc/jest": "^0.2.26",
|
|
84
|
-
"@ts-bridge/cli": "^0.6.
|
|
84
|
+
"@ts-bridge/cli": "^0.6.1",
|
|
85
85
|
"@types/jest": "^27.5.1",
|
|
86
86
|
"@types/semver": "^7.5.0",
|
|
87
87
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|