@descryy/runtime-remote-log-ingestion 0.4.0 → 0.4.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descryy/runtime-remote-log-ingestion",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "Remote-environment log ingestion (DEC-271): for staging/preview/production, where Descry cannot inject a proxy into infra it doesn't own, ingest whatever the target already has -- logs, and trace ids if a field is declared -- and correlate best-effort against a captured browser/proxy request, with confidence disclosed rather than assumed.",
6
6
  "license": "UNLICENSED",
@@ -29,8 +29,8 @@
29
29
  "build": "tsc -b"
30
30
  },
31
31
  "dependencies": {
32
- "@descryy/runtime-contracts": "0.3.0",
33
- "@descryy/runtime-backend-observation": "0.3.0",
34
- "@descryy/runtime-evidence-store": "0.4.0"
32
+ "@descryy/runtime-contracts": "0.3.3",
33
+ "@descryy/runtime-backend-observation": "0.3.3",
34
+ "@descryy/runtime-evidence-store": "0.4.2"
35
35
  }
36
36
  }