@luminix/core 0.4.6 → 0.4.7

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/dist/core.js +1 -1
  2. package/package.json +1 -1
package/dist/core.js CHANGED
@@ -1526,7 +1526,7 @@ class De extends (ie = me, se = Symbol.toStringTag, ie) {
1526
1526
  return new Pe(
1527
1527
  ((t = this.app.configuration.manifest) == null ? void 0 : t.routes) ?? {},
1528
1528
  this.app.make("error"),
1529
- () => this.app.make("http"),
1529
+ () => this.app.make("http").getClient(),
1530
1530
  (r = this.app.configuration.app) == null ? void 0 : r.url
1531
1531
  );
1532
1532
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminix/core",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "main": "dist/core.js",
5
5
  "module": "dist/core.js",
6
6
  "types": "types/index.d.ts",