@fastly/js-compute
Advanced tools
Comparing version 3.22.4 to 3.23.0
{ | ||
"name": "@fastly/js-compute", | ||
"version": "3.22.4", | ||
"version": "3.23.0", | ||
"license": "Apache-2.0", | ||
@@ -41,4 +41,4 @@ "main": "js-compute-runtime-cli.js", | ||
"format-changelog": "node ci/format-changelog.js CHANGELOG.md", | ||
"format": "prettier --write *.js src/*.js integration-tests/**/*.js", | ||
"format:check": "prettier --check *.js src/*.js integration-tests/**/*.js" | ||
"format": "prettier --write *.js src/*.js integration-tests", | ||
"format:check": "prettier --check *.js src/*.js integration-tests" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"@bytecodealliance/wizer": "^7.0.5", | ||
"@cfallin/weval": "^0.2.14", | ||
"@bytecodealliance/weval": "^0.3.2", | ||
"acorn": "^8.12.1", | ||
@@ -63,0 +63,0 @@ "acorn-walk": "^8.3.3", |
@@ -9,3 +9,3 @@ import { dirname, resolve, sep, normalize } from 'node:path'; | ||
import wizer from '@bytecodealliance/wizer'; | ||
import weval from '@cfallin/weval'; | ||
import weval from '@bytecodealliance/weval'; | ||
import { precompile } from './precompile.js'; | ||
@@ -12,0 +12,0 @@ import { bundle } from './bundle.js'; |
@@ -121,2 +121,11 @@ /// <reference path="../types/secret-store.d.ts" /> | ||
} | ||
/** | ||
* @experimental | ||
* | ||
* When enabled, sets that this backend is to be used for gRPC traffic. | ||
* | ||
* Warning: When using this experimental feature, no guarantees are provided for behaviours for | ||
* backends that do not provide gRPC traffic. | ||
*/ | ||
grpc?: boolean; | ||
} | ||
@@ -123,0 +132,0 @@ |
declare module "fastly:geolocation" { | ||
/** | ||
* Retrieve geolocation information about the given IP address. | ||
* If no geolocation information is available, returns null. | ||
* | ||
@@ -68,3 +69,3 @@ * @param address The IPv4 or IPv6 address to query | ||
*/ | ||
function getGeolocationForIpAddress(address: string): Geolocation; | ||
function getGeolocationForIpAddress(address: string): Geolocation | null; | ||
/** | ||
@@ -71,0 +72,0 @@ * [Fastly Geolocation](https://developer.fastly.com/reference/vcl/variables/geolocation/) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3901
51879089
- Removed@cfallin/weval@^0.2.14
- Removed@cfallin/weval@0.2.14(transitive)