@blotoutio/providers-audiohook-sdk 1.55.1 → 1.55.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
@@ -641,7 +641,7 @@ const prepareData = (data) => {
641
641
  };
642
642
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
643
643
  const payload = {
644
- sdkVersion: "1.55.1" ,
644
+ sdkVersion: "1.55.2" ,
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.55.1" ,
645
+ sdkVersion: "1.55.2" ,
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.55.1" ,
642
+ sdkVersion: "1.55.2" ,
643
643
  };
644
644
  const windowWithAH = window;
645
645
  if (windowWithAH.ahTrack &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-audiohook-sdk",
3
- "version": "1.55.1",
3
+ "version": "1.55.2",
4
4
  "description": "Audiohook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",