From 8e9b1721177a49801db82ebcd4a4d550c88e101b Mon Sep 17 00:00:00 2001 From: Dimi Kot Date: Fri, 12 Jan 2024 01:05:06 -0800 Subject: [PATCH] v2.10.294 (#3) * Expose used Agent instance in RestResponse; improve keep-alive timeouts logic Pull Request: https://github.com/clickup/rest-client/pull/1 (main) * Tweak build configs Pull Request: https://github.com/clickup/rest-client/pull/2 (main) * v2.10.294 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38ce226..fe958c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@clickup/rest-client", "description": "A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators", - "version": "2.10.293", + "version": "2.10.294", "license": "MIT", "keywords": [ "rest-client",