@astrojs/node
Advanced tools
Comparing version 5.0.4 to 5.1.0
# @astrojs/node | ||
## 5.1.0 | ||
### Minor Changes | ||
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 | ||
### Patch Changes | ||
- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: | ||
- astro@2.1.0 | ||
- @astrojs/webapi@2.1.0 | ||
## 5.0.4 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "5.0.4", | ||
"version": "5.1.0", | ||
"type": "module", | ||
@@ -27,3 +27,3 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@astrojs/webapi": "^2.0.1", | ||
"@astrojs/webapi": "^2.1.0", | ||
"send": "^0.18.0", | ||
@@ -33,3 +33,3 @@ "server-destroy": "^1.0.1" | ||
"peerDependencies": { | ||
"astro": "^2.0.15" | ||
"astro": "^2.1.0" | ||
}, | ||
@@ -39,4 +39,4 @@ "devDependencies": { | ||
"@types/server-destroy": "^1.0.1", | ||
"astro": "2.0.15", | ||
"astro-scripts": "0.0.11", | ||
"astro": "2.1.0", | ||
"astro-scripts": "0.0.14", | ||
"chai": "^4.3.6", | ||
@@ -43,0 +43,0 @@ "cheerio": "^1.0.0-rc.11", |
@@ -73,3 +73,3 @@ /** | ||
iterator[Symbol.asyncIterator] = function (): AsyncIterator<T> { | ||
//@ts-ignore | ||
//@ts-expect-error | ||
return this; | ||
@@ -76,0 +76,0 @@ }; |
@@ -6,6 +6,6 @@ { | ||
"allowJs": true, | ||
"module": "ES2020", | ||
"module": "ES2022", | ||
"outDir": "./dist", | ||
"target": "ES2020" | ||
"target": "ES2021" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
92085
+ Addedelectron-to-chromium@1.5.69(transitive)
- Removedelectron-to-chromium@1.5.70(transitive)
Updated@astrojs/webapi@^2.1.0