@tachybase/resourcer 0.23.58 → 1.0.18

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.
Files changed (2) hide show
  1. package/lib/resourcer.js +1 -1
  2. package/package.json +2 -2
package/lib/resourcer.js CHANGED
@@ -234,7 +234,7 @@ const _Resourcer = class _Resourcer {
234
234
  }
235
235
  return (0, import_koa_compose.default)(ctx.action.getHandlers())(ctx, next);
236
236
  } catch (error) {
237
- console.log(error);
237
+ console.error(error);
238
238
  return next();
239
239
  }
240
240
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/resourcer",
3
- "version": "0.23.58",
3
+ "version": "1.0.18",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
@@ -12,7 +12,7 @@
12
12
  "lodash": "^4.17.21",
13
13
  "path-to-regexp": "8.2.0",
14
14
  "qs": "^6.13.1",
15
- "@tachybase/utils": "0.23.58"
15
+ "@tachybase/utils": "1.0.18"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "20.17.10"