@lssm/lib.lifecycle 0.0.0-canary-20251223215909 → 0.0.0-canary-20251225042407

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/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -70,5 +70,6 @@ This library intentionally ships no IO logic so it can run in browsers, Node run
70
70
 
71
71
 
72
72
 
73
+
73
74
 
74
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.lifecycle",
3
- "version": "0.0.0-canary-20251223215909",
3
+ "version": "0.0.0-canary-20251225042407",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "peerDependencies": {},
26
26
  "devDependencies": {
27
- "@lssm/tool.tsdown": "0.0.0-canary-20251223215909",
28
- "@lssm/tool.typescript": "0.0.0-canary-20251223215909",
27
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225042407",
28
+ "@lssm/tool.typescript": "0.0.0-canary-20251225042407",
29
29
  "tsdown": "^0.18.1",
30
30
  "typescript": "^5.9.3"
31
31
  },