@blotoutio/edgetag-sdk-js 1.55.1 → 1.55.2

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