@sveltejs/adapter-cloudflare
Advanced tools
Comparing version 1.0.0-next.37 to 1.0.0-next.38
@@ -90,3 +90,4 @@ import { writeFileSync } from 'fs'; | ||
// are a reasonable choice | ||
.filter((filePath) => filePath.includes('favicon')) | ||
.filter((file) => file.startsWith('favicon')) | ||
.map((file) => `/${file}`) | ||
] | ||
@@ -93,0 +94,0 @@ }; |
{ | ||
"name": "@sveltejs/adapter-cloudflare", | ||
"version": "1.0.0-next.37", | ||
"version": "1.0.0-next.38", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
12807
194