@abtnode/util 1.16.15-beta-78ad21d3 → 1.16.15-beta-ed0db59e

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.
@@ -150,7 +150,7 @@ const ensureDefaultLogo = (req, res, next) => {
150
150
  if (blocklet && get(blocklet, 'env.dataDir')) {
151
151
  const logoSvgFile = path.join(get(blocklet, 'env.dataDir'), 'logo.svg');
152
152
  if (fs.existsSync(logoSvgFile)) {
153
- res.sendLogoFile(logoSvgFile, sendOptions);
153
+ res.sendFile(logoSvgFile, sendOptions);
154
154
  return;
155
155
  }
156
156
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15-beta-78ad21d3",
6
+ "version": "1.16.15-beta-ed0db59e",
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": "Apache-2.0",
20
20
  "dependencies": {
21
- "@abtnode/constant": "1.16.15-beta-78ad21d3",
22
- "@abtnode/logger": "1.16.15-beta-78ad21d3",
23
- "@blocklet/constant": "1.16.15-beta-78ad21d3",
21
+ "@abtnode/constant": "1.16.15-beta-ed0db59e",
22
+ "@abtnode/logger": "1.16.15-beta-ed0db59e",
23
+ "@blocklet/constant": "1.16.15-beta-ed0db59e",
24
24
  "@ocap/client": "1.18.89",
25
25
  "@ocap/mcrypto": "1.18.89",
26
26
  "@ocap/util": "1.18.89",
@@ -71,5 +71,5 @@
71
71
  "fs-extra": "^10.1.0",
72
72
  "jest": "^27.5.1"
73
73
  },
74
- "gitHead": "a35426f2860e20b347b4df1635c5934fcac5ad83"
74
+ "gitHead": "647ebe45f6214ea5c284c9234f1319b6ff72f915"
75
75
  }