@blotoutio/providers-google-analytics-4-sdk 1.48.0 → 1.48.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 CHANGED
@@ -806,7 +806,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, pageUrl, }) => {
806
806
  }
807
807
  return {
808
808
  loaded: isLoaded,
809
- sdkVersion: "1.48.0" ,
809
+ sdkVersion: "1.48.1" ,
810
810
  };
811
811
  };
812
812
 
package/index.js CHANGED
@@ -807,7 +807,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
807
807
  }
808
808
  return {
809
809
  loaded: isLoaded,
810
- sdkVersion: "1.48.0" ,
810
+ sdkVersion: "1.48.1" ,
811
811
  };
812
812
  };
813
813
 
package/index.mjs CHANGED
@@ -804,7 +804,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, pageUrl, }) => {
804
804
  }
805
805
  return {
806
806
  loaded: isLoaded,
807
- sdkVersion: "1.48.0" ,
807
+ sdkVersion: "1.48.1" ,
808
808
  };
809
809
  };
810
810
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-analytics-4-sdk",
3
- "version": "1.48.0",
3
+ "version": "1.48.1",
4
4
  "description": "Google Analytics 4 Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",