@contractspec/lib.observability 2.6.0 → 2.8.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 +26 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/lib.observability
2
2
 
3
+ ## 2.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: tarball packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.contracts-integrations@2.8.0
13
+ - @contractspec/lib.contracts-spec@2.8.0
14
+ - @contractspec/lib.lifecycle@2.8.0
15
+
16
+ ## 2.7.0
17
+
18
+ ### Minor Changes
19
+
20
+ - chore: release improvements
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @contractspec/lib.contracts-integrations@2.7.0
26
+ - @contractspec/lib.contracts-spec@2.7.0
27
+ - @contractspec/lib.lifecycle@2.7.0
28
+
3
29
  ## 2.6.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.observability",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "OpenTelemetry-based observability primitives",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -27,17 +27,17 @@
27
27
  "typecheck": "tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/lib.lifecycle": "2.6.0",
31
- "@contractspec/lib.contracts-spec": "2.6.0",
32
- "@contractspec/lib.contracts-integrations": "2.6.0"
30
+ "@contractspec/lib.lifecycle": "2.8.0",
31
+ "@contractspec/lib.contracts-spec": "2.8.0",
32
+ "@contractspec/lib.contracts-integrations": "2.8.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@opentelemetry/api": "*"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.typescript": "2.6.0",
38
+ "@contractspec/tool.typescript": "2.8.0",
39
39
  "typescript": "^5.9.3",
40
- "@contractspec/tool.bun": "2.6.0"
40
+ "@contractspec/tool.bun": "2.8.0"
41
41
  },
42
42
  "exports": {
43
43
  ".": {