@constela/start 1.8.2 → 1.8.3
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.
|
@@ -962,7 +962,8 @@ async function transformMdx(content, file, options) {
|
|
|
962
962
|
const dir = dirname(file);
|
|
963
963
|
slug = dir === "." ? "index" : basename(dir);
|
|
964
964
|
} else {
|
|
965
|
-
|
|
965
|
+
const dir = dirname(file);
|
|
966
|
+
slug = dir === "." ? filename : `${dir}/${filename}`;
|
|
966
967
|
}
|
|
967
968
|
}
|
|
968
969
|
return {
|
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.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"description": "Meta-framework for Constela applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@constela/compiler": "0.12.0",
|
|
48
48
|
"@constela/core": "0.13.0",
|
|
49
49
|
"@constela/router": "15.0.0",
|
|
50
|
-
"@constela/
|
|
51
|
-
"@constela/
|
|
50
|
+
"@constela/server": "9.0.0",
|
|
51
|
+
"@constela/runtime": "0.16.5"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/ws": "^8.5.0",
|