@lssm/lib.lifecycle 0.0.0-canary-20251221165922 → 0.0.0-canary-20251221193616

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 +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -61,6 +61,11 @@ This library intentionally ships no IO logic so it can run in browsers, Node run
61
61
 
62
62
 
63
63
 
64
+
65
+
66
+
67
+
68
+
64
69
 
65
70
 
66
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.lifecycle",
3
- "version": "0.0.0-canary-20251221165922",
3
+ "version": "0.0.0-canary-20251221193616",
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-20251221165922",
28
- "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
27
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221193616",
28
+ "@lssm/tool.typescript": "0.0.0-canary-20251221193616",
29
29
  "tsdown": "^0.18.1",
30
30
  "typescript": "^5.9.3"
31
31
  },