Skip to content

Commit 51b4510

Browse files
committed
Release 0.8.9-beta6
1 parent f0bf780 commit 51b4510

File tree

12 files changed

+946
-944
lines changed

12 files changed

+946
-944
lines changed

package.json

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "humanloop",
3-
"version": "0.8.9-beta5",
3+
"version": "0.8.9-beta6",
44
"private": false,
55
"repository": "https://github.com/humanloop/humanloop-node",
66
"main": "./index.js",
@@ -12,56 +12,55 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15+
"url-join": "4.0.1",
16+
"form-data": "^4.0.0",
17+
"formdata-node": "^6.0.3",
18+
"node-fetch": "2.7.0",
19+
"qs": "6.11.2",
20+
"readable-stream": "^4.5.2",
21+
"form-data-encoder": "^4.0.2",
1522
"@opentelemetry/api": "1.9.0",
1623
"@opentelemetry/auto-instrumentations-node": "0.53.0",
1724
"@opentelemetry/sdk-metrics": "1.28.0",
1825
"@opentelemetry/sdk-node": "0.55.0",
1926
"@opentelemetry/sdk-trace-node": "1.28.0",
20-
"@traceloop/ai-semantic-conventions": "0.11.6",
2127
"@traceloop/instrumentation-anthropic": "0.11.1",
2228
"@traceloop/instrumentation-cohere": "0.11.1",
2329
"@traceloop/instrumentation-openai": "0.11.3",
30+
"@traceloop/ai-semantic-conventions": "0.11.6",
31+
"nanoid": "5.0.9",
2432
"cli-progress": "^3.12.0",
25-
"form-data": "^4.0.0",
26-
"form-data-encoder": "^4.0.2",
27-
"formdata-node": "^6.0.3",
2833
"lodash": "4.17.21",
29-
"nanoid": "5.0.9",
30-
"node-fetch": "2.7.0",
3134
"p-map": "7.0.3",
32-
"qs": "6.11.2",
33-
"readable-stream": "^4.5.2",
34-
"stable-hash": "0.0.4",
35-
"url-join": "4.0.1",
36-
"uuid": "11.0.3"
35+
"stable-hash": "0.0.4"
3736
},
3837
"devDependencies": {
39-
"@anthropic-ai/sdk": "^0.32.1",
40-
"@babel/core": "^7.26.0",
41-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
42-
"@babel/preset-env": "^7.26.0",
43-
"@trivago/prettier-plugin-sort-imports": "4.3.0",
44-
"@types/cli-progress": "^3.11.6",
45-
"@types/jest": "29.5.5",
46-
"@types/lodash": "4.14.74",
47-
"@types/node": "17.0.33",
48-
"@types/node-fetch": "2.6.9",
38+
"@types/url-join": "4.0.1",
4939
"@types/qs": "6.9.8",
40+
"@types/node-fetch": "2.6.9",
5041
"@types/readable-stream": "^4.0.15",
51-
"@types/url-join": "4.0.1",
52-
"babel-jest": "^29.7.0",
53-
"cohere-ai": "^7.15.0",
54-
"dotenv": "^16.4.6",
5542
"fetch-mock-jest": "^1.5.1",
43+
"webpack": "^5.94.0",
44+
"ts-loader": "^9.3.1",
5645
"jest": "29.7.0",
46+
"@types/jest": "29.5.5",
47+
"ts-jest": "29.1.1",
5748
"jest-environment-jsdom": "29.7.0",
58-
"jsonschema": "^1.4.1",
59-
"openai": "^4.74.0",
49+
"@types/node": "17.0.33",
6050
"prettier": "^3.4.2",
61-
"ts-jest": "29.1.1",
62-
"ts-loader": "^9.3.1",
6351
"typescript": "4.6.4",
64-
"webpack": "^5.94.0"
52+
"openai": "^4.74.0",
53+
"@anthropic-ai/sdk": "^0.32.1",
54+
"cohere-ai": "^7.15.0",
55+
"dotenv": "^16.4.6",
56+
"jsonschema": "^1.4.1",
57+
"@types/cli-progress": "^3.11.6",
58+
"babel-jest": "^29.7.0",
59+
"@babel/core": "^7.26.0",
60+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
61+
"@babel/preset-env": "^7.26.0",
62+
"@types/lodash": "4.14.74",
63+
"@trivago/prettier-plugin-sort-imports": "4.3.0"
6564
},
6665
"browser": {
6766
"fs": false,

src/api/resources/datasets/client/Client.ts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export class Datasets {
100100
headers: {
101101
"X-Fern-Language": "JavaScript",
102102
"X-Fern-SDK-Name": "humanloop",
103-
"X-Fern-SDK-Version": "0.8.9-beta5",
104-
"User-Agent": "humanloop/0.8.9-beta5",
103+
"X-Fern-SDK-Version": "0.8.9-beta6",
104+
"User-Agent": "humanloop/0.8.9-beta6",
105105
"X-Fern-Runtime": core.RUNTIME.type,
106106
"X-Fern-Runtime-Version": core.RUNTIME.version,
107107
...(await this._getCustomAuthorizationHeaders()),
@@ -263,8 +263,8 @@ export class Datasets {
263263
headers: {
264264
"X-Fern-Language": "JavaScript",
265265
"X-Fern-SDK-Name": "humanloop",
266-
"X-Fern-SDK-Version": "0.8.9-beta5",
267-
"User-Agent": "humanloop/0.8.9-beta5",
266+
"X-Fern-SDK-Version": "0.8.9-beta6",
267+
"User-Agent": "humanloop/0.8.9-beta6",
268268
"X-Fern-Runtime": core.RUNTIME.type,
269269
"X-Fern-Runtime-Version": core.RUNTIME.version,
270270
...(await this._getCustomAuthorizationHeaders()),
@@ -373,8 +373,8 @@ export class Datasets {
373373
headers: {
374374
"X-Fern-Language": "JavaScript",
375375
"X-Fern-SDK-Name": "humanloop",
376-
"X-Fern-SDK-Version": "0.8.9-beta5",
377-
"User-Agent": "humanloop/0.8.9-beta5",
376+
"X-Fern-SDK-Version": "0.8.9-beta6",
377+
"User-Agent": "humanloop/0.8.9-beta6",
378378
"X-Fern-Runtime": core.RUNTIME.type,
379379
"X-Fern-Runtime-Version": core.RUNTIME.version,
380380
...(await this._getCustomAuthorizationHeaders()),
@@ -452,8 +452,8 @@ export class Datasets {
452452
headers: {
453453
"X-Fern-Language": "JavaScript",
454454
"X-Fern-SDK-Name": "humanloop",
455-
"X-Fern-SDK-Version": "0.8.9-beta5",
456-
"User-Agent": "humanloop/0.8.9-beta5",
455+
"X-Fern-SDK-Version": "0.8.9-beta6",
456+
"User-Agent": "humanloop/0.8.9-beta6",
457457
"X-Fern-Runtime": core.RUNTIME.type,
458458
"X-Fern-Runtime-Version": core.RUNTIME.version,
459459
...(await this._getCustomAuthorizationHeaders()),
@@ -529,8 +529,8 @@ export class Datasets {
529529
headers: {
530530
"X-Fern-Language": "JavaScript",
531531
"X-Fern-SDK-Name": "humanloop",
532-
"X-Fern-SDK-Version": "0.8.9-beta5",
533-
"User-Agent": "humanloop/0.8.9-beta5",
532+
"X-Fern-SDK-Version": "0.8.9-beta6",
533+
"User-Agent": "humanloop/0.8.9-beta6",
534534
"X-Fern-Runtime": core.RUNTIME.type,
535535
"X-Fern-Runtime-Version": core.RUNTIME.version,
536536
...(await this._getCustomAuthorizationHeaders()),
@@ -632,8 +632,8 @@ export class Datasets {
632632
headers: {
633633
"X-Fern-Language": "JavaScript",
634634
"X-Fern-SDK-Name": "humanloop",
635-
"X-Fern-SDK-Version": "0.8.9-beta5",
636-
"User-Agent": "humanloop/0.8.9-beta5",
635+
"X-Fern-SDK-Version": "0.8.9-beta6",
636+
"User-Agent": "humanloop/0.8.9-beta6",
637637
"X-Fern-Runtime": core.RUNTIME.type,
638638
"X-Fern-Runtime-Version": core.RUNTIME.version,
639639
...(await this._getCustomAuthorizationHeaders()),
@@ -737,8 +737,8 @@ export class Datasets {
737737
headers: {
738738
"X-Fern-Language": "JavaScript",
739739
"X-Fern-SDK-Name": "humanloop",
740-
"X-Fern-SDK-Version": "0.8.9-beta5",
741-
"User-Agent": "humanloop/0.8.9-beta5",
740+
"X-Fern-SDK-Version": "0.8.9-beta6",
741+
"User-Agent": "humanloop/0.8.9-beta6",
742742
"X-Fern-Runtime": core.RUNTIME.type,
743743
"X-Fern-Runtime-Version": core.RUNTIME.version,
744744
...(await this._getCustomAuthorizationHeaders()),
@@ -827,8 +827,8 @@ export class Datasets {
827827
headers: {
828828
"X-Fern-Language": "JavaScript",
829829
"X-Fern-SDK-Name": "humanloop",
830-
"X-Fern-SDK-Version": "0.8.9-beta5",
831-
"User-Agent": "humanloop/0.8.9-beta5",
830+
"X-Fern-SDK-Version": "0.8.9-beta6",
831+
"User-Agent": "humanloop/0.8.9-beta6",
832832
"X-Fern-Runtime": core.RUNTIME.type,
833833
"X-Fern-Runtime-Version": core.RUNTIME.version,
834834
...(await this._getCustomAuthorizationHeaders()),
@@ -911,8 +911,8 @@ export class Datasets {
911911
headers: {
912912
"X-Fern-Language": "JavaScript",
913913
"X-Fern-SDK-Name": "humanloop",
914-
"X-Fern-SDK-Version": "0.8.9-beta5",
915-
"User-Agent": "humanloop/0.8.9-beta5",
914+
"X-Fern-SDK-Version": "0.8.9-beta6",
915+
"User-Agent": "humanloop/0.8.9-beta6",
916916
"X-Fern-Runtime": core.RUNTIME.type,
917917
"X-Fern-Runtime-Version": core.RUNTIME.version,
918918
...(await this._getCustomAuthorizationHeaders()),
@@ -1012,8 +1012,8 @@ export class Datasets {
10121012
headers: {
10131013
"X-Fern-Language": "JavaScript",
10141014
"X-Fern-SDK-Name": "humanloop",
1015-
"X-Fern-SDK-Version": "0.8.9-beta5",
1016-
"User-Agent": "humanloop/0.8.9-beta5",
1015+
"X-Fern-SDK-Version": "0.8.9-beta6",
1016+
"User-Agent": "humanloop/0.8.9-beta6",
10171017
"X-Fern-Runtime": core.RUNTIME.type,
10181018
"X-Fern-Runtime-Version": core.RUNTIME.version,
10191019
...(await this._getCustomAuthorizationHeaders()),
@@ -1107,8 +1107,8 @@ export class Datasets {
11071107
headers: {
11081108
"X-Fern-Language": "JavaScript",
11091109
"X-Fern-SDK-Name": "humanloop",
1110-
"X-Fern-SDK-Version": "0.8.9-beta5",
1111-
"User-Agent": "humanloop/0.8.9-beta5",
1110+
"X-Fern-SDK-Version": "0.8.9-beta6",
1111+
"User-Agent": "humanloop/0.8.9-beta6",
11121112
"X-Fern-Runtime": core.RUNTIME.type,
11131113
"X-Fern-Runtime-Version": core.RUNTIME.version,
11141114
...(await this._getCustomAuthorizationHeaders()),
@@ -1193,8 +1193,8 @@ export class Datasets {
11931193
headers: {
11941194
"X-Fern-Language": "JavaScript",
11951195
"X-Fern-SDK-Name": "humanloop",
1196-
"X-Fern-SDK-Version": "0.8.9-beta5",
1197-
"User-Agent": "humanloop/0.8.9-beta5",
1196+
"X-Fern-SDK-Version": "0.8.9-beta6",
1197+
"User-Agent": "humanloop/0.8.9-beta6",
11981198
"X-Fern-Runtime": core.RUNTIME.type,
11991199
"X-Fern-Runtime-Version": core.RUNTIME.version,
12001200
...(await this._getCustomAuthorizationHeaders()),
@@ -1268,8 +1268,8 @@ export class Datasets {
12681268
headers: {
12691269
"X-Fern-Language": "JavaScript",
12701270
"X-Fern-SDK-Name": "humanloop",
1271-
"X-Fern-SDK-Version": "0.8.9-beta5",
1272-
"User-Agent": "humanloop/0.8.9-beta5",
1271+
"X-Fern-SDK-Version": "0.8.9-beta6",
1272+
"User-Agent": "humanloop/0.8.9-beta6",
12731273
"X-Fern-Runtime": core.RUNTIME.type,
12741274
"X-Fern-Runtime-Version": core.RUNTIME.version,
12751275
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/directories/client/Client.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class Directories {
4949
headers: {
5050
"X-Fern-Language": "JavaScript",
5151
"X-Fern-SDK-Name": "humanloop",
52-
"X-Fern-SDK-Version": "0.8.9-beta5",
53-
"User-Agent": "humanloop/0.8.9-beta5",
52+
"X-Fern-SDK-Version": "0.8.9-beta6",
53+
"User-Agent": "humanloop/0.8.9-beta6",
5454
"X-Fern-Runtime": core.RUNTIME.type,
5555
"X-Fern-Runtime-Version": core.RUNTIME.version,
5656
...(await this._getCustomAuthorizationHeaders()),
@@ -130,8 +130,8 @@ export class Directories {
130130
headers: {
131131
"X-Fern-Language": "JavaScript",
132132
"X-Fern-SDK-Name": "humanloop",
133-
"X-Fern-SDK-Version": "0.8.9-beta5",
134-
"User-Agent": "humanloop/0.8.9-beta5",
133+
"X-Fern-SDK-Version": "0.8.9-beta6",
134+
"User-Agent": "humanloop/0.8.9-beta6",
135135
"X-Fern-Runtime": core.RUNTIME.type,
136136
"X-Fern-Runtime-Version": core.RUNTIME.version,
137137
...(await this._getCustomAuthorizationHeaders()),
@@ -212,8 +212,8 @@ export class Directories {
212212
headers: {
213213
"X-Fern-Language": "JavaScript",
214214
"X-Fern-SDK-Name": "humanloop",
215-
"X-Fern-SDK-Version": "0.8.9-beta5",
216-
"User-Agent": "humanloop/0.8.9-beta5",
215+
"X-Fern-SDK-Version": "0.8.9-beta6",
216+
"User-Agent": "humanloop/0.8.9-beta6",
217217
"X-Fern-Runtime": core.RUNTIME.type,
218218
"X-Fern-Runtime-Version": core.RUNTIME.version,
219219
...(await this._getCustomAuthorizationHeaders()),
@@ -292,8 +292,8 @@ export class Directories {
292292
headers: {
293293
"X-Fern-Language": "JavaScript",
294294
"X-Fern-SDK-Name": "humanloop",
295-
"X-Fern-SDK-Version": "0.8.9-beta5",
296-
"User-Agent": "humanloop/0.8.9-beta5",
295+
"X-Fern-SDK-Version": "0.8.9-beta6",
296+
"User-Agent": "humanloop/0.8.9-beta6",
297297
"X-Fern-Runtime": core.RUNTIME.type,
298298
"X-Fern-Runtime-Version": core.RUNTIME.version,
299299
...(await this._getCustomAuthorizationHeaders()),
@@ -369,8 +369,8 @@ export class Directories {
369369
headers: {
370370
"X-Fern-Language": "JavaScript",
371371
"X-Fern-SDK-Name": "humanloop",
372-
"X-Fern-SDK-Version": "0.8.9-beta5",
373-
"User-Agent": "humanloop/0.8.9-beta5",
372+
"X-Fern-SDK-Version": "0.8.9-beta6",
373+
"User-Agent": "humanloop/0.8.9-beta6",
374374
"X-Fern-Runtime": core.RUNTIME.type,
375375
"X-Fern-Runtime-Version": core.RUNTIME.version,
376376
...(await this._getCustomAuthorizationHeaders()),

0 commit comments

Comments
 (0)