@blotoutio/edgetag-sdk-js
Advanced tools
Comparing version 0.65.0 to 0.65.1
@@ -565,3 +565,3 @@ 'use strict'; | ||
locale: getLocale(), | ||
sdkVersion: "0.65.0" , | ||
sdkVersion: "0.65.1" , | ||
...(payload || {}), | ||
@@ -1162,2 +1162,6 @@ }; | ||
} | ||
const dbIndex = getDataPerKey(preferences.edgeURL, 'local', tagStorage, storageIdKey); | ||
if (dbIndex != null && !isNaN(dbIndex)) { | ||
url.searchParams.set('storageId', dbIndex.toString()); | ||
} | ||
getRequest(url.href) | ||
@@ -1164,0 +1168,0 @@ .then((result) => { |
{ | ||
"name": "@blotoutio/edgetag-sdk-js", | ||
"version": "0.65.0", | ||
"version": "0.65.1", | ||
"description": "JS SDK for EdgeTag", | ||
@@ -5,0 +5,0 @@ "author": "Blotout", |
Sorry, the diff of this file is not supported yet
92778
2854