@blotoutio/providers-audiohook-sdk 1.41.0 → 1.41.2

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
@@ -486,7 +486,7 @@ const prepareData = (data) => {
486
486
  };
487
487
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
488
488
  const payload = {
489
- sdkVersion: "1.41.0" ,
489
+ sdkVersion: "1.41.2" ,
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.41.0" ,
490
+ sdkVersion: "1.41.2" ,
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.41.0" ,
487
+ sdkVersion: "1.41.2" ,
488
488
  };
489
489
  const windowWithAH = window;
490
490
  if (windowWithAH.ahTrack &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-audiohook-sdk",
3
- "version": "1.41.0",
3
+ "version": "1.41.2",
4
4
  "description": "Audiohook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",