@blotoutio/edgetag-sdk-js 1.1.0 → 1.1.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
@@ -833,7 +833,7 @@ const getStandardPayload = (destination, payload) => {
833
833
  referrer: getReferrer(destination),
834
834
  search: getSearch(destination),
835
835
  locale: getLocale(),
836
- sdkVersion: "1.1.0" ,
836
+ sdkVersion: "1.1.1" ,
837
837
  ...(payload || {}),
838
838
  };
839
839
  let storage = {};
package/index.mjs CHANGED
@@ -831,7 +831,7 @@ const getStandardPayload = (destination, payload) => {
831
831
  referrer: getReferrer(destination),
832
832
  search: getSearch(destination),
833
833
  locale: getLocale(),
834
- sdkVersion: "1.1.0" ,
834
+ sdkVersion: "1.1.1" ,
835
835
  ...(payload || {}),
836
836
  };
837
837
  let storage = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",