chore: pin @clawd/auth-runtime to v1.1.0
/ smoke (push) Successful in 6s Details

Ensures npm/bun fetches the exact version with loadGlobalEnv fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ywkj 2026-03-20 06:49:06 +08:00
parent 60c0265ac9
commit 850bc75046
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
"package": "bun run build && cd .. && zip -r 1688-product-master.skill 1688-product-master/SKILL.md 1688-product-master/dist/run.js && echo 'Created: 1688-product-master.skill'" "package": "bun run build && cd .. && zip -r 1688-product-master.skill 1688-product-master/SKILL.md 1688-product-master/dist/run.js && echo 'Created: 1688-product-master.skill'"
}, },
"dependencies": { "dependencies": {
"@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git" "@clawd/auth-runtime": "git+http://192.168.0.108:3030/agent-skills/auth-runtime.git#v1.1.0"
} }
} }