@integration-app/sdk
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -786,3 +786,3 @@ (function (global, factory) { | ||
if (token) { | ||
embedUrl.searchParams.set('userAccessToken', token); | ||
embedUrl.searchParams.set('token', token); | ||
} | ||
@@ -789,0 +789,0 @@ if (key) { |
@@ -36,3 +36,3 @@ "use strict"; | ||
if (token) { | ||
embedUrl.searchParams.set('userAccessToken', token); | ||
embedUrl.searchParams.set('token', token); | ||
} | ||
@@ -39,0 +39,0 @@ if (key) { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ import { openIframe } from './iframe' | ||
if (token) { | ||
embedUrl.searchParams.set('userAccessToken', token) | ||
embedUrl.searchParams.set('token', token) | ||
} | ||
@@ -42,0 +42,0 @@ if (key) { |
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
0
160635