@lssm/lib.observability 0.0.0-canary-20251225042407 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/lib.observability
2
2
 
3
- ## 0.0.0-canary-20251225042407
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-20251225042407
12
+ - @lssm/lib.lifecycle@0.0.0-canary-20251225044228
13
13
 
14
14
  ## 0.5.0
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.observability",
3
- "version": "0.0.0-canary-20251225042407",
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-20251225042407"
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-20251225042407",
27
- "@lssm/tool.typescript": "0.0.0-canary-20251225042407",
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": {