@blotoutio/edgetag-sdk-js 0.55.0 → 0.55.1

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
@@ -548,7 +548,7 @@ const getStandardPayload = (destination, payload) => {
548
548
  referrer: getReferrer(destination),
549
549
  search: getSearch(destination),
550
550
  locale: getLocale(),
551
- sdkVersion: "0.55.0" ,
551
+ sdkVersion: "0.55.1" ,
552
552
  ...(payload || {}),
553
553
  };
554
554
  let storage = {};
package/index.mjs CHANGED
@@ -546,7 +546,7 @@ const getStandardPayload = (destination, payload) => {
546
546
  referrer: getReferrer(destination),
547
547
  search: getSearch(destination),
548
548
  locale: getLocale(),
549
- sdkVersion: "0.55.0" ,
549
+ sdkVersion: "0.55.1" ,
550
550
  ...(payload || {}),
551
551
  };
552
552
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",