@nasl/cli 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin/nasl.mjs CHANGED
@@ -38035,7 +38035,7 @@ async function build(entry, options) {
38035
38035
  await justExecCommandSync(webpackArgs, outDir);
38036
38036
  }
38037
38037
 
38038
- var version = "0.1.8";
38038
+ var version = "0.1.9";
38039
38039
  var pkg = {
38040
38040
  version: version};
38041
38041