@voltro/plugin-logship 0.33.0 → 0.35.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 +1968 -0
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-logship",
3
- "version": "0.33.0",
3
+ "version": "0.35.0",
4
4
  "description": "Ship the framework log stream to a log-aggregation backend (Better Stack / Axiom / Loki / any JSON HTTP intake), batched, with traceId preserved for cross-correlation. Built on the @voltro/logger sink — zero SDK deps.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -33,8 +33,8 @@
33
33
  "node": ">=24.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@voltro/logger": "0.33.0",
37
- "@voltro/protocol": "0.33.0"
36
+ "@voltro/logger": "0.35.0",
37
+ "@voltro/protocol": "0.35.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "effect": "^3.22.0"