@pg-atlas/data-sdk 0.4.0 → 0.4.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/README.md CHANGED
@@ -54,7 +54,7 @@ Configure the shared generated client using `client.setConfig(...)`, or create p
54
54
 
55
55
  | Attribute | Default | Description |
56
56
  | ---------------------- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
57
- | `baseUrl` | `https://pg-atlas-backend-h8gen.ondigitalocean.app` | The root URL of the PG Atlas API. |
57
+ | `baseUrl` | `https://api.pgatlas.xyz` | The root URL of the PG Atlas API. |
58
58
  | `Authorization` header | `unset` | Bearer token used for authenticated requests (for example GitHub OIDC JWT on ingest endpoints). |
59
59
 
60
60
  ## License
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
  import { createClient, createConfig } from './client';
3
- export const client = createClient(createConfig({ baseUrl: 'https://pg-atlas-backend-h8gen.ondigitalocean.app' }));
3
+ export const client = createClient(createConfig({ baseUrl: 'https://api.pgatlas.xyz' }));
@@ -1,5 +1,5 @@
1
1
  export type ClientOptions = {
2
- baseUrl: 'https://pg-atlas-backend-h8gen.ondigitalocean.app' | (string & {});
2
+ baseUrl: 'https://api.pgatlas.xyz' | (string & {});
3
3
  };
4
4
  /**
5
5
  * Visibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pg-atlas/data-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "TypeScript SDK for the PG Atlas API",
5
5
  "keywords": [
6
6
  "stellar",