@metamask/snaps-jest 0.37.4-flask.1 → 1.0.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 +11 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.0]
10
+ ### Changed
11
+ - Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757))
12
+
13
+ ## [0.37.5-flask.1]
14
+ ### Changed
15
+ - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694))
16
+
9
17
  ## [0.37.4-flask.1]
10
18
  ### Fixed
11
19
  - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
@@ -20,7 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
28
  - The version of the package no longer needs to match the version of all other
21
29
  MetaMask Snaps packages.
22
30
 
23
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...HEAD
31
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@1.0.0...HEAD
32
+ [1.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.5-flask.1...@metamask/snaps-jest@1.0.0
33
+ [0.37.5-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.4-flask.1...@metamask/snaps-jest@0.37.5-flask.1
24
34
  [0.37.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.3-flask.1...@metamask/snaps-jest@0.37.4-flask.1
25
35
  [0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-jest@0.37.2-flask.1...@metamask/snaps-jest@0.37.3-flask.1
26
36
  [0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-jest@0.37.2-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-jest",
3
- "version": "0.37.4-flask.1",
3
+ "version": "1.0.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
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",
@@ -37,19 +37,19 @@
37
37
  "@jest/environment": "^29.5.0",
38
38
  "@jest/expect": "^29.5.0",
39
39
  "@jest/globals": "^29.5.0",
40
- "@metamask/rpc-methods": "^0.38.1-flask.1",
41
- "@metamask/snaps-execution-environments": "^0.38.2-flask.1",
42
- "@metamask/snaps-simulator": "^0.38.0-flask.1",
43
- "@metamask/snaps-ui": "^0.37.4-flask.1",
44
- "@metamask/snaps-utils": "^0.38.2-flask.1",
45
- "@metamask/utils": "^6.0.1",
40
+ "@metamask/rpc-methods": "^2.0.0",
41
+ "@metamask/snaps-execution-environments": "^2.0.0",
42
+ "@metamask/snaps-simulator": "^1.0.0",
43
+ "@metamask/snaps-ui": "^2.0.0",
44
+ "@metamask/snaps-utils": "^2.0.0",
45
+ "@metamask/utils": "^8.1.0",
46
46
  "express": "^4.18.2",
47
47
  "jest-environment-node": "^29.5.0",
48
48
  "jest-matcher-utils": "^29.5.0",
49
49
  "pptr-testing-library": "^0.7.0",
50
- "puppeteer": "20.3.0",
50
+ "puppeteer": "21.1.1",
51
51
  "superstruct": "^1.0.3",
52
- "webdriverio": "^8.5.2"
52
+ "webdriverio": "^8.15.9"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@lavamoat/allow-scripts": "^2.3.1",