@blocklet/cli 1.6.13 → 1.6.17

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -62,7 +62,7 @@ Commands:
62
62
  Server
63
63
  deploy [options] <folder> Deploy blocklet from local directory to
64
64
  Blocklet Server
65
- dev [options] [action] Develop blocklet from current directory
65
+ dev [options] Develop blocklet from current directory
66
66
  init [options] Create an empty blocklet project
67
67
  meta Print blocklet meta from a directory
68
68
  version [options] [newVersion] Bump blocklet version and persist to disk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.6.13",
3
+ "version": "1.6.17",
4
4
  "description": "Command line tools to manage Blocklet and Blocklet Server",
5
5
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
6
6
  "main": "bin/blocklet.js",
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@abtnode/cli": "1.6.13",
34
+ "@abtnode/cli": "1.6.17",
35
35
  "colors": "1.4.0",
36
36
  "shelljs": "^0.8.4"
37
37
  },
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">=12"
43
43
  },
44
- "gitHead": "4fff3e4867db54e55b11bb0188bbbf703505dea9"
44
+ "gitHead": "d567a622a779eba43c95eaeb4633cb2b276bb7b9"
45
45
  }