From 77cdb138cc65fadb2bd7801288024e4f9fe45df0 Mon Sep 17 00:00:00 2001 From: 9904099 <9904099@gmail.com> Date: Sat, 20 Jun 2026 03:30:09 +0000 Subject: [PATCH] chore(file-wrapper): use public repository metadata --- packages/file-wrapper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/file-wrapper/package.json b/packages/file-wrapper/package.json index 1a791b1e..ddd37d5e 100644 --- a/packages/file-wrapper/package.json +++ b/packages/file-wrapper/package.json @@ -62,7 +62,7 @@ }, "repository": { "type": "git", - "url": "git@github.com:apimatic/apimatic-js-runtime.git", + "url": "https://github.com/apimatic/apimatic-js-runtime.git", "directory": "packages/file-wrapper" } }