@astrojs/node
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -38,3 +38,5 @@ function getAdapter(options) { | ||
if (config.output === "static") { | ||
console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`); | ||
console.warn( | ||
`[@astrojs/node] \`output: "server"\` or \`output: "hybrid"\` is required to use this adapter.` | ||
); | ||
} | ||
@@ -41,0 +43,0 @@ } |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"type": "module", | ||
@@ -26,2 +26,5 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
@@ -33,3 +36,3 @@ "@astrojs/webapi": "^2.1.1", | ||
"peerDependencies": { | ||
"astro": "^2.4.5" | ||
"astro": "^2.5.0" | ||
}, | ||
@@ -44,3 +47,3 @@ "devDependencies": { | ||
"undici": "^5.22.0", | ||
"astro": "2.4.5", | ||
"astro": "2.5.0", | ||
"astro-scripts": "0.0.14" | ||
@@ -47,0 +50,0 @@ }, |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
12
3
28542
19
584