@metamask/snaps-jest 10.0.0 → 10.1.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 +8 -9
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.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Track whether interface has been displayed before allowing `snap_getInterfaceState` ([#3888](https://github.com/MetaMask/snaps/pull/3888))
|
|
15
|
+
|
|
16
|
+
## [10.1.0]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Remove `sourceCode` from `getSnap` implementation ([#3777](https://github.com/MetaMask/snaps/pull/3777))
|
|
21
|
+
|
|
10
22
|
## [10.0.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -472,7 +484,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
472
484
|
- The version of the package no longer needs to match the version of all other
|
|
473
485
|
MetaMask Snaps packages.
|
|
474
486
|
|
|
475
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.
|
|
487
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.1...HEAD
|
|
488
|
+
[10.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.1.0...@metamask/snaps-jest@10.1.1
|
|
489
|
+
[10.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@10.0.0...@metamask/snaps-jest@10.1.0
|
|
476
490
|
[10.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.8.0...@metamask/snaps-jest@10.0.0
|
|
477
491
|
[9.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.7.0...@metamask/snaps-jest@9.8.0
|
|
478
492
|
[9.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@9.6.0...@metamask/snaps-jest@9.7.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-jest",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.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,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": "^
|
|
65
|
-
"@metamask/snaps-simulation": "^4.
|
|
63
|
+
"@metamask/snaps-controllers": "^18.0.3",
|
|
64
|
+
"@metamask/snaps-sdk": "^11.0.0",
|
|
65
|
+
"@metamask/snaps-simulation": "^4.1.1",
|
|
66
66
|
"@metamask/superstruct": "^3.2.1",
|
|
67
|
-
"@metamask/utils": "^11.
|
|
67
|
+
"@metamask/utils": "^11.10.0",
|
|
68
68
|
"express": "^5.1.0",
|
|
69
69
|
"jest-environment-node": "^29.5.0",
|
|
70
70
|
"jest-matcher-utils": "^29.5.0",
|
|
@@ -72,10 +72,9 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@jest/types": "^29.6.3",
|
|
75
|
-
"@lavamoat/allow-scripts": "^3.4.
|
|
76
|
-
"@metamask/auto-changelog": "^5.
|
|
77
|
-
"@metamask/
|
|
78
|
-
"@metamask/snaps-utils": "^12.0.0",
|
|
75
|
+
"@lavamoat/allow-scripts": "^3.4.3",
|
|
76
|
+
"@metamask/auto-changelog": "^5.3.2",
|
|
77
|
+
"@metamask/snaps-utils": "^12.1.1",
|
|
79
78
|
"@swc/core": "1.11.31",
|
|
80
79
|
"@swc/jest": "^0.2.38",
|
|
81
80
|
"@ts-bridge/cli": "^0.6.1",
|