@hackler/hackle-sdk
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -6,3 +6,3 @@ export declare const WORKSPACE_FETCH_URL = "https://sdk.hackle.io/api/v1/workspaces"; | ||
export declare const SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION"; | ||
export declare const SDK_VERSION = "1.0.3"; | ||
export declare const SDK_VERSION = "1.1.0"; | ||
export declare const DEFAULT_POOL_INTERVAL = 10000; | ||
@@ -9,0 +9,0 @@ export declare const REQUEST_TIME_OUT = 10000; |
@@ -9,3 +9,3 @@ "use strict"; | ||
exports.SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION"; | ||
exports.SDK_VERSION = "1.0.3"; | ||
exports.SDK_VERSION = "1.1.0"; | ||
exports.DEFAULT_POOL_INTERVAL = 10000; | ||
@@ -12,0 +12,0 @@ exports.REQUEST_TIME_OUT = 10000; |
{ | ||
"name": "@hackler/hackle-sdk", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "JavaScript Node.js SDK for Hackle", | ||
@@ -36,3 +36,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@hackler/sdk-core": "^1.0.8" | ||
"@hackler/sdk-core": "^1.1.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
Updated@hackler/sdk-core@^1.1.1