cloudstructs 0.6.33 → 0.6.34
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 +2 -2
- 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 +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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 +2 -2
- 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 +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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 +2 -2
- 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 +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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 +2 -2
- 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 +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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 +2 -2
- 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 +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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 +2 -2
- 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 +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +46 -11
- 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 +2 -2
- 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.d.ts +46 -11
- 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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* The timer functions within Node.js implement a similar API as the timers API
|
|
7
7
|
* provided by Web Browsers but use a different internal implementation that is
|
|
8
8
|
* built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout).
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/timers.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'timers' {
|
|
12
12
|
import { Abortable } from 'node:events';
|
|
@@ -33,7 +33,35 @@ declare module 'timers' {
|
|
|
33
33
|
refresh(): this;
|
|
34
34
|
[Symbol.toPrimitive](): number;
|
|
35
35
|
}
|
|
36
|
-
|
|
36
|
+
/**
|
|
37
|
+
* This object is created internally and is returned from `setImmediate()`. It
|
|
38
|
+
* can be passed to `clearImmediate()` in order to cancel the scheduled
|
|
39
|
+
* actions.
|
|
40
|
+
*
|
|
41
|
+
* By default, when an immediate is scheduled, the Node.js event loop will continue
|
|
42
|
+
* running as long as the immediate is active. The `Immediate` object returned by `setImmediate()` exports both `immediate.ref()` and `immediate.unref()`functions that can be used to
|
|
43
|
+
* control this default behavior.
|
|
44
|
+
*/
|
|
45
|
+
class Immediate implements RefCounted {
|
|
46
|
+
/**
|
|
47
|
+
* When called, requests that the Node.js event loop _not_ exit so long as the`Immediate` is active. Calling `immediate.ref()` multiple times will have no
|
|
48
|
+
* effect.
|
|
49
|
+
*
|
|
50
|
+
* By default, all `Immediate` objects are "ref'ed", making it normally unnecessary
|
|
51
|
+
* to call `immediate.ref()` unless `immediate.unref()` had been called previously.
|
|
52
|
+
* @since v9.7.0
|
|
53
|
+
* @return a reference to `immediate`
|
|
54
|
+
*/
|
|
55
|
+
ref(): this;
|
|
56
|
+
/**
|
|
57
|
+
* When called, the active `Immediate` object will not require the Node.js event
|
|
58
|
+
* loop to remain active. If there is no other activity keeping the event loop
|
|
59
|
+
* running, the process may exit before the `Immediate` object's callback is
|
|
60
|
+
* invoked. Calling `immediate.unref()` multiple times will have no effect.
|
|
61
|
+
* @since v9.7.0
|
|
62
|
+
* @return a reference to `immediate`
|
|
63
|
+
*/
|
|
64
|
+
unref(): this;
|
|
37
65
|
/**
|
|
38
66
|
* If true, the `Immediate` object will keep the Node.js event loop active.
|
|
39
67
|
* @since v11.0.0
|
|
@@ -41,7 +69,33 @@ declare module 'timers' {
|
|
|
41
69
|
hasRef(): boolean;
|
|
42
70
|
_onImmediate: Function; // to distinguish it from the Timeout class
|
|
43
71
|
}
|
|
44
|
-
|
|
72
|
+
/**
|
|
73
|
+
* This object is created internally and is returned from `setTimeout()` and `setInterval()`. It can be passed to either `clearTimeout()` or `clearInterval()` in order to cancel the
|
|
74
|
+
* scheduled actions.
|
|
75
|
+
*
|
|
76
|
+
* By default, when a timer is scheduled using either `setTimeout()` or `setInterval()`, the Node.js event loop will continue running as long as the
|
|
77
|
+
* timer is active. Each of the `Timeout` objects returned by these functions
|
|
78
|
+
* export both `timeout.ref()` and `timeout.unref()` functions that can be used to
|
|
79
|
+
* control this default behavior.
|
|
80
|
+
*/
|
|
81
|
+
class Timeout implements Timer {
|
|
82
|
+
/**
|
|
83
|
+
* When called, requests that the Node.js event loop _not_ exit so long as the`Timeout` is active. Calling `timeout.ref()` multiple times will have no effect.
|
|
84
|
+
*
|
|
85
|
+
* By default, all `Timeout` objects are "ref'ed", making it normally unnecessary
|
|
86
|
+
* to call `timeout.ref()` unless `timeout.unref()` had been called previously.
|
|
87
|
+
* @since v0.9.1
|
|
88
|
+
* @return a reference to `timeout`
|
|
89
|
+
*/
|
|
90
|
+
ref(): this;
|
|
91
|
+
/**
|
|
92
|
+
* When called, the active `Timeout` object will not require the Node.js event loop
|
|
93
|
+
* to remain active. If there is no other activity keeping the event loop running,
|
|
94
|
+
* the process may exit before the `Timeout` object's callback is invoked. Calling`timeout.unref()` multiple times will have no effect.
|
|
95
|
+
* @since v0.9.1
|
|
96
|
+
* @return a reference to `timeout`
|
|
97
|
+
*/
|
|
98
|
+
unref(): this;
|
|
45
99
|
/**
|
|
46
100
|
* If true, the `Timeout` object will keep the Node.js event loop active.
|
|
47
101
|
* @since v11.0.0
|
|
@@ -63,11 +117,23 @@ declare module 'timers' {
|
|
|
63
117
|
}
|
|
64
118
|
}
|
|
65
119
|
/**
|
|
66
|
-
* Schedules execution of a one-time `callback` after `delay` milliseconds.
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
120
|
+
* Schedules execution of a one-time `callback` after `delay` milliseconds.
|
|
121
|
+
*
|
|
122
|
+
* The `callback` will likely not be invoked in precisely `delay` milliseconds.
|
|
123
|
+
* Node.js makes no guarantees about the exact timing of when callbacks will fire,
|
|
124
|
+
* nor of their ordering. The callback will be called as close as possible to the
|
|
125
|
+
* time specified.
|
|
126
|
+
*
|
|
127
|
+
* When `delay` is larger than `2147483647` or less than `1`, the `delay`will be set to `1`. Non-integer delays are truncated to an integer.
|
|
128
|
+
*
|
|
129
|
+
* If `callback` is not a function, a `TypeError` will be thrown.
|
|
130
|
+
*
|
|
131
|
+
* This method has a custom variant for promises that is available using `timersPromises.setTimeout()`.
|
|
70
132
|
* @since v0.0.1
|
|
133
|
+
* @param callback The function to call when the timer elapses.
|
|
134
|
+
* @param [delay=1] The number of milliseconds to wait before calling the `callback`.
|
|
135
|
+
* @param args Optional arguments to pass when the `callback` is called.
|
|
136
|
+
* @return for use with {@link clearTimeout}
|
|
71
137
|
*/
|
|
72
138
|
function setTimeout<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout;
|
|
73
139
|
// util.promisify no rest args compability
|
|
@@ -76,7 +142,27 @@ declare module 'timers' {
|
|
|
76
142
|
namespace setTimeout {
|
|
77
143
|
const __promisify__: typeof setTimeoutPromise;
|
|
78
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* Cancels a `Timeout` object created by `setTimeout()`.
|
|
147
|
+
* @since v0.0.1
|
|
148
|
+
* @param timeout A `Timeout` object as returned by {@link setTimeout} or the `primitive` of the `Timeout` object as a string or a number.
|
|
149
|
+
*/
|
|
79
150
|
function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void;
|
|
151
|
+
/**
|
|
152
|
+
* Schedules repeated execution of `callback` every `delay` milliseconds.
|
|
153
|
+
*
|
|
154
|
+
* When `delay` is larger than `2147483647` or less than `1`, the `delay` will be
|
|
155
|
+
* set to `1`. Non-integer delays are truncated to an integer.
|
|
156
|
+
*
|
|
157
|
+
* If `callback` is not a function, a `TypeError` will be thrown.
|
|
158
|
+
*
|
|
159
|
+
* This method has a custom variant for promises that is available using `timersPromises.setInterval()`.
|
|
160
|
+
* @since v0.0.1
|
|
161
|
+
* @param callback The function to call when the timer elapses.
|
|
162
|
+
* @param [delay=1] The number of milliseconds to wait before calling the `callback`.
|
|
163
|
+
* @param args Optional arguments to pass when the `callback` is called.
|
|
164
|
+
* @return for use with {@link clearInterval}
|
|
165
|
+
*/
|
|
80
166
|
function setInterval<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer;
|
|
81
167
|
// util.promisify no rest args compability
|
|
82
168
|
// tslint:disable-next-line void-return
|
|
@@ -84,7 +170,30 @@ declare module 'timers' {
|
|
|
84
170
|
namespace setInterval {
|
|
85
171
|
const __promisify__: typeof setIntervalPromise;
|
|
86
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* Cancels a `Timeout` object created by `setInterval()`.
|
|
175
|
+
* @since v0.0.1
|
|
176
|
+
* @param timeout A `Timeout` object as returned by {@link setInterval} or the `primitive` of the `Timeout` object as a string or a number.
|
|
177
|
+
*/
|
|
87
178
|
function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void;
|
|
179
|
+
/**
|
|
180
|
+
* Schedules the "immediate" execution of the `callback` after I/O events'
|
|
181
|
+
* callbacks.
|
|
182
|
+
*
|
|
183
|
+
* When multiple calls to `setImmediate()` are made, the `callback` functions are
|
|
184
|
+
* queued for execution in the order in which they are created. The entire callback
|
|
185
|
+
* queue is processed every event loop iteration. If an immediate timer is queued
|
|
186
|
+
* from inside an executing callback, that timer will not be triggered until the
|
|
187
|
+
* next event loop iteration.
|
|
188
|
+
*
|
|
189
|
+
* If `callback` is not a function, a `TypeError` will be thrown.
|
|
190
|
+
*
|
|
191
|
+
* This method has a custom variant for promises that is available using `timersPromises.setImmediate()`.
|
|
192
|
+
* @since v0.9.1
|
|
193
|
+
* @param callback The function to call at the end of this turn of the Node.js `Event Loop`
|
|
194
|
+
* @param args Optional arguments to pass when the `callback` is called.
|
|
195
|
+
* @return for use with {@link clearImmediate}
|
|
196
|
+
*/
|
|
88
197
|
function setImmediate<TArgs extends any[]>(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate;
|
|
89
198
|
// util.promisify no rest args compability
|
|
90
199
|
// tslint:disable-next-line void-return
|
|
@@ -92,6 +201,11 @@ declare module 'timers' {
|
|
|
92
201
|
namespace setImmediate {
|
|
93
202
|
const __promisify__: typeof setImmediatePromise;
|
|
94
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* Cancels an `Immediate` object created by `setImmediate()`.
|
|
206
|
+
* @since v0.9.1
|
|
207
|
+
* @param immediate An `Immediate` object as returned by {@link setImmediate}.
|
|
208
|
+
*/
|
|
95
209
|
function clearImmediate(immediateId: NodeJS.Immediate | undefined): void;
|
|
96
210
|
function queueMicrotask(callback: () => void): void;
|
|
97
211
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* ```js
|
|
7
7
|
* const tls = require('node:tls');
|
|
8
8
|
* ```
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tls.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'tls' {
|
|
12
12
|
import { X509Certificate } from 'node:crypto';
|
package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
*
|
|
95
95
|
* The features from this module are not available in `Worker` threads.
|
|
96
96
|
* @experimental
|
|
97
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
97
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/trace_events.js)
|
|
98
98
|
*/
|
|
99
99
|
declare module 'trace_events' {
|
|
100
100
|
/**
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*
|
|
22
22
|
* In most cases, there should be little to no reason for an application to
|
|
23
23
|
* manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes.
|
|
24
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
24
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tty.js)
|
|
25
25
|
*/
|
|
26
26
|
declare module 'tty' {
|
|
27
27
|
import * as net from 'node:net';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ```js
|
|
6
6
|
* import url from 'node:url';
|
|
7
7
|
* ```
|
|
8
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
8
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/url.js)
|
|
9
9
|
*/
|
|
10
10
|
declare module 'url' {
|
|
11
11
|
import { Blob as NodeBlob } from 'node:buffer';
|
|
@@ -129,7 +129,7 @@ declare module 'url' {
|
|
|
129
129
|
* string, an `Error` is thrown.
|
|
130
130
|
* * `result` is returned.
|
|
131
131
|
* @since v0.1.25
|
|
132
|
-
* @
|
|
132
|
+
* @legacy Use the WHATWG URL API instead.
|
|
133
133
|
* @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
|
|
134
134
|
*/
|
|
135
135
|
function format(urlObject: URL, options?: URLFormatOptions): string;
|
|
@@ -193,7 +193,7 @@ declare module 'url' {
|
|
|
193
193
|
* string, an `Error` is thrown.
|
|
194
194
|
* * `result` is returned.
|
|
195
195
|
* @since v0.1.25
|
|
196
|
-
* @
|
|
196
|
+
* @legacy Use the WHATWG URL API instead.
|
|
197
197
|
* @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
|
|
198
198
|
*/
|
|
199
199
|
function format(urlObject: UrlObject | string): string;
|
|
@@ -226,7 +226,7 @@ declare module 'url' {
|
|
|
226
226
|
* resolve('http://example.com/one', '/two'); // 'http://example.com/two'
|
|
227
227
|
* ```
|
|
228
228
|
* @since v0.1.25
|
|
229
|
-
* @
|
|
229
|
+
* @legacy Use the WHATWG URL API instead.
|
|
230
230
|
* @param from The base URL to use if `to` is a relative URL.
|
|
231
231
|
* @param to The target URL to resolve.
|
|
232
232
|
*/
|
|
@@ -748,9 +748,12 @@ declare module 'url' {
|
|
|
748
748
|
*/
|
|
749
749
|
append(name: string, value: string): void;
|
|
750
750
|
/**
|
|
751
|
-
*
|
|
751
|
+
* If `value` is provided, removes all name-value pairs
|
|
752
|
+
* where name is `name` and value is `value`..
|
|
753
|
+
*
|
|
754
|
+
* If `value` is not provided, removes all name-value pairs whose name is `name`.
|
|
752
755
|
*/
|
|
753
|
-
delete(name: string): void;
|
|
756
|
+
delete(name: string, value?: string): void;
|
|
754
757
|
/**
|
|
755
758
|
* Returns an ES6 `Iterator` over each of the name-value pairs in the query.
|
|
756
759
|
* Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`.
|
|
@@ -786,9 +789,15 @@ declare module 'url' {
|
|
|
786
789
|
*/
|
|
787
790
|
getAll(name: string): string[];
|
|
788
791
|
/**
|
|
789
|
-
*
|
|
792
|
+
* Checks if the `URLSearchParams` object contains key-value pair(s) based on`name` and an optional `value` argument.
|
|
793
|
+
*
|
|
794
|
+
* If `value` is provided, returns `true` when name-value pair with
|
|
795
|
+
* same `name` and `value` exists.
|
|
796
|
+
*
|
|
797
|
+
* If `value` is not provided, returns `true` if there is at least one name-value
|
|
798
|
+
* pair whose name is `name`.
|
|
790
799
|
*/
|
|
791
|
-
has(name: string): boolean;
|
|
800
|
+
has(name: string, value?: string): boolean;
|
|
792
801
|
/**
|
|
793
802
|
* Returns an ES6 `Iterator` over the names of each name-value pair.
|
|
794
803
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* ```js
|
|
7
7
|
* const util = require('node:util');
|
|
8
8
|
* ```
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/util.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'util' {
|
|
12
12
|
import * as types from 'node:util/types';
|
|
@@ -575,7 +575,7 @@ declare module 'util' {
|
|
|
575
575
|
* stream.write('With ES6');
|
|
576
576
|
* ```
|
|
577
577
|
* @since v0.3.0
|
|
578
|
-
* @
|
|
578
|
+
* @legacy Use ES2015 class syntax and `extends` keyword instead.
|
|
579
579
|
*/
|
|
580
580
|
export function inherits(constructor: unknown, superConstructor: unknown): void;
|
|
581
581
|
export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void;
|
|
@@ -1195,7 +1195,6 @@ declare module 'util' {
|
|
|
1195
1195
|
*/
|
|
1196
1196
|
encodeInto(src: string, dest: Uint8Array): EncodeIntoResult;
|
|
1197
1197
|
}
|
|
1198
|
-
|
|
1199
1198
|
import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from 'util';
|
|
1200
1199
|
global {
|
|
1201
1200
|
/**
|
|
@@ -1382,15 +1381,19 @@ declare module 'util' {
|
|
|
1382
1381
|
? PreciseTokenForOptions<K & string, T['options'][K]>
|
|
1383
1382
|
: OptionToken
|
|
1384
1383
|
: never;
|
|
1384
|
+
|
|
1385
1385
|
type ParsedOptionToken<T extends ParseArgsConfig> = IfDefaultsTrue<T['strict'], TokenForOptions<T>, OptionToken>;
|
|
1386
|
+
|
|
1386
1387
|
type ParsedPositionalToken<T extends ParseArgsConfig> = IfDefaultsTrue<
|
|
1387
1388
|
T['strict'],
|
|
1388
1389
|
IfDefaultsFalse<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>,
|
|
1389
1390
|
IfDefaultsTrue<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>
|
|
1390
1391
|
>;
|
|
1392
|
+
|
|
1391
1393
|
type ParsedTokens<T extends ParseArgsConfig> = Array<
|
|
1392
1394
|
ParsedOptionToken<T> | ParsedPositionalToken<T> | { kind: 'option-terminator'; index: number }
|
|
1393
1395
|
>;
|
|
1396
|
+
|
|
1394
1397
|
type PreciseParsedResults<T extends ParseArgsConfig> = IfDefaultsFalse<
|
|
1395
1398
|
T['tokens'],
|
|
1396
1399
|
{
|
|
@@ -1403,6 +1406,7 @@ declare module 'util' {
|
|
|
1403
1406
|
positionals: ParsedPositionals<T>;
|
|
1404
1407
|
}
|
|
1405
1408
|
>;
|
|
1409
|
+
|
|
1406
1410
|
type OptionToken =
|
|
1407
1411
|
| { kind: 'option'; index: number; name: string; rawName: string; value: string; inlineValue: boolean }
|
|
1408
1412
|
| {
|
|
@@ -1413,6 +1417,7 @@ declare module 'util' {
|
|
|
1413
1417
|
value: undefined;
|
|
1414
1418
|
inlineValue: undefined;
|
|
1415
1419
|
};
|
|
1420
|
+
|
|
1416
1421
|
type Token =
|
|
1417
1422
|
| OptionToken
|
|
1418
1423
|
| { kind: 'positional'; index: number; value: string }
|
|
@@ -1422,11 +1427,14 @@ declare module 'util' {
|
|
|
1422
1427
|
// So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above.
|
|
1423
1428
|
type ParsedResults<T extends ParseArgsConfig> = ParseArgsConfig extends T
|
|
1424
1429
|
? {
|
|
1425
|
-
values: {
|
|
1430
|
+
values: {
|
|
1431
|
+
[longOption: string]: undefined | string | boolean | Array<string | boolean>;
|
|
1432
|
+
};
|
|
1426
1433
|
positionals: string[];
|
|
1427
1434
|
tokens?: Token[];
|
|
1428
1435
|
}
|
|
1429
1436
|
: PreciseParsedResults<T>;
|
|
1437
|
+
|
|
1430
1438
|
/**
|
|
1431
1439
|
* An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/).
|
|
1432
1440
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ```js
|
|
5
5
|
* const v8 = require('node:v8');
|
|
6
6
|
* ```
|
|
7
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
7
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/v8.js)
|
|
8
8
|
*/
|
|
9
9
|
declare module 'v8' {
|
|
10
10
|
import { Readable } from 'node:stream';
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
*
|
|
35
35
|
* console.log(x); // 1; y is not defined.
|
|
36
36
|
* ```
|
|
37
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
37
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/vm.js)
|
|
38
38
|
*/
|
|
39
39
|
declare module 'vm' {
|
|
40
40
|
interface Context extends NodeJS.Dict<any> {}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
* $ wat2wasm demo.wat
|
|
63
63
|
* ```
|
|
64
64
|
* @experimental
|
|
65
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
65
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
|
|
66
66
|
*/
|
|
67
67
|
declare module 'wasi' {
|
|
68
68
|
interface WASIOptions {
|
package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
*
|
|
50
50
|
* Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
|
|
51
51
|
* specifically `argv` and `execArgv` options.
|
|
52
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
52
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
|
|
53
53
|
*/
|
|
54
54
|
declare module 'worker_threads' {
|
|
55
55
|
import { Blob } from 'node:buffer';
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
* });
|
|
89
89
|
* ```
|
|
90
90
|
* @since v0.5.8
|
|
91
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
91
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
|
|
92
92
|
*/
|
|
93
93
|
declare module 'zlib' {
|
|
94
94
|
import * as stream from 'node:stream';
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*
|
|
22
22
|
* In most cases, there should be little to no reason for an application to
|
|
23
23
|
* manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes.
|
|
24
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
24
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/tty.js)
|
|
25
25
|
*/
|
|
26
26
|
declare module 'tty' {
|
|
27
27
|
import * as net from 'node:net';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ```js
|
|
6
6
|
* import url from 'node:url';
|
|
7
7
|
* ```
|
|
8
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
8
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/url.js)
|
|
9
9
|
*/
|
|
10
10
|
declare module 'url' {
|
|
11
11
|
import { Blob as NodeBlob } from 'node:buffer';
|
|
@@ -129,7 +129,7 @@ declare module 'url' {
|
|
|
129
129
|
* string, an `Error` is thrown.
|
|
130
130
|
* * `result` is returned.
|
|
131
131
|
* @since v0.1.25
|
|
132
|
-
* @
|
|
132
|
+
* @legacy Use the WHATWG URL API instead.
|
|
133
133
|
* @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
|
|
134
134
|
*/
|
|
135
135
|
function format(urlObject: URL, options?: URLFormatOptions): string;
|
|
@@ -193,7 +193,7 @@ declare module 'url' {
|
|
|
193
193
|
* string, an `Error` is thrown.
|
|
194
194
|
* * `result` is returned.
|
|
195
195
|
* @since v0.1.25
|
|
196
|
-
* @
|
|
196
|
+
* @legacy Use the WHATWG URL API instead.
|
|
197
197
|
* @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
|
|
198
198
|
*/
|
|
199
199
|
function format(urlObject: UrlObject | string): string;
|
|
@@ -226,7 +226,7 @@ declare module 'url' {
|
|
|
226
226
|
* resolve('http://example.com/one', '/two'); // 'http://example.com/two'
|
|
227
227
|
* ```
|
|
228
228
|
* @since v0.1.25
|
|
229
|
-
* @
|
|
229
|
+
* @legacy Use the WHATWG URL API instead.
|
|
230
230
|
* @param from The base URL to use if `to` is a relative URL.
|
|
231
231
|
* @param to The target URL to resolve.
|
|
232
232
|
*/
|
|
@@ -748,9 +748,12 @@ declare module 'url' {
|
|
|
748
748
|
*/
|
|
749
749
|
append(name: string, value: string): void;
|
|
750
750
|
/**
|
|
751
|
-
*
|
|
751
|
+
* If `value` is provided, removes all name-value pairs
|
|
752
|
+
* where name is `name` and value is `value`..
|
|
753
|
+
*
|
|
754
|
+
* If `value` is not provided, removes all name-value pairs whose name is `name`.
|
|
752
755
|
*/
|
|
753
|
-
delete(name: string): void;
|
|
756
|
+
delete(name: string, value?: string): void;
|
|
754
757
|
/**
|
|
755
758
|
* Returns an ES6 `Iterator` over each of the name-value pairs in the query.
|
|
756
759
|
* Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`.
|
|
@@ -786,9 +789,15 @@ declare module 'url' {
|
|
|
786
789
|
*/
|
|
787
790
|
getAll(name: string): string[];
|
|
788
791
|
/**
|
|
789
|
-
*
|
|
792
|
+
* Checks if the `URLSearchParams` object contains key-value pair(s) based on`name` and an optional `value` argument.
|
|
793
|
+
*
|
|
794
|
+
* If `value` is provided, returns `true` when name-value pair with
|
|
795
|
+
* same `name` and `value` exists.
|
|
796
|
+
*
|
|
797
|
+
* If `value` is not provided, returns `true` if there is at least one name-value
|
|
798
|
+
* pair whose name is `name`.
|
|
790
799
|
*/
|
|
791
|
-
has(name: string): boolean;
|
|
800
|
+
has(name: string, value?: string): boolean;
|
|
792
801
|
/**
|
|
793
802
|
* Returns an ES6 `Iterator` over the names of each name-value pair.
|
|
794
803
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* ```js
|
|
7
7
|
* const util = require('node:util');
|
|
8
8
|
* ```
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/util.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'util' {
|
|
12
12
|
import * as types from 'node:util/types';
|
|
@@ -575,7 +575,7 @@ declare module 'util' {
|
|
|
575
575
|
* stream.write('With ES6');
|
|
576
576
|
* ```
|
|
577
577
|
* @since v0.3.0
|
|
578
|
-
* @
|
|
578
|
+
* @legacy Use ES2015 class syntax and `extends` keyword instead.
|
|
579
579
|
*/
|
|
580
580
|
export function inherits(constructor: unknown, superConstructor: unknown): void;
|
|
581
581
|
export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ```js
|
|
5
5
|
* const v8 = require('node:v8');
|
|
6
6
|
* ```
|
|
7
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
7
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/v8.js)
|
|
8
8
|
*/
|
|
9
9
|
declare module 'v8' {
|
|
10
10
|
import { Readable } from 'node:stream';
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
*
|
|
35
35
|
* console.log(x); // 1; y is not defined.
|
|
36
36
|
* ```
|
|
37
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
37
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/vm.js)
|
|
38
38
|
*/
|
|
39
39
|
declare module 'vm' {
|
|
40
40
|
interface Context extends NodeJS.Dict<any> {}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
* $ wat2wasm demo.wat
|
|
63
63
|
* ```
|
|
64
64
|
* @experimental
|
|
65
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
65
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
|
|
66
66
|
*/
|
|
67
67
|
declare module 'wasi' {
|
|
68
68
|
interface WASIOptions {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
*
|
|
50
50
|
* Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
|
|
51
51
|
* specifically `argv` and `execArgv` options.
|
|
52
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
52
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
|
|
53
53
|
*/
|
|
54
54
|
declare module 'worker_threads' {
|
|
55
55
|
import { Blob } from 'node:buffer';
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
* });
|
|
89
89
|
* ```
|
|
90
90
|
* @since v0.5.8
|
|
91
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
91
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
|
|
92
92
|
*/
|
|
93
93
|
declare module 'zlib' {
|
|
94
94
|
import * as stream from 'node:stream';
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Sun, 21 May 2023 22:02:55 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The `node:assert` module provides a set of assertion functions for verifying
|
|
3
3
|
* invariants.
|
|
4
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
4
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/assert.js)
|
|
5
5
|
*/
|
|
6
6
|
declare module 'assert' {
|
|
7
7
|
/**
|
|
@@ -15,10 +15,25 @@ declare module 'assert' {
|
|
|
15
15
|
* Indicates the failure of an assertion. All errors thrown by the `node:assert`module will be instances of the `AssertionError` class.
|
|
16
16
|
*/
|
|
17
17
|
class AssertionError extends Error {
|
|
18
|
+
/**
|
|
19
|
+
* Set to the `actual` argument for methods such as {@link assert.strictEqual()}.
|
|
20
|
+
*/
|
|
18
21
|
actual: unknown;
|
|
22
|
+
/**
|
|
23
|
+
* Set to the `expected` argument for methods such as {@link assert.strictEqual()}.
|
|
24
|
+
*/
|
|
19
25
|
expected: unknown;
|
|
26
|
+
/**
|
|
27
|
+
* Set to the passed in operator value.
|
|
28
|
+
*/
|
|
20
29
|
operator: string;
|
|
30
|
+
/**
|
|
31
|
+
* Indicates if the message was auto-generated (`true`) or not.
|
|
32
|
+
*/
|
|
21
33
|
generatedMessage: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Value is always `ERR_ASSERTION` to show that the error is an assertion error.
|
|
36
|
+
*/
|
|
22
37
|
code: 'ERR_ASSERTION';
|
|
23
38
|
constructor(options?: {
|
|
24
39
|
/** If provided, the error message is set to this value. */
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* import async_hooks from 'node:async_hooks';
|
|
13
13
|
* ```
|
|
14
14
|
* @experimental
|
|
15
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
15
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/async_hooks.js)
|
|
16
16
|
*/
|
|
17
17
|
declare module 'async_hooks' {
|
|
18
18
|
/**
|
|
@@ -274,19 +274,13 @@ declare module 'async_hooks' {
|
|
|
274
274
|
* @param fn The function to bind to the current execution context.
|
|
275
275
|
* @param type An optional name to associate with the underlying `AsyncResource`.
|
|
276
276
|
*/
|
|
277
|
-
static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(
|
|
278
|
-
fn: Func,
|
|
279
|
-
type?: string,
|
|
280
|
-
thisArg?: ThisArg
|
|
281
|
-
): Func;
|
|
277
|
+
static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(fn: Func, type?: string, thisArg?: ThisArg): Func;
|
|
282
278
|
/**
|
|
283
279
|
* Binds the given function to execute to this `AsyncResource`'s scope.
|
|
284
280
|
* @since v14.8.0, v12.19.0
|
|
285
281
|
* @param fn The function to bind to the current `AsyncResource`.
|
|
286
282
|
*/
|
|
287
|
-
bind<Func extends (...args: any[]) => any>(
|
|
288
|
-
fn: Func
|
|
289
|
-
): Func;
|
|
283
|
+
bind<Func extends (...args: any[]) => any>(fn: Func): Func;
|
|
290
284
|
/**
|
|
291
285
|
* Call the provided function with the provided arguments in the execution context
|
|
292
286
|
* of the async resource. This will establish the context, trigger the AsyncHooks
|
|
@@ -372,9 +366,7 @@ declare module 'async_hooks' {
|
|
|
372
366
|
* @param fn The function to bind to the current execution context.
|
|
373
367
|
* @return A new function that calls `fn` within the captured execution context.
|
|
374
368
|
*/
|
|
375
|
-
static bind<Func extends (...args: any[]) => any>(
|
|
376
|
-
fn: Func
|
|
377
|
-
): Func;
|
|
369
|
+
static bind<Func extends (...args: any[]) => any>(fn: Func): Func;
|
|
378
370
|
/**
|
|
379
371
|
* Captures the current execution context and returns a function that accepts a
|
|
380
372
|
* function as an argument. Whenever the returned function is called, it
|