@blotoutio/edgetag-sdk-js 1.25.0 → 1.27.0

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