@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.0-next.27 to 1.0.0-next.28
import { existsSync, readFileSync, writeFileSync } from 'fs'; | ||
import { relative } from 'path'; | ||
import { posix } from 'path'; | ||
import { execSync } from 'child_process'; | ||
@@ -38,3 +38,3 @@ import esbuild from 'esbuild'; | ||
builder.log.minor('Generating worker...'); | ||
const relativePath = relative(tmp, builder.getServerDirectory()); | ||
const relativePath = posix.relative(tmp, builder.getServerDirectory()); | ||
@@ -41,0 +41,0 @@ builder.copy(`${files}/entry.js`, `${tmp}/entry.js`, { |
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.0-next.27", | ||
"version": "1.0.0-next.28", | ||
"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 @@ "scripts": { |
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
10066