@metamask/snaps-cli 6.5.0 → 6.5.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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.5.1]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Move `fork-ts-checker-webpack-plugin` to dependencies ([#2862](https://github.com/MetaMask/snaps/pull/2862))
|
|
15
|
+
|
|
10
16
|
## [6.5.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -270,7 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
270
276
|
- The version of the package no longer needs to match the version of all other
|
|
271
277
|
MetaMask Snaps packages.
|
|
272
278
|
|
|
273
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.
|
|
279
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...HEAD
|
|
280
|
+
[6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1
|
|
274
281
|
[6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0
|
|
275
282
|
[6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0
|
|
276
283
|
[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.1",
|
|
4
4
|
"description": "A CLI for developing MetaMask Snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -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",
|