@blocklet/cli 1.17.1 → 1.17.2-beta-20251111-010532-4bb3b162

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 CHANGED
@@ -28,7 +28,7 @@ Powered By
28
28
  / ___ \| | | (__| |_) | | (_) | (__| <
29
29
  /_/ \_\_| \___|____/|_|\___/ \___|_|\_\
30
30
 
31
- Blocklet CLI v1.17.0
31
+ Blocklet CLI v1.17.1
32
32
 
33
33
  Usage: blocklet server [options] [command]
34
34
 
@@ -22,6 +22,7 @@ const {
22
22
  DEFAULT_DID_REGISTRY,
23
23
  DEFAULT_DID_DOMAIN,
24
24
  DEFAULT_SLP_DOMAIN,
25
+ BLOCKLET_LAUNCHER_URL,
25
26
  } = require('@abtnode/constant');
26
27
 
27
28
  const debug = require('../../debug')('init');
@@ -392,6 +393,7 @@ exports.run = async ({
392
393
  daemonMaxMemoryLimit: Math.floor(daemonMaxMemoryLimit * 1024),
393
394
  blockletMaxMemoryLimit: Math.floor(blockletMaxMemoryLimit * 1024),
394
395
  },
396
+ registerUrl: process.env.ABT_NODE_BLOCKLET_LAUNCHER_URL || BLOCKLET_LAUNCHER_URL,
395
397
  didRegistry: (process.env.ABT_NODE_DID_REGISTRY || didRegistry || DEFAULT_DID_REGISTRY).trim(),
396
398
  didDomain: (process.env.ABT_NODE_DID_DOMAIN || didDomain || DEFAULT_DID_DOMAIN).trim(),
397
399
  slpDomain: (process.env.ABT_NODE_SLP_DOMAIN || slpDomain || DEFAULT_SLP_DOMAIN).trim(),
@@ -169,6 +169,7 @@ const getDifferentAttributes = (dbInfo, config) => {
169
169
  { name: 'mode', type: String, required: false },
170
170
  { name: 'runtimeConfig.daemonMaxMemoryLimit', type: Number, required: false },
171
171
  { name: 'runtimeConfig.blockletMaxMemoryLimit', type: Number, required: false },
172
+ { name: 'registerUrl', type: String, required: false },
172
173
  { name: 'didRegistry', type: String, required: true },
173
174
  { name: 'didDomain', type: String, required: true },
174
175
  ];
@@ -548,6 +549,7 @@ const exec = async ({ workingDir, config, dataDir, mode, updateDb, forceIntranet
548
549
  enableIpServer: latest.node.routing.enableIpServer,
549
550
  }),
550
551
  mode: latest.node.mode,
552
+ registerUrl: latest.node.registerUrl,
551
553
  didRegistry: latest.node.didRegistry,
552
554
  didDomain: latest.node.didDomain,
553
555
  runtimeConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.17.1",
3
+ "version": "1.17.2-beta-20251111-010532-4bb3b162",
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.1",
37
- "@abtnode/constant": "1.17.1",
38
- "@abtnode/core": "1.17.1",
39
- "@abtnode/db-cache": "1.17.1",
40
- "@abtnode/logger": "1.17.1",
41
- "@abtnode/models": "1.17.1",
42
- "@abtnode/router-provider": "1.17.1",
43
- "@abtnode/util": "1.17.1",
44
- "@abtnode/webapp": "1.17.1",
45
- "@arcblock/did": "^1.27.3",
46
- "@arcblock/event-hub": "^1.27.3",
36
+ "@abtnode/blocklet-services": "1.17.2-beta-20251111-010532-4bb3b162",
37
+ "@abtnode/constant": "1.17.2-beta-20251111-010532-4bb3b162",
38
+ "@abtnode/core": "1.17.2-beta-20251111-010532-4bb3b162",
39
+ "@abtnode/db-cache": "1.17.2-beta-20251111-010532-4bb3b162",
40
+ "@abtnode/logger": "1.17.2-beta-20251111-010532-4bb3b162",
41
+ "@abtnode/models": "1.17.2-beta-20251111-010532-4bb3b162",
42
+ "@abtnode/router-provider": "1.17.2-beta-20251111-010532-4bb3b162",
43
+ "@abtnode/util": "1.17.2-beta-20251111-010532-4bb3b162",
44
+ "@abtnode/webapp": "1.17.2-beta-20251111-010532-4bb3b162",
45
+ "@arcblock/did": "^1.27.4",
46
+ "@arcblock/event-hub": "^1.27.4",
47
47
  "@arcblock/ipfs-only-hash": "^0.0.2",
48
- "@arcblock/jwt": "^1.27.3",
49
- "@arcblock/ws": "^1.27.3",
50
- "@blocklet/constant": "1.17.1",
48
+ "@arcblock/jwt": "^1.27.4",
49
+ "@arcblock/ws": "^1.27.4",
50
+ "@blocklet/constant": "1.17.2-beta-20251111-010532-4bb3b162",
51
51
  "@blocklet/error": "^0.3.2",
52
52
  "@blocklet/form-collector": "^0.1.8",
53
- "@blocklet/images": "1.17.1",
54
- "@blocklet/meta": "1.17.1",
55
- "@blocklet/resolver": "1.17.1",
56
- "@blocklet/server-js": "1.17.1",
57
- "@blocklet/store": "1.17.1",
53
+ "@blocklet/images": "1.17.2-beta-20251111-010532-4bb3b162",
54
+ "@blocklet/meta": "1.17.2-beta-20251111-010532-4bb3b162",
55
+ "@blocklet/resolver": "1.17.2-beta-20251111-010532-4bb3b162",
56
+ "@blocklet/server-js": "1.17.2-beta-20251111-010532-4bb3b162",
57
+ "@blocklet/store": "1.17.2-beta-20251111-010532-4bb3b162",
58
58
  "@blocklet/theme-builder": "^0.4.8",
59
- "@ocap/client": "^1.27.3",
60
- "@ocap/mcrypto": "^1.27.3",
61
- "@ocap/util": "^1.27.3",
62
- "@ocap/wallet": "^1.27.3",
59
+ "@ocap/client": "^1.27.4",
60
+ "@ocap/mcrypto": "^1.27.4",
61
+ "@ocap/util": "^1.27.4",
62
+ "@ocap/wallet": "^1.27.4",
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": "0d57fbc64a22fd09267166b26af46dd84e545287",
156
+ "gitHead": "59e53bd8b3b07701f258919b7349f162b895c8d2",
157
157
  "devDependencies": {
158
158
  "@types/fs-extra": "^11.0.4"
159
159
  }