braintrust 0.0.152 → 0.0.154

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 +3 -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.152",
1235
+ version: "0.0.154",
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.51",
1305
+ "@braintrust/core": "0.0.52",
1306
1306
  "@next/env": "^14.2.3",
1307
1307
  "@vercel/functions": "^1.0.2",
1308
1308
  ai: "^3.2.16",
@@ -5791,6 +5791,7 @@ async function uploadEvalBundles({
5791
5791
  function_data: {
5792
5792
  type: "code",
5793
5793
  data: {
5794
+ type: "bundle",
5794
5795
  runtime_context,
5795
5796
  location: spec2.location,
5796
5797
  bundle_id: pathInfo.bundleId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braintrust",
3
- "version": "0.0.152",
3
+ "version": "0.0.154",
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.51",
73
+ "@braintrust/core": "0.0.52",
74
74
  "@next/env": "^14.2.3",
75
75
  "@vercel/functions": "^1.0.2",
76
76
  "ai": "^3.2.16",