@malloydata/malloyyo 0.2.34 → 0.2.35

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { resolve as resolve3 } from "node:path";
7
7
  // src/config.ts
8
8
  import { readFileSync, existsSync } from "node:fs";
9
9
  import { join } from "node:path";
10
- var KNOWN_KEYS = /* @__PURE__ */ new Set(["analytics", "targets"]);
10
+ var KNOWN_KEYS = /* @__PURE__ */ new Set(["analytics", "targets", "image_hosts"]);
11
11
  function isTarget(v) {
12
12
  return typeof v === "object" && v !== null && typeof v.url === "string";
13
13
  }
@@ -2735,7 +2735,7 @@ function clearCreds(url6) {
2735
2735
  }
2736
2736
 
2737
2737
  // package.json
2738
- var version = "0.2.34";
2738
+ var version = "0.2.35";
2739
2739
 
2740
2740
  // src/http.ts
2741
2741
  var USER_AGENT = `malloyyo/${version}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloyyo",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "Publish Malloy models to a Malloyyo instance",
5
5
  "license": "MIT",
6
6
  "repository": {