@metamask/snaps-cli 6.5.0 → 6.5.2
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 +5 -5
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
|
+
## [6.5.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
|
|
15
|
+
|
|
16
|
+
## [6.5.1]
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Move `fork-ts-checker-webpack-plugin` to dependencies ([#2862](https://github.com/MetaMask/snaps/pull/2862))
|
|
21
|
+
|
|
10
22
|
## [6.5.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -270,7 +282,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
270
282
|
- The version of the package no longer needs to match the version of all other
|
|
271
283
|
MetaMask Snaps packages.
|
|
272
284
|
|
|
273
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.
|
|
285
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.2...HEAD
|
|
286
|
+
[6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2
|
|
287
|
+
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1
|
|
274
288
|
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0
|
|
275
289
|
[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0
|
|
276
290
|
[6.3.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.3...@metamask/snaps-cli@6.3.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-cli",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.2",
|
|
4
4
|
"description": "A CLI for developing MetaMask Snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"@babel/plugin-transform-runtime": "^7.13.2",
|
|
73
73
|
"@babel/preset-env": "^7.23.2",
|
|
74
74
|
"@babel/preset-typescript": "^7.23.2",
|
|
75
|
-
"@metamask/snaps-sdk": "^6.
|
|
76
|
-
"@metamask/snaps-utils": "^8.
|
|
75
|
+
"@metamask/snaps-sdk": "^6.10.0",
|
|
76
|
+
"@metamask/snaps-utils": "^8.5.0",
|
|
77
77
|
"@metamask/snaps-webpack-plugin": "^4.1.2",
|
|
78
78
|
"@metamask/superstruct": "^3.1.0",
|
|
79
|
-
"@metamask/utils": "^
|
|
79
|
+
"@metamask/utils": "^10.0.0",
|
|
80
80
|
"@swc/core": "1.3.78",
|
|
81
81
|
"assert": "^2.0.0",
|
|
82
82
|
"babelify": "^10.0.0",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"crypto-browserify": "^3.12.0",
|
|
90
90
|
"domain-browser": "^4.22.0",
|
|
91
91
|
"events": "^3.3.0",
|
|
92
|
+
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
92
93
|
"https-browserify": "^1.0.0",
|
|
93
94
|
"ora": "^5.4.1",
|
|
94
95
|
"os-browserify": "^0.3.0",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"eslint-plugin-prettier": "^4.2.1",
|
|
143
144
|
"eslint-plugin-promise": "^6.1.1",
|
|
144
145
|
"execa": "^5.1.1",
|
|
145
|
-
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
146
146
|
"jest": "^29.0.2",
|
|
147
147
|
"jest-it-up": "^2.0.0",
|
|
148
148
|
"jest-silent-reporter": "^0.6.0",
|