@fastly/as-compute
Advanced tools
Comparing version 0.1.2 to 0.1.3
// Copyright 2020 Fastly, Inc. | ||
import { Response, Body, Headers, Status } from "@fastly/as-fetch"; | ||
import { Request, Response, Body, Headers, Status } from "@fastly/as-fetch"; | ||
@@ -25,3 +25,3 @@ import { | ||
export class FastlyPendingUpstreamRequest extends FastlyUpstreamRequest { | ||
export class FastlyPendingUpstreamRequest extends Request { | ||
_pendingRequestHandle: PendingRequestHandle; | ||
@@ -39,3 +39,2 @@ _backend: string; | ||
body: null, | ||
cacheOverride: init.cacheOverride, | ||
}); | ||
@@ -42,0 +41,0 @@ |
@@ -173,3 +173,3 @@ // Copyright 2020 Fastly, Inc. | ||
body: null, | ||
cacheOverride: this._cacheOverride, | ||
cacheOverride: null, | ||
} | ||
@@ -176,0 +176,0 @@ ); |
{ | ||
"name": "@fastly/as-compute", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -22,2 +22,3 @@ "main": "assembly/index.ts", | ||
"README.md", | ||
"CHANGELOG.md", | ||
"assembly/", | ||
@@ -24,0 +25,0 @@ "reference-docs" |
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
115213
40
2218