From 252ef3528c3c10110bf4b8b669efc520b83de2ce Mon Sep 17 00:00:00 2001 From: Mark Ashraf Date: Tue, 1 Oct 2024 10:10:19 +0200 Subject: [PATCH] Modified to package specific urls --- packages/agent-base/package.json | 3 +-- packages/data-uri-to-buffer/package.json | 3 +-- packages/degenerator/package.json | 3 +-- packages/get-uri/package.json | 3 +-- packages/http-proxy-agent/package.json | 3 +-- packages/https-proxy-agent/package.json | 3 +-- packages/pac-proxy-agent/package.json | 3 +-- packages/pac-resolver/package.json | 3 +-- packages/proxy-agent/package.json | 3 +-- packages/proxy/package.json | 3 +-- packages/socks-proxy-agent/package.json | 3 +-- 11 files changed, 11 insertions(+), 22 deletions(-) diff --git a/packages/agent-base/package.json b/packages/agent-base/package.json index 91996ef7..d6c3f516 100644 --- a/packages/agent-base/package.json +++ b/packages/agent-base/package.json @@ -15,8 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/agent-base" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/agent-base" }, "keywords": [ "http", diff --git a/packages/data-uri-to-buffer/package.json b/packages/data-uri-to-buffer/package.json index 89a08c2a..1bac697e 100644 --- a/packages/data-uri-to-buffer/package.json +++ b/packages/data-uri-to-buffer/package.json @@ -19,8 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/data-uri-to-buffer" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/data-uri-to-buffer" }, "engines": { "node": ">= 14" diff --git a/packages/degenerator/package.json b/packages/degenerator/package.json index 611c35e8..4b8e5d63 100644 --- a/packages/degenerator/package.json +++ b/packages/degenerator/package.json @@ -16,8 +16,7 @@ "author": "Nathan Rajlich (http://n8.io/)", "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/degenerator" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/degenerator" }, "engines": { "node": ">= 14" diff --git a/packages/get-uri/package.json b/packages/get-uri/package.json index ff904b6e..13ba254c 100644 --- a/packages/get-uri/package.json +++ b/packages/get-uri/package.json @@ -15,8 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/get-uri" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/get-uri" }, "keywords": [ "uri", diff --git a/packages/http-proxy-agent/package.json b/packages/http-proxy-agent/package.json index 03b59d3c..20bcdabe 100644 --- a/packages/http-proxy-agent/package.json +++ b/packages/http-proxy-agent/package.json @@ -15,8 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/http-proxy-agent" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/http-proxy-agent" }, "keywords": [ "http", diff --git a/packages/https-proxy-agent/package.json b/packages/https-proxy-agent/package.json index d7bac7a1..52343237 100644 --- a/packages/https-proxy-agent/package.json +++ b/packages/https-proxy-agent/package.json @@ -16,8 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/https-proxy-agent" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/https-proxy-agent" }, "keywords": [ "https", diff --git a/packages/pac-proxy-agent/package.json b/packages/pac-proxy-agent/package.json index 28feda20..d93d9eb9 100644 --- a/packages/pac-proxy-agent/package.json +++ b/packages/pac-proxy-agent/package.json @@ -15,8 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/pac-proxy-agent" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/pac-proxy-agent" }, "keywords": [ "pac", diff --git a/packages/pac-resolver/package.json b/packages/pac-resolver/package.json index ed13e3e7..ee1a2b77 100644 --- a/packages/pac-resolver/package.json +++ b/packages/pac-resolver/package.json @@ -29,8 +29,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/pac-resolver" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/pac-resolver" }, "engines": { "node": ">= 14" diff --git a/packages/proxy-agent/package.json b/packages/proxy-agent/package.json index ecfac780..89cbb8a8 100644 --- a/packages/proxy-agent/package.json +++ b/packages/proxy-agent/package.json @@ -18,8 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/proxy-agent" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy-agent" }, "keywords": [ "http", diff --git a/packages/proxy/package.json b/packages/proxy/package.json index dd149e55..3ade49f4 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -30,8 +30,7 @@ "author": "Nathan Rajlich (http://n8.io/)", "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/proxy" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy" }, "license": "MIT", "dependencies": { diff --git a/packages/socks-proxy-agent/package.json b/packages/socks-proxy-agent/package.json index 4dab3155..c28aa3b5 100644 --- a/packages/socks-proxy-agent/package.json +++ b/packages/socks-proxy-agent/package.json @@ -92,8 +92,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/TooTallNate/proxy-agents.git", - "directory": "packages/socks-proxy-agent" + "url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/socks-proxy-agent" }, "keywords": [ "agent",