@malloydata/malloyyo 0.2.16 → 0.2.17

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
@@ -3141,7 +3141,7 @@ async function launchCmd(mode, opts) {
3141
3141
  }
3142
3142
 
3143
3143
  // package.json
3144
- var version = "0.2.16";
3144
+ var version = "0.2.17";
3145
3145
 
3146
3146
  // src/index.ts
3147
3147
  function shortSha(sha) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {