Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "redux-gtm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Synchronizes Redux and the Analytics Data Layer", | ||
"main": "lib/index.js", | ||
"typings": "./index.d.ts", | ||
"scripts": { | ||
@@ -16,3 +17,5 @@ "test": "jest" | ||
"jest": "^16.0.1", | ||
"redux": "^3.6.0" | ||
"redux": "^3.6.0", | ||
"typescript": "^2.0.3", | ||
"typescript-definition-tester": "0.0.4" | ||
}, | ||
@@ -19,0 +22,0 @@ "jest": { |
@@ -35,3 +35,3 @@ # redux-gtm | ||
// 3. Create the middleware using createMiddleware from ReduxGTM | ||
const analyticsMiddleware = createMiddleware(eventDefintions); | ||
const analyticsMiddleware = createMiddleware(eventDefinitions); | ||
@@ -38,0 +38,0 @@ // 4. Apply the middleware when creating your Redux store |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20181
21
357
0
4