@beatzball/create-litro 0.1.1 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-litro
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 19f4909: Fix recipe templates using unscoped `litro/runtime/...` imports instead of `@beatzball/litro/runtime/...`, and bump `nitropack` devDependency to `^2.13.1`.
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
@@ -2,8 +2,8 @@
2
2
  import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
3
3
 
4
4
  // Client runtime: router outlet and link custom elements.
5
- import 'litro/runtime/LitroOutlet.js';
6
- import 'litro/runtime/LitroLink.js';
5
+ import '@beatzball/litro/runtime/LitroOutlet.js';
6
+ import '@beatzball/litro/runtime/LitroLink.js';
7
7
 
8
8
  // Routes generated by the page scanner before each vite build.
9
9
  import { routes } from './routes.generated.js';
@@ -19,7 +19,7 @@
19
19
  "h3": "^1.13.0"
20
20
  },
21
21
  "devDependencies": {
22
- "nitropack": "^2.10.4",
22
+ "nitropack": "^2.13.1",
23
23
  "vite": "^5.4.11",
24
24
  "typescript": "^5.7.3"
25
25
  }
@@ -2,8 +2,8 @@
2
2
  import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
3
3
 
4
4
  // Client runtime: router outlet and link custom elements.
5
- import 'litro/runtime/LitroOutlet.js';
6
- import 'litro/runtime/LitroLink.js';
5
+ import '@beatzball/litro/runtime/LitroOutlet.js';
6
+ import '@beatzball/litro/runtime/LitroLink.js';
7
7
 
8
8
  // Routes generated by the page scanner before each vite build.
9
9
  // routes.generated.ts lives at the project root (not in dist/) so Vite's
@@ -19,7 +19,7 @@
19
19
  "h3": "^1.13.0"
20
20
  },
21
21
  "devDependencies": {
22
- "nitropack": "^2.10.4",
22
+ "nitropack": "^2.13.1",
23
23
  "vite": "^5.4.11",
24
24
  "typescript": "^5.7.3"
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beatzball/create-litro",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Create a new Litro app",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -2,8 +2,8 @@
2
2
  import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
3
3
 
4
4
  // Client runtime: router outlet and link custom elements.
5
- import 'litro/runtime/LitroOutlet.js';
6
- import 'litro/runtime/LitroLink.js';
5
+ import '@beatzball/litro/runtime/LitroOutlet.js';
6
+ import '@beatzball/litro/runtime/LitroLink.js';
7
7
 
8
8
  // Routes generated by the page scanner before each vite build.
9
9
  import { routes } from './routes.generated.js';
@@ -19,7 +19,7 @@
19
19
  "h3": "^1.13.0"
20
20
  },
21
21
  "devDependencies": {
22
- "nitropack": "^2.10.4",
22
+ "nitropack": "^2.13.1",
23
23
  "vite": "^5.4.11",
24
24
  "typescript": "^5.7.3"
25
25
  }
@@ -2,8 +2,8 @@
2
2
  import '@lit-labs/ssr-client/lit-element-hydrate-support.js';
3
3
 
4
4
  // Client runtime: router outlet and link custom elements.
5
- import 'litro/runtime/LitroOutlet.js';
6
- import 'litro/runtime/LitroLink.js';
5
+ import '@beatzball/litro/runtime/LitroOutlet.js';
6
+ import '@beatzball/litro/runtime/LitroLink.js';
7
7
 
8
8
  // Routes generated by the page scanner before each vite build.
9
9
  // routes.generated.ts lives at the project root (not in dist/) so Vite's
@@ -19,7 +19,7 @@
19
19
  "h3": "^1.13.0"
20
20
  },
21
21
  "devDependencies": {
22
- "nitropack": "^2.10.4",
22
+ "nitropack": "^2.13.1",
23
23
  "vite": "^5.4.11",
24
24
  "typescript": "^5.7.3"
25
25
  }