@contractspec/lib.observability 1.59.0 → 1.61.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.
- package/CHANGELOG.md +24 -0
- package/package.json +131 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @contractspec/lib.observability
|
|
2
2
|
|
|
3
|
+
## 1.61.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 374fd71: fix: publishing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [374fd71]
|
|
12
|
+
- @contractspec/lib.contracts@1.61.0
|
|
13
|
+
- @contractspec/lib.lifecycle@1.61.0
|
|
14
|
+
|
|
15
|
+
## 1.60.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- fix: publish with bun
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @contractspec/lib.contracts@1.60.0
|
|
25
|
+
- @contractspec/lib.lifecycle@1.60.0
|
|
26
|
+
|
|
3
27
|
## 1.59.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.observability",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "OpenTelemetry-based observability primitives",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -27,36 +27,126 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contractspec/lib.lifecycle": "1.
|
|
31
|
-
"@contractspec/lib.contracts": "1.
|
|
30
|
+
"@contractspec/lib.lifecycle": "1.61.0",
|
|
31
|
+
"@contractspec/lib.contracts": "1.61.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@opentelemetry/api": "*"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@contractspec/tool.typescript": "1.
|
|
37
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"@contractspec/tool.bun": "1.
|
|
39
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
40
40
|
},
|
|
41
41
|
"exports": {
|
|
42
|
-
".":
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"./
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"./
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
42
|
+
".": {
|
|
43
|
+
"types": "./dist/index.d.ts",
|
|
44
|
+
"bun": "./dist/index.js",
|
|
45
|
+
"node": "./dist/node/index.js",
|
|
46
|
+
"default": "./dist/index.js"
|
|
47
|
+
},
|
|
48
|
+
"./anomaly/alert-manager": {
|
|
49
|
+
"types": "./dist/anomaly/alert-manager.d.ts",
|
|
50
|
+
"bun": "./dist/anomaly/alert-manager.js",
|
|
51
|
+
"node": "./dist/node/anomaly/alert-manager.js",
|
|
52
|
+
"default": "./dist/anomaly/alert-manager.js"
|
|
53
|
+
},
|
|
54
|
+
"./anomaly/anomaly-detector": {
|
|
55
|
+
"types": "./dist/anomaly/anomaly-detector.d.ts",
|
|
56
|
+
"bun": "./dist/anomaly/anomaly-detector.js",
|
|
57
|
+
"node": "./dist/node/anomaly/anomaly-detector.js",
|
|
58
|
+
"default": "./dist/anomaly/anomaly-detector.js"
|
|
59
|
+
},
|
|
60
|
+
"./anomaly/baseline-calculator": {
|
|
61
|
+
"types": "./dist/anomaly/baseline-calculator.d.ts",
|
|
62
|
+
"bun": "./dist/anomaly/baseline-calculator.js",
|
|
63
|
+
"node": "./dist/node/anomaly/baseline-calculator.js",
|
|
64
|
+
"default": "./dist/anomaly/baseline-calculator.js"
|
|
65
|
+
},
|
|
66
|
+
"./anomaly/root-cause-analyzer": {
|
|
67
|
+
"types": "./dist/anomaly/root-cause-analyzer.d.ts",
|
|
68
|
+
"bun": "./dist/anomaly/root-cause-analyzer.js",
|
|
69
|
+
"node": "./dist/node/anomaly/root-cause-analyzer.js",
|
|
70
|
+
"default": "./dist/anomaly/root-cause-analyzer.js"
|
|
71
|
+
},
|
|
72
|
+
"./intent/aggregator": {
|
|
73
|
+
"types": "./dist/intent/aggregator.d.ts",
|
|
74
|
+
"bun": "./dist/intent/aggregator.js",
|
|
75
|
+
"node": "./dist/node/intent/aggregator.js",
|
|
76
|
+
"default": "./dist/intent/aggregator.js"
|
|
77
|
+
},
|
|
78
|
+
"./intent/detector": {
|
|
79
|
+
"types": "./dist/intent/detector.d.ts",
|
|
80
|
+
"bun": "./dist/intent/detector.js",
|
|
81
|
+
"node": "./dist/node/intent/detector.js",
|
|
82
|
+
"default": "./dist/intent/detector.js"
|
|
83
|
+
},
|
|
84
|
+
"./logging": {
|
|
85
|
+
"types": "./dist/logging/index.d.ts",
|
|
86
|
+
"bun": "./dist/logging/index.js",
|
|
87
|
+
"node": "./dist/node/logging/index.js",
|
|
88
|
+
"default": "./dist/logging/index.js"
|
|
89
|
+
},
|
|
90
|
+
"./logging/index": {
|
|
91
|
+
"types": "./dist/logging/index.d.ts",
|
|
92
|
+
"bun": "./dist/logging/index.js",
|
|
93
|
+
"node": "./dist/node/logging/index.js",
|
|
94
|
+
"default": "./dist/logging/index.js"
|
|
95
|
+
},
|
|
96
|
+
"./metrics": {
|
|
97
|
+
"types": "./dist/metrics/index.d.ts",
|
|
98
|
+
"bun": "./dist/metrics/index.js",
|
|
99
|
+
"node": "./dist/node/metrics/index.js",
|
|
100
|
+
"default": "./dist/metrics/index.js"
|
|
101
|
+
},
|
|
102
|
+
"./metrics/index": {
|
|
103
|
+
"types": "./dist/metrics/index.d.ts",
|
|
104
|
+
"bun": "./dist/metrics/index.js",
|
|
105
|
+
"node": "./dist/node/metrics/index.js",
|
|
106
|
+
"default": "./dist/metrics/index.js"
|
|
107
|
+
},
|
|
108
|
+
"./pipeline/evolution-pipeline": {
|
|
109
|
+
"types": "./dist/pipeline/evolution-pipeline.d.ts",
|
|
110
|
+
"bun": "./dist/pipeline/evolution-pipeline.js",
|
|
111
|
+
"node": "./dist/node/pipeline/evolution-pipeline.js",
|
|
112
|
+
"default": "./dist/pipeline/evolution-pipeline.js"
|
|
113
|
+
},
|
|
114
|
+
"./pipeline/lifecycle-pipeline": {
|
|
115
|
+
"types": "./dist/pipeline/lifecycle-pipeline.d.ts",
|
|
116
|
+
"bun": "./dist/pipeline/lifecycle-pipeline.js",
|
|
117
|
+
"node": "./dist/node/pipeline/lifecycle-pipeline.js",
|
|
118
|
+
"default": "./dist/pipeline/lifecycle-pipeline.js"
|
|
119
|
+
},
|
|
120
|
+
"./telemetry/posthog-baseline-reader": {
|
|
121
|
+
"types": "./dist/telemetry/posthog-baseline-reader.d.ts",
|
|
122
|
+
"bun": "./dist/telemetry/posthog-baseline-reader.js",
|
|
123
|
+
"node": "./dist/node/telemetry/posthog-baseline-reader.js",
|
|
124
|
+
"default": "./dist/telemetry/posthog-baseline-reader.js"
|
|
125
|
+
},
|
|
126
|
+
"./telemetry/posthog-telemetry": {
|
|
127
|
+
"types": "./dist/telemetry/posthog-telemetry.d.ts",
|
|
128
|
+
"bun": "./dist/telemetry/posthog-telemetry.js",
|
|
129
|
+
"node": "./dist/node/telemetry/posthog-telemetry.js",
|
|
130
|
+
"default": "./dist/telemetry/posthog-telemetry.js"
|
|
131
|
+
},
|
|
132
|
+
"./tracing": {
|
|
133
|
+
"types": "./dist/tracing/index.d.ts",
|
|
134
|
+
"bun": "./dist/tracing/index.js",
|
|
135
|
+
"node": "./dist/node/tracing/index.js",
|
|
136
|
+
"default": "./dist/tracing/index.js"
|
|
137
|
+
},
|
|
138
|
+
"./tracing/index": {
|
|
139
|
+
"types": "./dist/tracing/index.d.ts",
|
|
140
|
+
"bun": "./dist/tracing/index.js",
|
|
141
|
+
"node": "./dist/node/tracing/index.js",
|
|
142
|
+
"default": "./dist/tracing/index.js"
|
|
143
|
+
},
|
|
144
|
+
"./tracing/middleware": {
|
|
145
|
+
"types": "./dist/tracing/middleware.d.ts",
|
|
146
|
+
"bun": "./dist/tracing/middleware.js",
|
|
147
|
+
"node": "./dist/node/tracing/middleware.js",
|
|
148
|
+
"default": "./dist/tracing/middleware.js"
|
|
149
|
+
}
|
|
60
150
|
},
|
|
61
151
|
"publishConfig": {
|
|
62
152
|
"access": "public",
|
|
@@ -64,109 +154,109 @@
|
|
|
64
154
|
".": {
|
|
65
155
|
"types": "./dist/index.d.ts",
|
|
66
156
|
"bun": "./dist/index.js",
|
|
67
|
-
"node": "./dist/node/index.
|
|
157
|
+
"node": "./dist/node/index.js",
|
|
68
158
|
"default": "./dist/index.js"
|
|
69
159
|
},
|
|
70
160
|
"./anomaly/alert-manager": {
|
|
71
161
|
"types": "./dist/anomaly/alert-manager.d.ts",
|
|
72
162
|
"bun": "./dist/anomaly/alert-manager.js",
|
|
73
|
-
"node": "./dist/node/anomaly/alert-manager.
|
|
163
|
+
"node": "./dist/node/anomaly/alert-manager.js",
|
|
74
164
|
"default": "./dist/anomaly/alert-manager.js"
|
|
75
165
|
},
|
|
76
166
|
"./anomaly/anomaly-detector": {
|
|
77
167
|
"types": "./dist/anomaly/anomaly-detector.d.ts",
|
|
78
168
|
"bun": "./dist/anomaly/anomaly-detector.js",
|
|
79
|
-
"node": "./dist/node/anomaly/anomaly-detector.
|
|
169
|
+
"node": "./dist/node/anomaly/anomaly-detector.js",
|
|
80
170
|
"default": "./dist/anomaly/anomaly-detector.js"
|
|
81
171
|
},
|
|
82
172
|
"./anomaly/baseline-calculator": {
|
|
83
173
|
"types": "./dist/anomaly/baseline-calculator.d.ts",
|
|
84
174
|
"bun": "./dist/anomaly/baseline-calculator.js",
|
|
85
|
-
"node": "./dist/node/anomaly/baseline-calculator.
|
|
175
|
+
"node": "./dist/node/anomaly/baseline-calculator.js",
|
|
86
176
|
"default": "./dist/anomaly/baseline-calculator.js"
|
|
87
177
|
},
|
|
88
178
|
"./anomaly/root-cause-analyzer": {
|
|
89
179
|
"types": "./dist/anomaly/root-cause-analyzer.d.ts",
|
|
90
180
|
"bun": "./dist/anomaly/root-cause-analyzer.js",
|
|
91
|
-
"node": "./dist/node/anomaly/root-cause-analyzer.
|
|
181
|
+
"node": "./dist/node/anomaly/root-cause-analyzer.js",
|
|
92
182
|
"default": "./dist/anomaly/root-cause-analyzer.js"
|
|
93
183
|
},
|
|
94
184
|
"./intent/aggregator": {
|
|
95
185
|
"types": "./dist/intent/aggregator.d.ts",
|
|
96
186
|
"bun": "./dist/intent/aggregator.js",
|
|
97
|
-
"node": "./dist/node/intent/aggregator.
|
|
187
|
+
"node": "./dist/node/intent/aggregator.js",
|
|
98
188
|
"default": "./dist/intent/aggregator.js"
|
|
99
189
|
},
|
|
100
190
|
"./intent/detector": {
|
|
101
191
|
"types": "./dist/intent/detector.d.ts",
|
|
102
192
|
"bun": "./dist/intent/detector.js",
|
|
103
|
-
"node": "./dist/node/intent/detector.
|
|
193
|
+
"node": "./dist/node/intent/detector.js",
|
|
104
194
|
"default": "./dist/intent/detector.js"
|
|
105
195
|
},
|
|
106
196
|
"./logging": {
|
|
107
197
|
"types": "./dist/logging/index.d.ts",
|
|
108
198
|
"bun": "./dist/logging/index.js",
|
|
109
|
-
"node": "./dist/node/logging/index.
|
|
199
|
+
"node": "./dist/node/logging/index.js",
|
|
110
200
|
"default": "./dist/logging/index.js"
|
|
111
201
|
},
|
|
112
202
|
"./logging/index": {
|
|
113
203
|
"types": "./dist/logging/index.d.ts",
|
|
114
204
|
"bun": "./dist/logging/index.js",
|
|
115
|
-
"node": "./dist/node/logging/index.
|
|
205
|
+
"node": "./dist/node/logging/index.js",
|
|
116
206
|
"default": "./dist/logging/index.js"
|
|
117
207
|
},
|
|
118
208
|
"./metrics": {
|
|
119
209
|
"types": "./dist/metrics/index.d.ts",
|
|
120
210
|
"bun": "./dist/metrics/index.js",
|
|
121
|
-
"node": "./dist/node/metrics/index.
|
|
211
|
+
"node": "./dist/node/metrics/index.js",
|
|
122
212
|
"default": "./dist/metrics/index.js"
|
|
123
213
|
},
|
|
124
214
|
"./metrics/index": {
|
|
125
215
|
"types": "./dist/metrics/index.d.ts",
|
|
126
216
|
"bun": "./dist/metrics/index.js",
|
|
127
|
-
"node": "./dist/node/metrics/index.
|
|
217
|
+
"node": "./dist/node/metrics/index.js",
|
|
128
218
|
"default": "./dist/metrics/index.js"
|
|
129
219
|
},
|
|
130
220
|
"./pipeline/evolution-pipeline": {
|
|
131
221
|
"types": "./dist/pipeline/evolution-pipeline.d.ts",
|
|
132
222
|
"bun": "./dist/pipeline/evolution-pipeline.js",
|
|
133
|
-
"node": "./dist/node/pipeline/evolution-pipeline.
|
|
223
|
+
"node": "./dist/node/pipeline/evolution-pipeline.js",
|
|
134
224
|
"default": "./dist/pipeline/evolution-pipeline.js"
|
|
135
225
|
},
|
|
136
226
|
"./pipeline/lifecycle-pipeline": {
|
|
137
227
|
"types": "./dist/pipeline/lifecycle-pipeline.d.ts",
|
|
138
228
|
"bun": "./dist/pipeline/lifecycle-pipeline.js",
|
|
139
|
-
"node": "./dist/node/pipeline/lifecycle-pipeline.
|
|
229
|
+
"node": "./dist/node/pipeline/lifecycle-pipeline.js",
|
|
140
230
|
"default": "./dist/pipeline/lifecycle-pipeline.js"
|
|
141
231
|
},
|
|
142
232
|
"./telemetry/posthog-baseline-reader": {
|
|
143
233
|
"types": "./dist/telemetry/posthog-baseline-reader.d.ts",
|
|
144
234
|
"bun": "./dist/telemetry/posthog-baseline-reader.js",
|
|
145
|
-
"node": "./dist/node/telemetry/posthog-baseline-reader.
|
|
235
|
+
"node": "./dist/node/telemetry/posthog-baseline-reader.js",
|
|
146
236
|
"default": "./dist/telemetry/posthog-baseline-reader.js"
|
|
147
237
|
},
|
|
148
238
|
"./telemetry/posthog-telemetry": {
|
|
149
239
|
"types": "./dist/telemetry/posthog-telemetry.d.ts",
|
|
150
240
|
"bun": "./dist/telemetry/posthog-telemetry.js",
|
|
151
|
-
"node": "./dist/node/telemetry/posthog-telemetry.
|
|
241
|
+
"node": "./dist/node/telemetry/posthog-telemetry.js",
|
|
152
242
|
"default": "./dist/telemetry/posthog-telemetry.js"
|
|
153
243
|
},
|
|
154
244
|
"./tracing": {
|
|
155
245
|
"types": "./dist/tracing/index.d.ts",
|
|
156
246
|
"bun": "./dist/tracing/index.js",
|
|
157
|
-
"node": "./dist/node/tracing/index.
|
|
247
|
+
"node": "./dist/node/tracing/index.js",
|
|
158
248
|
"default": "./dist/tracing/index.js"
|
|
159
249
|
},
|
|
160
250
|
"./tracing/index": {
|
|
161
251
|
"types": "./dist/tracing/index.d.ts",
|
|
162
252
|
"bun": "./dist/tracing/index.js",
|
|
163
|
-
"node": "./dist/node/tracing/index.
|
|
253
|
+
"node": "./dist/node/tracing/index.js",
|
|
164
254
|
"default": "./dist/tracing/index.js"
|
|
165
255
|
},
|
|
166
256
|
"./tracing/middleware": {
|
|
167
257
|
"types": "./dist/tracing/middleware.d.ts",
|
|
168
258
|
"bun": "./dist/tracing/middleware.js",
|
|
169
|
-
"node": "./dist/node/tracing/middleware.
|
|
259
|
+
"node": "./dist/node/tracing/middleware.js",
|
|
170
260
|
"default": "./dist/tracing/middleware.js"
|
|
171
261
|
}
|
|
172
262
|
},
|