Skip to content

Commit 93e3c10

Browse files
committed
Release 0.8.9-beta3
1 parent 7e4ef85 commit 93e3c10

12 files changed

Lines changed: 219 additions & 220 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
.DS_Store
3-
/dist
4-
.env
3+
/dist

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "humanloop",
3-
"version": "0.8.9-beta2",
3+
"version": "0.8.9-beta3",
44
"private": false,
55
"repository": "https://github.com/humanloop/humanloop-node",
66
"main": "./index.js",
@@ -12,56 +12,56 @@
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+
"uuid": "11.0.3",
32+
"nanoid": "5.0.9",
2433
"cli-progress": "^3.12.0",
25-
"form-data": "^4.0.0",
26-
"form-data-encoder": "^4.0.2",
27-
"formdata-node": "^6.0.3",
2834
"lodash": "4.17.21",
29-
"nanoid": "5.0.9",
30-
"node-fetch": "2.7.0",
3135
"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"
36+
"stable-hash": "0.0.4"
3737
},
3838
"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",
39+
"@types/url-join": "4.0.1",
4940
"@types/qs": "6.9.8",
41+
"@types/node-fetch": "2.6.9",
5042
"@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",
5543
"fetch-mock-jest": "^1.5.1",
44+
"webpack": "^5.94.0",
45+
"ts-loader": "^9.3.1",
5646
"jest": "29.7.0",
47+
"@types/jest": "29.5.5",
48+
"ts-jest": "29.1.1",
5749
"jest-environment-jsdom": "29.7.0",
58-
"jsonschema": "^1.4.1",
59-
"openai": "^4.74.0",
50+
"@types/node": "17.0.33",
6051
"prettier": "^3.4.2",
61-
"ts-jest": "29.1.1",
62-
"ts-loader": "^9.3.1",
6352
"typescript": "4.6.4",
64-
"webpack": "^5.94.0"
53+
"openai": "^4.74.0",
54+
"@anthropic-ai/sdk": "^0.32.1",
55+
"cohere-ai": "^7.15.0",
56+
"dotenv": "^16.4.6",
57+
"jsonschema": "^1.4.1",
58+
"@types/cli-progress": "^3.11.6",
59+
"babel-jest": "^29.7.0",
60+
"@babel/core": "^7.26.0",
61+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
62+
"@babel/preset-env": "^7.26.0",
63+
"@types/lodash": "4.14.74",
64+
"@trivago/prettier-plugin-sort-imports": "4.3.0"
6565
},
6666
"browser": {
6767
"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-beta2",
104-
"User-Agent": "humanloop/0.8.9-beta2",
103+
"X-Fern-SDK-Version": "0.8.9-beta3",
104+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
267-
"User-Agent": "humanloop/0.8.9-beta2",
266+
"X-Fern-SDK-Version": "0.8.9-beta3",
267+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
377-
"User-Agent": "humanloop/0.8.9-beta2",
376+
"X-Fern-SDK-Version": "0.8.9-beta3",
377+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
456-
"User-Agent": "humanloop/0.8.9-beta2",
455+
"X-Fern-SDK-Version": "0.8.9-beta3",
456+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
533-
"User-Agent": "humanloop/0.8.9-beta2",
532+
"X-Fern-SDK-Version": "0.8.9-beta3",
533+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
636-
"User-Agent": "humanloop/0.8.9-beta2",
635+
"X-Fern-SDK-Version": "0.8.9-beta3",
636+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
741-
"User-Agent": "humanloop/0.8.9-beta2",
740+
"X-Fern-SDK-Version": "0.8.9-beta3",
741+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
831-
"User-Agent": "humanloop/0.8.9-beta2",
830+
"X-Fern-SDK-Version": "0.8.9-beta3",
831+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
915-
"User-Agent": "humanloop/0.8.9-beta2",
914+
"X-Fern-SDK-Version": "0.8.9-beta3",
915+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
1016-
"User-Agent": "humanloop/0.8.9-beta2",
1015+
"X-Fern-SDK-Version": "0.8.9-beta3",
1016+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
1111-
"User-Agent": "humanloop/0.8.9-beta2",
1110+
"X-Fern-SDK-Version": "0.8.9-beta3",
1111+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
1197-
"User-Agent": "humanloop/0.8.9-beta2",
1196+
"X-Fern-SDK-Version": "0.8.9-beta3",
1197+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
1272-
"User-Agent": "humanloop/0.8.9-beta2",
1271+
"X-Fern-SDK-Version": "0.8.9-beta3",
1272+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
53-
"User-Agent": "humanloop/0.8.9-beta2",
52+
"X-Fern-SDK-Version": "0.8.9-beta3",
53+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
134-
"User-Agent": "humanloop/0.8.9-beta2",
133+
"X-Fern-SDK-Version": "0.8.9-beta3",
134+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
216-
"User-Agent": "humanloop/0.8.9-beta2",
215+
"X-Fern-SDK-Version": "0.8.9-beta3",
216+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
296-
"User-Agent": "humanloop/0.8.9-beta2",
295+
"X-Fern-SDK-Version": "0.8.9-beta3",
296+
"User-Agent": "humanloop/0.8.9-beta3",
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-beta2",
373-
"User-Agent": "humanloop/0.8.9-beta2",
372+
"X-Fern-SDK-Version": "0.8.9-beta3",
373+
"User-Agent": "humanloop/0.8.9-beta3",
374374
"X-Fern-Runtime": core.RUNTIME.type,
375375
"X-Fern-Runtime-Version": core.RUNTIME.version,
376376
...(await this._getCustomAuthorizationHeaders()),

0 commit comments

Comments
 (0)