@blotoutio/providers-criteo-sdk 1.36.2 → 1.37.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.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -117,7 +117,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
|
|
|
117
117
|
|
|
118
118
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
119
119
|
const payload = {
|
|
120
|
-
sdkVersion: "1.
|
|
120
|
+
sdkVersion: "1.37.0" ,
|
|
121
121
|
};
|
|
122
122
|
if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
|
|
123
123
|
handleTag({ data, eventName, manifestVariables });
|
package/index.js
CHANGED
|
@@ -118,7 +118,7 @@ var ProvidersCriteoSdk = (function () {
|
|
|
118
118
|
|
|
119
119
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
120
120
|
const payload = {
|
|
121
|
-
sdkVersion: "1.
|
|
121
|
+
sdkVersion: "1.37.0" ,
|
|
122
122
|
};
|
|
123
123
|
if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
|
|
124
124
|
handleTag({ data, eventName, manifestVariables });
|
package/index.mjs
CHANGED
|
@@ -115,7 +115,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
|
|
|
115
115
|
|
|
116
116
|
const tag = ({ data, eventName, manifestVariables }) => {
|
|
117
117
|
const payload = {
|
|
118
|
-
sdkVersion: "1.
|
|
118
|
+
sdkVersion: "1.37.0" ,
|
|
119
119
|
};
|
|
120
120
|
if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
|
|
121
121
|
handleTag({ data, eventName, manifestVariables });
|