@blotoutio/providers-google-analytics-4-sdk 0.6.6 → 0.6.7

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.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,9 +10,6 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
10
10
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
11
11
  // @ts-ignore
12
12
  window.gtag('js', new Date());
13
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
14
- // @ts-ignore
15
- window.gtag('config', ID);
16
13
  const element = document.createElement('script');
17
14
  element.async = !0;
18
15
  element.src = `https://www.googletagmanager.com/gtag/js?id=${ID}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-analytics-4-sdk",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Google Analytics 4 Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",