@blotoutio/providers-audiohook-sdk 1.50.0 → 1.50.1
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
|
@@ -486,7 +486,7 @@ const prepareData = (data) => {
|
|
|
486
486
|
};
|
|
487
487
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
488
488
|
const payload = {
|
|
489
|
-
sdkVersion: "1.50.
|
|
489
|
+
sdkVersion: "1.50.1" ,
|
|
490
490
|
};
|
|
491
491
|
const windowWithAH = window;
|
|
492
492
|
if (windowWithAH.ahTrack &&
|
package/index.js
CHANGED
|
@@ -487,7 +487,7 @@ var ProvidersAudiohookSdk = (function () {
|
|
|
487
487
|
};
|
|
488
488
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
489
489
|
const payload = {
|
|
490
|
-
sdkVersion: "1.50.
|
|
490
|
+
sdkVersion: "1.50.1" ,
|
|
491
491
|
};
|
|
492
492
|
const windowWithAH = window;
|
|
493
493
|
if (windowWithAH.ahTrack &&
|
package/index.mjs
CHANGED
|
@@ -484,7 +484,7 @@ const prepareData = (data) => {
|
|
|
484
484
|
};
|
|
485
485
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
486
486
|
const payload = {
|
|
487
|
-
sdkVersion: "1.50.
|
|
487
|
+
sdkVersion: "1.50.1" ,
|
|
488
488
|
};
|
|
489
489
|
const windowWithAH = window;
|
|
490
490
|
if (windowWithAH.ahTrack &&
|