react-gtm-ts
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -7,3 +7,3 @@ declare const ReactTagManager: { | ||
action: ({ event, ...more }: { | ||
[key: string]: string | number; | ||
[key: string]: any; | ||
event: string; | ||
@@ -10,0 +10,0 @@ }) => void; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "This is a library to facilitate the implementation of Google Tag Manager.", | ||
@@ -21,2 +21,6 @@ "main": "./dist/index.js", | ||
"GTM", | ||
"Google Analytics", | ||
"GA", | ||
"TAG", | ||
"tag", | ||
"react", | ||
@@ -23,0 +27,0 @@ "next", |
6161