@blotoutio/providers-criteo-sdk 1.37.2 → 1.37.3

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
@@ -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.37.2" ,
120
+ sdkVersion: "1.37.3" ,
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.37.2" ,
121
+ sdkVersion: "1.37.3" ,
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.37.2" ,
118
+ sdkVersion: "1.37.3" ,
119
119
  };
120
120
  if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
121
121
  handleTag({ data, eventName, manifestVariables });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-criteo-sdk",
3
- "version": "1.37.2",
3
+ "version": "1.37.3",
4
4
  "description": "Criteo Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",