imean-service-engine 1.7.2 → 1.7.3

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/dist/mod.cjs CHANGED
@@ -648,6 +648,9 @@ var PageHandler = class {
648
648
  this.moduleInstance,
649
649
  [ctx]
650
650
  );
651
+ if (result instanceof Response) {
652
+ return result;
653
+ }
651
654
  return ctx.html(result);
652
655
  } catch (error) {
653
656
  span.recordException(error);
package/dist/mod.js CHANGED
@@ -639,6 +639,9 @@ var PageHandler = class {
639
639
  this.moduleInstance,
640
640
  [ctx]
641
641
  );
642
+ if (result instanceof Response) {
643
+ return result;
644
+ }
642
645
  return ctx.html(result);
643
646
  } catch (error) {
644
647
  span.recordException(error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imean-service-engine",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "microservice engine",
5
5
  "keywords": [
6
6
  "microservice",