@lssm/lib.lifecycle 0.0.0-canary-20251225052113 → 0.0.0-canary-20251225071908

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @lssm/lib.lifecycle
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  Canonical lifecycle vocabulary for ContractSpec. This package exposes stage enums, axis types, signal contracts, milestone/action shapes, and formatting helpers used by the lifecycle modules, bundles, and Studio apps.
4
7
 
5
8
  ## Install
@@ -71,5 +74,6 @@ This library intentionally ships no IO logic so it can run in browsers, Node run
71
74
 
72
75
 
73
76
 
77
+
74
78
 
75
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.lifecycle",
3
- "version": "0.0.0-canary-20251225052113",
3
+ "version": "0.0.0-canary-20251225071908",
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-20251225052113",
28
- "@lssm/tool.typescript": "0.0.0-canary-20251225052113",
27
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225071908",
28
+ "@lssm/tool.typescript": "0.0.0-canary-20251225071908",
29
29
  "tsdown": "^0.18.3",
30
30
  "typescript": "^5.9.3"
31
31
  },