@sveltejs/adapter-cloudflare
Advanced tools
Comparing version 1.0.0-next.5 to 1.0.0-next.6
import { writeFileSync } from 'fs'; | ||
import { relative } from 'path'; | ||
import { posix } from 'path'; | ||
import { fileURLToPath } from 'url'; | ||
@@ -24,3 +24,3 @@ import * as esbuild from 'esbuild'; | ||
const relativePath = relative(tmp, builder.getServerDirectory()); | ||
const relativePath = posix.relative(tmp, builder.getServerDirectory()); | ||
@@ -27,0 +27,0 @@ writeFileSync( |
{ | ||
"name": "@sveltejs/adapter-cloudflare", | ||
"version": "1.0.0-next.5", | ||
"version": "1.0.0-next.6", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.208" | ||
"@sveltejs/kit": "1.0.0-next.216" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
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
7300