braintrust 3.21.0 → 3.23.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 +47 -0
- package/dev/dist/index.d.mts +1030 -1
- package/dev/dist/index.d.ts +1030 -1
- package/dev/dist/index.js +1429 -663
- package/dev/dist/index.mjs +811 -45
- package/dist/apply-auto-instrumentation.js +222 -186
- package/dist/apply-auto-instrumentation.mjs +37 -1
- package/dist/auto-instrumentations/bundler/esbuild.cjs +53 -1
- package/dist/auto-instrumentations/bundler/esbuild.mjs +2 -2
- package/dist/auto-instrumentations/bundler/next.cjs +53 -1
- package/dist/auto-instrumentations/bundler/next.mjs +3 -3
- package/dist/auto-instrumentations/bundler/rollup.cjs +53 -1
- package/dist/auto-instrumentations/bundler/rollup.mjs +2 -2
- package/dist/auto-instrumentations/bundler/vite.cjs +53 -1
- package/dist/auto-instrumentations/bundler/vite.mjs +2 -2
- package/dist/auto-instrumentations/bundler/webpack-loader.cjs +53 -1
- package/dist/auto-instrumentations/bundler/webpack.cjs +53 -1
- package/dist/auto-instrumentations/bundler/webpack.mjs +3 -3
- package/dist/auto-instrumentations/{chunk-TKRPRPGD.mjs → chunk-EXY7QCJD.mjs} +5 -2
- package/dist/auto-instrumentations/{chunk-T6J4C7LX.mjs → chunk-KIMLYPRW.mjs} +1 -1
- package/dist/auto-instrumentations/{chunk-BRQX23KL.mjs → chunk-YXLNSAMJ.mjs} +51 -0
- package/dist/auto-instrumentations/hook.mjs +224 -31
- package/dist/auto-instrumentations/index.cjs +52 -0
- package/dist/auto-instrumentations/index.d.mts +3 -1
- package/dist/auto-instrumentations/index.d.ts +3 -1
- package/dist/auto-instrumentations/index.mjs +3 -1
- package/dist/browser.d.mts +3273 -93
- package/dist/browser.d.ts +3273 -93
- package/dist/browser.js +2495 -63
- package/dist/browser.mjs +2495 -63
- package/dist/{chunk-KMGUTPB7.mjs → chunk-36IPYKMG.mjs} +20 -1
- package/dist/{chunk-BFGIH2ZJ.js → chunk-CDIKAHDZ.js} +21 -2
- package/dist/{chunk-FY7DAKA5.js → chunk-FZWPFCVE.js} +1590 -832
- package/dist/{chunk-O2P765XK.mjs → chunk-IXL4PMY4.mjs} +802 -44
- package/dist/cli.js +816 -47
- package/dist/edge-light.d.mts +1 -1
- package/dist/edge-light.d.ts +1 -1
- package/dist/edge-light.js +2495 -63
- package/dist/edge-light.mjs +2495 -63
- package/dist/index.d.mts +3273 -93
- package/dist/index.d.ts +3273 -93
- package/dist/index.js +2078 -416
- package/dist/index.mjs +1664 -2
- package/dist/instrumentation/index.d.mts +912 -2
- package/dist/instrumentation/index.d.ts +912 -2
- package/dist/instrumentation/index.js +2202 -42
- package/dist/instrumentation/index.mjs +2200 -42
- package/dist/vitest-evals-reporter.js +16 -16
- package/dist/vitest-evals-reporter.mjs +2 -2
- package/dist/workerd.d.mts +1 -1
- package/dist/workerd.d.ts +1 -1
- package/dist/workerd.js +2495 -63
- package/dist/workerd.mjs +2495 -63
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "braintrust",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.0",
|
|
4
4
|
"description": "SDK for integrating Braintrust",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -181,6 +181,7 @@
|
|
|
181
181
|
"@types/async": "^3.2.24",
|
|
182
182
|
"@types/cli-progress": "^3.11.5",
|
|
183
183
|
"@types/cors": "^2.8.17",
|
|
184
|
+
"@types/esquery": "^1.5.4",
|
|
184
185
|
"@types/express": "^5.0.0",
|
|
185
186
|
"@types/http-errors": "^2.0.4",
|
|
186
187
|
"@types/mustache": "^4.2.5",
|
|
@@ -192,11 +193,14 @@
|
|
|
192
193
|
"ai": "^6.0.0",
|
|
193
194
|
"async": "^3.2.5",
|
|
194
195
|
"cross-env": "^7.0.3",
|
|
196
|
+
"eslint-plugin-es-x": "9.7.0",
|
|
197
|
+
"eslint-plugin-n": "^18.2.1",
|
|
195
198
|
"eslint-plugin-node-import": "^1.0.5",
|
|
196
199
|
"openai": "6.25.0",
|
|
197
200
|
"rollup": "^4.60.3",
|
|
198
201
|
"tar": "^7.5.16",
|
|
199
202
|
"tinybench": "^4.0.1",
|
|
203
|
+
"ts-declaration-location": "^1.0.7",
|
|
200
204
|
"tsup": "^8.5.1",
|
|
201
205
|
"tsx": "^4.21.0",
|
|
202
206
|
"typedoc": "^0.25.13",
|
|
@@ -210,7 +214,6 @@
|
|
|
210
214
|
},
|
|
211
215
|
"dependencies": {
|
|
212
216
|
"@next/env": "^14.2.3",
|
|
213
|
-
"@types/estree": "^1.0.8",
|
|
214
217
|
"@vercel/functions": "^1.0.2",
|
|
215
218
|
"acorn": "^8.16.0",
|
|
216
219
|
"acorn-import-attributes": "^1.9.5",
|