@blotoutio/providers-criteo-sdk 0.55.2 → 0.56.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 CHANGED
@@ -99,7 +99,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
99
99
 
100
100
  const tag = ({ data, eventName, manifestVariables }) => {
101
101
  const payload = {
102
- sdkVersion: "0.55.2" ,
102
+ sdkVersion: "0.56.0" ,
103
103
  };
104
104
  if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
105
105
  handleTag({ data, eventName, manifestVariables });
package/index.js CHANGED
@@ -100,7 +100,7 @@ var ProvidersCriteoSdk = (function () {
100
100
 
101
101
  const tag = ({ data, eventName, manifestVariables }) => {
102
102
  const payload = {
103
- sdkVersion: "0.55.2" ,
103
+ sdkVersion: "0.56.0" ,
104
104
  };
105
105
  if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
106
106
  handleTag({ data, eventName, manifestVariables });
package/index.mjs CHANGED
@@ -97,7 +97,7 @@ const handleTag = ({ data, eventName, manifestVariables, }) => {
97
97
 
98
98
  const tag = ({ data, eventName, manifestVariables }) => {
99
99
  const payload = {
100
- sdkVersion: "0.55.2" ,
100
+ sdkVersion: "0.56.0" ,
101
101
  };
102
102
  if (window.criteo_q && manifestVariables['enableBrowser'] === '1') {
103
103
  handleTag({ data, eventName, manifestVariables });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-criteo-sdk",
3
- "version": "0.55.2",
3
+ "version": "0.56.0",
4
4
  "description": "Criteo Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",