@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.0-next.45 to 1.0.0-next.46
@@ -58,4 +58,5 @@ import { existsSync, readFileSync, writeFileSync } from 'fs'; | ||
await esbuild.build({ | ||
platform: 'browser', | ||
sourcemap: 'linked', | ||
target: 'es2020', | ||
platform: 'browser', | ||
...options, | ||
@@ -62,0 +63,0 @@ entryPoints: [`${tmp}/entry.js`], |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.0-next.45", | ||
"version": "1.0.0-next.46", | ||
"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
10957
201