@sveltejs/adapter-node
Advanced tools
Comparing version 1.0.0-next.95 to 1.0.0-next.96
@@ -64,3 +64,3 @@ import { readFileSync, writeFileSync } from 'fs'; | ||
external: [...Object.keys(pkg.dependencies || {})], | ||
plugins: [nodeResolve(), commonjs(), json()] | ||
plugins: [nodeResolve({ preferBuiltins: true }), commonjs(), json()] | ||
}); | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "@sveltejs/adapter-node", | ||
"version": "1.0.0-next.95", | ||
"version": "1.0.0-next.96", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.492", | ||
"@sveltejs/kit": "1.0.0-next.504", | ||
"@types/node": "^16.11.36", | ||
@@ -29,0 +29,0 @@ "c8": "^7.11.3", |
Sorry, the diff of this file is too big to display
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
784027