@malloydata/malloyyo 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1822,7 +1822,7 @@ async function serveMcp(opts) {
1822
1822
  }
1823
1823
 
1824
1824
  // package.json
1825
- var version = "0.2.3";
1825
+ var version = "0.2.4";
1826
1826
 
1827
1827
  // src/index.ts
1828
1828
  function shortSha(sha) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,8 +32,8 @@
32
32
  "prepublishOnly": "npm run build"
33
33
  },
34
34
  "dependencies": {
35
- "@malloydata/malloy": "0.0.416",
36
- "@malloydata/malloy-connections": "0.0.416",
35
+ "@malloydata/malloy": "0.0.417",
36
+ "@malloydata/malloy-connections": "0.0.417",
37
37
  "@modelcontextprotocol/sdk": "^1.29.0",
38
38
  "commander": "^12.1.0"
39
39
  },