@adonis0123/weekly-report 1.0.7 → 1.0.8
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonis0123/weekly-report",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Claude Code Skill - 自动读取 Git 提交记录生成周报,支持多仓库汇总和智能过滤",
|
|
5
5
|
"files": [
|
|
6
6
|
"SKILL.md",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/Adonis0123/
|
|
26
|
+
"url": "git+https://github.com/Adonis0123/agent-skill-npm-boilerplate.git",
|
|
27
27
|
"directory": "packages/weekly-report"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://github.com/Adonis0123/
|
|
29
|
+
"homepage": "https://github.com/Adonis0123/agent-skill-npm-boilerplate/tree/main/packages/weekly-report",
|
|
30
30
|
"scripts": {
|
|
31
31
|
"postinstall": "node install-skill.js",
|
|
32
32
|
"preuninstall": "node uninstall-skill.js",
|