@nodus-lib/nodus 0.0.6 → 0.0.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.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { nodus_proxy as middleware } from "./next/nodus_proxy";
1
+ export { nodus_proxy } from "./next/nodus_proxy";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.middleware = void 0;
3
+ exports.nodus_proxy = void 0;
4
4
  var nodus_proxy_1 = require("./next/nodus_proxy");
5
- Object.defineProperty(exports, "middleware", { enumerable: true, get: function () { return nodus_proxy_1.nodus_proxy; } });
5
+ Object.defineProperty(exports, "nodus_proxy", { enumerable: true, get: function () { return nodus_proxy_1.nodus_proxy; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodus-lib/nodus",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },