@defer/client
Advanced tools
Comparing version 1.5.1-alpha-20230627082903-a86eab3 to 1.5.1-alpha-20230627084825-74ab12b
@@ -90,3 +90,2 @@ "use strict"; | ||
} | ||
console.log("XXX", decodedData); | ||
throw new errors_js_1.APIError(decodedData.message, decodedData.error); | ||
@@ -93,0 +92,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.5.1-alpha-20230627082903-a86eab3"; | ||
exports.default = "1.5.1-alpha-20230627084825-74ab12b"; |
@@ -84,3 +84,2 @@ import { fetch } from "@whatwg-node/fetch"; | ||
} | ||
console.log("XXX", decodedData); | ||
throw new APIError(decodedData.message, decodedData.error); | ||
@@ -87,0 +86,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export default "1.5.1-alpha-20230627082903-a86eab3"; | ||
export default "1.5.1-alpha-20230627084825-74ab12b"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.5.1-alpha-20230627082903-a86eab3", | ||
"version": "1.5.1-alpha-20230627084825-74ab12b", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.5.1-alpha-20230627082903-a86eab3"; | ||
declare const _default: "1.5.1-alpha-20230627084825-74ab12b"; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
50561
1205