@blotoutio/edgetag-sdk-js 1.21.1 → 1.22.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 +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
951
|
+
sdkVersion: "1.22.0" ,
|
|
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.
|
|
949
|
+
sdkVersion: "1.22.0" ,
|
|
950
950
|
...(payload || {}),
|
|
951
951
|
};
|
|
952
952
|
let storage = {};
|