@sardis/sdk 0.2.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.
- package/README.md +2 -2
- package/dist/browser/index.js +4106 -3528
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/sardis.umd.js +4106 -3528
- package/dist/browser/sardis.umd.js.map +1 -1
- package/dist/cjs/client.js +1 -1
- package/dist/cjs/client.js.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/integrations/vercel-ai.d.ts +15 -35
- package/dist/integrations/vercel-ai.d.ts.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +9 -12
package/README.md
CHANGED
|
@@ -193,7 +193,7 @@ try {
|
|
|
193
193
|
|
|
194
194
|
```typescript
|
|
195
195
|
const client = new SardisClient({
|
|
196
|
-
baseUrl: 'https://api.sardis.
|
|
196
|
+
baseUrl: 'https://api.sardis.sh', // API base URL (optional)
|
|
197
197
|
apiKey: 'sk_live_...', // Your API key (required)
|
|
198
198
|
timeout: 30000, // Request timeout in ms (optional)
|
|
199
199
|
maxRetries: 3, // Max retry attempts (optional)
|
|
@@ -430,7 +430,7 @@ We welcome contributions! Please see our [Contributing Guide](https://github.com
|
|
|
430
430
|
|
|
431
431
|
## Support
|
|
432
432
|
|
|
433
|
-
- [Documentation](https://docs.sardis.
|
|
433
|
+
- [Documentation](https://docs.sardis.sh)
|
|
434
434
|
- [GitHub Issues](https://github.com/sardis-network/sardis-sdk-js/issues)
|
|
435
435
|
- [Discord Community](https://discord.gg/sardis)
|
|
436
436
|
|