@blotoutio/edgetag-sdk-js 0.70.0 → 0.70.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
@@ -562,7 +562,7 @@ const getStandardPayload = (destination, payload) => {
562
562
  referrer: getReferrer(destination),
563
563
  search: getSearch(destination),
564
564
  locale: getLocale(),
565
- sdkVersion: "0.70.0" ,
565
+ sdkVersion: "0.70.1" ,
566
566
  ...(payload || {}),
567
567
  };
568
568
  let storage = {};
package/index.mjs CHANGED
@@ -560,7 +560,7 @@ const getStandardPayload = (destination, payload) => {
560
560
  referrer: getReferrer(destination),
561
561
  search: getSearch(destination),
562
562
  locale: getLocale(),
563
- sdkVersion: "0.70.0" ,
563
+ sdkVersion: "0.70.1" ,
564
564
  ...(payload || {}),
565
565
  };
566
566
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.70.0",
3
+ "version": "0.70.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",