@cmpsr/analytics
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -1,2 +0,2 @@ | ||
import React from 'react'; | ||
import React, { ReactNode } from 'react'; | ||
import { ISegmentConfig, IGAConfig } from './integrations'; | ||
@@ -6,2 +6,3 @@ export interface IAnalyticsProvider { | ||
ga?: IGAConfig; | ||
children: ReactNode; | ||
} | ||
@@ -8,0 +9,0 @@ export declare const _AnalyticsProvider: React.FC<IAnalyticsProvider>; |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"author": "Steve Cox <stevejcox@me.com>", | ||
@@ -29,9 +29,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"js-cookie": "^2.2.1", | ||
"js-cookie": "^3.0.1", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/js-cookie": "^2.2.5" | ||
"@types/js-cookie": "^3.0.2" | ||
}, | ||
"gitHead": "5cfe42b28c0cec778ed0c48f3e76ae2136b667ba" | ||
"gitHead": "1584144554f591233e9f70dfb00225ccbf2b79ac" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
754
55065
62
+ Addedjs-cookie@3.0.5(transitive)
- Removedjs-cookie@2.2.1(transitive)
Updatedjs-cookie@^3.0.1