@malloydata/malloyyo 0.2.29 → 0.2.30

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 +6 -6
package/dist/index.js CHANGED
@@ -4202,7 +4202,7 @@ async function launchCmd(mode, opts) {
4202
4202
  }
4203
4203
 
4204
4204
  // package.json
4205
- var version = "0.2.29";
4205
+ var version = "0.2.30";
4206
4206
 
4207
4207
  // src/index.ts
4208
4208
  function shortSha(sha) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@duckdb/duckdb-wasm": "1.33.1-dev45.0",
36
- "@malloydata/db-duckdb": "^0.0.425",
37
- "@malloydata/malloy": "^0.0.425",
38
- "@malloydata/malloy-connections": "^0.0.425",
39
- "@malloydata/malloy-filter": "^0.0.425",
40
- "@malloydata/render": "^0.0.425",
36
+ "@malloydata/db-duckdb": "^0.0.430",
37
+ "@malloydata/malloy": "^0.0.430",
38
+ "@malloydata/malloy-connections": "^0.0.430",
39
+ "@malloydata/malloy-filter": "^0.0.430",
40
+ "@malloydata/render": "^0.0.430",
41
41
  "@modelcontextprotocol/sdk": "^1.29.0",
42
42
  "commander": "^12.1.0",
43
43
  "esbuild": "^0.24.0",