@blotoutio/edgetag-sdk-js 1.16.0 → 1.16.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
@@ -925,7 +925,7 @@ const getStandardPayload = (destination, payload) => {
925
925
  referrer: getReferrer(destination),
926
926
  search: getSearch(destination),
927
927
  locale: getLocale(),
928
- sdkVersion: "1.16.0" ,
928
+ sdkVersion: "1.16.1" ,
929
929
  ...(payload || {}),
930
930
  };
931
931
  let storage = {};
package/index.mjs CHANGED
@@ -923,7 +923,7 @@ const getStandardPayload = (destination, payload) => {
923
923
  referrer: getReferrer(destination),
924
924
  search: getSearch(destination),
925
925
  locale: getLocale(),
926
- sdkVersion: "1.16.0" ,
926
+ sdkVersion: "1.16.1" ,
927
927
  ...(payload || {}),
928
928
  };
929
929
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",