From 850bc75046e850cfa6f17d9c4745906219e57dce Mon Sep 17 00:00:00 2001 From: ywkj Date: Fri, 20 Mar 2026 06:49:06 +0800 Subject: [PATCH] chore: pin @clawd/auth-runtime to v1.1.0 Ensures npm/bun fetches the exact version with loadGlobalEnv fix. Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73c8c22..44676ad 100644 --- a/package.json +++ b/package.json @@ -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'" }, "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" } }