v0-sdk 0.0.4 → 0.0.5

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@
18
18
  * @param options Client configuration options
19
19
  */ constructor(options){
20
20
  this.apiKey = options.apiKey;
21
- this.baseUrl = options.baseUrl || 'https://api.v0.dev/';
21
+ this.baseUrl = options.baseUrl || 'https://api.v0.dev/v1';
22
22
  this.fetchFn = options.fetch || fetch;
23
23
  }
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v0-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "TypeScript SDK for the v0 Chats API",
5
5
  "main": "dist/index.js",
6
6
  "files": [