@jacobbd/relay-ai 0.9.0 → 0.9.1

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
@@ -197,7 +197,7 @@ import {
197
197
  validateCustomEndpointUrl,
198
198
  writeSecureLogLine,
199
199
  zenRegistryStub
200
- } from "./chunk-R4AWEK7T.js";
200
+ } from "./chunk-MFKBK6YL.js";
201
201
  import {
202
202
  filterTemplates,
203
203
  getTemplateById,
@@ -14869,7 +14869,7 @@ Options:
14869
14869
  --trace Write debug logs under ~/.relay-ai/logs/`);
14870
14870
  return 0;
14871
14871
  }
14872
- const { runUiCommand } = await import("./ui-command-FARF2BF4.js");
14872
+ const { runUiCommand } = await import("./ui-command-ZJBZZZ4X.js");
14873
14873
  return runUiCommand({ trace: parsed.trace, serverMode: parsed.uiServerMode });
14874
14874
  }
14875
14875
  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.0",
53
+ version: "0.9.1",
54
54
  publishConfig: {
55
55
  access: "public"
56
56
  },