@blotoutio/providers-audiohook-sdk 1.55.2 → 1.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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -641,7 +641,7 @@ const prepareData = (data) => {
|
|
|
641
641
|
};
|
|
642
642
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
643
643
|
const payload = {
|
|
644
|
-
sdkVersion: "1.
|
|
644
|
+
sdkVersion: "1.56.0" ,
|
|
645
645
|
};
|
|
646
646
|
const windowWithAH = window;
|
|
647
647
|
if (windowWithAH.ahTrack &&
|
package/index.js
CHANGED
|
@@ -642,7 +642,7 @@ var ProvidersAudiohookSdk = (function () {
|
|
|
642
642
|
};
|
|
643
643
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
644
644
|
const payload = {
|
|
645
|
-
sdkVersion: "1.
|
|
645
|
+
sdkVersion: "1.56.0" ,
|
|
646
646
|
};
|
|
647
647
|
const windowWithAH = window;
|
|
648
648
|
if (windowWithAH.ahTrack &&
|
package/index.mjs
CHANGED
|
@@ -639,7 +639,7 @@ const prepareData = (data) => {
|
|
|
639
639
|
};
|
|
640
640
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
641
641
|
const payload = {
|
|
642
|
-
sdkVersion: "1.
|
|
642
|
+
sdkVersion: "1.56.0" ,
|
|
643
643
|
};
|
|
644
644
|
const windowWithAH = window;
|
|
645
645
|
if (windowWithAH.ahTrack &&
|