@defer/client
Advanced tools
Comparing version 1.6.0-alpha-20230629092805-c92bb44 to 1.6.0
@@ -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.6.0-alpha-20230629092805-c92bb44"; | ||
exports.default = "1.6.0"; |
@@ -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.6.0-alpha-20230629092805-c92bb44"; | ||
export default "1.6.0"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.6.0-alpha-20230629092805-c92bb44", | ||
"version": "1.6.0", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.6.0-alpha-20230629092805-c92bb44"; | ||
declare const _default: "1.6.0"; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
51114