cloudstructs 0.6.33 → 0.6.35
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/.jsii +3 -3
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +16 -1
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +4 -12
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +32 -2
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +44 -0
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +50 -8
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +47 -12
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +59 -59
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +18 -145
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +758 -729
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +76 -21
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +121 -7
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +16 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +4 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +32 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +44 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +50 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +47 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +59 -59
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +18 -145
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +76 -21
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +121 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +17 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +12 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +17 -8
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
- package/package.json +18 -18
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
* ```
|
|
43
43
|
*
|
|
44
44
|
* See the `Implementation considerations section` for more information.
|
|
45
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
45
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/dns.js)
|
|
46
46
|
*/
|
|
47
47
|
declare module 'dns' {
|
|
48
48
|
import * as dnsPromises from 'node:dns/promises';
|
|
@@ -633,6 +633,7 @@ declare module 'dns' {
|
|
|
633
633
|
resolve4: typeof resolve4;
|
|
634
634
|
resolve6: typeof resolve6;
|
|
635
635
|
resolveAny: typeof resolveAny;
|
|
636
|
+
resolveCaa: typeof resolveCaa;
|
|
636
637
|
resolveCname: typeof resolveCname;
|
|
637
638
|
resolveMx: typeof resolveMx;
|
|
638
639
|
resolveNaptr: typeof resolveNaptr;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to
|
|
13
13
|
* exit immediately with an error code.
|
|
14
14
|
* @deprecated Since v1.4.2 - Deprecated
|
|
15
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
15
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/domain.js)
|
|
16
16
|
*/
|
|
17
17
|
declare module 'domain' {
|
|
18
18
|
import EventEmitter = require('node:events');
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
* });
|
|
33
33
|
* myEmitter.emit('event');
|
|
34
34
|
* ```
|
|
35
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
35
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/events.js)
|
|
36
36
|
*/
|
|
37
37
|
declare module 'events' {
|
|
38
38
|
// NOTE: This class is in the docs but is **not actually exported** by Node.
|
|
@@ -310,21 +310,63 @@ declare module 'events' {
|
|
|
310
310
|
*/
|
|
311
311
|
static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void;
|
|
312
312
|
/**
|
|
313
|
-
* This symbol shall be used to install a listener for only monitoring `'error'`
|
|
314
|
-
* events. Listeners installed using this symbol are called before the regular
|
|
315
|
-
* `'error'` listeners are called.
|
|
313
|
+
* This symbol shall be used to install a listener for only monitoring `'error'`events. Listeners installed using this symbol are called before the regular`'error'` listeners are called.
|
|
316
314
|
*
|
|
317
|
-
* Installing a listener using this symbol does not change the behavior once an
|
|
318
|
-
* `'error'` event is emitted, therefore the process will still crash if no
|
|
315
|
+
* Installing a listener using this symbol does not change the behavior once an`'error'` event is emitted. Therefore, the process will still crash if no
|
|
319
316
|
* regular `'error'` listener is installed.
|
|
317
|
+
* @since v13.6.0, v12.17.0
|
|
320
318
|
*/
|
|
321
319
|
static readonly errorMonitor: unique symbol;
|
|
320
|
+
/**
|
|
321
|
+
* Value: `Symbol.for('nodejs.rejection')`
|
|
322
|
+
*
|
|
323
|
+
* See how to write a custom `rejection handler`.
|
|
324
|
+
* @since v13.4.0, v12.16.0
|
|
325
|
+
*/
|
|
322
326
|
static readonly captureRejectionSymbol: unique symbol;
|
|
323
327
|
/**
|
|
324
|
-
*
|
|
328
|
+
* Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)
|
|
329
|
+
*
|
|
330
|
+
* Change the default `captureRejections` option on all new `EventEmitter` objects.
|
|
331
|
+
* @since v13.4.0, v12.16.0
|
|
325
332
|
*/
|
|
326
|
-
// TODO: These should be described using static getter/setter pairs:
|
|
327
333
|
static captureRejections: boolean;
|
|
334
|
+
/**
|
|
335
|
+
* By default, a maximum of `10` listeners can be registered for any single
|
|
336
|
+
* event. This limit can be changed for individual `EventEmitter` instances
|
|
337
|
+
* using the `emitter.setMaxListeners(n)` method. To change the default
|
|
338
|
+
* for _all_`EventEmitter` instances, the `events.defaultMaxListeners`property can be used. If this value is not a positive number, a `RangeError`is thrown.
|
|
339
|
+
*
|
|
340
|
+
* Take caution when setting the `events.defaultMaxListeners` because the
|
|
341
|
+
* change affects _all_`EventEmitter` instances, including those created before
|
|
342
|
+
* the change is made. However, calling `emitter.setMaxListeners(n)` still has
|
|
343
|
+
* precedence over `events.defaultMaxListeners`.
|
|
344
|
+
*
|
|
345
|
+
* This is not a hard limit. The `EventEmitter` instance will allow
|
|
346
|
+
* more listeners to be added but will output a trace warning to stderr indicating
|
|
347
|
+
* that a "possible EventEmitter memory leak" has been detected. For any single`EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()`methods can be used to
|
|
348
|
+
* temporarily avoid this warning:
|
|
349
|
+
*
|
|
350
|
+
* ```js
|
|
351
|
+
* import { EventEmitter } from 'node:events';
|
|
352
|
+
* const emitter = new EventEmitter();
|
|
353
|
+
* emitter.setMaxListeners(emitter.getMaxListeners() + 1);
|
|
354
|
+
* emitter.once('event', () => {
|
|
355
|
+
* // do stuff
|
|
356
|
+
* emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0));
|
|
357
|
+
* });
|
|
358
|
+
* ```
|
|
359
|
+
*
|
|
360
|
+
* The `--trace-warnings` command-line flag can be used to display the
|
|
361
|
+
* stack trace for such warnings.
|
|
362
|
+
*
|
|
363
|
+
* The emitted warning can be inspected with `process.on('warning')` and will
|
|
364
|
+
* have the additional `emitter`, `type`, and `count` properties, referring to
|
|
365
|
+
* the event emitter instance, the event's name and the number of attached
|
|
366
|
+
* listeners, respectively.
|
|
367
|
+
* Its `name` property is set to `'MaxListenersExceededWarning'`.
|
|
368
|
+
* @since v0.11.2
|
|
369
|
+
*/
|
|
328
370
|
static defaultMaxListeners: number;
|
|
329
371
|
}
|
|
330
372
|
import internal = require('node:events');
|
|
@@ -43,7 +43,7 @@ declare module 'fs/promises' {
|
|
|
43
43
|
import { Interface as ReadlineInterface } from 'node:readline';
|
|
44
44
|
interface FileChangeInfo<T extends string | Buffer> {
|
|
45
45
|
eventType: WatchEventType;
|
|
46
|
-
filename: T;
|
|
46
|
+
filename: T | null;
|
|
47
47
|
}
|
|
48
48
|
interface FlagAndOpenMode {
|
|
49
49
|
mode?: Mode | undefined;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*
|
|
17
17
|
* All file system operations have synchronous, callback, and promise-based
|
|
18
18
|
* forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
|
|
19
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
19
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/fs.js)
|
|
20
20
|
*/
|
|
21
21
|
declare module 'fs' {
|
|
22
22
|
import * as stream from 'node:stream';
|
|
@@ -149,12 +149,38 @@ declare module 'fs' {
|
|
|
149
149
|
}
|
|
150
150
|
export interface StatsFs extends StatsFsBase<number> {}
|
|
151
151
|
/**
|
|
152
|
-
* Provides information about a mounted file system
|
|
152
|
+
* Provides information about a mounted file system.
|
|
153
153
|
*
|
|
154
|
-
* Objects returned from {@link statfs} and
|
|
155
|
-
* If `bigint` in the `options` passed to those methods is true
|
|
156
|
-
* will be `bigint` instead of `number`.
|
|
157
|
-
*
|
|
154
|
+
* Objects returned from {@link statfs} and its synchronous counterpart are of
|
|
155
|
+
* this type. If `bigint` in the `options` passed to those methods is `true`, the
|
|
156
|
+
* numeric values will be `bigint` instead of `number`.
|
|
157
|
+
*
|
|
158
|
+
* ```console
|
|
159
|
+
* StatFs {
|
|
160
|
+
* type: 1397114950,
|
|
161
|
+
* bsize: 4096,
|
|
162
|
+
* blocks: 121938943,
|
|
163
|
+
* bfree: 61058895,
|
|
164
|
+
* bavail: 61058895,
|
|
165
|
+
* files: 999,
|
|
166
|
+
* ffree: 1000000
|
|
167
|
+
* }
|
|
168
|
+
* ```
|
|
169
|
+
*
|
|
170
|
+
* `bigint` version:
|
|
171
|
+
*
|
|
172
|
+
* ```console
|
|
173
|
+
* StatFs {
|
|
174
|
+
* type: 1397114950n,
|
|
175
|
+
* bsize: 4096n,
|
|
176
|
+
* blocks: 121938943n,
|
|
177
|
+
* bfree: 61058895n,
|
|
178
|
+
* bavail: 61058895n,
|
|
179
|
+
* files: 999n,
|
|
180
|
+
* ffree: 1000000n
|
|
181
|
+
* }
|
|
182
|
+
* ```
|
|
183
|
+
* @since v19.6.0, v18.15.0
|
|
158
184
|
*/
|
|
159
185
|
export class StatsFs {}
|
|
160
186
|
export interface BigIntStatsFs extends StatsFsBase<bigint> {}
|
|
@@ -214,6 +240,11 @@ declare module 'fs' {
|
|
|
214
240
|
* @since v10.10.0
|
|
215
241
|
*/
|
|
216
242
|
name: string;
|
|
243
|
+
/**
|
|
244
|
+
* The base path that this `fs.Dirent` object refers to.
|
|
245
|
+
* @since v20.1.0
|
|
246
|
+
*/
|
|
247
|
+
path: string;
|
|
217
248
|
}
|
|
218
249
|
/**
|
|
219
250
|
* A class representing a directory stream.
|
|
@@ -1215,7 +1246,8 @@ declare module 'fs' {
|
|
|
1215
1246
|
* It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
|
|
1216
1247
|
* not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
|
|
1217
1248
|
* If the `target` does not exist, `'file'` will be used. Windows junction points
|
|
1218
|
-
* require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path.
|
|
1249
|
+
* require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
|
|
1250
|
+
* points on NTFS volumes can only point to directories.
|
|
1219
1251
|
*
|
|
1220
1252
|
* Relative targets are relative to the link's parent directory.
|
|
1221
1253
|
*
|
|
@@ -3020,7 +3052,7 @@ declare module 'fs' {
|
|
|
3020
3052
|
bigint?: false | undefined;
|
|
3021
3053
|
})
|
|
3022
3054
|
| undefined,
|
|
3023
|
-
listener:
|
|
3055
|
+
listener: StatsListener
|
|
3024
3056
|
): StatWatcher;
|
|
3025
3057
|
export function watchFile(
|
|
3026
3058
|
filename: PathLike,
|
|
@@ -3029,13 +3061,13 @@ declare module 'fs' {
|
|
|
3029
3061
|
bigint: true;
|
|
3030
3062
|
})
|
|
3031
3063
|
| undefined,
|
|
3032
|
-
listener:
|
|
3064
|
+
listener: BigIntStatsListener
|
|
3033
3065
|
): StatWatcher;
|
|
3034
3066
|
/**
|
|
3035
3067
|
* Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
|
|
3036
3068
|
* @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
|
|
3037
3069
|
*/
|
|
3038
|
-
export function watchFile(filename: PathLike, listener:
|
|
3070
|
+
export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
|
|
3039
3071
|
/**
|
|
3040
3072
|
* Stop watching for changes on `filename`. If `listener` is specified, only that
|
|
3041
3073
|
* particular listener is removed. Otherwise, _all_ listeners are removed,
|
|
@@ -3048,14 +3080,17 @@ declare module 'fs' {
|
|
|
3048
3080
|
* @since v0.1.31
|
|
3049
3081
|
* @param listener Optional, a listener previously attached using `fs.watchFile()`
|
|
3050
3082
|
*/
|
|
3051
|
-
export function unwatchFile(filename: PathLike, listener?:
|
|
3083
|
+
export function unwatchFile(filename: PathLike, listener?: StatsListener): void;
|
|
3084
|
+
export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
|
|
3052
3085
|
export interface WatchOptions extends Abortable {
|
|
3053
3086
|
encoding?: BufferEncoding | 'buffer' | undefined;
|
|
3054
3087
|
persistent?: boolean | undefined;
|
|
3055
3088
|
recursive?: boolean | undefined;
|
|
3056
3089
|
}
|
|
3057
3090
|
export type WatchEventType = 'rename' | 'change';
|
|
3058
|
-
export type WatchListener<T> = (event: WatchEventType, filename: T) => void;
|
|
3091
|
+
export type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
|
|
3092
|
+
export type StatsListener = (curr: Stats, prev: Stats) => void;
|
|
3093
|
+
export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
|
|
3059
3094
|
/**
|
|
3060
3095
|
* Watch for changes on `filename`, where `filename` is either a file or a
|
|
3061
3096
|
* directory.
|
|
@@ -64,6 +64,7 @@ interface AbortSignal extends EventTarget {
|
|
|
64
64
|
readonly aborted: boolean;
|
|
65
65
|
readonly reason: any;
|
|
66
66
|
onabort: null | ((this: AbortSignal, event: Event) => any);
|
|
67
|
+
throwIfAborted(): void;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
declare var AbortController: typeof globalThis extends {onmessage: any; AbortController: infer T}
|
|
@@ -37,13 +37,14 @@
|
|
|
37
37
|
* 'Host', 'example.com',
|
|
38
38
|
* 'accepT', '*' ]
|
|
39
39
|
* ```
|
|
40
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
40
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/http.js)
|
|
41
41
|
*/
|
|
42
42
|
declare module 'http' {
|
|
43
43
|
import * as stream from 'node:stream';
|
|
44
44
|
import { URL } from 'node:url';
|
|
45
|
-
import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net';
|
|
46
45
|
import { LookupOptions } from 'node:dns';
|
|
46
|
+
import { EventEmitter } from 'node:events';
|
|
47
|
+
import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net';
|
|
47
48
|
// incoming headers will never contain number
|
|
48
49
|
interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> {
|
|
49
50
|
accept?: string | undefined;
|
|
@@ -1310,9 +1311,9 @@ declare module 'http' {
|
|
|
1310
1311
|
* ```
|
|
1311
1312
|
* @since v0.3.4
|
|
1312
1313
|
*/
|
|
1313
|
-
class Agent {
|
|
1314
|
+
class Agent extends EventEmitter {
|
|
1314
1315
|
/**
|
|
1315
|
-
* By default set to 256
|
|
1316
|
+
* By default set to 256. For agents with `keepAlive` enabled, this
|
|
1316
1317
|
* sets the maximum number of sockets that will be left open in the free
|
|
1317
1318
|
* state.
|
|
1318
1319
|
* @since v0.11.7
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* const http2 = require('node:http2');
|
|
7
7
|
* ```
|
|
8
8
|
* @since v8.4.0
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/http2.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'http2' {
|
|
12
12
|
import EventEmitter = require('node:events');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
|
|
3
3
|
* separate module.
|
|
4
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
4
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/https.js)
|
|
5
5
|
*/
|
|
6
6
|
declare module 'https' {
|
|
7
7
|
import { Duplex } from 'node:stream';
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* ```js
|
|
23
23
|
* import * as inspector from 'node:inspector';
|
|
24
24
|
* ```
|
|
25
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
25
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/inspector.js)
|
|
26
26
|
*/
|
|
27
27
|
declare module 'inspector' {
|
|
28
28
|
import EventEmitter = require('node:events');
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* ```js
|
|
11
11
|
* const net = require('node:net');
|
|
12
12
|
* ```
|
|
13
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
13
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/net.js)
|
|
14
14
|
*/
|
|
15
15
|
declare module 'net' {
|
|
16
16
|
import * as stream from 'node:stream';
|
|
@@ -13,7 +13,7 @@ declare module 'path/win32' {
|
|
|
13
13
|
* ```js
|
|
14
14
|
* const path = require('node:path');
|
|
15
15
|
* ```
|
|
16
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
16
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/path.js)
|
|
17
17
|
*/
|
|
18
18
|
declare module 'path' {
|
|
19
19
|
namespace path {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* performance.measure('A to B', 'A', 'B');
|
|
28
28
|
* });
|
|
29
29
|
* ```
|
|
30
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
30
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/perf_hooks.js)
|
|
31
31
|
*/
|
|
32
32
|
declare module 'perf_hooks' {
|
|
33
33
|
import { AsyncResource } from 'node:async_hooks';
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
* made available to developers as a convenience. Fixes or other modifications to
|
|
25
25
|
* the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project.
|
|
26
26
|
* @deprecated Since v7.0.0 - Deprecated
|
|
27
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
27
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/punycode.js)
|
|
28
28
|
*/
|
|
29
29
|
declare module 'punycode' {
|
|
30
30
|
/**
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* `querystring` is more performant than `URLSearchParams` but is not a
|
|
10
10
|
* standardized API. Use `URLSearchParams` when performance is not critical or
|
|
11
11
|
* when compatibility with browser code is desirable.
|
|
12
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
12
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/querystring.js)
|
|
13
13
|
*/
|
|
14
14
|
declare module 'querystring' {
|
|
15
15
|
interface StringifyOptions {
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time.
|
|
3
|
-
*
|
|
4
|
-
* @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js)
|
|
5
2
|
* @since v17.0.0
|
|
3
|
+
* @experimental
|
|
6
4
|
*/
|
|
7
5
|
declare module 'readline/promises' {
|
|
8
6
|
import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline';
|
|
9
7
|
import { Abortable } from 'node:events';
|
|
8
|
+
/**
|
|
9
|
+
* Instances of the `readlinePromises.Interface` class are constructed using the`readlinePromises.createInterface()` method. Every instance is associated with a
|
|
10
|
+
* single `input` `Readable` stream and a single `output` `Writable` stream.
|
|
11
|
+
* The `output` stream is used to print prompts for user input that arrives on,
|
|
12
|
+
* and is read from, the `input` stream.
|
|
13
|
+
* @since v17.0.0
|
|
14
|
+
*/
|
|
10
15
|
class Interface extends _Interface {
|
|
11
16
|
/**
|
|
12
|
-
* The rl.question() method displays the query by writing it to the output
|
|
13
|
-
* then invokes the callback
|
|
17
|
+
* The `rl.question()` method displays the `query` by writing it to the `output`,
|
|
18
|
+
* waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument.
|
|
14
19
|
*
|
|
15
|
-
* When called, rl.question() will resume the input stream if it has been
|
|
20
|
+
* When called, `rl.question()` will resume the `input` stream if it has been
|
|
21
|
+
* paused.
|
|
16
22
|
*
|
|
17
|
-
* If the
|
|
23
|
+
* If the `Interface` was created with `output` set to `null` or`undefined` the `query` is not written.
|
|
18
24
|
*
|
|
19
|
-
* If the question is called after rl.close()
|
|
25
|
+
* If the question is called after `rl.close()`, it returns a rejected promise.
|
|
20
26
|
*
|
|
21
27
|
* Example usage:
|
|
22
28
|
*
|
|
@@ -25,7 +31,7 @@ declare module 'readline/promises' {
|
|
|
25
31
|
* console.log(`Oh, so your favorite food is ${answer}`);
|
|
26
32
|
* ```
|
|
27
33
|
*
|
|
28
|
-
* Using an AbortSignal to cancel a question.
|
|
34
|
+
* Using an `AbortSignal` to cancel a question.
|
|
29
35
|
*
|
|
30
36
|
* ```js
|
|
31
37
|
* const signal = AbortSignal.timeout(10_000);
|
|
@@ -37,13 +43,16 @@ declare module 'readline/promises' {
|
|
|
37
43
|
* const answer = await rl.question('What is your favorite food? ', { signal });
|
|
38
44
|
* console.log(`Oh, so your favorite food is ${answer}`);
|
|
39
45
|
* ```
|
|
40
|
-
*
|
|
41
46
|
* @since v17.0.0
|
|
42
|
-
* @param query A statement or query to write to output
|
|
47
|
+
* @param query A statement or query to write to `output`, prepended to the prompt.
|
|
48
|
+
* @return A promise that is fulfilled with the user's input in response to the `query`.
|
|
43
49
|
*/
|
|
44
50
|
question(query: string): Promise<string>;
|
|
45
51
|
question(query: string, options: Abortable): Promise<string>;
|
|
46
52
|
}
|
|
53
|
+
/**
|
|
54
|
+
* @since v17.0.0
|
|
55
|
+
*/
|
|
47
56
|
class Readline {
|
|
48
57
|
/**
|
|
49
58
|
* @param stream A TTY stream.
|
|
@@ -55,46 +64,66 @@ declare module 'readline/promises' {
|
|
|
55
64
|
}
|
|
56
65
|
);
|
|
57
66
|
/**
|
|
58
|
-
* The `rl.clearLine()` method adds to the internal list of pending action an
|
|
59
|
-
*
|
|
67
|
+
* The `rl.clearLine()` method adds to the internal list of pending action an
|
|
68
|
+
* action that clears current line of the associated `stream` in a specified
|
|
69
|
+
* direction identified by `dir`.
|
|
70
|
+
* Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
|
|
71
|
+
* @since v17.0.0
|
|
72
|
+
* @return this
|
|
60
73
|
*/
|
|
61
74
|
clearLine(dir: Direction): this;
|
|
62
75
|
/**
|
|
63
|
-
* The `rl.clearScreenDown()` method adds to the internal list of pending action an
|
|
64
|
-
*
|
|
76
|
+
* The `rl.clearScreenDown()` method adds to the internal list of pending action an
|
|
77
|
+
* action that clears the associated stream from the current position of the
|
|
78
|
+
* cursor down.
|
|
79
|
+
* Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
|
|
80
|
+
* @since v17.0.0
|
|
81
|
+
* @return this
|
|
65
82
|
*/
|
|
66
83
|
clearScreenDown(): this;
|
|
67
84
|
/**
|
|
68
|
-
* The `rl.commit()` method sends all the pending actions to the associated
|
|
85
|
+
* The `rl.commit()` method sends all the pending actions to the associated`stream` and clears the internal list of pending actions.
|
|
86
|
+
* @since v17.0.0
|
|
69
87
|
*/
|
|
70
88
|
commit(): Promise<void>;
|
|
71
89
|
/**
|
|
72
|
-
* The `rl.cursorTo()` method adds to the internal list of pending action an action
|
|
73
|
-
*
|
|
90
|
+
* The `rl.cursorTo()` method adds to the internal list of pending action an action
|
|
91
|
+
* that moves cursor to the specified position in the associated `stream`.
|
|
92
|
+
* Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
|
|
93
|
+
* @since v17.0.0
|
|
94
|
+
* @return this
|
|
74
95
|
*/
|
|
75
96
|
cursorTo(x: number, y?: number): this;
|
|
76
97
|
/**
|
|
77
|
-
* The `rl.moveCursor()` method adds to the internal list of pending action an
|
|
78
|
-
*
|
|
98
|
+
* The `rl.moveCursor()` method adds to the internal list of pending action an
|
|
99
|
+
* action that moves the cursor _relative_ to its current position in the
|
|
100
|
+
* associated `stream`.
|
|
101
|
+
* Call `rl.commit()` to see the effect of this method, unless `autoCommit: true`was passed to the constructor.
|
|
102
|
+
* @since v17.0.0
|
|
103
|
+
* @return this
|
|
79
104
|
*/
|
|
80
105
|
moveCursor(dx: number, dy: number): this;
|
|
81
106
|
/**
|
|
82
|
-
* The `rl.rollback
|
|
107
|
+
* The `rl.rollback` methods clears the internal list of pending actions without
|
|
108
|
+
* sending it to the associated `stream`.
|
|
109
|
+
* @since v17.0.0
|
|
110
|
+
* @return this
|
|
83
111
|
*/
|
|
84
112
|
rollback(): this;
|
|
85
113
|
}
|
|
86
114
|
/**
|
|
87
|
-
* The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface`
|
|
115
|
+
* The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface`instance.
|
|
88
116
|
*
|
|
89
117
|
* ```js
|
|
90
118
|
* const readlinePromises = require('node:readline/promises');
|
|
91
119
|
* const rl = readlinePromises.createInterface({
|
|
92
120
|
* input: process.stdin,
|
|
93
|
-
* output: process.stdout
|
|
121
|
+
* output: process.stdout,
|
|
94
122
|
* });
|
|
95
123
|
* ```
|
|
96
124
|
*
|
|
97
|
-
* Once the `readlinePromises.Interface` instance is created, the most common case
|
|
125
|
+
* Once the `readlinePromises.Interface` instance is created, the most common case
|
|
126
|
+
* is to listen for the `'line'` event:
|
|
98
127
|
*
|
|
99
128
|
* ```js
|
|
100
129
|
* rl.on('line', (line) => {
|
|
@@ -102,42 +131,13 @@ declare module 'readline/promises' {
|
|
|
102
131
|
* });
|
|
103
132
|
* ```
|
|
104
133
|
*
|
|
105
|
-
* If `terminal` is `true` for this instance then the `output` stream will get
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
* The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries:
|
|
111
|
-
*
|
|
112
|
-
* - An Array with matching entries for the completion.
|
|
113
|
-
* - The substring that was used for the matching.
|
|
114
|
-
*
|
|
115
|
-
* For instance: `[[substr1, substr2, ...], originalsubstring]`.
|
|
116
|
-
*
|
|
117
|
-
* ```js
|
|
118
|
-
* function completer(line) {
|
|
119
|
-
* const completions = '.help .error .exit .quit .q'.split(' ');
|
|
120
|
-
* const hits = completions.filter((c) => c.startsWith(line));
|
|
121
|
-
* // Show all completions if none found
|
|
122
|
-
* return [hits.length ? hits : completions, line];
|
|
123
|
-
* }
|
|
124
|
-
* ```
|
|
125
|
-
*
|
|
126
|
-
* The `completer` function can also returns a `Promise`, or be asynchronous:
|
|
127
|
-
*
|
|
128
|
-
* ```js
|
|
129
|
-
* async function completer(linePartial) {
|
|
130
|
-
* await someAsyncWork();
|
|
131
|
-
* return [['123'], linePartial];
|
|
132
|
-
* }
|
|
133
|
-
* ```
|
|
134
|
+
* If `terminal` is `true` for this instance then the `output` stream will get
|
|
135
|
+
* the best compatibility if it defines an `output.columns` property and emits
|
|
136
|
+
* a `'resize'` event on the `output` if or when the columns ever change
|
|
137
|
+
* (`process.stdout` does this automatically when it is a TTY).
|
|
138
|
+
* @since v17.0.0
|
|
134
139
|
*/
|
|
135
|
-
function createInterface(
|
|
136
|
-
input: NodeJS.ReadableStream,
|
|
137
|
-
output?: NodeJS.WritableStream,
|
|
138
|
-
completer?: Completer | AsyncCompleter,
|
|
139
|
-
terminal?: boolean,
|
|
140
|
-
): Interface;
|
|
140
|
+
function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
|
|
141
141
|
function createInterface(options: ReadLineOptions): Interface;
|
|
142
142
|
}
|
|
143
143
|
declare module 'node:readline/promises' {
|