@lunora/astro 1.0.0-alpha.25 → 1.0.0-alpha.26

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.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export { lunora } from './packem_shared/lunora-DCkPGEVa.mjs';
1
+ export { lunora } from './packem_shared/lunora-taS2Nq6X.mjs';
2
2
  export { withFrameworkWorker as withLunora } from '@lunora/runtime';
@@ -4,7 +4,7 @@ const lunora = (options = {}) => {
4
4
  hooks: {
5
5
  "astro:config:done": () => {
6
6
  if (serverEntry.length === 0) {
7
- throw new Error("@lunora/astro: `serverEntry` must be a non-empty path.");
7
+ throw new TypeError("@lunora/astro: `serverEntry` must be a non-empty path.");
8
8
  }
9
9
  }
10
10
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/astro",
3
- "version": "1.0.0-alpha.25",
3
+ "version": "1.0.0-alpha.26",
4
4
  "description": "Astro integration for Lunora — single-worker composition plus reactive-loader server helpers",
5
5
  "keywords": [
6
6
  "astro",
@@ -50,8 +50,8 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@lunora/client": "1.0.0-alpha.16",
54
- "@lunora/runtime": "1.0.0-alpha.16"
53
+ "@lunora/client": "1.0.0-alpha.17",
54
+ "@lunora/runtime": "1.0.0-alpha.17"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "astro": "^6.0.0"