@defer/client
Advanced tools
Comparing version 1.5.0 to 1.5.1-alpha-20230627082040-74ab12b
@@ -90,3 +90,3 @@ "use strict"; | ||
} | ||
throw new errors_js_1.APIError(decodedData.message, decodedData.code); | ||
throw new errors_js_1.APIError(decodedData.message, decodedData.error); | ||
} | ||
@@ -93,0 +93,0 @@ else if (status >= 500 && status < 600) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.5.0"; | ||
exports.default = "1.5.1-alpha-20230627082040-74ab12b"; |
@@ -84,3 +84,3 @@ import { fetch } from "@whatwg-node/fetch"; | ||
} | ||
throw new APIError(decodedData.message, decodedData.code); | ||
throw new APIError(decodedData.message, decodedData.error); | ||
} | ||
@@ -87,0 +87,0 @@ else if (status >= 500 && status < 600) { |
@@ -1,1 +0,1 @@ | ||
export default "1.5.0"; | ||
export default "1.5.1-alpha-20230627082040-74ab12b"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.5.0", | ||
"version": "1.5.1-alpha-20230627082040-74ab12b", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.5.0"; | ||
declare const _default: "1.5.1-alpha-20230627082040-74ab12b"; | ||
export default _default; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
50561
2