@malloydata/malloyyo 0.2.32 → 0.2.33

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
@@ -2705,7 +2705,7 @@ function clearCreds(url6) {
2705
2705
  }
2706
2706
 
2707
2707
  // package.json
2708
- var version = "0.2.32";
2708
+ var version = "0.2.33";
2709
2709
 
2710
2710
  // src/http.ts
2711
2711
  var USER_AGENT = `malloyyo/${version}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,11 +34,11 @@
34
34
  "dependencies": {
35
35
  "@duckdb/duckdb-wasm": "1.33.1-dev45.0",
36
36
  "@inquirer/password": "^5.1.1",
37
- "@malloydata/db-duckdb": "^0.0.430",
38
- "@malloydata/malloy": "^0.0.430",
39
- "@malloydata/malloy-connections": "^0.0.430",
40
- "@malloydata/malloy-filter": "^0.0.430",
41
- "@malloydata/render": "^0.0.430",
37
+ "@malloydata/db-duckdb": "^0.0.431",
38
+ "@malloydata/malloy": "^0.0.431",
39
+ "@malloydata/malloy-connections": "^0.0.431",
40
+ "@malloydata/malloy-filter": "^0.0.431",
41
+ "@malloydata/render": "^0.0.431",
42
42
  "@modelcontextprotocol/sdk": "^1.29.0",
43
43
  "commander": "^12.1.0",
44
44
  "esbuild": "^0.24.0",