@liuhange/dsh-data-quality-scoring 2.0.2 → 2.0.3
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 +7 -0
- package/package.json +22 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liuhange/dsh-data-quality-scoring",
|
|
3
3
|
"description": "Data quality scoring plugin: multi-dimensional scoring (completeness/accuracy/consistency/timeliness) with weighted total and improvement suggestions Also known as @deepseek-ai/dsh-data-quality-scoring.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -47,7 +47,26 @@
|
|
|
47
47
|
"data-asset",
|
|
48
48
|
"data-asset-inspector",
|
|
49
49
|
"shujintong",
|
|
50
|
-
"数据资产"
|
|
50
|
+
"数据资产",
|
|
51
|
+
"quality-scoring",
|
|
52
|
+
"multi-dimensional-scoring",
|
|
53
|
+
"completeness",
|
|
54
|
+
"accuracy",
|
|
55
|
+
"consistency",
|
|
56
|
+
"timeliness",
|
|
57
|
+
"improvement-suggestion",
|
|
58
|
+
"质量打分",
|
|
59
|
+
"多维度评分",
|
|
60
|
+
"完整性",
|
|
61
|
+
"准确性",
|
|
62
|
+
"一致性",
|
|
63
|
+
"时效性",
|
|
64
|
+
"改进建议"
|
|
51
65
|
],
|
|
52
|
-
"homepage": "https://github.com/liuhange789/data-asset-inspector#readme"
|
|
66
|
+
"homepage": "https://github.com/liuhange789/data-asset-inspector#readme",
|
|
67
|
+
"dsh": {
|
|
68
|
+
"bundle": {
|
|
69
|
+
"patch": true
|
|
70
|
+
}
|
|
71
|
+
}
|
|
53
72
|
}
|