@tpmjs/churn-risk-score 0.1.0 → 0.1.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tpmjs/churn-risk-score",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Scores customer churn risk based on usage, engagement, and support signals",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"tsup": "^8.
|
|
24
|
+
"tsup": "^8.5.1",
|
|
25
25
|
"typescript": "^5.9.3",
|
|
26
26
|
"@tpmjs/tsconfig": "0.0.0"
|
|
27
27
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"tools": [
|
|
44
44
|
{
|
|
45
|
-
"
|
|
45
|
+
"name": "churnRiskScoreTool",
|
|
46
46
|
"description": "Scores customer churn risk based on usage, engagement, and support signals. Provides risk score (0-100) with detailed contributing factors and recommendations.",
|
|
47
47
|
"parameters": [
|
|
48
48
|
{
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"ai": "6.0.
|
|
72
|
+
"ai": "6.0.49"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "tsup",
|