@malloydata/malloyyo 0.2.18 → 0.2.19

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 +5 -5
package/dist/index.js CHANGED
@@ -3183,7 +3183,7 @@ async function launchCmd(mode, opts) {
3183
3183
  }
3184
3184
 
3185
3185
  // package.json
3186
- var version = "0.2.18";
3186
+ var version = "0.2.19";
3187
3187
 
3188
3188
  // src/index.ts
3189
3189
  function shortSha(sha) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,10 +32,10 @@
32
32
  "prepublishOnly": "npm run build"
33
33
  },
34
34
  "dependencies": {
35
- "@malloydata/malloy": "^0.0.423",
36
- "@malloydata/malloy-connections": "^0.0.423",
37
- "@malloydata/malloy-filter": "^0.0.423",
38
- "@malloydata/render": "^0.0.423",
35
+ "@malloydata/malloy": "^0.0.425",
36
+ "@malloydata/malloy-connections": "^0.0.425",
37
+ "@malloydata/malloy-filter": "^0.0.425",
38
+ "@malloydata/render": "^0.0.425",
39
39
  "@modelcontextprotocol/sdk": "^1.29.0",
40
40
  "commander": "^12.1.0",
41
41
  "esbuild": "^0.24.0",