cloudstructs 0.6.32 → 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/.gitattributes +1 -0
- 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 +86 -75
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +11 -11
- 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 +86 -75
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +11 -11
- 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 +86 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
- 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 +86 -75
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +11 -11
- 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 +86 -75
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
- 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 +86 -75
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +66 -49
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +136 -97
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +81 -55
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +210 -221
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +50 -6
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +25 -16
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +111 -65
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +80 -49
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +162 -91
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +3 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +52 -153
- 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 +10 -3
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +22 -18
- 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 +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +65 -63
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +32 -159
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +20 -20
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +839 -857
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +498 -206
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +122 -8
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +86 -75
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +66 -49
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +137 -99
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +81 -55
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +210 -221
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +50 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +25 -16
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +111 -65
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +243 -72
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +20 -11
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +202 -129
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +65 -63
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +32 -159
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +20 -20
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +498 -206
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +125 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +46 -42
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +150 -109
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +46 -42
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +150 -109
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
- package/package.json +20 -20
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation
|
|
3
|
-
* is available both as a standalone program or includible in other
|
|
4
|
-
* It can be accessed using:
|
|
2
|
+
* The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation
|
|
3
|
+
* that is available both as a standalone program or includible in other
|
|
4
|
+
* applications. It can be accessed using:
|
|
5
5
|
*
|
|
6
6
|
* ```js
|
|
7
|
-
* const repl = require('repl');
|
|
7
|
+
* const repl = require('node:repl');
|
|
8
8
|
* ```
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/
|
|
9
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/repl.js)
|
|
10
10
|
*/
|
|
11
11
|
declare module 'repl' {
|
|
12
12
|
import { Interface, Completer, AsyncCompleter } from 'node:readline';
|
|
@@ -41,8 +41,8 @@ declare module 'repl' {
|
|
|
41
41
|
* error with `repl.Recoverable` to indicate the input was incomplete and prompt for
|
|
42
42
|
* additional lines.
|
|
43
43
|
*
|
|
44
|
-
* @see https://nodejs.org/dist/latest-
|
|
45
|
-
* @see https://nodejs.org/dist/latest-
|
|
44
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_default_evaluation
|
|
45
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_custom_evaluation_functions
|
|
46
46
|
*/
|
|
47
47
|
eval?: REPLEval | undefined;
|
|
48
48
|
/**
|
|
@@ -74,13 +74,13 @@ declare module 'repl' {
|
|
|
74
74
|
* The function to invoke to format the output of each command before writing to `output`.
|
|
75
75
|
* Default: a wrapper for `util.inspect`.
|
|
76
76
|
*
|
|
77
|
-
* @see https://nodejs.org/dist/latest-
|
|
77
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_customizing_repl_output
|
|
78
78
|
*/
|
|
79
79
|
writer?: REPLWriter | undefined;
|
|
80
80
|
/**
|
|
81
81
|
* An optional function used for custom Tab auto completion.
|
|
82
82
|
*
|
|
83
|
-
* @see https://nodejs.org/dist/latest-
|
|
83
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#readline_use_of_the_completer_function
|
|
84
84
|
*/
|
|
85
85
|
completer?: Completer | AsyncCompleter | undefined;
|
|
86
86
|
/**
|
|
@@ -124,7 +124,7 @@ declare module 'repl' {
|
|
|
124
124
|
* or directly using the JavaScript `new` keyword.
|
|
125
125
|
*
|
|
126
126
|
* ```js
|
|
127
|
-
* const repl = require('repl');
|
|
127
|
+
* const repl = require('node:repl');
|
|
128
128
|
*
|
|
129
129
|
* const options = { useColors: true };
|
|
130
130
|
*
|
|
@@ -162,33 +162,33 @@ declare module 'repl' {
|
|
|
162
162
|
/**
|
|
163
163
|
* A value indicating whether the REPL is currently in "editor mode".
|
|
164
164
|
*
|
|
165
|
-
* @see https://nodejs.org/dist/latest-
|
|
165
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_commands_and_special_keys
|
|
166
166
|
*/
|
|
167
167
|
readonly editorMode: boolean;
|
|
168
168
|
/**
|
|
169
169
|
* A value indicating whether the `_` variable has been assigned.
|
|
170
170
|
*
|
|
171
|
-
* @see https://nodejs.org/dist/latest-
|
|
171
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
172
172
|
*/
|
|
173
173
|
readonly underscoreAssigned: boolean;
|
|
174
174
|
/**
|
|
175
175
|
* The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
|
|
176
176
|
*
|
|
177
|
-
* @see https://nodejs.org/dist/latest-
|
|
177
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
178
178
|
*/
|
|
179
179
|
readonly last: any;
|
|
180
180
|
/**
|
|
181
181
|
* A value indicating whether the `_error` variable has been assigned.
|
|
182
182
|
*
|
|
183
183
|
* @since v9.8.0
|
|
184
|
-
* @see https://nodejs.org/dist/latest-
|
|
184
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
185
185
|
*/
|
|
186
186
|
readonly underscoreErrAssigned: boolean;
|
|
187
187
|
/**
|
|
188
188
|
* The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
|
|
189
189
|
*
|
|
190
190
|
* @since v9.8.0
|
|
191
|
-
* @see https://nodejs.org/dist/latest-
|
|
191
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
|
|
192
192
|
*/
|
|
193
193
|
readonly lastError: any;
|
|
194
194
|
/**
|
|
@@ -240,7 +240,7 @@ declare module 'repl' {
|
|
|
240
240
|
*
|
|
241
241
|
* `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
|
|
242
242
|
*
|
|
243
|
-
* @see https://nodejs.org/dist/latest-
|
|
243
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_class_replserver
|
|
244
244
|
*/
|
|
245
245
|
private constructor();
|
|
246
246
|
/**
|
|
@@ -251,7 +251,7 @@ declare module 'repl' {
|
|
|
251
251
|
* The following example shows two new commands added to the REPL instance:
|
|
252
252
|
*
|
|
253
253
|
* ```js
|
|
254
|
-
* const repl = require('repl');
|
|
254
|
+
* const repl = require('node:repl');
|
|
255
255
|
*
|
|
256
256
|
* const replServer = repl.start({ prompt: '> ' });
|
|
257
257
|
* replServer.defineCommand('sayhello', {
|
|
@@ -260,7 +260,7 @@ declare module 'repl' {
|
|
|
260
260
|
* this.clearBufferedCommand();
|
|
261
261
|
* console.log(`Hello, ${name}!`);
|
|
262
262
|
* this.displayPrompt();
|
|
263
|
-
* }
|
|
263
|
+
* },
|
|
264
264
|
* });
|
|
265
265
|
* replServer.defineCommand('saybye', function saybye() {
|
|
266
266
|
* console.log('Goodbye!');
|
|
@@ -401,7 +401,7 @@ declare module 'repl' {
|
|
|
401
401
|
* If `options` is a string, then it specifies the input prompt:
|
|
402
402
|
*
|
|
403
403
|
* ```js
|
|
404
|
-
* const repl = require('repl');
|
|
404
|
+
* const repl = require('node:repl');
|
|
405
405
|
*
|
|
406
406
|
* // a Unix style prompt
|
|
407
407
|
* repl.start('$ ');
|
|
@@ -412,7 +412,7 @@ declare module 'repl' {
|
|
|
412
412
|
/**
|
|
413
413
|
* Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
|
|
414
414
|
*
|
|
415
|
-
* @see https://nodejs.org/dist/latest-
|
|
415
|
+
* @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_recoverable_errors
|
|
416
416
|
*/
|
|
417
417
|
class Recoverable extends SyntaxError {
|
|
418
418
|
err: Error;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare module 'stream/consumers' {
|
|
2
|
-
import { Blob as NodeBlob } from
|
|
2
|
+
import { Blob as NodeBlob } from 'node:buffer';
|
|
3
3
|
import { Readable } from 'node:stream';
|
|
4
4
|
function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<Buffer>;
|
|
5
5
|
function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<string>;
|