@abtnode/util 1.16.8-beta-0c0c5eb2 → 1.16.8-beta-81db8efa
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/log.js +1 -1
- package/package.json +5 -5
package/lib/log.js
CHANGED
|
@@ -284,7 +284,7 @@ const getDownloadLogFiles = async ({ did, node, days = 1, now } = {}) => {
|
|
|
284
284
|
return getDownloadLogFilesFromServer({ dates, node, nodeInfo });
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
const blocklet = await node.getBlocklet({ did
|
|
287
|
+
const blocklet = await node.getBlocklet({ did });
|
|
288
288
|
if (!blocklet) {
|
|
289
289
|
throw new Error('blocklet not found');
|
|
290
290
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.8-beta-
|
|
6
|
+
"version": "1.16.8-beta-81db8efa",
|
|
7
7
|
"description": "ArcBlock's JavaScript utility",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@abtnode/constant": "1.16.8-beta-
|
|
22
|
-
"@abtnode/logger": "1.16.8-beta-
|
|
23
|
-
"@blocklet/constant": "1.16.8-beta-
|
|
21
|
+
"@abtnode/constant": "1.16.8-beta-81db8efa",
|
|
22
|
+
"@abtnode/logger": "1.16.8-beta-81db8efa",
|
|
23
|
+
"@blocklet/constant": "1.16.8-beta-81db8efa",
|
|
24
24
|
"@ocap/client": "1.18.78",
|
|
25
25
|
"@ocap/mcrypto": "1.18.78",
|
|
26
26
|
"@ocap/util": "1.18.78",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"jest": "^27.5.1",
|
|
72
72
|
"unzipper": "^0.10.11"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "8c4e3190de79a1fb2aaa14646255d938324cc5c2"
|
|
75
75
|
}
|