@contrail/document-generation 2.2.0 → 2.2.2-dev-tel-own-otel-1

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.0] - 2026-03-31
11
+
12
+ ### Added
13
+
14
+ - Added support for OTel logging
15
+
10
16
  ## [2.1.37] - (initial changelog entry)
11
17
 
12
18
  - Initial changelog. Prior releases did not include a changelog.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/document-generation",
3
- "version": "2.2.0",
3
+ "version": "2.2.2-dev-tel-own-otel-1",
4
4
  "description": "Utilities for automatic generation of documents.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "@contrail/data-grouping": "^1.0.50",
47
47
  "@contrail/document-table": "^1.0.5",
48
48
  "@contrail/documents": "^1.3.3",
49
- "@contrail/telemetry": "^1.0.2",
49
+ "@contrail/telemetry": "^2.0.0-dev-telemetry-own-otel-1",
50
50
  "@contrail/types": "^3.1.3",
51
51
  "@contrail/util": "^1.1.19"
52
52
  }