@malloy-publisher/create-malloy-package 0.0.7 → 0.0.8

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) The Linux Foundation
3
+ Copyright (c) Credible Data Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ <!--
2
+ Copyright (c) Credible Data Inc.
3
+ SPDX-License-Identifier: MIT
4
+ -->
5
+
1
6
  # create-malloy-package
2
7
 
3
8
  Scaffold a [Malloy Publisher](https://github.com/malloydata/publisher) package and a
package/dist/index.js CHANGED
@@ -665,7 +665,7 @@ var MCP_PORT = 4040;
665
665
  var ALT_PUBLISHER_PORT = PUBLISHER_PORT + 100;
666
666
  var ALT_MCP_PORT = MCP_PORT + 100;
667
667
  var BIND_HOST = "127.0.0.1";
668
- var SERVER_VERSION = "0.0.244";
668
+ var SERVER_VERSION = "0.2.0";
669
669
  function startCommandFor(envName) {
670
670
  return `npx -y @malloy-publisher/server@${SERVER_VERSION} --server_root . ` + `--config ./publisher.config.json --host ${BIND_HOST} ` + `--watch-env ${envName}`;
671
671
  }
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.7",
4
+ "version": "0.0.8",
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.4",
48
+ "@malloy-publisher/skills": "^0.1.9",
49
49
  "commander": "^12.1.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "^8.57.0",
53
- "@malloydata/malloy": "^0.0.427",
53
+ "@malloydata/malloy": "^0.0.432",
54
54
  "@modelcontextprotocol/sdk": "^1.13.2",
55
55
  "@types/bun": "^1.2.21",
56
56
  "@types/node": "^24.10.0",
@@ -1,3 +1,8 @@
1
+ <!--
2
+ Copyright (c) Credible Data Inc.
3
+ SPDX-License-Identifier: MIT
4
+ -->
5
+
1
6
  # {{title}}
2
7
 
3
8
  This directory is a [Malloy Publisher](https://github.com/malloydata/publisher)
@@ -1,3 +1,6 @@
1
+ // Copyright (c) Credible Data Inc.
2
+ // SPDX-License-Identifier: MIT
3
+
1
4
  // {{sourceName}}: a starter Malloy model over {{dataPath}}, served by Publisher.
2
5
  //
3
6
  // This model was scaffolded from a data file whose columns are not known ahead of
@@ -1,3 +1,6 @@
1
+ // Copyright (c) Credible Data Inc.
2
+ // SPDX-License-Identifier: MIT
3
+
1
4
  // {{sourceName}}: a starter Malloy model over {{dataPath}}, served by Publisher.
2
5
  //
3
6
  // Check the row count before you trust this. A spreadsheet is only a table when
@@ -1,3 +1,6 @@
1
+ // Copyright (c) Credible Data Inc.
2
+ // SPDX-License-Identifier: MIT
3
+
1
4
  // {{sourceName}}: a starter Malloy model over local CSV data, served by Publisher.
2
5
  //
3
6
  // The source reads data/sales.csv through the package's built-in DuckDB sandbox: