@civitai/client 0.1.1-beta.0 → 0.1.2-beta.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.
@@ -9,7 +9,7 @@ class CivitaiClient extends GeneratedClient_1.GeneratedClient {
9
9
  super({
10
10
  BASE: config.env === 'dev'
11
11
  ? 'https://orchestration-dev.civitai.com'
12
- : 'https://orchestration-stage.civitai.com', // TODO: Switch to orchestration.civitai.com once prod is back up and running
12
+ : 'https://orchestration.civitai.com',
13
13
  HEADERS: { Authorization: `Bearer ${config.auth}` },
14
14
  interceptors: {
15
15
  request: (_b = (_a = config === null || config === void 0 ? void 0 : config.interceptors) === null || _a === void 0 ? void 0 : _a.request) !== null && _b !== void 0 ? _b : new OpenAPI_1.Interceptors(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.1.1-beta.0",
3
+ "version": "0.1.2-beta.0",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",