@blocklet/cli 1.8.32 → 1.8.34
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
|
@@ -67,7 +67,7 @@ Commands:
|
|
|
67
67
|
meta Print blocklet meta from a directory
|
|
68
68
|
version [options] [newVersion] Bump blocklet version and persist to disk
|
|
69
69
|
upload [options] [metafile] Upload the blocklet to blocklet store
|
|
70
|
-
exec <script>
|
|
70
|
+
exec [options] <script> Execute script in blocklet running context
|
|
71
71
|
connect [options] <store-url> Connect to blocklet store. This command
|
|
72
72
|
will set store configuration by "blocklet
|
|
73
73
|
config"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.34",
|
|
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.8.
|
|
34
|
+
"@abtnode/cli": "1.8.34",
|
|
35
35
|
"colors": "1.4.0",
|
|
36
36
|
"shelljs": "^0.8.5"
|
|
37
37
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=12"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "c5fbb8e57493db62f212217cfde1980c82f00297"
|
|
45
45
|
}
|