@defer/client
Advanced tools
Comparing version 1.4.0-alpha-20230602085529-80eaeba to 1.4.0-alpha-20230602085801-7244e26
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.4.0-alpha-20230602085529-80eaeba"; | ||
exports.default = "1.4.0-alpha-20230602085801-7244e26"; |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import { randomUUID } from "crypto"; | ||
import parseDuration from "parse-duration"; | ||
import { INTERNAL_VERSION, RETRY_MAX_ATTEMPTS_PLACEHOLDER } from "./constants.js"; | ||
import { INTERNAL_VERSION, RETRY_MAX_ATTEMPTS_PLACEHOLDER, } from "./constants.js"; | ||
import { enqueueExecution, fetchExecution, waitExecutionResult, } from "./client.js"; | ||
@@ -6,0 +6,0 @@ import { APIError, DeferError } from "./errors.js"; |
@@ -1,1 +0,1 @@ | ||
export default "1.4.0-alpha-20230602085529-80eaeba"; | ||
export default "1.4.0-alpha-20230602085801-7244e26"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.4.0-alpha-20230602085529-80eaeba", | ||
"version": "1.4.0-alpha-20230602085801-7244e26", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.4.0-alpha-20230602085529-80eaeba"; | ||
declare const _default: "1.4.0-alpha-20230602085801-7244e26"; | ||
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
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
49879