@lssm/lib.observability 0.2.1 → 0.2.2
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[0m[2m[35m$[0m [2m[1mtsdown[0m
|
|
4
4
|
[34mℹ[39m tsdown [2mv0.16.6[22m powered by rolldown [2mv1.0.0-beta.51[22m
|
|
5
5
|
[34mℹ[39m Using tsdown config: [4m/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/libs/observability/tsdown.config.js[24m
|
|
6
|
-
[34mℹ[39m entry: [34msrc/index.ts, src/anomaly/alert-manager.ts, src/anomaly/anomaly-detector.ts, src/anomaly/baseline-calculator.ts, src/anomaly/root-cause-analyzer.ts, src/
|
|
6
|
+
[34mℹ[39m entry: [34msrc/index.ts, src/anomaly/alert-manager.ts, src/anomaly/anomaly-detector.ts, src/anomaly/baseline-calculator.ts, src/anomaly/root-cause-analyzer.ts, src/intent/aggregator.ts, src/intent/detector.ts, src/logging/index.ts, src/metrics/index.ts, src/pipeline/evolution-pipeline.ts, src/pipeline/lifecycle-pipeline.ts, src/tracing/index.ts, src/tracing/middleware.ts[39m
|
|
7
7
|
[34mℹ[39m target: [34mesnext[39m
|
|
8
8
|
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
9
|
[34mℹ[39m Build start
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
89
89
|
[38;5;246m───╯[0m
|
|
90
90
|
|
|
91
|
-
[32m✔[39m Build complete in [
|
|
91
|
+
[32m✔[39m Build complete in [32m8594ms[39m
|
|
92
92
|
[0m[2m[35m$[0m [2m[1mtsc --noEmit[0m
|
package/CHANGELOG.md
CHANGED