@lssm/lib.personalization 1.42.7 → 1.42.9
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 +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lssm/lib.personalization
|
|
2
2
|
|
|
3
|
-
Website: https://contractspec.
|
|
3
|
+
Website: https://contractspec.io/
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
Composable behavior tracking and personalization primitives for ContractSpec applications. The library provides trackers that capture feature usage, analyzers that transform raw events into adaptation hints, and adapters that feed personalized overlays or workflow tweaks.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/lib.personalization",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.9",
|
|
4
4
|
"description": "Behavior tracking, analysis, and adaptation helpers for ContractSpec personalization.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"test": "bun run"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@lssm/lib.bus": "1.42.
|
|
28
|
-
"@lssm/lib.schema": "1.42.
|
|
29
|
-
"@lssm/lib.contracts": "1.42.
|
|
30
|
-
"@lssm/lib.knowledge": "1.42.
|
|
31
|
-
"@lssm/lib.overlay-engine": "1.42.
|
|
27
|
+
"@lssm/lib.bus": "1.42.9",
|
|
28
|
+
"@lssm/lib.schema": "1.42.9",
|
|
29
|
+
"@lssm/lib.contracts": "1.42.9",
|
|
30
|
+
"@lssm/lib.knowledge": "1.42.9",
|
|
31
|
+
"@lssm/lib.overlay-engine": "1.42.9",
|
|
32
32
|
"@opentelemetry/api": "^1.9.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@opentelemetry/api": "^1.9.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@lssm/tool.tsdown": "1.42.
|
|
39
|
-
"@lssm/tool.typescript": "1.42.
|
|
38
|
+
"@lssm/tool.tsdown": "1.42.9",
|
|
39
|
+
"@lssm/tool.typescript": "1.42.9",
|
|
40
40
|
"tsdown": "^0.18.3",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|