braintrust 0.0.79 → 0.0.80

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -9064,7 +9064,7 @@ var require_package = __commonJS({
9064
9064
  "package.json"(exports2, module2) {
9065
9065
  module2.exports = {
9066
9066
  name: "braintrust",
9067
- version: "0.0.79",
9067
+ version: "0.0.80",
9068
9068
  description: "SDK for integrating Braintrust",
9069
9069
  main: "./dist/index.js",
9070
9070
  browser: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braintrust",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "SDK for integrating Braintrust",
5
5
  "main": "./dist/index.js",
6
6
  "browser": {