@metamask/snaps-cli 0.29.0 → 0.30.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A CLI for developing MetaMask Snaps.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
Use Node.js `
|
|
7
|
+
Use Node.js `16.0.0` or later.
|
|
8
8
|
We recommend [nvm](https://github.com/nvm-sh/nvm) for managing Node.js versions.
|
|
9
9
|
|
|
10
10
|
Install a dev dependency in your snap project or globally using `yarn` or `npm`:
|
|
@@ -110,7 +110,7 @@ snap-project/
|
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
Source files other than `index.js` are located through its imports.
|
|
113
|
-
The defaults can be overwritten using the `snap.config.
|
|
113
|
+
The defaults can be overwritten using the `snap.config.js` [config file](#configuration-file).
|
|
114
114
|
|
|
115
115
|
### Configuration File
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"description": "A CLI for developing MetaMask Snaps.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
44
44
|
"@babel/preset-env": "^7.16.7",
|
|
45
45
|
"@babel/preset-typescript": "^7.16.7",
|
|
46
|
-
"@metamask/snaps-browserify-plugin": "^0.
|
|
47
|
-
"@metamask/snaps-utils": "^0.
|
|
46
|
+
"@metamask/snaps-browserify-plugin": "^0.30.0",
|
|
47
|
+
"@metamask/snaps-utils": "^0.30.0",
|
|
48
48
|
"@metamask/utils": "^3.4.1",
|
|
49
49
|
"babelify": "^10.0.0",
|
|
50
50
|
"browserify": "^17.0.0",
|