@contractspec/lib.observability 2.1.1 → 2.3.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.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 12c9556: feat: release agentpacks
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [12c9556]
12
+ - @contractspec/lib.contracts-integrations@2.3.0
13
+ - @contractspec/lib.contracts-spec@2.3.0
14
+ - @contractspec/lib.lifecycle@2.3.0
15
+
16
+ ## 2.2.0
17
+
18
+ ### Minor Changes
19
+
20
+ - feat: release ContractSpec Studio
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @contractspec/lib.contracts-integrations@2.2.0
26
+ - @contractspec/lib.contracts-spec@2.2.0
27
+ - @contractspec/lib.lifecycle@2.2.0
28
+
3
29
  ## 2.1.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.observability",
3
- "version": "2.1.1",
3
+ "version": "2.3.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.1.0",
31
- "@contractspec/lib.contracts-spec": "2.1.1",
32
- "@contractspec/lib.contracts-integrations": "2.1.1"
30
+ "@contractspec/lib.lifecycle": "2.3.0",
31
+ "@contractspec/lib.contracts-spec": "2.3.0",
32
+ "@contractspec/lib.contracts-integrations": "2.3.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@opentelemetry/api": "*"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.typescript": "2.1.0",
38
+ "@contractspec/tool.typescript": "2.3.0",
39
39
  "typescript": "^5.9.3",
40
- "@contractspec/tool.bun": "2.1.0"
40
+ "@contractspec/tool.bun": "2.3.0"
41
41
  },
42
42
  "exports": {
43
43
  ".": {