@blocklet/cli 1.17.8-beta-20260111-112953-aed5ff39 → 1.17.8-beta-20260115-003043-5e15c08a
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/lib/commands/blocklet/dev.js +3 -8
- package/package.json +25 -25
|
@@ -16,17 +16,12 @@ const { evaluateURLs, isDidDomain } = require('@abtnode/util/lib/url-evaluation'
|
|
|
16
16
|
const isDocker = require('@abtnode/util/lib/is-docker');
|
|
17
17
|
const { toBase58, fromBase58, fromUnitToToken } = require('@ocap/util');
|
|
18
18
|
const { getBlockletInfo } = require('@blocklet/meta/lib/info');
|
|
19
|
-
const {
|
|
20
|
-
replaceSlotToIp,
|
|
21
|
-
isInProgress,
|
|
22
|
-
findComponentByIdV2,
|
|
23
|
-
isGatewayBlocklet,
|
|
24
|
-
hasStartEngine,
|
|
25
|
-
} = require('@blocklet/meta/lib/util');
|
|
19
|
+
const { replaceSlotToIp, isInProgress, findComponentByIdV2, isGatewayBlocklet } = require('@blocklet/meta/lib/util');
|
|
26
20
|
const { getBlockletMetaFromUrls, getSourceUrlsFromConfig } = require('@blocklet/meta/lib/util-meta');
|
|
27
21
|
const { getComponentsInternalInfo } = require('@blocklet/meta/lib/blocklet');
|
|
28
22
|
const { parse: getBlockletMeta } = require('@blocklet/meta/lib/parse');
|
|
29
23
|
const { hasReservedKey } = require('@blocklet/meta/lib/has-reserved-key');
|
|
24
|
+
const { hasMountPoint } = require('@blocklet/meta/lib/engine');
|
|
30
25
|
const {
|
|
31
26
|
BLOCKLET_MODES,
|
|
32
27
|
BlockletStatus,
|
|
@@ -636,7 +631,7 @@ const getUtil = ({
|
|
|
636
631
|
}
|
|
637
632
|
|
|
638
633
|
// print blocklet entry
|
|
639
|
-
if (!
|
|
634
|
+
if (!hasMountPoint(meta)) {
|
|
640
635
|
print('');
|
|
641
636
|
printInfo('The blocklet has no running process');
|
|
642
637
|
printInfo('You can access with the following URL\n');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.17.8-beta-
|
|
3
|
+
"version": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
4
4
|
"description": "Command line tools to manage Blocklet Server",
|
|
5
5
|
"homepage": "https://www.arcblock.io/docs/blocklet-cli",
|
|
6
6
|
"bin": {
|
|
@@ -33,33 +33,33 @@
|
|
|
33
33
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@abtnode/blocklet-services": "1.17.8-beta-
|
|
37
|
-
"@abtnode/constant": "1.17.8-beta-
|
|
38
|
-
"@abtnode/core": "1.17.8-beta-
|
|
39
|
-
"@abtnode/db-cache": "1.17.8-beta-
|
|
40
|
-
"@abtnode/logger": "1.17.8-beta-
|
|
41
|
-
"@abtnode/models": "1.17.8-beta-
|
|
42
|
-
"@abtnode/router-provider": "1.17.8-beta-
|
|
43
|
-
"@abtnode/util": "1.17.8-beta-
|
|
44
|
-
"@abtnode/webapp": "1.17.8-beta-
|
|
45
|
-
"@arcblock/did": "^1.28.
|
|
46
|
-
"@arcblock/event-hub": "^1.28.
|
|
36
|
+
"@abtnode/blocklet-services": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
37
|
+
"@abtnode/constant": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
38
|
+
"@abtnode/core": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
39
|
+
"@abtnode/db-cache": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
40
|
+
"@abtnode/logger": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
41
|
+
"@abtnode/models": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
42
|
+
"@abtnode/router-provider": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
43
|
+
"@abtnode/util": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
44
|
+
"@abtnode/webapp": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
45
|
+
"@arcblock/did": "^1.28.5",
|
|
46
|
+
"@arcblock/event-hub": "^1.28.5",
|
|
47
47
|
"@arcblock/ipfs-only-hash": "^0.0.2",
|
|
48
|
-
"@arcblock/jwt": "^1.28.
|
|
49
|
-
"@arcblock/ws": "^1.28.
|
|
50
|
-
"@blocklet/constant": "1.17.8-beta-
|
|
48
|
+
"@arcblock/jwt": "^1.28.5",
|
|
49
|
+
"@arcblock/ws": "^1.28.5",
|
|
50
|
+
"@blocklet/constant": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
51
51
|
"@blocklet/error": "^0.3.5",
|
|
52
52
|
"@blocklet/form-collector": "^0.1.8",
|
|
53
|
-
"@blocklet/images": "1.17.8-beta-
|
|
54
|
-
"@blocklet/meta": "1.17.8-beta-
|
|
55
|
-
"@blocklet/resolver": "1.17.8-beta-
|
|
56
|
-
"@blocklet/server-js": "1.17.8-beta-
|
|
57
|
-
"@blocklet/store": "1.17.8-beta-
|
|
53
|
+
"@blocklet/images": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
54
|
+
"@blocklet/meta": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
55
|
+
"@blocklet/resolver": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
56
|
+
"@blocklet/server-js": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
57
|
+
"@blocklet/store": "1.17.8-beta-20260115-003043-5e15c08a",
|
|
58
58
|
"@blocklet/theme-builder": "^0.4.8",
|
|
59
|
-
"@ocap/client": "^1.28.
|
|
60
|
-
"@ocap/mcrypto": "^1.28.
|
|
61
|
-
"@ocap/util": "^1.28.
|
|
62
|
-
"@ocap/wallet": "^1.28.
|
|
59
|
+
"@ocap/client": "^1.28.5",
|
|
60
|
+
"@ocap/mcrypto": "^1.28.5",
|
|
61
|
+
"@ocap/util": "^1.28.5",
|
|
62
|
+
"@ocap/wallet": "^1.28.5",
|
|
63
63
|
"@vercel/ncc": "^0.38.3",
|
|
64
64
|
"archiver": "^7.0.1",
|
|
65
65
|
"async": "^3.2.4",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"engines": {
|
|
154
154
|
"node": ">=14"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "b22c37d35c84211b50f9ca05176f2c6de59fb24d",
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@types/fs-extra": "^11.0.4"
|
|
159
159
|
}
|