@blocklet/cli 1.16.47-beta-20250723-114212-8da08071 → 1.16.47-beta-20250725-140845-15481a97

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.
@@ -16,7 +16,7 @@ const { hasMountPoint } = require('@blocklet/meta/lib/engine');
16
16
  const { BLOCKLET_BUNDLE_FOLDER } = require('@blocklet/constant');
17
17
  const hasReservedKey = require('@blocklet/meta/lib/has-reserved-key');
18
18
  const urlPathFriendly = require('@blocklet/meta/lib/url-path-friendly').default;
19
- const { ROLES, WELLKNOWN_SERVICE_PATH_PREFIX, SERVER_ROLES } = require('@abtnode/constant');
19
+ const { WELLKNOWN_SERVICE_PATH_PREFIX, SERVER_ROLES } = require('@abtnode/constant');
20
20
  const ensureServerEndpoint = require('@abtnode/util/lib/ensure-server-endpoint');
21
21
  const makeFormData = require('@abtnode/util/lib/make-from-data');
22
22
 
@@ -314,8 +314,8 @@ const deployToLocal = async (dir, opts) => {
314
314
  const endpoint = `http://127.0.0.1:${nodeInfo.port}`;
315
315
 
316
316
  const { accessKeyId, accessKeySecret } = await node.createAccessKey(
317
- { teamDid: nodeInfo.did, remark: '@blocklet/cli', passport: ROLES.ADMIN },
318
- { user: { fullName: '@blocklet/cli' } }
317
+ { teamDid: nodeInfo.did, remark: '@blocklet/cli', passport: SERVER_ROLES.CI },
318
+ { user: { fullName: '@blocklet/cli', passports: [{ role: SERVER_ROLES.CI, status: 'valid' }] } }
319
319
  );
320
320
 
321
321
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.16.47-beta-20250723-114212-8da08071",
3
+ "version": "1.16.47-beta-20250725-140845-15481a97",
4
4
  "description": "Command line tools to manage Blocklet Server",
5
5
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
6
6
  "bin": {
@@ -35,29 +35,29 @@
35
35
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@abtnode/blocklet-services": "1.16.47-beta-20250723-114212-8da08071",
39
- "@abtnode/client": "1.16.47-beta-20250723-114212-8da08071",
40
- "@abtnode/constant": "1.16.47-beta-20250723-114212-8da08071",
41
- "@abtnode/core": "1.16.47-beta-20250723-114212-8da08071",
42
- "@abtnode/db-cache": "1.16.47-beta-20250723-114212-8da08071",
43
- "@abtnode/logger": "1.16.47-beta-20250723-114212-8da08071",
44
- "@abtnode/models": "1.16.47-beta-20250723-114212-8da08071",
45
- "@abtnode/router-provider": "1.16.47-beta-20250723-114212-8da08071",
46
- "@abtnode/util": "1.16.47-beta-20250723-114212-8da08071",
47
- "@abtnode/webapp": "1.16.47-beta-20250723-114212-8da08071",
38
+ "@abtnode/blocklet-services": "1.16.47-beta-20250725-140845-15481a97",
39
+ "@abtnode/client": "1.16.47-beta-20250725-140845-15481a97",
40
+ "@abtnode/constant": "1.16.47-beta-20250725-140845-15481a97",
41
+ "@abtnode/core": "1.16.47-beta-20250725-140845-15481a97",
42
+ "@abtnode/db-cache": "1.16.47-beta-20250725-140845-15481a97",
43
+ "@abtnode/logger": "1.16.47-beta-20250725-140845-15481a97",
44
+ "@abtnode/models": "1.16.47-beta-20250725-140845-15481a97",
45
+ "@abtnode/router-provider": "1.16.47-beta-20250725-140845-15481a97",
46
+ "@abtnode/util": "1.16.47-beta-20250725-140845-15481a97",
47
+ "@abtnode/webapp": "1.16.47-beta-20250725-140845-15481a97",
48
48
  "@arcblock/did": "1.21.0",
49
49
  "@arcblock/event-hub": "1.21.0",
50
50
  "@arcblock/ipfs-only-hash": "^0.0.2",
51
51
  "@arcblock/jwt": "1.21.0",
52
52
  "@arcblock/ws": "1.21.0",
53
- "@blocklet/constant": "1.16.47-beta-20250723-114212-8da08071",
53
+ "@blocklet/constant": "1.16.47-beta-20250725-140845-15481a97",
54
54
  "@blocklet/error": "^0.2.5",
55
55
  "@blocklet/form-collector": "^0.1.8",
56
- "@blocklet/images": "1.16.47-beta-20250723-114212-8da08071",
57
- "@blocklet/meta": "1.16.47-beta-20250723-114212-8da08071",
58
- "@blocklet/resolver": "1.16.47-beta-20250723-114212-8da08071",
59
- "@blocklet/store": "1.16.47-beta-20250723-114212-8da08071",
60
- "@blocklet/theme-builder": "^0.4.3",
56
+ "@blocklet/images": "1.16.47-beta-20250725-140845-15481a97",
57
+ "@blocklet/meta": "1.16.47-beta-20250725-140845-15481a97",
58
+ "@blocklet/resolver": "1.16.47-beta-20250725-140845-15481a97",
59
+ "@blocklet/store": "1.16.47-beta-20250725-140845-15481a97",
60
+ "@blocklet/theme-builder": "^0.4.5",
61
61
  "@ocap/client": "1.21.0",
62
62
  "@ocap/mcrypto": "1.21.0",
63
63
  "@ocap/util": "1.21.0",
@@ -154,7 +154,7 @@
154
154
  "engines": {
155
155
  "node": ">=14"
156
156
  },
157
- "gitHead": "39a8ac5b8ca38755da47fd6f895d4fb0e19c0093",
157
+ "gitHead": "1ce734fa32344a086c73ff4704cd335b3a7c8adf",
158
158
  "devDependencies": {
159
159
  "@types/fs-extra": "^11.0.4",
160
160
  "@types/jest": "^29.5.13"