@abyss-project/monitor 1.0.61 → 1.0.63

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.
@@ -169,9 +169,5 @@ const isRoute = (target, propertyKey) => {
169
169
  const setLocalsMiddleware = (controller, options = { prefix: '/' }, controllerPrefix, path, method, propertyKey) => (req, res, next) => {
170
170
  res.locals.controller = controller.name;
171
171
  res.locals.path = `${options.prefix}${controllerPrefix}${path !== null ? path || req.path : ''}`;
172
- if (propertyKey) {
173
- const isKillable = Reflect.getMetadata(metadata_1.KILLABLE_WATERMARK, controller.prototype, propertyKey);
174
- res.locals.isKillable = !!isKillable;
175
- }
176
172
  next();
177
173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/monitor",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "description": "Core package to interact with Abyss-Monitor",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",