@blotoutio/edgetag-sdk-js 1.59.0 → 1.60.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
@@ -1470,7 +1470,7 @@ const getStandardPayload = (destination, payload) => {
1470
1470
  referrer: getReferrer(destination),
1471
1471
  search: getSearch(destination),
1472
1472
  locale: getLocale(),
1473
- sdkVersion: "1.59.0" ,
1473
+ sdkVersion: "1.60.0" ,
1474
1474
  ...(payload || {}),
1475
1475
  };
1476
1476
  let storage = {};
package/index.mjs CHANGED
@@ -1468,7 +1468,7 @@ const getStandardPayload = (destination, payload) => {
1468
1468
  referrer: getReferrer(destination),
1469
1469
  search: getSearch(destination),
1470
1470
  locale: getLocale(),
1471
- sdkVersion: "1.59.0" ,
1471
+ sdkVersion: "1.60.0" ,
1472
1472
  ...(payload || {}),
1473
1473
  };
1474
1474
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.59.0",
3
+ "version": "1.60.0",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",