@nasl/cli 0.3.2 → 0.3.4

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.
@@ -17,6 +17,7 @@ import require$$0$6 from 'url';
17
17
  import crypto$1, { createHash } from 'crypto';
18
18
  import http2 from 'http2';
19
19
  import zlib from 'zlib';
20
+ import 'readline';
20
21
 
21
22
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
22
23
 
@@ -29078,7 +29079,7 @@ async function createAxios(options) {
29078
29079
  const instance = axios.create({
29079
29080
  baseURL,
29080
29081
  headers,
29081
- timeout: 120000,
29082
+ timeout: 480000,
29082
29083
  });
29083
29084
  const oldPost = instance.post;
29084
29085
  instance.post = async (url, data, config) => {
@@ -38445,7 +38446,7 @@ async function tryCompile(entry, options) {
38445
38446
  }
38446
38447
  }
38447
38448
 
38448
- var version = "0.3.2";
38449
+ var version = "0.3.4";
38449
38450
  var pkg = {
38450
38451
  version: version};
38451
38452