@blotoutio/edgetag-sdk-js 1.48.1 → 1.49.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
@@ -1310,7 +1310,7 @@ const getStandardPayload = (destination, payload) => {
1310
1310
  referrer: getReferrer(destination),
1311
1311
  search: getSearch(destination),
1312
1312
  locale: getLocale(),
1313
- sdkVersion: "1.48.1" ,
1313
+ sdkVersion: "1.49.0" ,
1314
1314
  ...(payload || {}),
1315
1315
  };
1316
1316
  let storage = {};
package/index.mjs CHANGED
@@ -1308,7 +1308,7 @@ const getStandardPayload = (destination, payload) => {
1308
1308
  referrer: getReferrer(destination),
1309
1309
  search: getSearch(destination),
1310
1310
  locale: getLocale(),
1311
- sdkVersion: "1.48.1" ,
1311
+ sdkVersion: "1.49.0" ,
1312
1312
  ...(payload || {}),
1313
1313
  };
1314
1314
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.48.1",
3
+ "version": "1.49.0",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",