proxitor 0.7.0 → 0.8.0

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.mjs CHANGED
@@ -10594,7 +10594,7 @@ const proxyConfigSchema = object({
10594
10594
  verbose: boolean().default(false),
10595
10595
  bodyLimit: string$1().min(1).default("50mb"),
10596
10596
  provider: providerConfigSchema.optional(),
10597
- attributionReferer: string$1().min(1).default("http://localhost"),
10597
+ attributionReferer: string$1().min(1).default("https://github.com/neiromaster/proxitor"),
10598
10598
  attributionTitle: string$1().min(1).default("proxitor"),
10599
10599
  headers: record(string$1(), string$1()).optional(),
10600
10600
  modelOverrides: record(string$1().min(1), modelOverrideSchema).optional()
@@ -14996,7 +14996,7 @@ function startProxyServer(config, onReady) {
14996
14996
  }
14997
14997
  //#endregion
14998
14998
  //#region src/version.ts
14999
- const version = "0.7.0";
14999
+ const version = "0.8.0";
15000
15000
  //#endregion
15001
15001
  //#region src/cli.ts
15002
15002
  const argv = process.argv.slice(2);