asteroid-odyssey 1.0.12 → 1.0.14

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
@@ -5,7 +5,7 @@ This is a TypeScript SDK for the Asteroid Agents API.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install asteroid-sdk
8
+ npm install asteroid-odyssey
9
9
  ```
10
10
 
11
11
  ## Usage
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ class AsteroidAgents {
17
17
  platform_1.OpenAPI.HEADERS = { 'X-Asteroid-Api-Key': apiKey };
18
18
  agents_1.OpenAPI.HEADERS = { 'X-Asteroid-Agents-Api-Key': apiKey };
19
19
  agents_1.OpenAPI.BASE = 'https://odyssey.asteroid.ai/api/v1';
20
- platform_1.OpenAPI.BASE = 'https://platform.asteroid.ai/api/v1';
20
+ platform_1.OpenAPI.BASE = 'https://api.asteroid.ai/api/v1';
21
21
  if (agentsConfig) {
22
22
  Object.assign(agents_1.OpenAPI, agentsConfig);
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "v1.0.12",
3
+ "version": "v1.0.14",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",