node-ninjacat
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -56,4 +56,4 @@ "use strict"; | ||
reject(`Recieved status code ${statusCode}`); | ||
return; | ||
} | ||
return; | ||
} | ||
@@ -102,4 +102,4 @@ if (isError(body)) { | ||
reject(`Recieved status code ${statusCode}`); | ||
return; | ||
} | ||
return; | ||
} | ||
@@ -106,0 +106,0 @@ if (isError(body)) { |
{ | ||
"name": "node-ninjacat", | ||
"description": "Reporting & Management API Client for https://www.ninjacat.io/", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"main": "./lib/Client.js", | ||
@@ -6,0 +6,0 @@ "types": "./lib/Client.d.ts", |
Sorry, the diff of this file is not supported yet
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
15949