@castari/sdk 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -168,7 +168,7 @@ export interface CastariClientOptions {
168
168
  apiKey?: string;
169
169
  /** OAuth token */
170
170
  token?: string;
171
- /** Base API URL (default: https://api.castari.dev) */
171
+ /** Base API URL (default: https://api.castari.com) */
172
172
  baseUrl?: string;
173
173
  }
174
174
  /**
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@castari/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Official Castari SDK for TypeScript and Node.js",
5
- "author": "Castari <hello@castari.dev>",
5
+ "author": "Castari <founders@castari.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",