@constela/start 1.9.5 → 1.9.6
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.
|
@@ -2853,7 +2853,8 @@ async function createDevServer(options = {}) {
|
|
|
2853
2853
|
"@constela/core": "/node_modules/@constela/core/dist/index.js",
|
|
2854
2854
|
"@constela/compiler": "/node_modules/@constela/compiler/dist/index.js",
|
|
2855
2855
|
"marked": "/node_modules/marked/lib/marked.esm.js",
|
|
2856
|
-
"monaco-editor": "/node_modules/monaco-editor/esm/vs/editor/editor.api.js"
|
|
2856
|
+
"monaco-editor": "/node_modules/monaco-editor/esm/vs/editor/editor.api.js",
|
|
2857
|
+
...pageInfo.page.externalImports || {}
|
|
2857
2858
|
};
|
|
2858
2859
|
const html = wrapHtml(content, hydrationScript, head || void 0, {
|
|
2859
2860
|
...initialTheme ? {
|
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.9.
|
|
3
|
+
"version": "1.9.6",
|
|
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": "2.0.4",
|
|
48
47
|
"@constela/core": "0.17.4",
|
|
49
|
-
"@constela/router": "19.0.0",
|
|
50
|
-
"@constela/runtime": "1.0.5",
|
|
51
48
|
"@constela/compiler": "0.15.5",
|
|
52
|
-
"@constela/server": "13.0.0"
|
|
49
|
+
"@constela/server": "13.0.0",
|
|
50
|
+
"@constela/ai": "2.0.4",
|
|
51
|
+
"@constela/runtime": "1.0.5",
|
|
52
|
+
"@constela/router": "19.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/ws": "^8.5.0",
|