@metamask/snaps-utils 0.38.1-flask.1 → 0.38.3-flask.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.38.3-flask.1]
10
+ ### Changed
11
+ - Bump `@metamask/post-message-stream` from 6.1.2 to 7.0.0 ([#1707](https://github.com/MetaMask/snaps/pull/1707), [#1724](https://github.com/MetaMask/snaps/pull/1724))
12
+ - Bump `@metamask/utils` and `@metamask/snaps-registry` ([#1694](https://github.com/MetaMask/snaps/pull/1694))
13
+
14
+ ## [0.38.2-flask.1]
15
+ ### Fixed
16
+ - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
17
+
9
18
  ## [0.38.1-flask.1]
10
19
  ### Changed
11
20
  - Update transaction insights response and add severity level enum ([#1653](https://github.com/MetaMask/snaps/pull/1653))
@@ -26,7 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
35
  - The version of the package no longer needs to match the version of all other
27
36
  MetaMask Snaps packages.
28
37
 
29
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.1-flask.1...HEAD
38
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.3-flask.1...HEAD
39
+ [0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.2-flask.1...@metamask/snaps-utils@0.38.3-flask.1
40
+ [0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.1-flask.1...@metamask/snaps-utils@0.38.2-flask.1
30
41
  [0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.38.0-flask.1...@metamask/snaps-utils@0.38.1-flask.1
31
42
  [0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@0.37.2-flask.1...@metamask/snaps-utils@0.38.0-flask.1
32
43
  [0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-utils@0.37.2-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-utils",
3
- "version": "0.38.1-flask.1",
3
+ "version": "0.38.3-flask.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/MetaMask/snaps.git"
@@ -71,9 +71,9 @@
71
71
  "@metamask/base-controller": "^3.2.0",
72
72
  "@metamask/key-tree": "^9.0.0",
73
73
  "@metamask/permission-controller": "^4.1.0",
74
- "@metamask/snaps-registry": "^1.2.1",
75
- "@metamask/snaps-ui": "^0.37.3-flask.1",
76
- "@metamask/utils": "^6.0.1",
74
+ "@metamask/snaps-registry": "^1.2.2",
75
+ "@metamask/snaps-ui": "^0.37.4-flask.1",
76
+ "@metamask/utils": "^7.1.0",
77
77
  "@noble/hashes": "^1.3.1",
78
78
  "@scure/base": "^1.1.1",
79
79
  "chalk": "^4.1.2",
@@ -97,27 +97,27 @@
97
97
  "@metamask/eslint-config-jest": "^12.1.0",
98
98
  "@metamask/eslint-config-nodejs": "^12.1.0",
99
99
  "@metamask/eslint-config-typescript": "^12.1.0",
100
- "@metamask/post-message-stream": "^6.1.2",
100
+ "@metamask/post-message-stream": "^7.0.0",
101
101
  "@swc/cli": "^0.1.62",
102
102
  "@swc/core": "1.3.78",
103
103
  "@swc/jest": "^0.2.26",
104
104
  "@types/jest": "^27.5.1",
105
105
  "@types/mocha": "^10.0.1",
106
- "@types/node": "^20.3.1",
106
+ "@types/node": "18.14.2",
107
107
  "@types/semver": "^7.5.0",
108
108
  "@types/validate-npm-package-name": "^4.0.0",
109
109
  "@typescript-eslint/eslint-plugin": "^5.42.1",
110
110
  "@typescript-eslint/parser": "^5.42.1",
111
- "@wdio/browser-runner": "^8.5.2",
112
- "@wdio/cli": "^8.5.2",
113
- "@wdio/globals": "^8.5.2",
114
- "@wdio/mocha-framework": "^8.5.2",
115
- "@wdio/spec-reporter": "^8.5.2",
116
- "@wdio/static-server-service": "^8.5.2",
117
- "@wdio/types": "^8.5.2",
111
+ "@wdio/browser-runner": "^8.15.9",
112
+ "@wdio/cli": "^8.15.9",
113
+ "@wdio/globals": "^8.15.9",
114
+ "@wdio/mocha-framework": "^8.15.9",
115
+ "@wdio/spec-reporter": "^8.15.7",
116
+ "@wdio/static-server-service": "^8.15.7",
117
+ "@wdio/types": "^8.15.7",
118
118
  "deepmerge": "^4.2.2",
119
119
  "depcheck": "^1.4.5",
120
- "esbuild": "^0.17.15",
120
+ "esbuild": "^0.18.10",
121
121
  "eslint": "^8.27.0",
122
122
  "eslint-config-prettier": "^8.5.0",
123
123
  "eslint-plugin-import": "^2.26.0",
@@ -140,8 +140,8 @@
140
140
  "vite": "^4.3.9",
141
141
  "vite-tsconfig-paths": "^4.0.5",
142
142
  "wdio-chromedriver-service": "^8.1.1",
143
- "wdio-geckodriver-service": "^4.1.0",
144
- "webdriverio": "^8.5.2"
143
+ "wdio-geckodriver-service": "^5.0.2",
144
+ "webdriverio": "^8.15.9"
145
145
  },
146
146
  "engines": {
147
147
  "node": ">=16.0.0"