@lssm/module.lifecycle-core 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.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @lssm/module.lifecycle-core
|
|
2
2
|
|
|
3
|
+
Website: https://contractspec.lssm.tech/
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
Signal collection + scoring module for ContractSpec lifecycle assessments. It wraps analytics/questionnaire adapters, applies weighting logic, and produces normalized `LifecycleAssessment` objects.
|
|
4
7
|
|
|
5
8
|
## Features
|
|
@@ -69,5 +72,6 @@ Adapters are interfaces—you can implement them inside bundles, Studio services
|
|
|
69
72
|
|
|
70
73
|
|
|
71
74
|
|
|
75
|
+
|
|
72
76
|
|
|
73
77
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/module.lifecycle-core",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251225071908",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"test": "bun run"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@lssm/lib.lifecycle": "0.0.0-canary-
|
|
27
|
+
"@lssm/lib.lifecycle": "0.0.0-canary-20251225071908"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
31
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
30
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251225071908",
|
|
31
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251225071908",
|
|
32
32
|
"tsdown": "^0.18.3",
|
|
33
33
|
"typescript": "^5.9.3"
|
|
34
34
|
},
|