@mastra/otel-exporter 0.0.0-fix-read-json-esm-20251009172143 → 0.0.0-unified-sidebar-20251010130811

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 +4 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,19 +1,17 @@
1
1
  # @mastra/otel-exporter
2
2
 
3
- ## 0.0.0-fix-read-json-esm-20251009172143
3
+ ## 0.0.0-unified-sidebar-20251010130811
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Update peer dependencies to match core package version bump (0.21.0) ([#8674](https://github.com/mastra-ai/mastra/pull/8674))
8
-
9
7
  - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
10
8
 
11
9
  - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
12
10
 
13
- - Update peer dependencies to match core package version bump (0.21.0) ([#8676](https://github.com/mastra-ai/mastra/pull/8676))
11
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
14
12
 
15
- - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0)]:
16
- - @mastra/core@0.0.0-fix-read-json-esm-20251009172143
13
+ - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb)]:
14
+ - @mastra/core@0.0.0-unified-sidebar-20251010130811
17
15
 
18
16
  ## 0.0.3
19
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/otel-exporter",
3
- "version": "0.0.0-fix-read-json-esm-20251009172143",
3
+ "version": "0.0.0-unified-sidebar-20251010130811",
4
4
  "description": "OpenTelemetry observability exporter for Mastra - supports OTLP, Zipkin, and multiple cloud providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,9 +45,9 @@
45
45
  "tsup": "^8.5.0",
46
46
  "typescript": "^5.8.3",
47
47
  "vitest": "^3.2.4",
48
- "@internal/lint": "0.0.0-fix-read-json-esm-20251009172143",
49
- "@internal/types-builder": "0.0.0-fix-read-json-esm-20251009172143",
50
- "@mastra/core": "0.0.0-fix-read-json-esm-20251009172143"
48
+ "@internal/types-builder": "0.0.0-unified-sidebar-20251010130811",
49
+ "@mastra/core": "0.0.0-unified-sidebar-20251010130811",
50
+ "@internal/lint": "0.0.0-unified-sidebar-20251010130811"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@grpc/grpc-js": "^1.13.4",
@@ -55,7 +55,7 @@
55
55
  "@opentelemetry/exporter-trace-otlp-grpc": "^0.205.0",
56
56
  "@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",
57
57
  "@opentelemetry/exporter-zipkin": "^2.1.0",
58
- "@mastra/core": "0.0.0-fix-read-json-esm-20251009172143"
58
+ "@mastra/core": "0.0.0-unified-sidebar-20251010130811"
59
59
  },
60
60
  "peerDependenciesMeta": {
61
61
  "@grpc/grpc-js": {