@lssm/lib.observability 0.0.0-canary-20251221165922 → 0.0.0-canary-20251221185840

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,6 @@
1
1
  # @lssm/lib.observability
2
2
 
3
- ## 0.0.0-canary-20251221165922
3
+ ## 0.0.0-canary-20251221185840
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.lifecycle@0.0.0-canary-20251221165922
12
+ - @lssm/lib.lifecycle@0.0.0-canary-20251221185840
13
13
 
14
14
  ## 0.5.0
15
15
 
package/README.md CHANGED
@@ -67,6 +67,11 @@ Full docs: https://contractspec.lssm.tech/docs/libraries/observability
67
67
 
68
68
 
69
69
 
70
+
71
+
72
+
73
+
74
+
70
75
 
71
76
 
72
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.observability",
3
- "version": "0.0.0-canary-20251221165922",
3
+ "version": "0.0.0-canary-20251221185840",
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-20251221165922"
20
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251221185840"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@opentelemetry/api": "*"
24
24
  },
25
25
  "devDependencies": {
26
- "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
27
- "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
26
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221185840",
27
+ "@lssm/tool.typescript": "0.0.0-canary-20251221185840",
28
28
  "typescript": "^5.9.3"
29
29
  },
30
30
  "exports": {