braintrust 0.0.149 → 0.0.150

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -1232,7 +1232,7 @@ var require_package = __commonJS({
1232
1232
  "package.json"(exports2, module2) {
1233
1233
  module2.exports = {
1234
1234
  name: "braintrust",
1235
- version: "0.0.149",
1235
+ version: "0.0.150",
1236
1236
  description: "SDK for integrating Braintrust",
1237
1237
  repository: {
1238
1238
  type: "git",
@@ -1302,7 +1302,7 @@ var require_package = __commonJS({
1302
1302
  },
1303
1303
  dependencies: {
1304
1304
  "@ai-sdk/provider": "^0.0.11",
1305
- "@braintrust/core": "0.0.50",
1305
+ "@braintrust/core": "0.0.51",
1306
1306
  "@next/env": "^14.2.3",
1307
1307
  "@vercel/functions": "^1.0.2",
1308
1308
  ai: "^3.2.16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braintrust",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "description": "SDK for integrating Braintrust",
5
5
  "repository": {
6
6
  "type": "git",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@ai-sdk/provider": "^0.0.11",
73
- "@braintrust/core": "0.0.50",
73
+ "@braintrust/core": "0.0.51",
74
74
  "@next/env": "^14.2.3",
75
75
  "@vercel/functions": "^1.0.2",
76
76
  "ai": "^3.2.16",