@defer.run/client
Advanced tools
Comparing version 0.0.16-alpha-20221130110902-7a228a6 to 0.0.16-alpha-20221209154103-648b561
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.DOMAIN = "https://api.defer.run"; | ||
exports.PATH = "/api/v0/exec"; | ||
exports.PATH = "/api/v1/enqueue"; | ||
exports.TOKEN_ENV_NAME = "DEFER_TOKEN"; |
@@ -9,3 +9,2 @@ "use strict"; | ||
let debug = false; | ||
console.log("test"); | ||
const init = ({ apiToken, apiUrl, debug: debugValue }) => { | ||
@@ -12,0 +11,0 @@ token = apiToken || process.env[constants_js_1.TOKEN_ENV_NAME]; |
export const DOMAIN = "https://api.defer.run"; | ||
export const PATH = "/api/v0/exec"; | ||
export const PATH = "/api/v1/enqueue"; | ||
export const TOKEN_ENV_NAME = "DEFER_TOKEN"; |
@@ -6,3 +6,2 @@ import { fetch } from "@whatwg-node/fetch"; | ||
let debug = false; | ||
console.log("test"); | ||
export const init = ({ apiToken, apiUrl, debug: debugValue }) => { | ||
@@ -9,0 +8,0 @@ token = apiToken || process.env[TOKEN_ENV_NAME]; |
{ | ||
"name": "@defer.run/client", | ||
"version": "0.0.16-alpha-20221130110902-7a228a6", | ||
"version": "0.0.16-alpha-20221209154103-648b561", | ||
"description": "cua JavaScript client", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
export declare const DOMAIN = "https://api.defer.run"; | ||
export declare const PATH = "/api/v0/exec"; | ||
export declare const PATH = "/api/v1/enqueue"; | ||
export declare const TOKEN_ENV_NAME = "DEFER_TOKEN"; |
Sorry, the diff of this file is not supported yet
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
1
8697
135