@blocklet/cli 1.6.6 → 1.6.10
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 +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "1.6.10",
|
|
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.
|
|
34
|
+
"@abtnode/cli": "1.6.10",
|
|
35
35
|
"shelljs": "^0.8.4"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=12"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "90aa29d892f9f54c87faa3041daec042997fffcc"
|
|
41
41
|
}
|