@serwist/google-analytics
Advanced tools
Comparing version 9.0.0-preview.2 to 9.0.0-preview.3
@@ -25,4 +25,3 @@ export interface GoogleAnalyticsInitializeOptions { | ||
*/ | ||
declare const initialize: (options?: GoogleAnalyticsInitializeOptions) => void; | ||
export { initialize }; | ||
export declare const initialize: (options?: GoogleAnalyticsInitializeOptions) => void; | ||
//# sourceMappingURL=initialize.d.ts.map |
{ | ||
"name": "@serwist/google-analytics", | ||
"version": "9.0.0-preview.2", | ||
"version": "9.0.0-preview.3", | ||
"type": "module", | ||
@@ -45,6 +45,6 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", | ||
"dependencies": { | ||
"@serwist/background-sync": "9.0.0-preview.2", | ||
"@serwist/core": "9.0.0-preview.2", | ||
"@serwist/routing": "9.0.0-preview.2", | ||
"@serwist/strategies": "9.0.0-preview.2" | ||
"@serwist/background-sync": "9.0.0-preview.3", | ||
"@serwist/core": "9.0.0-preview.3", | ||
"@serwist/routing": "9.0.0-preview.3", | ||
"@serwist/strategies": "9.0.0-preview.3" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
"typescript": "5.4.0-dev.20240206", | ||
"@serwist/constants": "9.0.0-preview.2" | ||
"@serwist/constants": "9.0.0-preview.3" | ||
}, | ||
@@ -57,0 +57,0 @@ "peerDependencies": { |
@@ -185,3 +185,3 @@ /* | ||
*/ | ||
const initialize = (options: GoogleAnalyticsInitializeOptions = {}): void => { | ||
export const initialize = (options: GoogleAnalyticsInitializeOptions = {}): void => { | ||
const cacheName = privateCacheNames.getGoogleAnalyticsName(options.cacheName); | ||
@@ -203,3 +203,1 @@ | ||
}; | ||
export { initialize }; |
Sorry, the diff of this file is not supported yet
18529
352
+ Added@serwist/background-sync@9.0.0-preview.3(transitive)
+ Added@serwist/core@9.0.0-preview.3(transitive)
+ Added@serwist/routing@9.0.0-preview.3(transitive)
+ Added@serwist/strategies@9.0.0-preview.3(transitive)
- Removed@serwist/background-sync@9.0.0-preview.2(transitive)
- Removed@serwist/core@9.0.0-preview.2(transitive)
- Removed@serwist/routing@9.0.0-preview.2(transitive)
- Removed@serwist/strategies@9.0.0-preview.2(transitive)