@metamask/snaps-cli 0.10.1 → 0.10.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 +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.10.2]
|
|
10
|
+
### Fixed
|
|
11
|
+
- Installation failure ([#279](https://github.com/MetaMask/snaps-skunkworks/pull/279))
|
|
12
|
+
- A faulty installation script in a dependency caused the installation of this package to fail.
|
|
13
|
+
|
|
9
14
|
## [0.10.1]
|
|
10
15
|
### Fixed
|
|
11
16
|
- Comment stripping will no longer remove empty block comments in strings ([#276](https://github.com/MetaMask/snaps-skunkworks/pull/276))
|
|
@@ -127,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
127
132
|
- Example snaps ([#72](https://github.com/MetaMask/snaps-skunkworks/pull/72))
|
|
128
133
|
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
|
|
129
134
|
|
|
130
|
-
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.
|
|
135
|
+
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.2...HEAD
|
|
136
|
+
[0.10.2]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.1...v0.10.2
|
|
131
137
|
[0.10.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.10.0...v0.10.1
|
|
132
138
|
[0.10.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.9.0...v0.10.0
|
|
133
139
|
[0.9.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.8.0...v0.9.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-cli",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "A CLI for developing MetaMask Snaps.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
46
46
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
47
47
|
"@babel/preset-env": "^7.16.7",
|
|
48
|
-
"@metamask/snap-controllers": "^0.10.
|
|
48
|
+
"@metamask/snap-controllers": "^0.10.2",
|
|
49
49
|
"@nodefactory/strip-comments": "^1.0.4",
|
|
50
50
|
"babelify": "^10.0.0",
|
|
51
51
|
"browserify": "^17.0.0",
|