react-gtm-ts
Advanced tools
Comparing version 1.0.22 to 1.0.23
declare const ReactTagManager: { | ||
init: ({ code, debug }: { | ||
code: string; | ||
debug: boolean; | ||
debug?: boolean | undefined; | ||
}) => void; | ||
@@ -6,0 +6,0 @@ action: ({ event, ...more }: { |
@@ -41,3 +41,5 @@ "use strict"; | ||
console.log(`\u{1F7E2} react-gtm-ts - init - ${code}`); | ||
window.react_gtm_ts.debug = true; | ||
window.react_gtm_ts = { | ||
debug: true | ||
}; | ||
} | ||
@@ -44,0 +46,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"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
7569
132