@enterprise_search/fetchfn
Advanced tools
Comparing version 0.8.67 to 0.8.68
@@ -119,2 +119,6 @@ "use strict"; | ||
return value(auth.credentials.sasToken); | ||
if ((0, indexconfig_1.isOauth2)(auth)) | ||
return value(auth.credentials.clientSecret); | ||
if ((0, indexconfig_1.isOAuthForBasicAuthentication)(auth)) | ||
return value(auth.credentials.password); | ||
if ((0, indexconfig_1.isEntraIdAuthentication)(auth)) | ||
@@ -121,0 +125,0 @@ return value(auth.credentials.clientSecret); |
{ | ||
"name": "@enterprise_search/fetchfn", | ||
"description": "Code to abstract fetch calls (node and browser are different)", | ||
"version": "0.8.67", | ||
"version": "0.8.68", | ||
"main": "dist/index", | ||
@@ -6,0 +6,0 @@ "types": "dist/index", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43545
570
7