react-gtm-ts
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -33,5 +33,6 @@ "use strict"; | ||
}) => { | ||
var _a; | ||
if (typeof window === "undefined") | ||
return; | ||
if (window.react_gtm_ts.init) | ||
if (!!((_a = window == null ? void 0 : window.react_gtm_ts) == null ? void 0 : _a.init)) | ||
return; | ||
@@ -38,0 +39,0 @@ window.react_gtm_ts = { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "This is a library to facilitate the implementation of Google Tag Manager.", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
7956
159