From 8b2351db211cfd65d13b8bab5a1dd0f00a6c42c8 Mon Sep 17 00:00:00 2001 From: ywkj Date: Fri, 20 Mar 2026 06:49:10 +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 efaf610..50e536b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.1004.0", - "@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", "@clawd/r2-upload": "git+http://192.168.0.108:3030/agent-skills/r2-upload.git" } }