Comparing version 0.0.10 to 0.0.11
@@ -105,3 +105,3 @@ | ||
throw new Error("Problem occured while generating access token from grant token. REsponse "+JSON.stringify(repsonse)); | ||
throw new Error("Problem occured while generating access token from grant token. Response : "+JSON.stringify(response)); | ||
@@ -128,3 +128,3 @@ } | ||
throw new Error("Problem occured while generating access token and refresh token from grant token.Response : "+JSON.stringify(repsonse)); | ||
throw new Error("Problem occured while generating access token and refresh token from grant token.Response : "+JSON.stringify(response)); | ||
} | ||
@@ -153,3 +153,3 @@ }) | ||
throw new Error("Problem occured while generating access token from refresh token . Response : "+JSON.stringify(repsonse)); | ||
throw new Error("Problem occured while generating access token from refresh token . Response : "+JSON.stringify(response)); | ||
@@ -173,3 +173,3 @@ } | ||
else{ | ||
throw new Error("Problem occured while generating access token from refresh token. Response : "+JSON.stringify(repsonse)); | ||
throw new Error("Problem occured while generating access token from refresh token. Response : "+JSON.stringify(response)); | ||
@@ -176,0 +176,0 @@ } |
{ | ||
"name": "zcrmsdk", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Node SDK for Zoho CRM", | ||
@@ -5,0 +5,0 @@ "main": "lib/js/ZCRMRestClient", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35331