@contractspec/lib.observability 3.7.0 → 3.7.3

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 +31 -0
  2. package/package.json +6 -42
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @contractspec/lib.observability
2
2
 
3
+ ## 3.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: release
8
+ - Updated dependencies
9
+ - @contractspec/lib.contracts-integrations@3.7.3
10
+ - @contractspec/lib.contracts-spec@3.7.3
11
+ - @contractspec/lib.lifecycle@3.7.3
12
+
13
+ ## 3.7.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 8cd229b: fix: release
18
+ - Updated dependencies [8cd229b]
19
+ - Updated dependencies [04bc555]
20
+ - @contractspec/lib.contracts-integrations@3.7.2
21
+ - @contractspec/lib.contracts-spec@3.7.2
22
+ - @contractspec/lib.lifecycle@3.7.2
23
+
24
+ ## 3.7.1
25
+
26
+ ### Patch Changes
27
+
28
+ - 5eb8626: fix: package exports
29
+ - Updated dependencies [5eb8626]
30
+ - @contractspec/lib.contracts-integrations@3.7.1
31
+ - @contractspec/lib.contracts-spec@3.7.1
32
+ - @contractspec/lib.lifecycle@3.7.1
33
+
3
34
  ## 3.7.0
4
35
 
5
36
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.observability",
3
- "version": "3.7.0",
3
+ "version": "3.7.3",
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": "3.7.0",
31
- "@contractspec/lib.contracts-spec": "3.7.0",
32
- "@contractspec/lib.contracts-integrations": "3.7.0"
30
+ "@contractspec/lib.lifecycle": "3.7.3",
31
+ "@contractspec/lib.contracts-spec": "3.7.3",
32
+ "@contractspec/lib.contracts-integrations": "3.7.3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@opentelemetry/api": "*"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.typescript": "3.7.0",
38
+ "@contractspec/tool.typescript": "3.7.3",
39
39
  "typescript": "^5.9.3",
40
- "@contractspec/tool.bun": "3.7.0"
40
+ "@contractspec/tool.bun": "3.7.3"
41
41
  },
42
42
  "exports": {
43
43
  ".": {
@@ -88,24 +88,12 @@
88
88
  "node": "./dist/node/logging/index.js",
89
89
  "default": "./dist/logging/index.js"
90
90
  },
91
- "./logging/index": {
92
- "types": "./dist/logging/index.d.ts",
93
- "bun": "./dist/logging/index.js",
94
- "node": "./dist/node/logging/index.js",
95
- "default": "./dist/logging/index.js"
96
- },
97
91
  "./metrics": {
98
92
  "types": "./dist/metrics/index.d.ts",
99
93
  "bun": "./dist/metrics/index.js",
100
94
  "node": "./dist/node/metrics/index.js",
101
95
  "default": "./dist/metrics/index.js"
102
96
  },
103
- "./metrics/index": {
104
- "types": "./dist/metrics/index.d.ts",
105
- "bun": "./dist/metrics/index.js",
106
- "node": "./dist/node/metrics/index.js",
107
- "default": "./dist/metrics/index.js"
108
- },
109
97
  "./pipeline/evolution-pipeline": {
110
98
  "types": "./dist/pipeline/evolution-pipeline.d.ts",
111
99
  "bun": "./dist/pipeline/evolution-pipeline.js",
@@ -148,12 +136,6 @@
148
136
  "node": "./dist/node/tracing/core.js",
149
137
  "default": "./dist/tracing/core.js"
150
138
  },
151
- "./tracing/index": {
152
- "types": "./dist/tracing/index.d.ts",
153
- "bun": "./dist/tracing/index.js",
154
- "node": "./dist/node/tracing/index.js",
155
- "default": "./dist/tracing/index.js"
156
- },
157
139
  "./tracing/middleware": {
158
140
  "types": "./dist/tracing/middleware.d.ts",
159
141
  "bun": "./dist/tracing/middleware.js",
@@ -218,24 +200,12 @@
218
200
  "node": "./dist/node/logging/index.js",
219
201
  "default": "./dist/logging/index.js"
220
202
  },
221
- "./logging/index": {
222
- "types": "./dist/logging/index.d.ts",
223
- "bun": "./dist/logging/index.js",
224
- "node": "./dist/node/logging/index.js",
225
- "default": "./dist/logging/index.js"
226
- },
227
203
  "./metrics": {
228
204
  "types": "./dist/metrics/index.d.ts",
229
205
  "bun": "./dist/metrics/index.js",
230
206
  "node": "./dist/node/metrics/index.js",
231
207
  "default": "./dist/metrics/index.js"
232
208
  },
233
- "./metrics/index": {
234
- "types": "./dist/metrics/index.d.ts",
235
- "bun": "./dist/metrics/index.js",
236
- "node": "./dist/node/metrics/index.js",
237
- "default": "./dist/metrics/index.js"
238
- },
239
209
  "./pipeline/evolution-pipeline": {
240
210
  "types": "./dist/pipeline/evolution-pipeline.d.ts",
241
211
  "bun": "./dist/pipeline/evolution-pipeline.js",
@@ -278,12 +248,6 @@
278
248
  "node": "./dist/node/tracing/core.js",
279
249
  "default": "./dist/tracing/core.js"
280
250
  },
281
- "./tracing/index": {
282
- "types": "./dist/tracing/index.d.ts",
283
- "bun": "./dist/tracing/index.js",
284
- "node": "./dist/node/tracing/index.js",
285
- "default": "./dist/tracing/index.js"
286
- },
287
251
  "./tracing/middleware": {
288
252
  "types": "./dist/tracing/middleware.d.ts",
289
253
  "bun": "./dist/tracing/middleware.js",