@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.
@@ -3,7 +3,7 @@
3
3
  $ tsdown
4
4
  ℹ tsdown v0.16.6 powered by rolldown v1.0.0-beta.51
5
5
  ℹ Using tsdown config: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/libs/observability/tsdown.config.js
6
- ℹ entry: src/index.ts, src/anomaly/alert-manager.ts, src/anomaly/anomaly-detector.ts, src/anomaly/baseline-calculator.ts, src/anomaly/root-cause-analyzer.ts, src/logging/index.ts, src/intent/aggregator.ts, src/intent/detector.ts, src/tracing/index.ts, src/tracing/middleware.ts, src/pipeline/evolution-pipeline.ts, src/pipeline/lifecycle-pipeline.ts, src/metrics/index.ts
6
+ ℹ entry: src/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
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -88,5 +88,5 @@
88
88
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
89
89
  ───╯
90
90
 
91
- ✔ Build complete in 6428ms
91
+ ✔ Build complete in 8594ms
92
92
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @lssm/lib.observability
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix dependencies
8
+ - Updated dependencies
9
+ - @lssm/lib.lifecycle@0.1.2
10
+
3
11
  ## 0.2.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.observability",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "./dist/index.mjs",
5
5
  "types": "./dist/index.d.mts",
6
6
  "scripts": {