braintrust 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braintrust",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "SDK for integrating Braintrust",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,6 +57,7 @@
57
57
  "clean": "rm -r dist/* && rm -r dev/dist/*",
58
58
  "docs": "npx typedoc --options typedoc.json src/index.ts",
59
59
  "test": "vitest run --exclude \"src/wrappers/**/*.test.ts\" --exclude \"src/otel/**/*.test.ts\" --exclude \"smoke/**/*.test.ts\"",
60
+ "test:api-compat": "vitest run src/api-compatibility.test.ts",
60
61
  "test:anthropic": "vitest run src/wrappers/anthropic.test.ts",
61
62
  "test:openai": "vitest run src/wrappers/oai.test.ts",
62
63
  "test:otel": "vitest run --dir src/otel",
@@ -88,7 +89,10 @@
88
89
  "@types/mustache": "^4.2.5",
89
90
  "@types/node": "^20.10.5",
90
91
  "@types/pluralize": "^0.0.30",
92
+ "@types/tar": "^6.1.13",
91
93
  "@types/uuid": "^9.0.7",
94
+ "@typescript-eslint/eslint-plugin": "^8.49.0",
95
+ "@typescript-eslint/parser": "^8.49.0",
92
96
  "ai": "^4.3.16",
93
97
  "async": "^3.2.5",
94
98
  "autoevals": "^0.0.131",
@@ -96,6 +100,7 @@
96
100
  "npm-run-all": "^4.1.5",
97
101
  "openapi-zod-client": "^1.18.3",
98
102
  "prettier": "^3.5.3",
103
+ "tar": "^7.5.2",
99
104
  "tinybench": "^4.0.1",
100
105
  "ts-jest": "^29.1.4",
101
106
  "tsup": "^8.5.1",
@@ -126,7 +131,6 @@
126
131
  "mustache": "^4.2.0",
127
132
  "pluralize": "^8.0.0",
128
133
  "simple-git": "^3.21.0",
129
- "slugify": "^1.6.6",
130
134
  "source-map": "^0.7.4",
131
135
  "termi-link": "^1.0.1",
132
136
  "uuid": "^9.0.1",