@blocklet/cli 1.16.52 → 1.16.53-beta-20251009-113612-7a16b6a0
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 +3 -1
- package/package.json +17 -17
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.52
|
|
32
32
|
|
|
33
33
|
Usage: blocklet server [options] [command]
|
|
34
34
|
|
|
@@ -50,6 +50,8 @@ Commands:
|
|
|
50
50
|
issue reporting
|
|
51
51
|
cleanup [options] Do some server level cleanup work
|
|
52
52
|
migrate [options] Migrate database from sqlite to postgres
|
|
53
|
+
nginx [options] Configure nginx as reverse proxy for Blocklet
|
|
54
|
+
Server
|
|
53
55
|
upgrade Self-Upgrade Blocklet Server
|
|
54
56
|
help [command] display help for command
|
|
55
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
4
4
|
"description": "Command line tools to manage Blocklet Server",
|
|
5
5
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
6
6
|
"bin": {
|
|
@@ -35,28 +35,28 @@
|
|
|
35
35
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@abtnode/blocklet-services": "1.16.
|
|
39
|
-
"@abtnode/constant": "1.16.
|
|
40
|
-
"@abtnode/core": "1.16.
|
|
41
|
-
"@abtnode/db-cache": "1.16.
|
|
42
|
-
"@abtnode/logger": "1.16.
|
|
43
|
-
"@abtnode/models": "1.16.
|
|
44
|
-
"@abtnode/router-provider": "1.16.
|
|
45
|
-
"@abtnode/util": "1.16.
|
|
46
|
-
"@abtnode/webapp": "1.16.
|
|
38
|
+
"@abtnode/blocklet-services": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
39
|
+
"@abtnode/constant": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
40
|
+
"@abtnode/core": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
41
|
+
"@abtnode/db-cache": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
42
|
+
"@abtnode/logger": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
43
|
+
"@abtnode/models": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
44
|
+
"@abtnode/router-provider": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
45
|
+
"@abtnode/util": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
46
|
+
"@abtnode/webapp": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
47
47
|
"@arcblock/did": "1.25.6",
|
|
48
48
|
"@arcblock/event-hub": "1.25.6",
|
|
49
49
|
"@arcblock/ipfs-only-hash": "^0.0.2",
|
|
50
50
|
"@arcblock/jwt": "1.25.6",
|
|
51
51
|
"@arcblock/ws": "1.25.6",
|
|
52
|
-
"@blocklet/constant": "1.16.
|
|
52
|
+
"@blocklet/constant": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
53
53
|
"@blocklet/error": "^0.2.5",
|
|
54
54
|
"@blocklet/form-collector": "^0.1.8",
|
|
55
|
-
"@blocklet/images": "1.16.
|
|
56
|
-
"@blocklet/meta": "1.16.
|
|
57
|
-
"@blocklet/resolver": "1.16.
|
|
58
|
-
"@blocklet/server-js": "1.16.
|
|
59
|
-
"@blocklet/store": "1.16.
|
|
55
|
+
"@blocklet/images": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
56
|
+
"@blocklet/meta": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
57
|
+
"@blocklet/resolver": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
58
|
+
"@blocklet/server-js": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
59
|
+
"@blocklet/store": "1.16.53-beta-20251009-113612-7a16b6a0",
|
|
60
60
|
"@blocklet/theme-builder": "^0.4.7",
|
|
61
61
|
"@ocap/client": "1.25.6",
|
|
62
62
|
"@ocap/mcrypto": "1.25.6",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"engines": {
|
|
155
155
|
"node": ">=14"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "cb28aceba798cdfe4073bb6df9514c09aa3587ba",
|
|
158
158
|
"devDependencies": {
|
|
159
159
|
"@types/fs-extra": "^11.0.4",
|
|
160
160
|
"@types/jest": "^29.5.13"
|