@blocklet/cli 1.16.33 → 1.16.34-beta-20241113-102431-65542b84
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Powered By
|
|
|
28
28
|
/ ___ \| | | (__| |_) | | (_) | (__| <
|
|
29
29
|
/_/ \_\_| \___|____/|_|\___/ \___|_|\_\
|
|
30
30
|
|
|
31
|
-
Blocklet CLI v1.16.
|
|
31
|
+
Blocklet CLI v1.16.33
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
None of the above command seems help? Consider command line utility blocklet.
|
|
@@ -62,6 +62,7 @@ Commands:
|
|
|
62
62
|
starter templates within minutes
|
|
63
63
|
add [options] <component> Add component to blocklet.yml
|
|
64
64
|
remove <component> Remove component from blocklet.yml
|
|
65
|
+
cleanup [options] Do some blocklet level cleanup work
|
|
65
66
|
document Manage DID document for the blocklet or the
|
|
66
67
|
Blocklet Server
|
|
67
68
|
config [options] Manage the configuration for Blocklet CLI,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.34-beta-20241113-102431-65542b84",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@abtnode/cli": "1.16.
|
|
41
|
+
"@abtnode/cli": "1.16.34-beta-20241113-102431-65542b84",
|
|
42
42
|
"colors": "1.4.0",
|
|
43
43
|
"cross-spawn": "^7.0.3",
|
|
44
44
|
"shelljs": "^0.8.5"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=14"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "d21a9be12319d0871ccbe997823ec4d8a4cb115e"
|
|
62
62
|
}
|