@opra/nestjs 1.0.6 → 1.0.8

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.
@@ -17,6 +17,7 @@ let OpraExceptionFilter = class OpraExceptionFilter extends core_1.BaseException
17
17
  ctx.errors.push(exception);
18
18
  return adapter.handler.sendResponse(ctx);
19
19
  }
20
+ super.catch(exception, host);
20
21
  }
21
22
  };
22
23
  exports.OpraExceptionFilter = OpraExceptionFilter;
@@ -14,6 +14,7 @@ let OpraExceptionFilter = class OpraExceptionFilter extends BaseExceptionFilter
14
14
  ctx.errors.push(exception);
15
15
  return adapter.handler.sendResponse(ctx);
16
16
  }
17
+ super.catch(exception, host);
17
18
  }
18
19
  };
19
20
  OpraExceptionFilter = __decorate([
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@opra/nestjs",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Opra NestJS module",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "@opra/common": "^1.0.6",
9
- "@opra/core": "^1.0.6",
8
+ "@opra/common": "^1.0.8",
9
+ "@opra/core": "^1.0.8",
10
10
  "fast-tokenizer": "^1.7.0",
11
11
  "lodash.head": "^4.0.1",
12
12
  "putil-promisify": "^1.10.1",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "optionalDependencies": {
21
21
  "@nestjs/microservices": "^10.4.5",
22
- "@opra/http": "^1.0.6",
23
- "@opra/kafka": "^1.0.6"
22
+ "@opra/http": "^1.0.8",
23
+ "@opra/kafka": "^1.0.8"
24
24
  },
25
25
  "type": "module",
26
26
  "exports": {