@blocklet/cli 1.16.31 → 1.16.32-beta-04a5da00

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.30
31
+ Blocklet CLI v1.16.31
32
32
 
33
33
 
34
34
  None of the above command seems help? Consider command line utility blocklet.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.16.31",
3
+ "version": "1.16.32-beta-04a5da00",
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.31",
41
+ "@abtnode/cli": "1.16.32-beta-04a5da00",
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": "03edde3e617b126c1873caa67b1d828ee1419a70"
61
+ "gitHead": "f609e3593366aace895c936b00f9623002e29b32"
62
62
  }