From f7d6cb125c24b6557dc407cdd9ca24f1ef931e6f Mon Sep 17 00:00:00 2001 From: ywkj Date: Fri, 20 Mar 2026 06:49:08 +0800 Subject: [PATCH] chore: pin @clawd/auth-runtime to v1.1.0 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 b5a18dc..cf162b9 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "typescript": "^5.0.0" }, "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" } }