@constela/start 1.10.1 → 1.11.0
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.d.ts +2 -0
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -570,6 +570,8 @@ interface ConstelaConfigFile {
|
|
|
570
570
|
/** HTML lang attribute (e.g., 'ja', 'en', 'zh-CN') */
|
|
571
571
|
lang?: string;
|
|
572
572
|
};
|
|
573
|
+
/** Plugin module paths to load and register */
|
|
574
|
+
plugins?: string[];
|
|
573
575
|
}
|
|
574
576
|
interface CLIOptions {
|
|
575
577
|
css?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constela/start",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Meta-framework for Constela applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"@tailwindcss/postcss": "^4.0.0",
|
|
45
45
|
"tailwindcss": "^4.0.0",
|
|
46
46
|
"ws": "^8.18.0",
|
|
47
|
-
"@constela/ai": "
|
|
48
|
-
"@constela/compiler": "0.
|
|
49
|
-
"@constela/
|
|
50
|
-
"@constela/runtime": "
|
|
51
|
-
"@constela/
|
|
52
|
-
"@constela/server": "
|
|
47
|
+
"@constela/ai": "8.0.0",
|
|
48
|
+
"@constela/compiler": "0.16.0",
|
|
49
|
+
"@constela/router": "25.0.0",
|
|
50
|
+
"@constela/runtime": "7.0.0",
|
|
51
|
+
"@constela/core": "0.23.0",
|
|
52
|
+
"@constela/server": "19.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/ws": "^8.5.0",
|