@abtnode/util 1.16.45-beta-20250702-072658-6f6c82be → 1.16.45
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.
|
@@ -13,7 +13,7 @@ const getPm2ProcessInfo = (processId, { printError = noop, throwOnNotExist = tru
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
if (!info && throwOnNotExist) {
|
|
16
|
-
return reject(new CustomError('BLOCKLET_PROCESS_404',
|
|
16
|
+
return reject(new CustomError('BLOCKLET_PROCESS_404', `Blocklet process info is not available: ${processId}`));
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
return resolve(info);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.45
|
|
6
|
+
"version": "1.16.45",
|
|
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.45
|
|
22
|
-
"@abtnode/db-cache": "1.16.45
|
|
21
|
+
"@abtnode/constant": "1.16.45",
|
|
22
|
+
"@abtnode/db-cache": "1.16.45",
|
|
23
23
|
"@arcblock/did": "1.20.14",
|
|
24
24
|
"@arcblock/pm2": "^5.4.0",
|
|
25
|
-
"@blocklet/constant": "1.16.45
|
|
25
|
+
"@blocklet/constant": "1.16.45",
|
|
26
26
|
"@blocklet/error": "^0.2.5",
|
|
27
|
-
"@blocklet/meta": "1.16.45
|
|
27
|
+
"@blocklet/meta": "1.16.45",
|
|
28
28
|
"@blocklet/xss": "^0.1.36",
|
|
29
29
|
"@ocap/client": "1.20.14",
|
|
30
30
|
"@ocap/mcrypto": "1.20.14",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"fs-extra": "^11.2.0",
|
|
90
90
|
"jest": "^29.7.0"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "8e981926c6dd0fc612d5bf716ab6c638791aa5f3"
|
|
93
93
|
}
|