Skip to content

Commit 301e568

Browse files
committed
Release 0.0.7
1 parent d14e09d commit 301e568

File tree

3 files changed

+9
-33
lines changed

3 files changed

+9
-33
lines changed

LICENSE

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "voyageai",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": false,
55
"repository": "https://github.com/voyage-ai/typescript-sdk",
66
"main": "./index.js",
77
"types": "./index.d.ts",
8-
"license": "MIT",
98
"scripts": {
109
"format": "prettier . --write --ignore-unknown",
1110
"build": "tsc",

src/Client.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export class VoyageAIClient {
5555
Authorization: await this._getAuthorizationHeader(),
5656
"X-Fern-Language": "JavaScript",
5757
"X-Fern-SDK-Name": "voyageai",
58-
"X-Fern-SDK-Version": "0.0.6",
59-
"User-Agent": "voyageai/0.0.6",
58+
"X-Fern-SDK-Version": "0.0.7",
59+
"User-Agent": "voyageai/0.0.7",
6060
"X-Fern-Runtime": core.RUNTIME.type,
6161
"X-Fern-Runtime-Version": core.RUNTIME.version,
6262
},
@@ -126,8 +126,8 @@ export class VoyageAIClient {
126126
Authorization: await this._getAuthorizationHeader(),
127127
"X-Fern-Language": "JavaScript",
128128
"X-Fern-SDK-Name": "voyageai",
129-
"X-Fern-SDK-Version": "0.0.6",
130-
"User-Agent": "voyageai/0.0.6",
129+
"X-Fern-SDK-Version": "0.0.7",
130+
"User-Agent": "voyageai/0.0.7",
131131
"X-Fern-Runtime": core.RUNTIME.type,
132132
"X-Fern-Runtime-Version": core.RUNTIME.version,
133133
},
@@ -196,8 +196,8 @@ export class VoyageAIClient {
196196
Authorization: await this._getAuthorizationHeader(),
197197
"X-Fern-Language": "JavaScript",
198198
"X-Fern-SDK-Name": "voyageai",
199-
"X-Fern-SDK-Version": "0.0.6",
200-
"User-Agent": "voyageai/0.0.6",
199+
"X-Fern-SDK-Version": "0.0.7",
200+
"User-Agent": "voyageai/0.0.7",
201201
"X-Fern-Runtime": core.RUNTIME.type,
202202
"X-Fern-Runtime-Version": core.RUNTIME.version,
203203
},
@@ -266,8 +266,8 @@ export class VoyageAIClient {
266266
Authorization: await this._getAuthorizationHeader(),
267267
"X-Fern-Language": "JavaScript",
268268
"X-Fern-SDK-Name": "voyageai",
269-
"X-Fern-SDK-Version": "0.0.6",
270-
"User-Agent": "voyageai/0.0.6",
269+
"X-Fern-SDK-Version": "0.0.7",
270+
"User-Agent": "voyageai/0.0.7",
271271
"X-Fern-Runtime": core.RUNTIME.type,
272272
"X-Fern-Runtime-Version": core.RUNTIME.version,
273273
},

0 commit comments

Comments
 (0)