@defer/client
Advanced tools
Comparing version 1.2.0 to 1.2.1-alpha-20230404172349-f0937db
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.2.0"; | ||
exports.default = "1.2.1-alpha-20230404172349-f0937db"; |
@@ -1,1 +0,1 @@ | ||
export default "1.2.0"; | ||
export default "1.2.1-alpha-20230404172349-f0937db"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.2.0", | ||
"version": "1.2.1-alpha-20230404172349-f0937db", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -24,1 +24,2 @@ import type { HTTPClient } from "./httpClient.js"; | ||
export declare function waitExecutionResult(client: HTTPClient, request: PoolExecutionRequest): Promise<PoolExecutionResponse>; | ||
//# sourceMappingURL=client.d.ts.map |
export declare const INTERNAL_VERSION = 3; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -16,1 +16,2 @@ export declare class DeferError extends Error { | ||
} | ||
//# sourceMappingURL=errors.d.ts.map |
export declare type HTTPClient = ReturnType<typeof makeHTTPClient>; | ||
export declare function makeHTTPClient(apiEndpoint: string, accessToken: string, clientOptions?: RequestInit): <T>(method: string, path: string, body?: string | null) => Promise<T>; | ||
//# sourceMappingURL=httpClient.d.ts.map |
@@ -71,1 +71,2 @@ import { Units } from "parse-duration"; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
export declare const jitter: (n: number) => number; | ||
//# sourceMappingURL=jitter.d.ts.map |
@@ -1,2 +0,3 @@ | ||
declare const _default: "1.2.0"; | ||
declare const _default: "1.2.1-alpha-20230404172349-f0937db"; | ||
export default _default; | ||
//# sourceMappingURL=version.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
40692
2