@constela/start 1.2.13 → 1.2.15
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constela/start",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
4
4
|
"description": "Meta-framework for Constela applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postcss": "^8.5.0",
|
|
44
44
|
"@tailwindcss/postcss": "^4.0.0",
|
|
45
45
|
"tailwindcss": "^4.0.0",
|
|
46
|
-
"@constela/compiler": "0.7.0",
|
|
47
46
|
"@constela/core": "0.7.0",
|
|
47
|
+
"@constela/compiler": "0.7.1",
|
|
48
48
|
"@constela/router": "8.0.0",
|
|
49
|
-
"@constela/runtime": "0.10.
|
|
49
|
+
"@constela/runtime": "0.10.2",
|
|
50
50
|
"@constela/server": "3.0.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|