@mastra/braintrust 1.3.8 → 1.3.9-alpha.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @mastra/braintrust
2
2
 
3
+ ## 1.3.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`078affd`](https://github.com/mastra-ai/mastra/commit/078affdaea57ac5e95a77e9e7b197d1878190684), [`a87ff53`](https://github.com/mastra-ai/mastra/commit/a87ff53cef9318bea80c38c3bf3d9d9d507ac3c1), [`9e3403e`](https://github.com/mastra-ai/mastra/commit/9e3403e9868240cb18841898e84cf008ebd7a87e), [`791bf5e`](https://github.com/mastra-ai/mastra/commit/791bf5e81cd27e2e1cff66122f1380ab8a3dda41)]:
8
+ - @mastra/core@1.63.1-alpha.1
9
+ - @mastra/observability@1.17.4-alpha.0
10
+
3
11
  ## 1.3.8
4
12
 
5
13
  ### Patch Changes
package/LICENSE.md CHANGED
@@ -1,10 +1,12 @@
1
1
  Portions of this software are licensed as follows:
2
2
 
3
- - All content that resides under any directory named "ee/" within this
3
+ - All content that resides under any directory named `ee/` within this
4
4
  repository, including but not limited to:
5
- - `packages/core/src/auth/ee/`
6
- - `packages/server/src/server/auth/ee/`
7
- is licensed under the license defined in `ee/LICENSE`.
5
+ - `@mastra/core/auth/ee`
6
+ - `@mastra/core/agent-builder/ee`
7
+ - `@mastra/editor/ee`
8
+
9
+ is licensed under the license defined in [`ee/LICENSE`](https://github.com/mastra-ai/mastra/blob/main/ee/LICENSE).
8
10
 
9
11
  - All third-party components incorporated into the Mastra Software are
10
12
  licensed under the original license provided by the owner of the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/braintrust",
3
- "version": "1.3.8",
3
+ "version": "1.3.9-alpha.0",
4
4
  "description": "Braintrust observability provider for Mastra - includes tracing and future observability features",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "braintrust": "^3.24.0",
28
- "@mastra/observability": "1.17.3"
28
+ "@mastra/observability": "1.17.4-alpha.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "22.20.1",
@@ -35,10 +35,10 @@
35
35
  "tsdown": "0.22.9",
36
36
  "typescript": "^6.0.3",
37
37
  "vitest": "4.1.10",
38
- "@internal/lint": "0.0.127",
38
+ "@mastra/core": "1.63.1-alpha.1",
39
39
  "@internal/types-builder": "0.0.102",
40
- "@mastra/core": "1.63.0",
41
- "@observability/test-utils": "0.1.0"
40
+ "@observability/test-utils": "0.1.0",
41
+ "@internal/lint": "0.0.127"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@mastra/core": ">=1.16.0-0 <2.0.0-0",