edge-runtime
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -26,3 +26,3 @@ import type { IncomingMessage } from 'http'; | ||
*/ | ||
export declare function consumeUint8ArrayReadableStream(body?: ReadableStream): AsyncGenerator<Uint8Array<ArrayBufferLike>, void, unknown>; | ||
export declare function consumeUint8ArrayReadableStream(body?: ReadableStream): AsyncGenerator<Uint8Array, void, unknown>; | ||
/** | ||
@@ -29,0 +29,0 @@ * Pipes the chunks of a BodyStream into a Response. This optimizes for |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://edge-runtime.vercel.app/packages/runtime", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"main": "dist/index.js", | ||
@@ -34,5 +34,5 @@ "bin": { | ||
"time-span": "4.0.0", | ||
"@edge-runtime/format": "4.0.0", | ||
"@edge-runtime/ponyfill": "4.0.0", | ||
"@edge-runtime/vm": "5.0.0" | ||
"@edge-runtime/vm": "5.0.0", | ||
"@edge-runtime/format": "4.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
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
64043