braintrust 3.17.0 → 3.18.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/dev/dist/index.d.mts +13 -0
- package/dev/dist/index.d.ts +13 -0
- package/dev/dist/index.js +4300 -2199
- package/dev/dist/index.mjs +2211 -110
- package/dist/apply-auto-instrumentation.js +238 -186
- package/dist/apply-auto-instrumentation.mjs +68 -16
- package/dist/auto-instrumentations/bundler/esbuild.cjs +90 -15
- package/dist/auto-instrumentations/bundler/esbuild.mjs +2 -2
- package/dist/auto-instrumentations/bundler/next.cjs +90 -15
- package/dist/auto-instrumentations/bundler/next.mjs +3 -3
- package/dist/auto-instrumentations/bundler/rollup.cjs +90 -15
- package/dist/auto-instrumentations/bundler/rollup.mjs +2 -2
- package/dist/auto-instrumentations/bundler/vite.cjs +90 -15
- package/dist/auto-instrumentations/bundler/vite.mjs +2 -2
- package/dist/auto-instrumentations/bundler/webpack-loader.cjs +89 -14
- package/dist/auto-instrumentations/bundler/webpack.cjs +90 -15
- package/dist/auto-instrumentations/bundler/webpack.mjs +3 -3
- package/dist/auto-instrumentations/{chunk-VXJONZVX.mjs → chunk-GNUEZ2PE.mjs} +13 -3
- package/dist/auto-instrumentations/{chunk-CNQ7BUKN.mjs → chunk-MYCHHXOE.mjs} +1 -1
- package/dist/auto-instrumentations/{chunk-E5DUYJWK.mjs → chunk-ZYKZEMRT.mjs} +82 -15
- package/dist/auto-instrumentations/hook.mjs +102 -15
- package/dist/auto-instrumentations/index.cjs +84 -16
- package/dist/auto-instrumentations/index.d.mts +3 -1
- package/dist/auto-instrumentations/index.d.ts +3 -1
- package/dist/auto-instrumentations/index.mjs +5 -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 +177 -11
- package/dist/browser.d.ts +177 -11
- package/dist/browser.js +2296 -104
- package/dist/browser.mjs +2455 -263
- package/dist/{chunk-VMBQETG3.js → chunk-73IYIIOL.js} +28 -2
- package/dist/{chunk-O4ZIWXO3.mjs → chunk-BYFADLEZ.mjs} +27 -1
- package/dist/cli.js +2219 -118
- package/dist/edge-light.d.mts +1 -1
- package/dist/edge-light.d.ts +1 -1
- package/dist/edge-light.js +2296 -104
- package/dist/edge-light.mjs +2455 -263
- package/dist/index.d.mts +177 -11
- package/dist/index.d.ts +177 -11
- package/dist/index.js +3296 -1128
- package/dist/index.mjs +2272 -104
- package/dist/instrumentation/index.d.mts +3 -0
- package/dist/instrumentation/index.d.ts +3 -0
- package/dist/instrumentation/index.js +2171 -105
- package/dist/instrumentation/index.mjs +2171 -105
- package/dist/workerd.d.mts +1 -1
- package/dist/workerd.d.ts +1 -1
- package/dist/workerd.js +2296 -104
- package/dist/workerd.mjs +2455 -263
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "braintrust",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.18.0",
|
|
4
4
|
"description": "SDK for integrating Braintrust",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -187,14 +187,14 @@
|
|
|
187
187
|
"eslint-plugin-node-import": "^1.0.5",
|
|
188
188
|
"openai": "6.25.0",
|
|
189
189
|
"rollup": "^4.60.3",
|
|
190
|
-
"tar": "^7.5.
|
|
190
|
+
"tar": "^7.5.16",
|
|
191
191
|
"tinybench": "^4.0.1",
|
|
192
192
|
"tsup": "^8.5.1",
|
|
193
193
|
"tsx": "^4.21.0",
|
|
194
194
|
"typedoc": "^0.25.13",
|
|
195
195
|
"typedoc-plugin-markdown": "^3.17.1",
|
|
196
196
|
"typescript": "5.4.4",
|
|
197
|
-
"vite": "^6.4.
|
|
197
|
+
"vite": "^6.4.3",
|
|
198
198
|
"vite-tsconfig-paths": "^4.3.2",
|
|
199
199
|
"vitest": "4.1.5",
|
|
200
200
|
"webpack": "^5.106.2",
|
|
@@ -230,13 +230,13 @@
|
|
|
230
230
|
"zod": "^3.25.34 || ^4.0"
|
|
231
231
|
},
|
|
232
232
|
"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.
|
|
233
|
+
"@braintrust/bt-darwin-arm64": "0.12.0",
|
|
234
|
+
"@braintrust/bt-darwin-x64": "0.12.0",
|
|
235
|
+
"@braintrust/bt-linux-arm64": "0.12.0",
|
|
236
|
+
"@braintrust/bt-linux-x64": "0.12.0",
|
|
237
|
+
"@braintrust/bt-linux-x64-musl": "0.12.0",
|
|
238
|
+
"@braintrust/bt-win32-arm64": "0.12.0",
|
|
239
|
+
"@braintrust/bt-win32-x64": "0.12.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": {
|
|
242
242
|
"access": "public",
|