auto-cr-cmd 1.0.2 → 1.0.5
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auto-cr-cmd",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "旨在帮助开发团队在代码合并或提交时快速进行智能化审查,提升代码质量与开发效率。",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/core": "^7.28.4",
|
|
33
|
-
"auto-cr-rules": "1.0.
|
|
33
|
+
"auto-cr-rules": "^1.0.12",
|
|
34
34
|
"commander": "^14.0.0",
|
|
35
35
|
"consola": "^3.4.2"
|
|
36
36
|
},
|