@spirobel/mininext 0.7.1 → 0.7.2

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/url.js +1 -1
  2. package/package.json +1 -1
package/dist/url.js CHANGED
@@ -67,7 +67,7 @@ export class Mini {
67
67
  export class url {
68
68
  static websocket = undefined;
69
69
  static server;
70
- static routes;
70
+ static routes = {};
71
71
  // direct mapping of "url string" -> function leads to Html Response
72
72
  static direct_handlers_html = new Map();
73
73
  // An array of the uncompiled frontend files, example frontends[0] = "index.tsx" -> frontend/index.tsx (from the project root)
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "clean": "rm -rf ./dist"
12
12
  },
13
13
  "files": ["dist"],
14
- "version": "0.7.1",
14
+ "version": "0.7.2",
15
15
  "devDependencies": {
16
16
  "@types/bun": "^1.2.9"
17
17
  },