telescope-ai 0.1.0 → 0.1.2

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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # telescope-ai
2
2
 
3
- Official JavaScript/TypeScript client for the [Telescope API](https://docs.telescope.co/sdk).
3
+ Official JavaScript/TypeScript client for the [Telescope API](https://platform.telescope.co/docs/sdk).
4
4
 
5
5
  ## Features
6
6
 
@@ -96,7 +96,7 @@ function InstrumentView({ instrumentId }: { instrumentId: string }) {
96
96
 
97
97
  ## API Reference
98
98
 
99
- Full documentation is available at [docs.telescope.co/sdk](https://docs.telescope.co/sdk).
99
+ Full documentation is available at [docs.telescope.co/sdk](https://platform.telescope.co/docs/sdk).
100
100
 
101
101
  ### TelescopeClient
102
102
 
@@ -275,6 +275,6 @@ MIT - see [LICENSE](./LICENSE) for details.
275
275
 
276
276
  ## Links
277
277
 
278
- - [Documentation](https://docs.telescope.co/sdk)
278
+ - [Documentation](https://platform.telescope.co/docs/sdk)
279
279
  - [npm](https://www.npmjs.com/package/telescope-ai)
280
280
  - [Changelog](./CHANGELOG.md)
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "telescope-ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Official JavaScript/TypeScript client for the Telescope API",
7
7
  "license": "MIT",
8
8
  "author": "Telescope AI <support@telescope.co>",
9
- "homepage": "https://docs.telescope.co/sdk",
9
+ "homepage": "https://platform.telescope.co/docs/sdk",
10
10
  "engines": {
11
11
  "node": ">=18"
12
12
  },