@blocklet/cli 1.16.0-beta-06114bd2 → 1.16.1-beta-cd775909
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
|
@@ -71,7 +71,7 @@ Commands:
|
|
|
71
71
|
connect [options] <store-url> Connect to blocklet store. This command
|
|
72
72
|
will set store configuration by "blocklet
|
|
73
73
|
config"
|
|
74
|
-
create [name]
|
|
74
|
+
create [options] [name] Bootstrap a brand new blocklet from various
|
|
75
75
|
starter templates within minutes
|
|
76
76
|
add [options] <component> Add component to blocklet.yml
|
|
77
77
|
remove <component> Remove component from blocklet.yml
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1-beta-cd775909",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@abtnode/cli": "1.16.
|
|
39
|
+
"@abtnode/cli": "1.16.1-beta-cd775909",
|
|
40
40
|
"colors": "1.4.0",
|
|
41
41
|
"cross-spawn": "^7.0.3",
|
|
42
42
|
"shelljs": "^0.8.5"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=12"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "9fd68e48cd87d5d8feafcf37dac1b586c1dccd8f"
|
|
61
61
|
}
|