@integration-app/sdk
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -45,3 +45,3 @@ "use strict"; | ||
const queryParams = { | ||
bluepritnKey: options.blueprintKey, | ||
blueprintKey: options.blueprintKey, | ||
}; | ||
@@ -48,0 +48,0 @@ if (options.parameters) { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -42,3 +42,3 @@ import Axios, { AxiosRequestConfig } from 'axios' | ||
const queryParams: Record<string, string> = { | ||
bluepritnKey: options.blueprintKey, | ||
blueprintKey: options.blueprintKey, | ||
} | ||
@@ -45,0 +45,0 @@ if (options.parameters) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet