Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/green-nodes-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"braintrust": patch
"@braintrust/browser": patch
"@braintrust/langchain-js": patch
"@braintrust/openai-agents": patch
"@braintrust/otel": patch
"@braintrust/templates-nunjucks-js": patch
"@braintrust/temporal": patch
"@braintrust/vercel-ai-sdk": patch
---

Declare the existing Node.js 20+ runtime requirement in package metadata.
3 changes: 3 additions & 0 deletions integrations/browser-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/browser",
"version": "0.0.3",
"description": "Braintrust SDK for browser environments with AsyncLocalStorage polyfill",
"engines": {
"node": ">=20"
},
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/langchain-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/langchain-js",
"version": "0.2.4",
"description": "SDK for integrating Braintrust with LangChain.js",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/openai-agents-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/openai-agents",
"version": "0.1.5",
"description": "SDK for integrating Braintrust with OpenAI Agents",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/otel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/otel",
"version": "0.2.0",
"description": "SDK for integrating Braintrust with OpenTelemetry",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/templates-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/templates-nunjucks-js",
"version": "0.0.1",
"description": "Nunjucks templating support for the Braintrust JS SDK",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/temporal-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/temporal",
"version": "0.1.1",
"description": "SDK for integrating Braintrust with Temporal",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions integrations/vercel-ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@braintrust/vercel-ai-sdk",
"version": "0.0.6",
"description": "SDK for integrating Braintrust with Vercel AI SDK",
"engines": {
"node": ">=20"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "braintrust",
"version": "3.13.0",
"description": "SDK for integrating Braintrust",
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braintrustdata/braintrust-sdk-javascript.git",
Expand Down
Loading