@mastra/langfuse 0.0.2-alpha.0 → 0.0.2
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +32 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @mastra/langfuse
|
|
2
2
|
|
|
3
|
+
## 0.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 03997ae: Update peerdeps
|
|
8
|
+
- e1a81da: initial release of LangFuse AI Observability exporter
|
|
9
|
+
- Updated dependencies [227c7e6]
|
|
10
|
+
- Updated dependencies [12cae67]
|
|
11
|
+
- Updated dependencies [fd3a3eb]
|
|
12
|
+
- Updated dependencies [6faaee5]
|
|
13
|
+
- Updated dependencies [4232b14]
|
|
14
|
+
- Updated dependencies [a89de7e]
|
|
15
|
+
- Updated dependencies [5a37d0c]
|
|
16
|
+
- Updated dependencies [4bde0cb]
|
|
17
|
+
- Updated dependencies [cf4f357]
|
|
18
|
+
- Updated dependencies [ad888a2]
|
|
19
|
+
- Updated dependencies [481751d]
|
|
20
|
+
- Updated dependencies [2454423]
|
|
21
|
+
- Updated dependencies [194e395]
|
|
22
|
+
- Updated dependencies [a722c0b]
|
|
23
|
+
- Updated dependencies [c30bca8]
|
|
24
|
+
- Updated dependencies [3b5fec7]
|
|
25
|
+
- Updated dependencies [a8f129d]
|
|
26
|
+
- @mastra/core@0.14.0
|
|
27
|
+
|
|
28
|
+
## 0.0.2-alpha.1
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 03997ae: Update peerdeps
|
|
33
|
+
- @mastra/core@0.14.0-alpha.7
|
|
34
|
+
|
|
3
35
|
## 0.0.2-alpha.0
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/langfuse",
|
|
3
|
-
"version": "0.0.2
|
|
3
|
+
"version": "0.0.2",
|
|
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",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"tsup": "^8.5.0",
|
|
30
30
|
"typescript": "^5.8.3",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
|
-
"@internal/
|
|
33
|
-
"@internal/
|
|
34
|
-
"@mastra/core": "0.14.0
|
|
32
|
+
"@internal/types-builder": "0.0.5",
|
|
33
|
+
"@internal/lint": "0.0.30",
|
|
34
|
+
"@mastra/core": "0.14.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@mastra/core": ">=0.13.0-0 <0.
|
|
37
|
+
"@mastra/core": ">=0.13.0-0 <0.15.0-0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "tsup --silent --config tsup.config.ts",
|