@mastra/langfuse 0.0.0-tool-list-type-20250910144009 → 0.0.0-tool-list-type-20250910151653

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @mastra/langfuse
2
2
 
3
- ## 0.0.0-tool-list-type-20250910144009
3
+ ## 0.0.0-tool-list-type-20250910151653
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - "updated observability config" ([#7641](https://github.com/mastra-ai/mastra/pull/7641))
8
8
 
9
9
  - Updated dependencies [[`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed)]:
10
- - @mastra/core@0.0.0-tool-list-type-20250910144009
10
+ - @mastra/core@0.0.0-tool-list-type-20250910151653
11
11
 
12
12
  ## 0.0.6
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/langfuse",
3
- "version": "0.0.0-tool-list-type-20250910144009",
3
+ "version": "0.0.0-tool-list-type-20250910151653",
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
- "@mastra/core": "0.0.0-tool-list-type-20250910144009",
37
- "@internal/types-builder": "0.0.0-tool-list-type-20250910144009",
38
- "@internal/lint": "0.0.0-tool-list-type-20250910144009"
36
+ "@internal/lint": "0.0.0-tool-list-type-20250910151653",
37
+ "@internal/types-builder": "0.0.0-tool-list-type-20250910151653",
38
+ "@mastra/core": "0.0.0-tool-list-type-20250910151653"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": "0.0.0-tool-list-type-20250910144009"
41
+ "@mastra/core": "0.0.0-tool-list-type-20250910151653"
42
42
  },
43
43
  "homepage": "https://mastra.ai",
44
44
  "repository": {