@sitecore-cloudsdk/utils
Advanced tools
Comparing version
@@ -12,2 +12,2 @@ /** | ||
[key: string]: unknown; | ||
}): Promise<null | unknown>; | ||
}): Promise<Response | null>; |
@@ -25,5 +25,4 @@ "use strict"; | ||
clearTimeout(timeoutHandler); | ||
return response.json(); | ||
return response; | ||
}) | ||
.then((data) => data) | ||
.catch((error) => { | ||
@@ -30,0 +29,0 @@ if (error.name === 'AbortError') |
@@ -12,2 +12,2 @@ /** | ||
[key: string]: unknown; | ||
}): Promise<null | unknown>; | ||
}): Promise<Response | null>; |
@@ -22,5 +22,4 @@ // © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S. | ||
clearTimeout(timeoutHandler); | ||
return response.json(); | ||
return response; | ||
}) | ||
.then((data) => data) | ||
.catch((error) => { | ||
@@ -27,0 +26,0 @@ if (error.name === 'AbortError') |
{ | ||
"name": "@sitecore-cloudsdk/utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "Apache-2.0", | ||
@@ -26,3 +26,7 @@ "main": "dist/cjs/src/index.js", | ||
"README.md" | ||
] | ||
], | ||
"engines": { | ||
"node": ">=18", | ||
"npm": ">=9" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
99894
-0.02%1090
-0.18%