@malloydata/malloyyo 0.2.37 → 0.2.38

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 +1 -1
package/dist/index.js CHANGED
@@ -2880,7 +2880,7 @@ function clearCreds(url6) {
2880
2880
  }
2881
2881
 
2882
2882
  // package.json
2883
- var version = "0.2.37";
2883
+ var version = "0.2.38";
2884
2884
 
2885
2885
  // src/http.ts
2886
2886
  var USER_AGENT = `malloyyo/${version}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {