@mastra/braintrust 0.0.0-message-file-url-handling-fix-20250904234524 → 0.1.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -19
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,24 +1,5 @@
1
1
  # @mastra/braintrust
2
2
 
3
- ## 0.0.0-message-file-url-handling-fix-20250904234524
4
-
5
- ### Minor Changes
6
-
7
- - 3fc9261: "Initial release of BraintrustExporter for ai-observability"
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [fd83526]
12
- - Updated dependencies [d0b90ab]
13
- - Updated dependencies [6f5eb7a]
14
- - Updated dependencies [a01cf14]
15
- - Updated dependencies [a9e50ee]
16
- - Updated dependencies [5397eb4]
17
- - Updated dependencies [c9f4e4a]
18
- - Updated dependencies [b586a0b]
19
- - Updated dependencies [0acbc80]
20
- - @mastra/core@0.0.0-message-file-url-handling-fix-20250904234524
21
-
22
3
  ## 0.1.0-alpha.0
23
4
 
24
5
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/braintrust",
3
- "version": "0.0.0-message-file-url-handling-fix-20250904234524",
3
+ "version": "0.1.0-alpha.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
- "@mastra/core": "0.0.0-message-file-url-handling-fix-20250904234524",
37
- "@internal/types-builder": "0.0.0-message-file-url-handling-fix-20250904234524",
38
- "@internal/lint": "0.0.0-message-file-url-handling-fix-20250904234524"
36
+ "@internal/lint": "0.0.35",
37
+ "@mastra/core": "0.16.0-alpha.0",
38
+ "@internal/types-builder": "0.0.10"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": "0.0.0-message-file-url-handling-fix-20250904234524"
41
+ "@mastra/core": ">=0.15.3-0 <0.16.0-0"
42
42
  },
43
43
  "homepage": "https://mastra.ai",
44
44
  "repository": {