@astrojs/node
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @astrojs/node | ||
## 0.1.3 | ||
### Patch Changes | ||
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -0,3 +1,3 @@ | ||
import { polyfill } from "@astrojs/webapi"; | ||
import { NodeApp } from "astro/app/node"; | ||
import { polyfill } from "@astrojs/webapi"; | ||
polyfill(globalThis, { | ||
@@ -4,0 +4,0 @@ exclude: "window document" |
{ | ||
"name": "@astrojs/node", | ||
"description": "Deploy your site to a Node.js server", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "module", | ||
@@ -25,4 +25,4 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.33", | ||
"astro-scripts": "0.0.4" | ||
"astro": "1.0.0-beta.60", | ||
"astro-scripts": "0.0.6" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
@@ -0,6 +1,6 @@ | ||
import { polyfill } from '@astrojs/webapi'; | ||
import type { SSRManifest } from 'astro'; | ||
import { NodeApp } from 'astro/app/node'; | ||
import type { IncomingMessage, ServerResponse } from 'http'; | ||
import type { Readable } from 'stream'; | ||
import { NodeApp } from 'astro/app/node'; | ||
import { polyfill } from '@astrojs/webapi'; | ||
@@ -7,0 +7,0 @@ polyfill(globalThis, { |
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
13388
110