@serwist/google-analytics
Advanced tools
Comparing version 8.0.5 to 8.1.0
import { BackgroundSyncPlugin } from '@serwist/background-sync'; | ||
import { privateCacheNames, logger, getFriendlyURL } from '@serwist/core/internal'; | ||
import { privateCacheNames, getFriendlyURL, logger } from '@serwist/core/internal'; | ||
import { Router, Route } from '@serwist/routing'; | ||
@@ -4,0 +4,0 @@ import { NetworkOnly, NetworkFirst } from '@serwist/strategies'; |
import { BackgroundSyncPlugin } from '@serwist/background-sync'; | ||
import { privateCacheNames, logger, getFriendlyURL } from '@serwist/core/internal'; | ||
import { privateCacheNames, getFriendlyURL, logger } from '@serwist/core/internal'; | ||
import { Router, Route } from '@serwist/routing'; | ||
@@ -4,0 +4,0 @@ import { NetworkOnly, NetworkFirst } from '@serwist/strategies'; |
{ | ||
"name": "@serwist/google-analytics", | ||
"version": "8.0.5", | ||
"version": "8.1.0", | ||
"type": "module", | ||
@@ -51,10 +51,10 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", | ||
"dependencies": { | ||
"@serwist/background-sync": "8.0.5", | ||
"@serwist/core": "8.0.5", | ||
"@serwist/routing": "8.0.5", | ||
"@serwist/strategies": "8.0.5" | ||
"@serwist/background-sync": "8.1.0", | ||
"@serwist/core": "8.1.0", | ||
"@serwist/routing": "8.1.0", | ||
"@serwist/strategies": "8.1.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "3.28.1", | ||
"@serwist/constants": "8.0.5" | ||
"rollup": "4.9.1", | ||
"@serwist/constants": "8.1.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "scripts": { |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
32139
+ Added@serwist/background-sync@8.1.0(transitive)
+ Added@serwist/core@8.1.0(transitive)
+ Added@serwist/routing@8.1.0(transitive)
+ Added@serwist/strategies@8.1.0(transitive)
- Removed@serwist/background-sync@8.0.5(transitive)
- Removed@serwist/core@8.0.5(transitive)
- Removed@serwist/routing@8.0.5(transitive)
- Removed@serwist/strategies@8.0.5(transitive)
Updated@serwist/core@8.1.0
Updated@serwist/routing@8.1.0
Updated@serwist/strategies@8.1.0