@blocklet/cli 1.6.7 → 1.6.8

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
@@ -70,7 +70,7 @@ Commands:
70
70
  a blocklet
71
71
  publish [options] [metafile] Publish the blocklet release to registry
72
72
  upload [options] [metafile] Upload the blocklet to registry
73
- config Manage the Blocklet Server configuration
73
+ config [options] Manage the Blocklet Server configuration
74
74
  files, use blocklet config help to see detail
75
75
  server [options]
76
76
  help [command] display help for command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
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,11 +31,11 @@
31
31
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@abtnode/cli": "1.6.7",
34
+ "@abtnode/cli": "1.6.8",
35
35
  "shelljs": "^0.8.4"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=12"
39
39
  },
40
- "gitHead": "d681c03a398e3c7d4dbc878db93b2ab778dded81"
40
+ "gitHead": "f97ec3a44250e034ff4b5e3f088c1417f448a7bb"
41
41
  }