@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.
- package/dist/index.js +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.
|
|
2738
|
+
var version = "0.2.35";
|
|
2739
2739
|
|
|
2740
2740
|
// src/http.ts
|
|
2741
2741
|
var USER_AGENT = `malloyyo/${version}`;
|