@blotoutio/edgetag-sdk-js 1.34.1 → 1.34.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
@@ -955,7 +955,7 @@ const getStandardPayload = (destination, payload) => {
955
955
  referrer: getReferrer(destination),
956
956
  search: getSearch(destination),
957
957
  locale: getLocale(),
958
- sdkVersion: "1.34.1" ,
958
+ sdkVersion: "1.34.2" ,
959
959
  ...(payload || {}),
960
960
  };
961
961
  let storage = {};
package/index.mjs CHANGED
@@ -953,7 +953,7 @@ const getStandardPayload = (destination, payload) => {
953
953
  referrer: getReferrer(destination),
954
954
  search: getSearch(destination),
955
955
  locale: getLocale(),
956
- sdkVersion: "1.34.1" ,
956
+ sdkVersion: "1.34.2" ,
957
957
  ...(payload || {}),
958
958
  };
959
959
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.34.1",
3
+ "version": "1.34.2",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",