@abtnode/util 1.16.47-beta-20250721-025348-9ccb2d62 → 1.16.47-beta-20250721-130532-61549a96

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.
@@ -53,6 +53,9 @@ const authBySimpleAccessKey = async (token, node, blockletDid = '') => {
53
53
  info,
54
54
  blockletDid,
55
55
  });
56
+ if (!accessKey) {
57
+ throw new Error(`Access Key ${accessKeyId} is not found`);
58
+ }
56
59
 
57
60
  const { passport, remark, expireAt, authType } = accessKey;
58
61
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.47-beta-20250721-025348-9ccb2d62",
6
+ "version": "1.16.47-beta-20250721-130532-61549a96",
7
7
  "description": "ArcBlock's JavaScript utility",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -18,13 +18,13 @@
18
18
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@abtnode/constant": "1.16.47-beta-20250721-025348-9ccb2d62",
22
- "@abtnode/db-cache": "1.16.47-beta-20250721-025348-9ccb2d62",
21
+ "@abtnode/constant": "1.16.47-beta-20250721-130532-61549a96",
22
+ "@abtnode/db-cache": "1.16.47-beta-20250721-130532-61549a96",
23
23
  "@arcblock/did": "1.20.16",
24
24
  "@arcblock/pm2": "^5.4.0",
25
- "@blocklet/constant": "1.16.47-beta-20250721-025348-9ccb2d62",
25
+ "@blocklet/constant": "1.16.47-beta-20250721-130532-61549a96",
26
26
  "@blocklet/error": "^0.2.5",
27
- "@blocklet/meta": "1.16.47-beta-20250721-025348-9ccb2d62",
27
+ "@blocklet/meta": "1.16.47-beta-20250721-130532-61549a96",
28
28
  "@blocklet/xss": "^0.2.2",
29
29
  "@ocap/client": "1.20.16",
30
30
  "@ocap/mcrypto": "1.20.16",
@@ -89,5 +89,5 @@
89
89
  "fs-extra": "^11.2.0",
90
90
  "jest": "^29.7.0"
91
91
  },
92
- "gitHead": "e51fdc32b26511dd1d2297659e9aa5fa83768c40"
92
+ "gitHead": "78041763148c9b98245c28ff176ff0fc9acbd071"
93
93
  }