braintrust 3.17.0 → 3.19.0
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 +0 -10
- package/dev/dist/index.d.mts +13 -0
- package/dev/dist/index.d.ts +13 -0
- package/dev/dist/index.js +11289 -7551
- package/dev/dist/index.mjs +11249 -7511
- package/dist/apply-auto-instrumentation.js +406 -187
- package/dist/apply-auto-instrumentation.mjs +237 -18
- package/dist/auto-instrumentations/bundler/esbuild.cjs +299 -18
- package/dist/auto-instrumentations/bundler/esbuild.mjs +2 -2
- package/dist/auto-instrumentations/bundler/next.cjs +299 -18
- package/dist/auto-instrumentations/bundler/next.mjs +3 -3
- package/dist/auto-instrumentations/bundler/rollup.cjs +299 -18
- package/dist/auto-instrumentations/bundler/rollup.mjs +2 -2
- package/dist/auto-instrumentations/bundler/vite.cjs +299 -18
- package/dist/auto-instrumentations/bundler/vite.mjs +2 -2
- package/dist/auto-instrumentations/bundler/webpack-loader.cjs +298 -17
- package/dist/auto-instrumentations/bundler/webpack.cjs +299 -18
- package/dist/auto-instrumentations/bundler/webpack.mjs +3 -3
- package/dist/auto-instrumentations/{chunk-CNQ7BUKN.mjs → chunk-K74TZGGM.mjs} +1 -1
- package/dist/auto-instrumentations/{chunk-VXJONZVX.mjs → chunk-S4374IP6.mjs} +96 -6
- package/dist/auto-instrumentations/{chunk-E5DUYJWK.mjs → chunk-W4E36GIW.mjs} +210 -15
- package/dist/auto-instrumentations/hook.mjs +311 -18
- package/dist/auto-instrumentations/index.cjs +213 -16
- package/dist/auto-instrumentations/index.d.mts +5 -1
- package/dist/auto-instrumentations/index.d.ts +5 -1
- package/dist/auto-instrumentations/index.mjs +7 -3
- package/dist/auto-instrumentations/loader/cjs-patch.cjs +1 -1
- package/dist/auto-instrumentations/loader/cjs-patch.mjs +1 -1
- package/dist/auto-instrumentations/loader/esm-hook.mjs +1 -1
- package/dist/browser.d.mts +254 -17
- package/dist/browser.d.ts +254 -17
- package/dist/browser.js +4470 -385
- package/dist/browser.mjs +8610 -4525
- package/dist/chunk-37RLJF2U.js +29262 -0
- package/dist/{chunk-VMBQETG3.js → chunk-LPC4W2WX.js} +80 -4
- package/dist/chunk-VEQ2PCMC.mjs +29262 -0
- package/dist/{chunk-O4ZIWXO3.mjs → chunk-Y7W7WP6H.mjs} +79 -3
- package/dist/cli.js +11262 -7518
- package/dist/edge-light.d.mts +1 -1
- package/dist/edge-light.d.ts +1 -1
- package/dist/edge-light.js +4470 -385
- package/dist/edge-light.mjs +8610 -4525
- package/dist/index.d.mts +254 -17
- package/dist/index.d.ts +254 -17
- package/dist/index.js +952 -25912
- package/dist/index.mjs +699 -25659
- package/dist/instrumentation/index.d.mts +69 -6
- package/dist/instrumentation/index.d.ts +69 -6
- package/dist/instrumentation/index.js +12602 -8900
- package/dist/instrumentation/index.mjs +12602 -8900
- package/dist/vitest-evals-reporter.d.mts +22 -0
- package/dist/vitest-evals-reporter.d.ts +22 -0
- package/dist/vitest-evals-reporter.js +401 -0
- package/dist/vitest-evals-reporter.mjs +401 -0
- package/dist/workerd.d.mts +1 -1
- package/dist/workerd.d.ts +1 -1
- package/dist/workerd.js +4470 -385
- package/dist/workerd.mjs +8610 -4525
- package/package.json +16 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "braintrust",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.0",
|
|
4
4
|
"description": "SDK for integrating Braintrust",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -65,6 +65,12 @@
|
|
|
65
65
|
"require": "./dist/apply-auto-instrumentation.js",
|
|
66
66
|
"default": "./dist/apply-auto-instrumentation.mjs"
|
|
67
67
|
},
|
|
68
|
+
"./vitest-evals-reporter": {
|
|
69
|
+
"types": "./dist/vitest-evals-reporter.d.ts",
|
|
70
|
+
"import": "./dist/vitest-evals-reporter.mjs",
|
|
71
|
+
"module": "./dist/vitest-evals-reporter.mjs",
|
|
72
|
+
"require": "./dist/vitest-evals-reporter.js"
|
|
73
|
+
},
|
|
68
74
|
"./node": {
|
|
69
75
|
"types": "./dist/index.d.ts",
|
|
70
76
|
"import": "./dist/index.mjs",
|
|
@@ -187,14 +193,14 @@
|
|
|
187
193
|
"eslint-plugin-node-import": "^1.0.5",
|
|
188
194
|
"openai": "6.25.0",
|
|
189
195
|
"rollup": "^4.60.3",
|
|
190
|
-
"tar": "^7.5.
|
|
196
|
+
"tar": "^7.5.16",
|
|
191
197
|
"tinybench": "^4.0.1",
|
|
192
198
|
"tsup": "^8.5.1",
|
|
193
199
|
"tsx": "^4.21.0",
|
|
194
200
|
"typedoc": "^0.25.13",
|
|
195
201
|
"typedoc-plugin-markdown": "^3.17.1",
|
|
196
202
|
"typescript": "5.4.4",
|
|
197
|
-
"vite": "^6.4.
|
|
203
|
+
"vite": "^6.4.3",
|
|
198
204
|
"vite-tsconfig-paths": "^4.3.2",
|
|
199
205
|
"vitest": "4.1.5",
|
|
200
206
|
"webpack": "^5.106.2",
|
|
@@ -230,13 +236,13 @@
|
|
|
230
236
|
"zod": "^3.25.34 || ^4.0"
|
|
231
237
|
},
|
|
232
238
|
"optionalDependencies": {
|
|
233
|
-
"@braintrust/bt-darwin-arm64": "0.
|
|
234
|
-
"@braintrust/bt-darwin-x64": "0.
|
|
235
|
-
"@braintrust/bt-linux-arm64": "0.
|
|
236
|
-
"@braintrust/bt-linux-x64": "0.
|
|
237
|
-
"@braintrust/bt-linux-x64-musl": "0.
|
|
238
|
-
"@braintrust/bt-win32-arm64": "0.
|
|
239
|
-
"@braintrust/bt-win32-x64": "0.
|
|
239
|
+
"@braintrust/bt-darwin-arm64": "0.12.0",
|
|
240
|
+
"@braintrust/bt-darwin-x64": "0.12.0",
|
|
241
|
+
"@braintrust/bt-linux-arm64": "0.12.0",
|
|
242
|
+
"@braintrust/bt-linux-x64": "0.12.0",
|
|
243
|
+
"@braintrust/bt-linux-x64-musl": "0.12.0",
|
|
244
|
+
"@braintrust/bt-win32-arm64": "0.12.0",
|
|
245
|
+
"@braintrust/bt-win32-x64": "0.12.0"
|
|
240
246
|
},
|
|
241
247
|
"publishConfig": {
|
|
242
248
|
"access": "public",
|