@fluxscape/runtime 1.0.3 → 1.0.4

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/index.es.js CHANGED
@@ -2809,10 +2809,10 @@ function createNodeConstructor(e) {
2809
2809
  super(n, o);
2810
2810
  }
2811
2811
  getInspectInfo() {
2812
- return e.getInspectInfo?.() ?? void 0;
2812
+ return e.getInspectInfo?.call(this) ?? void 0;
2813
2813
  }
2814
2814
  nodeScopeDidInitialize() {
2815
- return e.nodeScopeDidInitialize?.() ?? void 0;
2815
+ return e.nodeScopeDidInitialize?.call(this) ?? void 0;
2816
2816
  }
2817
2817
  };
2818
2818
  return e.prototypeExtensions && Object.defineProperties(t.prototype, e.prototypeExtensions), Object.defineProperty(t.prototype, "name", {