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

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-20251223215909
3
+ ## 0.0.0-canary-20251225044228
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [8eefd9c]
12
- - @lssm/lib.lifecycle@0.0.0-canary-20251223215909
12
+ - @lssm/lib.lifecycle@0.0.0-canary-20251225044228
13
13
 
14
14
  ## 0.5.0
15
15
 
package/README.md CHANGED
@@ -76,5 +76,6 @@ Full docs: https://contractspec.lssm.tech/docs/libraries/observability
76
76
 
77
77
 
78
78
 
79
+
79
80
 
80
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.observability",
3
- "version": "0.0.0-canary-20251223215909",
3
+ "version": "0.0.0-canary-20251225044228",
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-20251223215909"
20
+ "@lssm/lib.lifecycle": "0.0.0-canary-20251225044228"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@opentelemetry/api": "*"
24
24
  },
25
25
  "devDependencies": {
26
- "@lssm/tool.tsdown": "0.0.0-canary-20251223215909",
27
- "@lssm/tool.typescript": "0.0.0-canary-20251223215909",
26
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225044228",
27
+ "@lssm/tool.typescript": "0.0.0-canary-20251225044228",
28
28
  "typescript": "^5.9.3"
29
29
  },
30
30
  "exports": {