@blotoutio/providers-google-analytics-4-sdk 1.55.1 → 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 CHANGED
@@ -972,7 +972,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, pageUrl, }) => {
972
972
  }
973
973
  return {
974
974
  loaded: isLoaded,
975
- sdkVersion: "1.55.1" ,
975
+ sdkVersion: "1.56.0" ,
976
976
  };
977
977
  };
978
978
 
package/index.js CHANGED
@@ -973,7 +973,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
973
973
  }
974
974
  return {
975
975
  loaded: isLoaded,
976
- sdkVersion: "1.55.1" ,
976
+ sdkVersion: "1.56.0" ,
977
977
  };
978
978
  };
979
979
 
package/index.mjs CHANGED
@@ -970,7 +970,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, pageUrl, }) => {
970
970
  }
971
971
  return {
972
972
  loaded: isLoaded,
973
- sdkVersion: "1.55.1" ,
973
+ sdkVersion: "1.56.0" ,
974
974
  };
975
975
  };
976
976
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-analytics-4-sdk",
3
- "version": "1.55.1",
3
+ "version": "1.56.0",
4
4
  "description": "Google Analytics 4 Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",