@lssm/lib.observability 0.0.0-canary-20251225044228 → 0.0.0-canary-20251225070736

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 CHANGED
@@ -1,6 +1,14 @@
1
1
  # @lssm/lib.observability
2
2
 
3
- ## 0.0.0-canary-20251225044228
3
+ ## 0.0.0-canary-20251225070736
4
+
5
+ ### Patch Changes
6
+
7
+ - f043995: Fix release
8
+ - Updated dependencies [f043995]
9
+ - @lssm/lib.lifecycle@0.0.0-canary-20251225070736
10
+
11
+ ## 1.42.0
4
12
 
5
13
  ### Minor Changes
6
14
 
@@ -9,7 +17,7 @@
9
17
  ### Patch Changes
10
18
 
11
19
  - Updated dependencies [8eefd9c]
12
- - @lssm/lib.lifecycle@0.0.0-canary-20251225044228
20
+ - @lssm/lib.lifecycle@1.42.0
13
21
 
14
22
  ## 0.5.0
15
23
 
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @lssm/lib.observability
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  OpenTelemetry integration for tracing, metrics, and structured logging.
4
7
 
5
8
  ## Features
@@ -77,5 +80,6 @@ Full docs: https://contractspec.lssm.tech/docs/libraries/observability
77
80
 
78
81
 
79
82
 
83
+
80
84
 
81
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.observability",
3
- "version": "0.0.0-canary-20251225044228",
3
+ "version": "0.0.0-canary-20251225070736",
4
4
  "main": "./dist/index.mjs",
5
5
  "types": "./dist/index.d.mts",
6
6
  "scripts": {
@@ -17,14 +17,14 @@
17
17
  "test": "bun run"
18
18
  },
19
19
  "dependencies": {
20
- "@lssm/lib.lifecycle": "0.0.0-canary-20251225044228"
20
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251225070736"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@opentelemetry/api": "*"
24
24
  },
25
25
  "devDependencies": {
26
- "@lssm/tool.tsdown": "0.0.0-canary-20251225044228",
27
- "@lssm/tool.typescript": "0.0.0-canary-20251225044228",
26
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225070736",
27
+ "@lssm/tool.typescript": "0.0.0-canary-20251225070736",
28
28
  "typescript": "^5.9.3"
29
29
  },
30
30
  "exports": {