@automagik/omni 2.260714.2 → 2.260714.3

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 CHANGED
@@ -125164,7 +125164,7 @@ import { fileURLToPath } from "url";
125164
125164
  // package.json
125165
125165
  var package_default = {
125166
125166
  name: "@automagik/omni",
125167
- version: "2.260714.2",
125167
+ version: "2.260714.3",
125168
125168
  description: "LLM-optimized CLI for Omni",
125169
125169
  type: "module",
125170
125170
  bin: {
@@ -55,7 +55,7 @@ export interface paths {
55
55
  patch: operations["updateAgent"];
56
56
  trace?: never;
57
57
  };
58
- "/api/v2/auth/validate": {
58
+ "/auth/validate": {
59
59
  parameters: {
60
60
  query?: never;
61
61
  header?: never;