braintrust 3.21.0 → 3.22.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 +4 -0
- package/dev/dist/index.d.mts +1029 -0
- package/dev/dist/index.d.ts +1029 -0
- package/dev/dist/index.js +75 -11
- package/dev/dist/index.mjs +75 -11
- package/dist/auto-instrumentations/hook.mjs +75 -11
- package/dist/browser.d.mts +3274 -92
- package/dist/browser.d.ts +3274 -92
- package/dist/browser.js +1548 -11
- package/dist/browser.mjs +1548 -11
- package/dist/{chunk-FY7DAKA5.js → chunk-MWVVR5LR.js} +84 -12
- package/dist/{chunk-O2P765XK.mjs → chunk-ZG2O3XVF.mjs} +83 -11
- package/dist/cli.js +80 -13
- package/dist/edge-light.d.mts +1 -1
- package/dist/edge-light.d.ts +1 -1
- package/dist/edge-light.js +1548 -11
- package/dist/edge-light.mjs +1548 -11
- package/dist/index.d.mts +3274 -92
- package/dist/index.d.ts +3274 -92
- package/dist/index.js +1780 -311
- package/dist/index.mjs +1470 -1
- package/dist/instrumentation/index.d.mts +919 -1
- package/dist/instrumentation/index.d.ts +919 -1
- package/dist/instrumentation/index.js +1563 -10
- package/dist/instrumentation/index.mjs +1561 -10
- package/dist/vitest-evals-reporter.js +15 -15
- package/dist/vitest-evals-reporter.mjs +1 -1
- package/dist/workerd.d.mts +1 -1
- package/dist/workerd.d.ts +1 -1
- package/dist/workerd.js +1548 -11
- package/dist/workerd.mjs +1548 -11
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -119,3 +119,7 @@ See the [Migrate from v1.x to v2.x guide](https://www.braintrust.dev/docs/refere
|
|
|
119
119
|
### Upgrading from 0.x to 1.x
|
|
120
120
|
|
|
121
121
|
See the [Migrate from v1.x to v2.x guide](https://www.braintrust.dev/docs/reference/sdks/typescript/migrations/v0-to-v1).
|
|
122
|
+
|
|
123
|
+
## Compatibility
|
|
124
|
+
|
|
125
|
+
The `braintrust` package is compatible with Node.js versions 20.12.0, 22.13.0, for the respective major Node.js release lines and above.
|