@fastly/js-compute
Advanced tools
Comparing version 0.5.6 to 0.5.7
# Changelog | ||
## [0.5.7](https://github.com/fastly/js-compute-runtime/compare/v0.5.6...v0.5.7) (2022-11-24) | ||
### Bug Fixes | ||
* add missing shebang and executable bit to the binary file ([3f0cd69](https://github.com/fastly/js-compute-runtime/commit/3f0cd69e3ec39633f747f0346ae3eda5eb3f3685)) | ||
## [0.5.6](https://github.com/fastly/js-compute-runtime/compare/v0.5.5...v0.5.6) (2022-11-24) | ||
@@ -4,0 +11,0 @@ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
import { parseInputs } from './src/parseInputs.js' | ||
@@ -2,0 +4,0 @@ import { printVersion } from "./src/printVersion.js"; |
{ | ||
"name": "@fastly/js-compute", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": "^16 || ^18" |
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
5156477
1429