@constela/start 1.2.13 → 1.2.14

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.
@@ -2098,6 +2098,13 @@ async function createDevServer(options = {}) {
2098
2098
  layoutParams,
2099
2099
  slots
2100
2100
  );
2101
+ const layoutImportData = layoutProgram.importData;
2102
+ if (layoutImportData) {
2103
+ composedProgram.importData = {
2104
+ ...composedProgram.importData ?? {},
2105
+ ...layoutImportData
2106
+ };
2107
+ }
2101
2108
  }
2102
2109
  }
2103
2110
  }
package/dist/cli/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  createDevServer,
4
4
  loadConfig,
5
5
  resolveConfig
6
- } from "../chunk-O7RPEMZJ.js";
6
+ } from "../chunk-7KQYNZ2A.js";
7
7
  import "../chunk-PUTC5BCP.js";
8
8
 
9
9
  // src/cli/index.ts
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  transformCsv,
24
24
  transformMdx,
25
25
  transformYaml
26
- } from "./chunk-O7RPEMZJ.js";
26
+ } from "./chunk-7KQYNZ2A.js";
27
27
  import {
28
28
  generateHydrationScript,
29
29
  renderPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constela/start",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Meta-framework for Constela applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -45,8 +45,8 @@
45
45
  "tailwindcss": "^4.0.0",
46
46
  "@constela/compiler": "0.7.0",
47
47
  "@constela/core": "0.7.0",
48
- "@constela/router": "8.0.0",
49
48
  "@constela/runtime": "0.10.1",
49
+ "@constela/router": "8.0.0",
50
50
  "@constela/server": "3.0.1"
51
51
  },
52
52
  "devDependencies": {