@jacobbd/relay-ai 0.9.3 → 0.9.4

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/cli.js CHANGED
@@ -199,7 +199,7 @@ import {
199
199
  validateCustomEndpointUrl,
200
200
  writeSecureLogLine,
201
201
  zenRegistryStub
202
- } from "./chunk-PVGAE7HA.js";
202
+ } from "./chunk-KDIY732Q.js";
203
203
  import {
204
204
  filterTemplates,
205
205
  getTemplateById,
@@ -15008,7 +15008,7 @@ Options:
15008
15008
  --trace Write debug logs under ~/.relay-ai/logs/`);
15009
15009
  return 0;
15010
15010
  }
15011
- const { runUiCommand } = await import("./ui-command-JQPEZAMN.js");
15011
+ const { runUiCommand } = await import("./ui-command-OIY4243G.js");
15012
15012
  return runUiCommand({ trace: parsed.trace, serverMode: parsed.uiServerMode });
15013
15013
  }
15014
15014
  if (parsed.command === "models") {
@@ -50,7 +50,7 @@ import { join as join2 } from "path";
50
50
  // package.json
51
51
  var package_default = {
52
52
  name: "@jacobbd/relay-ai",
53
- version: "0.9.3",
53
+ version: "0.9.4",
54
54
  publishConfig: {
55
55
  access: "public"
56
56
  },