@mastra/langfuse 0.0.0-message-file-url-handling-fix-20250904234524 → 0.0.0-stream-vnext-usage-20250908171242
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 +19 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# @mastra/langfuse
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-stream-vnext-usage-20250908171242
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`7a46020`](https://github.com/mastra-ai/mastra/commit/7a46020f831ca61ce661ffb9ab3e8938cee9926e), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
|
|
8
|
+
- @mastra/core@0.0.0-stream-vnext-usage-20250908171242
|
|
9
|
+
|
|
10
|
+
## 0.0.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
14
|
- 209250e: Simplified langfuse exporter config
|
|
15
|
+
- 376913a: Update peerdeps
|
|
16
|
+
- Updated dependencies [8fbf79e]
|
|
8
17
|
- Updated dependencies [fd83526]
|
|
9
18
|
- Updated dependencies [d0b90ab]
|
|
10
19
|
- Updated dependencies [6f5eb7a]
|
|
@@ -12,9 +21,16 @@
|
|
|
12
21
|
- Updated dependencies [a9e50ee]
|
|
13
22
|
- Updated dependencies [5397eb4]
|
|
14
23
|
- Updated dependencies [c9f4e4a]
|
|
15
|
-
- Updated dependencies [b586a0b]
|
|
16
24
|
- Updated dependencies [0acbc80]
|
|
17
|
-
- @mastra/core@0.
|
|
25
|
+
- @mastra/core@0.16.0
|
|
26
|
+
|
|
27
|
+
## 0.0.6-alpha.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 376913a: Update peerdeps
|
|
32
|
+
- Updated dependencies [8fbf79e]
|
|
33
|
+
- @mastra/core@0.16.0-alpha.1
|
|
18
34
|
|
|
19
35
|
## 0.0.6-alpha.0
|
|
20
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/langfuse",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-stream-vnext-usage-20250908171242",
|
|
4
4
|
"description": "Langfuse 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/types-builder": "0.0.0-
|
|
37
|
-
"@internal/lint": "0.0.0-
|
|
38
|
-
"@mastra/core": "0.0.0-
|
|
36
|
+
"@internal/types-builder": "0.0.0-stream-vnext-usage-20250908171242",
|
|
37
|
+
"@internal/lint": "0.0.0-stream-vnext-usage-20250908171242",
|
|
38
|
+
"@mastra/core": "0.0.0-stream-vnext-usage-20250908171242"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@mastra/core": "0.0.0-
|
|
41
|
+
"@mastra/core": "0.0.0-stream-vnext-usage-20250908171242"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://mastra.ai",
|
|
44
44
|
"repository": {
|