@metamask/snaps-jest 8.13.0 → 8.14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.14.0]
11
+
12
+ ### Added
13
+
14
+ - Add support for `getMnemonicSeed` hook required by latest RPC methods ([#3220](https://github.com/MetaMask/snaps/pull/3220))
15
+
16
+ ### Changed
17
+
18
+ - Bump `express` to `^4.21.2` ([#3196](https://github.com/MetaMask/snaps/pull/3196))
19
+
10
20
  ## [8.13.0]
11
21
 
12
22
  ### Added
@@ -347,7 +357,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
347
357
  - The version of the package no longer needs to match the version of all other
348
358
  MetaMask Snaps packages.
349
359
 
350
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.13.0...HEAD
360
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.14.0...HEAD
361
+ [8.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.13.0...@metamask/snaps-jest@8.14.0
351
362
  [8.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.12.0...@metamask/snaps-jest@8.13.0
352
363
  [8.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.11.0...@metamask/snaps-jest@8.12.0
353
364
  [8.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@8.10.0...@metamask/snaps-jest@8.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-jest",
3
- "version": "8.13.0",
3
+ "version": "8.14.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,12 +60,12 @@
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": "^10.0.1",
63
+ "@metamask/snaps-controllers": "^11.0.0",
64
64
  "@metamask/snaps-sdk": "^6.19.0",
65
- "@metamask/snaps-simulation": "^2.3.0",
65
+ "@metamask/snaps-simulation": "^2.4.0",
66
66
  "@metamask/superstruct": "^3.1.0",
67
67
  "@metamask/utils": "^11.2.0",
68
- "express": "^4.18.2",
68
+ "express": "^4.21.2",
69
69
  "jest-environment-node": "^29.5.0",
70
70
  "jest-matcher-utils": "^29.5.0",
71
71
  "redux": "^4.2.1"