@defer/client
Advanced tools
Comparing version 1.13.1 to 1.14.0-alpha-20231117150033-f4e14f2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.13.1"; | ||
exports.default = "1.14.0-alpha-20231117150033-f4e14f2"; |
@@ -1,1 +0,1 @@ | ||
export default "1.13.1"; | ||
export default "1.14.0-alpha-20231117150033-f4e14f2"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.13.1", | ||
"version": "1.14.0-alpha-20231117150033-f4e14f2", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -16,3 +16,3 @@ import type { HTTPClient } from "./httpClient.js"; | ||
} | ||
export type ExecutionState = "created" | "started" | "succeed" | "failed" | "cancelled" | "cancelling" | "aborting" | "aborted"; | ||
export type ExecutionState = "created" | "started" | "succeed" | "failed" | "cancelled" | "aborting" | "aborted" | "discarded"; | ||
export interface FetchExecutionResponse<R = any> { | ||
@@ -19,0 +19,0 @@ id: string; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.13.1"; | ||
declare const _default: "1.14.0-alpha-20231117150033-f4e14f2"; | ||
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
68381
2