@contractspec/lib.observability 3.7.18 → 3.7.19

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/lib.observability
2
2
 
3
+ ## 3.7.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
8
+ - @contractspec/lib.contracts-spec@5.3.0
9
+ - @contractspec/lib.contracts-integrations@3.8.11
10
+ - @contractspec/lib.lifecycle@3.7.19
11
+
3
12
  ## 3.7.18
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.observability",
3
- "version": "3.7.18",
3
+ "version": "3.7.19",
4
4
  "description": "OpenTelemetry-based observability primitives",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -27,9 +27,9 @@
27
27
  "typecheck": "tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/lib.lifecycle": "3.7.18",
31
- "@contractspec/lib.contracts-spec": "5.2.0",
32
- "@contractspec/lib.contracts-integrations": "3.8.10"
30
+ "@contractspec/lib.lifecycle": "3.7.19",
31
+ "@contractspec/lib.contracts-spec": "5.3.0",
32
+ "@contractspec/lib.contracts-integrations": "3.8.11"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@opentelemetry/api": "1.9.1"