@defer.run/client
Advanced tools
Comparing version 0.1.0-alpha-20221212160522-ffb4736 to 0.1.0-alpha-20221212161413-b16bafa
@@ -5,3 +5,3 @@ "use strict"; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
const constants_1 = require("./constants"); | ||
const constants_js_1 = require("./constants.js"); | ||
function executeBackgroundFunction(fnName, args, fetcher, debug = false) { | ||
@@ -78,3 +78,3 @@ return new Promise((resolve, reject) => { | ||
} | ||
setTimeout(poll, constants_1.FN_EXECUTION_POLLING_INTERVAL); | ||
setTimeout(poll, constants_js_1.FN_EXECUTION_POLLING_INTERVAL); | ||
}; | ||
@@ -81,0 +81,0 @@ poll(); |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import { FN_EXECUTION_POLLING_INTERVAL } from "./constants"; | ||
import { FN_EXECUTION_POLLING_INTERVAL } from "./constants.js"; | ||
export function executeBackgroundFunction(fnName, args, fetcher, debug = false) { | ||
@@ -4,0 +4,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "@defer.run/client", | ||
"version": "0.1.0-alpha-20221212160522-ffb4736", | ||
"version": "0.1.0-alpha-20221212161413-b16bafa", | ||
"description": "cua JavaScript client", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
import type { DeferConfiguredFetcher } from "./fetcher"; | ||
import type { DeferConfiguredFetcher } from "./fetcher.js"; | ||
export interface DeferExecuteResponse { | ||
@@ -3,0 +3,0 @@ runId?: string; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18242
1