@ax-hub/sdk 1.0.0 → 1.0.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/index.d.cts CHANGED
@@ -2909,7 +2909,7 @@ declare function assertMockModeAllowed(): void;
2909
2909
  * local dev, or self-hosted environments. Also overridable via env var
2910
2910
  * `AX_HUB_BASE_URL` (caller wires this if desired).
2911
2911
  */
2912
- declare const DEFAULT_BASE_URL = "https://axhub-api.jocodingax.ai";
2912
+ declare const DEFAULT_BASE_URL = "https://api.axhub.ai";
2913
2913
  interface AxHubClientOptions extends MockClientOptions {
2914
2914
  /**
2915
2915
  * Backend root URL. Defaults to {@link DEFAULT_BASE_URL}. Override for
package/dist/index.d.ts CHANGED
@@ -2909,7 +2909,7 @@ declare function assertMockModeAllowed(): void;
2909
2909
  * local dev, or self-hosted environments. Also overridable via env var
2910
2910
  * `AX_HUB_BASE_URL` (caller wires this if desired).
2911
2911
  */
2912
- declare const DEFAULT_BASE_URL = "https://axhub-api.jocodingax.ai";
2912
+ declare const DEFAULT_BASE_URL = "https://api.axhub.ai";
2913
2913
  interface AxHubClientOptions extends MockClientOptions {
2914
2914
  /**
2915
2915
  * Backend root URL. Defaults to {@link DEFAULT_BASE_URL}. Override for