@abtnode/util 1.16.53-beta-20251013-075536-64fcb94b → 1.16.53
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/logo-middleware.js +1 -1
- package/package.json +7 -7
package/lib/logo-middleware.js
CHANGED
|
@@ -265,7 +265,7 @@ const attachSendLogoContext =
|
|
|
265
265
|
req.sendOptions = sendOptions;
|
|
266
266
|
|
|
267
267
|
try {
|
|
268
|
-
req.blocklet = await onGetBlocklet({ req });
|
|
268
|
+
req.blocklet = await onGetBlocklet({ req, res });
|
|
269
269
|
} catch (error) {
|
|
270
270
|
logError('failed to get blocklet', { url: req.url, error });
|
|
271
271
|
req.blocklet = null;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.53
|
|
6
|
+
"version": "1.16.53",
|
|
7
7
|
"description": "ArcBlock's JavaScript utility",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -18,15 +18,15 @@
|
|
|
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.53
|
|
22
|
-
"@abtnode/db-cache": "1.16.53
|
|
21
|
+
"@abtnode/constant": "1.16.53",
|
|
22
|
+
"@abtnode/db-cache": "1.16.53",
|
|
23
23
|
"@arcblock/did": "1.25.6",
|
|
24
24
|
"@arcblock/event-hub": "1.25.6",
|
|
25
25
|
"@arcblock/pm2": "^6.0.12",
|
|
26
|
-
"@blocklet/constant": "1.16.53
|
|
26
|
+
"@blocklet/constant": "1.16.53",
|
|
27
27
|
"@blocklet/error": "^0.2.5",
|
|
28
|
-
"@blocklet/meta": "1.16.53
|
|
29
|
-
"@blocklet/xss": "^0.2.
|
|
28
|
+
"@blocklet/meta": "1.16.53",
|
|
29
|
+
"@blocklet/xss": "^0.2.12",
|
|
30
30
|
"@ocap/client": "1.25.6",
|
|
31
31
|
"@ocap/mcrypto": "1.25.6",
|
|
32
32
|
"@ocap/util": "1.25.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"fs-extra": "^11.2.0",
|
|
92
92
|
"jest": "^29.7.0"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "7c37a9bd063192fb0a14921b9d0317de953016ff"
|
|
95
95
|
}
|