@fastly/js-compute
Advanced tools
Comparing version 1.7.0 to 1.7.1
# Changelog | ||
## [1.7.1](https://github.com/fastly/js-compute-runtime/compare/v1.7.0...v1.7.1) (2023-04-11) | ||
### Bug Fixes | ||
* Lower the supported NodeJS version from 18 or greater to only 18 ([5cc1cd6](https://github.com/fastly/js-compute-runtime/commit/5cc1cd6e5bfb8926944457e81c045682b0a37e4c)) | ||
* When converting a URL to a string, do not add a `?` if there are no query string parameters ([73cdc27](https://github.com/fastly/js-compute-runtime/commit/73cdc279fa8c038a012c050000960577dda21280)) | ||
## [1.7.0](https://github.com/fastly/js-compute-runtime/compare/v1.6.0...v1.7.0) (2023-04-11) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@fastly/js-compute", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"engines": { | ||
"node": "16 - 19", | ||
"node": "16 - 18", | ||
"npm": "^8 || ^9" | ||
@@ -7,0 +7,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21754312