@blotoutio/edgetag-sdk-js
Advanced tools
Comparing version 0.46.0 to 0.46.1
@@ -376,3 +376,3 @@ 'use strict'; | ||
locale: getLocale(), | ||
sdkVersion: "0.46.0" , | ||
sdkVersion: "0.46.1" , | ||
...(payload || {}), | ||
@@ -870,5 +870,6 @@ }; | ||
} | ||
let updatedValue = value; | ||
if (typeof value !== 'string') { | ||
try { | ||
value = JSON.stringify(value); | ||
updatedValue = JSON.stringify(value); | ||
} | ||
@@ -880,3 +881,3 @@ catch { | ||
} | ||
handleData({ [`${provider}::${key}`]: value }); | ||
handleData({ [`${provider}::${key}`]: updatedValue }); | ||
}; | ||
@@ -883,0 +884,0 @@ const handleCaptureQuery = (provider, key, persistType, map) => { |
{ | ||
"name": "@blotoutio/edgetag-sdk-js", | ||
"version": "0.46.0", | ||
"version": "0.46.1", | ||
"description": "JS SDK for EdgeTag", | ||
@@ -5,0 +5,0 @@ "author": "Blotout", |
Sorry, the diff of this file is not supported yet
73721
2418