yamchart 0.9.3 → 0.9.4
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.js
CHANGED
|
@@ -105,7 +105,7 @@ program.command("dev").description("Start development server with hot reload").a
|
|
|
105
105
|
process.exit(2);
|
|
106
106
|
}
|
|
107
107
|
const globalOpts = program.opts();
|
|
108
|
-
const { runDevServer } = await import("./dev-
|
|
108
|
+
const { runDevServer } = await import("./dev-7YLRQ6SA.js");
|
|
109
109
|
await runDevServer(projectDir, {
|
|
110
110
|
port: parseInt(options.port, 10),
|
|
111
111
|
apiOnly: options.apiOnly ?? false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yamchart",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "Git-native business intelligence dashboards",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"typescript": "^5.7.0",
|
|
73
73
|
"vitest": "^2.1.0",
|
|
74
74
|
"@yamchart/auth-local": "0.1.0",
|
|
75
|
-
"@yamchart/
|
|
75
|
+
"@yamchart/chat": "0.1.0",
|
|
76
76
|
"@yamchart/config": "0.1.2",
|
|
77
|
-
"@yamchart/schema": "0.1.2",
|
|
78
77
|
"@yamchart/advisor": "0.1.0",
|
|
79
|
-
"@yamchart/
|
|
80
|
-
"@yamchart/
|
|
78
|
+
"@yamchart/query": "0.1.2",
|
|
79
|
+
"@yamchart/schema": "0.1.2",
|
|
80
|
+
"@yamchart/server": "0.1.2"
|
|
81
81
|
},
|
|
82
82
|
"files": [
|
|
83
83
|
"dist",
|