@blotoutio/edgetag-sdk-js 1.57.1 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -1538,7 +1538,7 @@ const getStandardPayload = (destination, payload) => {
1538
1538
  referrer: getReferrer(destination),
1539
1539
  search: getSearch(destination),
1540
1540
  locale: getLocale(),
1541
- sdkVersion: "1.57.1" ,
1541
+ sdkVersion: "1.58.0" ,
1542
1542
  ...(payload || {}),
1543
1543
  };
1544
1544
  let storage = {};
package/index.mjs CHANGED
@@ -1536,7 +1536,7 @@ const getStandardPayload = (destination, payload) => {
1536
1536
  referrer: getReferrer(destination),
1537
1537
  search: getSearch(destination),
1538
1538
  locale: getLocale(),
1539
- sdkVersion: "1.57.1" ,
1539
+ sdkVersion: "1.58.0" ,
1540
1540
  ...(payload || {}),
1541
1541
  };
1542
1542
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.57.1",
3
+ "version": "1.58.0",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",