@blotoutio/edgetag-sdk-js 1.21.2 → 1.22.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
@@ -948,7 +948,7 @@ const getStandardPayload = (destination, payload) => {
948
948
  referrer: getReferrer(destination),
949
949
  search: getSearch(destination),
950
950
  locale: getLocale(),
951
- sdkVersion: "1.21.2" ,
951
+ sdkVersion: "1.22.1" ,
952
952
  ...(payload || {}),
953
953
  };
954
954
  let storage = {};
package/index.mjs CHANGED
@@ -946,7 +946,7 @@ const getStandardPayload = (destination, payload) => {
946
946
  referrer: getReferrer(destination),
947
947
  search: getSearch(destination),
948
948
  locale: getLocale(),
949
- sdkVersion: "1.21.2" ,
949
+ sdkVersion: "1.22.1" ,
950
950
  ...(payload || {}),
951
951
  };
952
952
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.21.2",
3
+ "version": "1.22.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",