noxt-cli 0.1.8 → 0.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noxt-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "CLI starter for noxt-server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  export const route = '/';
2
2
 
3
- export default function PageIndex({ }, { utils } {
3
+ export default function PageIndex({ }, {
4
4
  // all components are available here
5
5
  Json, Sidebar,
6
6
  // so are request and response objects