@mastra/braintrust 0.1.0-alpha.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @mastra/braintrust
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3fc9261: "Initial release of BraintrustExporter for ai-observability"
8
+
9
+ ### Patch Changes
10
+
11
+ - 376913a: Update peerdeps
12
+ - Updated dependencies [8fbf79e]
13
+ - Updated dependencies [fd83526]
14
+ - Updated dependencies [d0b90ab]
15
+ - Updated dependencies [6f5eb7a]
16
+ - Updated dependencies [a01cf14]
17
+ - Updated dependencies [a9e50ee]
18
+ - Updated dependencies [5397eb4]
19
+ - Updated dependencies [c9f4e4a]
20
+ - Updated dependencies [0acbc80]
21
+ - @mastra/core@0.16.0
22
+
23
+ ## 0.1.0-alpha.1
24
+
25
+ ### Patch Changes
26
+
27
+ - 376913a: Update peerdeps
28
+ - Updated dependencies [8fbf79e]
29
+ - @mastra/core@0.16.0-alpha.1
30
+
3
31
  ## 0.1.0-alpha.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/braintrust",
3
- "version": "0.1.0-alpha.0",
3
+ "version": "0.1.0",
4
4
  "description": "Braintrust observability provider for Mastra - includes AI tracing and future observability features",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,12 +33,12 @@
33
33
  "tsup": "^8.5.0",
34
34
  "typescript": "^5.8.3",
35
35
  "vitest": "^3.2.4",
36
- "@internal/lint": "0.0.35",
37
- "@mastra/core": "0.16.0-alpha.0",
38
- "@internal/types-builder": "0.0.10"
36
+ "@internal/lint": "0.0.36",
37
+ "@mastra/core": "0.16.0",
38
+ "@internal/types-builder": "0.0.11"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": ">=0.15.3-0 <0.16.0-0"
41
+ "@mastra/core": ">=0.15.3-0 <0.17.0-0"
42
42
  },
43
43
  "homepage": "https://mastra.ai",
44
44
  "repository": {