@blocklet/cli 1.7.15 → 1.7.16
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 +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -74,6 +74,8 @@ Commands:
|
|
|
74
74
|
development environment
|
|
75
75
|
create [name] Bootstrap a brand new blocklet from various
|
|
76
76
|
starter templates within minutes
|
|
77
|
+
add [options] <component> Add component to blocklet.yml
|
|
78
|
+
remove <component> Remove component from blocklet.yml
|
|
77
79
|
config [options] Manage the Blocklet Server configuration
|
|
78
80
|
files, use blocklet config help to see detail
|
|
79
81
|
server [options]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.16",
|
|
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.7.
|
|
34
|
+
"@abtnode/cli": "1.7.16",
|
|
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": "
|
|
44
|
+
"gitHead": "04529c50cd42af0166b776fae82f8f4398834bfa"
|
|
45
45
|
}
|