@defer/client
Advanced tools
Comparing version 2.1.0 to 2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "2.1.0"; | ||
exports.default = "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5"; |
@@ -1,1 +0,1 @@ | ||
export default "2.1.0"; | ||
export default "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5"; |
{ | ||
"name": "@defer/client", | ||
"version": "2.1.0", | ||
"version": "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -187,2 +187,2 @@ import { Backend, CancelExecutionResult, EnqueueResult, ExecutionFilters, GetExecutionResult, ListExecutionAttemptsResult, ListExecutionsResult, PageRequest, ReRunExecutionResult, RescheduleExecutionResult } from "./backend.js"; | ||
*/ | ||
export declare function awaitResult<F extends DeferableFunction>(fn: DeferredFunction<F>): (...args: Parameters<F>) => Promise<Awaited<F>>; | ||
export declare function awaitResult<F extends DeferableFunction, R = ReturnType<F>>(fn: DeferredFunction<F>): (...args: Parameters<F>) => Promise<Awaited<R>>; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "2.1.0"; | ||
declare const _default: "2.1.1-alpha-20240220092535-f2f2f210ef63bba42e95aa3e85850609cebc67c5"; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
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
151702
2