@serwist/build
Advanced tools
Comparing version 9.0.0-preview.1 to 9.0.0-preview.2
@@ -221,3 +221,3 @@ import type { Require } from "@serwist/utils"; | ||
/** | ||
* Enable additional route caching when users navigate through pages with | ||
* Enables additional route caching when users navigate through pages with | ||
* `next/link`. This improves the user experience in some cases but it | ||
@@ -224,0 +224,0 @@ * also adds a bit of overhead due to additional network calls. |
{ | ||
"name": "@serwist/build", | ||
"version": "9.0.0-preview.1", | ||
"version": "9.0.0-preview.2", | ||
"type": "module", | ||
@@ -58,10 +58,10 @@ "description": "A module that integrates into your build process, helping you generate a manifest of local files that should be precached.", | ||
"zod": "3.22.4", | ||
"@serwist/background-sync": "9.0.0-preview.1", | ||
"@serwist/broadcast-update": "9.0.0-preview.1", | ||
"@serwist/cacheable-response": "9.0.0-preview.1", | ||
"@serwist/core": "9.0.0-preview.1", | ||
"@serwist/expiration": "9.0.0-preview.1", | ||
"@serwist/google-analytics": "9.0.0-preview.1", | ||
"@serwist/precaching": "9.0.0-preview.1", | ||
"@serwist/routing": "9.0.0-preview.1" | ||
"@serwist/background-sync": "9.0.0-preview.2", | ||
"@serwist/broadcast-update": "9.0.0-preview.2", | ||
"@serwist/cacheable-response": "9.0.0-preview.2", | ||
"@serwist/core": "9.0.0-preview.2", | ||
"@serwist/expiration": "9.0.0-preview.2", | ||
"@serwist/google-analytics": "9.0.0-preview.2", | ||
"@serwist/precaching": "9.0.0-preview.2", | ||
"@serwist/routing": "9.0.0-preview.2" | ||
}, | ||
@@ -74,5 +74,5 @@ "devDependencies": { | ||
"type-fest": "4.10.2", | ||
"typescript": "5.4.0-dev.20240203", | ||
"@serwist/constants": "9.0.0-preview.1", | ||
"@serwist/utils": "9.0.0-preview.1" | ||
"typescript": "5.4.0-dev.20240206", | ||
"@serwist/constants": "9.0.0-preview.2", | ||
"@serwist/utils": "9.0.0-preview.2" | ||
}, | ||
@@ -79,0 +79,0 @@ "peerDependencies": { |
@@ -252,3 +252,3 @@ import type { Require } from "@serwist/utils"; | ||
/** | ||
* Enable additional route caching when users navigate through pages with | ||
* Enables additional route caching when users navigate through pages with | ||
* `next/link`. This improves the user experience in some cases but it | ||
@@ -255,0 +255,0 @@ * also adds a bit of overhead due to additional network calls. |
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
204841
+ Added@serwist/background-sync@9.0.0-preview.2(transitive)
+ Added@serwist/broadcast-update@9.0.0-preview.2(transitive)
+ Added@serwist/cacheable-response@9.0.0-preview.2(transitive)
+ Added@serwist/core@9.0.0-preview.2(transitive)
+ Added@serwist/expiration@9.0.0-preview.2(transitive)
+ Added@serwist/google-analytics@9.0.0-preview.2(transitive)
+ Added@serwist/precaching@9.0.0-preview.2(transitive)
+ Added@serwist/routing@9.0.0-preview.2(transitive)
+ Added@serwist/strategies@9.0.0-preview.2(transitive)
- Removed@serwist/background-sync@9.0.0-preview.1(transitive)
- Removed@serwist/broadcast-update@9.0.0-preview.1(transitive)
- Removed@serwist/cacheable-response@9.0.0-preview.1(transitive)
- Removed@serwist/core@9.0.0-preview.1(transitive)
- Removed@serwist/expiration@9.0.0-preview.1(transitive)
- Removed@serwist/google-analytics@9.0.0-preview.1(transitive)
- Removed@serwist/precaching@9.0.0-preview.1(transitive)
- Removed@serwist/routing@9.0.0-preview.1(transitive)
- Removed@serwist/strategies@9.0.0-preview.1(transitive)