@malloy-publisher/create-malloy-package 0.0.1 → 0.0.2
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -515,7 +515,7 @@ var MCP_PORT = 4040;
|
|
|
515
515
|
var ALT_PUBLISHER_PORT = PUBLISHER_PORT + 100;
|
|
516
516
|
var ALT_MCP_PORT = MCP_PORT + 100;
|
|
517
517
|
var BIND_HOST = "127.0.0.1";
|
|
518
|
-
var SERVER_VERSION = "0.0.
|
|
518
|
+
var SERVER_VERSION = "0.0.232";
|
|
519
519
|
function startCommandFor(envName) {
|
|
520
520
|
return `npx -y @malloy-publisher/server@${SERVER_VERSION} --server_root . ` + `--config ./publisher.config.json --host ${BIND_HOST} ` + `--watch-env ${envName}`;
|
|
521
521
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloy-publisher/create-malloy-package",
|
|
3
3
|
"description": "Scaffold a Malloy Publisher package and a local agent workspace, so one command takes you from nothing to an agent that can query your data.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"test:e2e": "bun test --timeout 180000 tests/e2e"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@malloy-publisher/skills": "^0.1.
|
|
48
|
+
"@malloy-publisher/skills": "^0.1.1",
|
|
49
49
|
"commander": "^12.1.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@eslint/js": "^8.57.0",
|
|
53
|
-
"@malloydata/malloy": "^0.0.
|
|
53
|
+
"@malloydata/malloy": "^0.0.426",
|
|
54
54
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
55
55
|
"@types/bun": "^1.2.21",
|
|
56
56
|
"@types/node": "^24.10.0",
|