cloudstructs 0.6.39 → 0.6.41
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 +0 -1
- package/.jsii +6 -9
- package/API.md +3847 -687
- package/assets/slack-app/provider.lambda/index.js +6 -10
- package/assets/slack-textract/detect.lambda/index.js +25 -20
- package/assets/ssl-server-test/analyze.lambda/index.js +6 -10
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +4 -4
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/index.js +7 -3
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/index.js +7 -3
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/index.js +7 -3
- package/lib/slack-app/manifest.js +3 -3
- package/lib/slack-app/provider.js +9 -9
- package/lib/slack-app/provider.lambda.d.ts +1 -1
- package/lib/slack-app/provider.lambda.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/events.lambda.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect.lambda.d.ts +5 -3
- package/lib/slack-textract/detect.lambda.js +2 -2
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +9 -9
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/state-machine-cr-provider/runtime/index.js +6 -6
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +3 -3
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@slack/logger/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +88 -90
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +88 -90
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +88 -90
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
- package/node_modules/@types/http-cache-semantics/README.md +1 -2
- package/node_modules/@types/http-cache-semantics/index.d.ts +1 -6
- package/node_modules/@types/http-cache-semantics/package.json +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +4 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +88 -90
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +88 -90
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/LICENSE +21 -21
- package/node_modules/@types/responselike/README.md +39 -7
- package/node_modules/@types/responselike/index.d.ts +3 -8
- package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +262 -122
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +746 -268
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +81 -45
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
- 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 +64 -8
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +103 -73
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +76 -20
- package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +628 -376
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -45
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +178 -10
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +149 -93
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +88 -90
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +490 -219
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +129 -209
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +23 -8
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +151 -71
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
- 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 +15 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +178 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +149 -93
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +131 -211
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +26 -14
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +189 -119
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -14
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +189 -119
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
- package/node_modules/@types/responselike/package.json +9 -7
- package/node_modules/follow-redirects/index.js +16 -4
- package/node_modules/follow-redirects/package.json +2 -3
- package/node_modules/keyv/package.json +4 -4
- package/node_modules/keyv/src/index.js +6 -11
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +97 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +9 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +63 -0
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +28 -0
- package/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/node_modules/undici-types/readable.d.ts +61 -0
- package/node_modules/undici-types/webidl.d.ts +220 -0
- package/node_modules/undici-types/websocket.d.ts +131 -0
- package/package.json +27 -31
- package/node_modules/combined-stream/yarn.lock +0 -17
- /package/node_modules/{retry → p-retry/node_modules/retry}/License +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/README.md +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/example/dns.js +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/example/stop.js +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/index.js +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/lib/retry.js +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/lib/retry_operation.js +0 -0
- /package/node_modules/{retry → p-retry/node_modules/retry}/package.json +0 -0
package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts
CHANGED
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
* const decoder = new StringDecoder('utf8');
|
|
15
15
|
*
|
|
16
16
|
* const cent = Buffer.from([0xC2, 0xA2]);
|
|
17
|
-
* console.log(decoder.write(cent));
|
|
17
|
+
* console.log(decoder.write(cent)); // Prints: ¢
|
|
18
18
|
*
|
|
19
19
|
* const euro = Buffer.from([0xE2, 0x82, 0xAC]);
|
|
20
|
-
* console.log(decoder.write(euro));
|
|
20
|
+
* console.log(decoder.write(euro)); // Prints: €
|
|
21
21
|
* ```
|
|
22
22
|
*
|
|
23
23
|
* When a `Buffer` instance is written to the `StringDecoder` instance, an
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
*
|
|
35
35
|
* decoder.write(Buffer.from([0xE2]));
|
|
36
36
|
* decoder.write(Buffer.from([0x82]));
|
|
37
|
-
* console.log(decoder.end(Buffer.from([0xAC])));
|
|
37
|
+
* console.log(decoder.end(Buffer.from([0xAC]))); // Prints: €
|
|
38
38
|
* ```
|
|
39
39
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/string_decoder.js)
|
|
40
40
|
*/
|
|
41
|
-
declare module
|
|
41
|
+
declare module "string_decoder" {
|
|
42
42
|
class StringDecoder {
|
|
43
43
|
constructor(encoding?: BufferEncoding);
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ declare module 'string_decoder' {
|
|
|
46
46
|
* the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the
|
|
47
47
|
* returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`.
|
|
48
48
|
* @since v0.1.99
|
|
49
|
-
* @param buffer
|
|
49
|
+
* @param buffer The bytes to decode.
|
|
50
50
|
*/
|
|
51
51
|
write(buffer: Buffer): string;
|
|
52
52
|
/**
|
|
@@ -57,11 +57,11 @@ declare module 'string_decoder' {
|
|
|
57
57
|
* If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input.
|
|
58
58
|
* After `end()` is called, the `stringDecoder` object can be reused for new input.
|
|
59
59
|
* @since v0.9.3
|
|
60
|
-
* @param buffer
|
|
60
|
+
* @param buffer The bytes to decode.
|
|
61
61
|
*/
|
|
62
62
|
end(buffer?: Buffer): string;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
declare module
|
|
66
|
-
export * from
|
|
65
|
+
declare module "node:string_decoder" {
|
|
66
|
+
export * from "string_decoder";
|
|
67
67
|
}
|
|
@@ -76,15 +76,17 @@
|
|
|
76
76
|
*
|
|
77
77
|
* If any tests fail, the process exit code is set to `1`.
|
|
78
78
|
* @since v18.0.0, v16.17.0
|
|
79
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.
|
|
79
|
+
* @see [source](https://github.com/nodejs/node/blob/v20.4.0/lib/test.js)
|
|
80
80
|
*/
|
|
81
|
-
declare module
|
|
82
|
-
import { Readable } from
|
|
83
|
-
import { AsyncResource } from
|
|
81
|
+
declare module "node:test" {
|
|
82
|
+
import { Readable } from "node:stream";
|
|
83
|
+
import { AsyncResource } from "node:async_hooks";
|
|
84
84
|
/**
|
|
85
85
|
* ```js
|
|
86
86
|
* import { tap } from 'node:test/reporters';
|
|
87
|
+
* import { run } from 'node:test';
|
|
87
88
|
* import process from 'node:process';
|
|
89
|
+
* import path from 'node:path';
|
|
88
90
|
*
|
|
89
91
|
* run({ files: [path.resolve('./tests/test.js')] })
|
|
90
92
|
* .compose(tap)
|
|
@@ -137,20 +139,7 @@ declare module 'node:test' {
|
|
|
137
139
|
function test(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
138
140
|
function test(fn?: TestFn): Promise<void>;
|
|
139
141
|
namespace test {
|
|
140
|
-
export {
|
|
141
|
-
after,
|
|
142
|
-
afterEach,
|
|
143
|
-
before,
|
|
144
|
-
beforeEach,
|
|
145
|
-
describe,
|
|
146
|
-
it,
|
|
147
|
-
run,
|
|
148
|
-
mock,
|
|
149
|
-
test,
|
|
150
|
-
skip,
|
|
151
|
-
todo,
|
|
152
|
-
only
|
|
153
|
-
};
|
|
142
|
+
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, todo };
|
|
154
143
|
}
|
|
155
144
|
/**
|
|
156
145
|
* The `describe()` function imported from the `node:test` module. Each
|
|
@@ -256,7 +245,6 @@ declare module 'node:test' {
|
|
|
256
245
|
type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
|
|
257
246
|
/**
|
|
258
247
|
* The type of a function under Suite.
|
|
259
|
-
* If the test uses callbacks, the callback function is passed as an argument
|
|
260
248
|
*/
|
|
261
249
|
type SuiteFn = (s: SuiteContext) => void | Promise<void>;
|
|
262
250
|
interface TestShard {
|
|
@@ -306,10 +294,14 @@ declare module 'node:test' {
|
|
|
306
294
|
* For each test that is executed, any corresponding test hooks, such as `beforeEach()`, are also run.
|
|
307
295
|
*/
|
|
308
296
|
testNamePatterns?: string | RegExp | string[] | RegExp[];
|
|
297
|
+
/**
|
|
298
|
+
* If truthy, the test context will only run tests that have the `only` option set
|
|
299
|
+
*/
|
|
300
|
+
only?: boolean;
|
|
309
301
|
/**
|
|
310
302
|
* A function that accepts the TestsStream instance and can be used to setup listeners before any tests are run.
|
|
311
303
|
*/
|
|
312
|
-
setup?: (root:
|
|
304
|
+
setup?: (root: Test) => void | Promise<void>;
|
|
313
305
|
/**
|
|
314
306
|
* Whether to run in watch mode or not.
|
|
315
307
|
* @default false
|
|
@@ -336,53 +328,53 @@ declare module 'node:test' {
|
|
|
336
328
|
* @since v18.9.0, v16.19.0
|
|
337
329
|
*/
|
|
338
330
|
class TestsStream extends Readable implements NodeJS.ReadableStream {
|
|
339
|
-
addListener(event:
|
|
340
|
-
addListener(event:
|
|
341
|
-
addListener(event:
|
|
342
|
-
addListener(event:
|
|
343
|
-
addListener(event:
|
|
344
|
-
addListener(event:
|
|
345
|
-
addListener(event:
|
|
331
|
+
addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
|
|
332
|
+
addListener(event: "test:fail", listener: (data: TestFail) => void): this;
|
|
333
|
+
addListener(event: "test:pass", listener: (data: TestPass) => void): this;
|
|
334
|
+
addListener(event: "test:plan", listener: (data: TestPlan) => void): this;
|
|
335
|
+
addListener(event: "test:start", listener: (data: TestStart) => void): this;
|
|
336
|
+
addListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
|
|
337
|
+
addListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
|
|
346
338
|
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
347
|
-
emit(event:
|
|
348
|
-
emit(event:
|
|
349
|
-
emit(event:
|
|
350
|
-
emit(event:
|
|
351
|
-
emit(event:
|
|
352
|
-
emit(event:
|
|
353
|
-
emit(event:
|
|
339
|
+
emit(event: "test:diagnostic", data: DiagnosticData): boolean;
|
|
340
|
+
emit(event: "test:fail", data: TestFail): boolean;
|
|
341
|
+
emit(event: "test:pass", data: TestPass): boolean;
|
|
342
|
+
emit(event: "test:plan", data: TestPlan): boolean;
|
|
343
|
+
emit(event: "test:start", data: TestStart): boolean;
|
|
344
|
+
emit(event: "test:stderr", data: TestStderr): boolean;
|
|
345
|
+
emit(event: "test:stdout", data: TestStdout): boolean;
|
|
354
346
|
emit(event: string | symbol, ...args: any[]): boolean;
|
|
355
|
-
on(event:
|
|
356
|
-
on(event:
|
|
357
|
-
on(event:
|
|
358
|
-
on(event:
|
|
359
|
-
on(event:
|
|
360
|
-
on(event:
|
|
361
|
-
on(event:
|
|
347
|
+
on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
|
|
348
|
+
on(event: "test:fail", listener: (data: TestFail) => void): this;
|
|
349
|
+
on(event: "test:pass", listener: (data: TestPass) => void): this;
|
|
350
|
+
on(event: "test:plan", listener: (data: TestPlan) => void): this;
|
|
351
|
+
on(event: "test:start", listener: (data: TestStart) => void): this;
|
|
352
|
+
on(event: "test:stderr", listener: (data: TestStderr) => void): this;
|
|
353
|
+
on(event: "test:stdout", listener: (data: TestStdout) => void): this;
|
|
362
354
|
on(event: string, listener: (...args: any[]) => void): this;
|
|
363
|
-
once(event:
|
|
364
|
-
once(event:
|
|
365
|
-
once(event:
|
|
366
|
-
once(event:
|
|
367
|
-
once(event:
|
|
368
|
-
once(event:
|
|
369
|
-
once(event:
|
|
355
|
+
once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
|
|
356
|
+
once(event: "test:fail", listener: (data: TestFail) => void): this;
|
|
357
|
+
once(event: "test:pass", listener: (data: TestPass) => void): this;
|
|
358
|
+
once(event: "test:plan", listener: (data: TestPlan) => void): this;
|
|
359
|
+
once(event: "test:start", listener: (data: TestStart) => void): this;
|
|
360
|
+
once(event: "test:stderr", listener: (data: TestStderr) => void): this;
|
|
361
|
+
once(event: "test:stdout", listener: (data: TestStdout) => void): this;
|
|
370
362
|
once(event: string, listener: (...args: any[]) => void): this;
|
|
371
|
-
prependListener(event:
|
|
372
|
-
prependListener(event:
|
|
373
|
-
prependListener(event:
|
|
374
|
-
prependListener(event:
|
|
375
|
-
prependListener(event:
|
|
376
|
-
prependListener(event:
|
|
377
|
-
prependListener(event:
|
|
363
|
+
prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
|
|
364
|
+
prependListener(event: "test:fail", listener: (data: TestFail) => void): this;
|
|
365
|
+
prependListener(event: "test:pass", listener: (data: TestPass) => void): this;
|
|
366
|
+
prependListener(event: "test:plan", listener: (data: TestPlan) => void): this;
|
|
367
|
+
prependListener(event: "test:start", listener: (data: TestStart) => void): this;
|
|
368
|
+
prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
|
|
369
|
+
prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
|
|
378
370
|
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
379
|
-
prependOnceListener(event:
|
|
380
|
-
prependOnceListener(event:
|
|
381
|
-
prependOnceListener(event:
|
|
382
|
-
prependOnceListener(event:
|
|
383
|
-
prependOnceListener(event:
|
|
384
|
-
prependOnceListener(event:
|
|
385
|
-
prependOnceListener(event:
|
|
371
|
+
prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
|
|
372
|
+
prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this;
|
|
373
|
+
prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this;
|
|
374
|
+
prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this;
|
|
375
|
+
prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this;
|
|
376
|
+
prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
|
|
377
|
+
prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
|
|
386
378
|
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
387
379
|
}
|
|
388
380
|
/**
|
|
@@ -649,7 +641,7 @@ declare module 'node:test' {
|
|
|
649
641
|
* The hook function. If the hook uses callbacks, the callback function is passed as the
|
|
650
642
|
* second argument.
|
|
651
643
|
*/
|
|
652
|
-
type HookFn = (done: (result?: any) => void) => any;
|
|
644
|
+
type HookFn = (s: SuiteContext, done: (result?: any) => void) => any;
|
|
653
645
|
/**
|
|
654
646
|
* Configuration options for hooks.
|
|
655
647
|
* @since v18.8.0
|
|
@@ -740,7 +732,11 @@ declare module 'node:test' {
|
|
|
740
732
|
* behavior of the mocked function.
|
|
741
733
|
*/
|
|
742
734
|
fn<F extends Function = NoOpFunction>(original?: F, options?: MockFunctionOptions): Mock<F>;
|
|
743
|
-
fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
|
|
735
|
+
fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
|
|
736
|
+
original?: F,
|
|
737
|
+
implementation?: Implementation,
|
|
738
|
+
options?: MockFunctionOptions,
|
|
739
|
+
): Mock<F | Implementation>;
|
|
744
740
|
/**
|
|
745
741
|
* This function is used to create a mock on an existing object method. The
|
|
746
742
|
* following example demonstrates how a mock is created on an existing object
|
|
@@ -784,8 +780,7 @@ declare module 'node:test' {
|
|
|
784
780
|
object: MockedObject,
|
|
785
781
|
methodName: MethodName,
|
|
786
782
|
options?: MockFunctionOptions,
|
|
787
|
-
): MockedObject[MethodName] extends Function
|
|
788
|
-
? Mock<MockedObject[MethodName]>
|
|
783
|
+
): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
|
|
789
784
|
: never;
|
|
790
785
|
method<
|
|
791
786
|
MockedObject extends object,
|
|
@@ -796,8 +791,7 @@ declare module 'node:test' {
|
|
|
796
791
|
methodName: MethodName,
|
|
797
792
|
implementation: Implementation,
|
|
798
793
|
options?: MockFunctionOptions,
|
|
799
|
-
): MockedObject[MethodName] extends Function
|
|
800
|
-
? Mock<MockedObject[MethodName] | Implementation>
|
|
794
|
+
): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
|
|
801
795
|
: never;
|
|
802
796
|
method<MockedObject extends object>(
|
|
803
797
|
object: MockedObject,
|
|
@@ -878,16 +872,12 @@ declare module 'node:test' {
|
|
|
878
872
|
const mock: MockTracker;
|
|
879
873
|
interface MockFunctionCall<
|
|
880
874
|
F extends Function,
|
|
881
|
-
ReturnType = F extends (...args: any) => infer T
|
|
882
|
-
? T
|
|
883
|
-
:
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
? Y
|
|
888
|
-
: F extends abstract new (...args: infer Y) => any
|
|
889
|
-
? Y
|
|
890
|
-
: unknown[],
|
|
875
|
+
ReturnType = F extends (...args: any) => infer T ? T
|
|
876
|
+
: F extends abstract new(...args: any) => infer T ? T
|
|
877
|
+
: unknown,
|
|
878
|
+
Args = F extends (...args: infer Y) => any ? Y
|
|
879
|
+
: F extends abstract new(...args: infer Y) => any ? Y
|
|
880
|
+
: unknown[],
|
|
891
881
|
> {
|
|
892
882
|
/**
|
|
893
883
|
* An array of the arguments passed to the mock function.
|
|
@@ -911,7 +901,7 @@ declare module 'node:test' {
|
|
|
911
901
|
* If the mocked function is a constructor, this field contains the class being constructed.
|
|
912
902
|
* Otherwise this will be `undefined`.
|
|
913
903
|
*/
|
|
914
|
-
target: F extends abstract new
|
|
904
|
+
target: F extends abstract new(...args: any) => any ? F : undefined;
|
|
915
905
|
/**
|
|
916
906
|
* The mocked function's `this` value.
|
|
917
907
|
*/
|
|
@@ -1017,7 +1007,7 @@ declare module 'node:test' {
|
|
|
1017
1007
|
*/
|
|
1018
1008
|
restore(): void;
|
|
1019
1009
|
}
|
|
1020
|
-
type Timer =
|
|
1010
|
+
type Timer = "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout";
|
|
1021
1011
|
/**
|
|
1022
1012
|
* Mocking timers is a technique commonly used in software testing to simulate and
|
|
1023
1013
|
* control the behavior of timers, such as `setInterval` and `setTimeout`,
|
|
@@ -1042,11 +1032,6 @@ declare module 'node:test' {
|
|
|
1042
1032
|
* mock.timers.enable(['setInterval']);
|
|
1043
1033
|
* ```
|
|
1044
1034
|
*
|
|
1045
|
-
* ```js
|
|
1046
|
-
* const { mock } = require('node:test');
|
|
1047
|
-
* mock.timers.enable(['setInterval']);
|
|
1048
|
-
* ```
|
|
1049
|
-
*
|
|
1050
1035
|
* The above example enables mocking for the `setInterval` timer and
|
|
1051
1036
|
* implicitly mocks the `clearInterval` function. Only the `setInterval`and `clearInterval` functions from `node:timers`,`node:timers/promises`, and`globalThis` will be mocked.
|
|
1052
1037
|
*
|
|
@@ -1070,11 +1055,6 @@ declare module 'node:test' {
|
|
|
1070
1055
|
* import { mock } from 'node:test';
|
|
1071
1056
|
* mock.timers.reset();
|
|
1072
1057
|
* ```
|
|
1073
|
-
*
|
|
1074
|
-
* ```js
|
|
1075
|
-
* const { mock } = require('node:test');
|
|
1076
|
-
* mock.timers.reset();
|
|
1077
|
-
* ```
|
|
1078
1058
|
* @since v20.4.0
|
|
1079
1059
|
*/
|
|
1080
1060
|
reset(): void;
|
|
@@ -1109,24 +1089,6 @@ declare module 'node:test' {
|
|
|
1109
1089
|
* });
|
|
1110
1090
|
* ```
|
|
1111
1091
|
*
|
|
1112
|
-
* ```js
|
|
1113
|
-
* const assert = require('node:assert');
|
|
1114
|
-
* const { test } = require('node:test');
|
|
1115
|
-
*
|
|
1116
|
-
* test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
|
|
1117
|
-
* const fn = context.mock.fn();
|
|
1118
|
-
* context.mock.timers.enable(['setTimeout']);
|
|
1119
|
-
*
|
|
1120
|
-
* setTimeout(fn, 9999);
|
|
1121
|
-
* assert.strictEqual(fn.mock.callCount(), 0);
|
|
1122
|
-
*
|
|
1123
|
-
* // Advance in time
|
|
1124
|
-
* context.mock.timers.tick(9999);
|
|
1125
|
-
*
|
|
1126
|
-
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
1127
|
-
* });
|
|
1128
|
-
* ```
|
|
1129
|
-
*
|
|
1130
1092
|
* Alternativelly, the `.tick` function can be called many times
|
|
1131
1093
|
*
|
|
1132
1094
|
* ```js
|
|
@@ -1147,25 +1109,6 @@ declare module 'node:test' {
|
|
|
1147
1109
|
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
1148
1110
|
* });
|
|
1149
1111
|
* ```
|
|
1150
|
-
*
|
|
1151
|
-
* ```js
|
|
1152
|
-
* const assert = require('node:assert');
|
|
1153
|
-
* const { test } = require('node:test');
|
|
1154
|
-
*
|
|
1155
|
-
* test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
|
|
1156
|
-
* const fn = context.mock.fn();
|
|
1157
|
-
* context.mock.timers.enable(['setTimeout']);
|
|
1158
|
-
* const nineSecs = 9000;
|
|
1159
|
-
* setTimeout(fn, nineSecs);
|
|
1160
|
-
*
|
|
1161
|
-
* const twoSeconds = 3000;
|
|
1162
|
-
* context.mock.timers.tick(twoSeconds);
|
|
1163
|
-
* context.mock.timers.tick(twoSeconds);
|
|
1164
|
-
* context.mock.timers.tick(twoSeconds);
|
|
1165
|
-
*
|
|
1166
|
-
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
1167
|
-
* });
|
|
1168
|
-
* ```
|
|
1169
1112
|
* @since v20.4.0
|
|
1170
1113
|
*/
|
|
1171
1114
|
tick(milliseconds: number): void;
|
|
@@ -1197,28 +1140,6 @@ declare module 'node:test' {
|
|
|
1197
1140
|
* });
|
|
1198
1141
|
* ```
|
|
1199
1142
|
*
|
|
1200
|
-
* ```js
|
|
1201
|
-
* const assert = require('node:assert');
|
|
1202
|
-
* const { test } = require('node:test');
|
|
1203
|
-
*
|
|
1204
|
-
* test('runAll functions following the given order', (context) => {
|
|
1205
|
-
* context.mock.timers.enable(['setTimeout']);
|
|
1206
|
-
* const results = [];
|
|
1207
|
-
* setTimeout(() => results.push(1), 9999);
|
|
1208
|
-
*
|
|
1209
|
-
* // Notice that if both timers have the same timeout,
|
|
1210
|
-
* // the order of execution is guaranteed
|
|
1211
|
-
* setTimeout(() => results.push(3), 8888);
|
|
1212
|
-
* setTimeout(() => results.push(2), 8888);
|
|
1213
|
-
*
|
|
1214
|
-
* assert.deepStrictEqual(results, []);
|
|
1215
|
-
*
|
|
1216
|
-
* context.mock.timers.runAll();
|
|
1217
|
-
*
|
|
1218
|
-
* assert.deepStrictEqual(results, [3, 2, 1]);
|
|
1219
|
-
* });
|
|
1220
|
-
* ```
|
|
1221
|
-
*
|
|
1222
1143
|
* **Note:** The `runAll()` function is specifically designed for
|
|
1223
1144
|
* triggering timers in the context of timer mocking.
|
|
1224
1145
|
* It does not have any effect on real-time system
|
|
@@ -1231,10 +1152,41 @@ declare module 'node:test' {
|
|
|
1231
1152
|
*/
|
|
1232
1153
|
[Symbol.dispose](): void;
|
|
1233
1154
|
}
|
|
1234
|
-
export {
|
|
1155
|
+
export {
|
|
1156
|
+
after,
|
|
1157
|
+
afterEach,
|
|
1158
|
+
before,
|
|
1159
|
+
beforeEach,
|
|
1160
|
+
describe,
|
|
1161
|
+
it,
|
|
1162
|
+
Mock,
|
|
1163
|
+
mock,
|
|
1164
|
+
only,
|
|
1165
|
+
run,
|
|
1166
|
+
skip,
|
|
1167
|
+
test,
|
|
1168
|
+
test as default,
|
|
1169
|
+
todo,
|
|
1170
|
+
};
|
|
1235
1171
|
}
|
|
1236
1172
|
|
|
1237
|
-
interface
|
|
1173
|
+
interface TestLocationInfo {
|
|
1174
|
+
/**
|
|
1175
|
+
* The column number where the test is defined, or
|
|
1176
|
+
* `undefined` if the test was run through the REPL.
|
|
1177
|
+
*/
|
|
1178
|
+
column?: number;
|
|
1179
|
+
/**
|
|
1180
|
+
* The path of the test file, `undefined` if test is not ran through a file.
|
|
1181
|
+
*/
|
|
1182
|
+
file?: string;
|
|
1183
|
+
/**
|
|
1184
|
+
* The line number where the test is defined, or
|
|
1185
|
+
* `undefined` if the test was run through the REPL.
|
|
1186
|
+
*/
|
|
1187
|
+
line?: number;
|
|
1188
|
+
}
|
|
1189
|
+
interface DiagnosticData extends TestLocationInfo {
|
|
1238
1190
|
/**
|
|
1239
1191
|
* The diagnostic message.
|
|
1240
1192
|
*/
|
|
@@ -1243,12 +1195,8 @@ interface DiagnosticData {
|
|
|
1243
1195
|
* The nesting level of the test.
|
|
1244
1196
|
*/
|
|
1245
1197
|
nesting: number;
|
|
1246
|
-
/**
|
|
1247
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1248
|
-
*/
|
|
1249
|
-
file?: string;
|
|
1250
1198
|
}
|
|
1251
|
-
interface TestFail {
|
|
1199
|
+
interface TestFail extends TestLocationInfo {
|
|
1252
1200
|
/**
|
|
1253
1201
|
* Additional execution metadata.
|
|
1254
1202
|
*/
|
|
@@ -1265,7 +1213,7 @@ interface TestFail {
|
|
|
1265
1213
|
* The type of the test, used to denote whether this is a suite.
|
|
1266
1214
|
* @since 20.0.0, 19.9.0, 18.17.0
|
|
1267
1215
|
*/
|
|
1268
|
-
type?:
|
|
1216
|
+
type?: "suite";
|
|
1269
1217
|
};
|
|
1270
1218
|
/**
|
|
1271
1219
|
* The test name.
|
|
@@ -1287,12 +1235,8 @@ interface TestFail {
|
|
|
1287
1235
|
* Present if `context.skip` is called.
|
|
1288
1236
|
*/
|
|
1289
1237
|
skip?: string | boolean;
|
|
1290
|
-
/**
|
|
1291
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1292
|
-
*/
|
|
1293
|
-
file?: string;
|
|
1294
1238
|
}
|
|
1295
|
-
interface TestPass {
|
|
1239
|
+
interface TestPass extends TestLocationInfo {
|
|
1296
1240
|
/**
|
|
1297
1241
|
* Additional execution metadata.
|
|
1298
1242
|
*/
|
|
@@ -1305,7 +1249,7 @@ interface TestPass {
|
|
|
1305
1249
|
* The type of the test, used to denote whether this is a suite.
|
|
1306
1250
|
* @since 20.0.0, 19.9.0, 18.17.0
|
|
1307
1251
|
*/
|
|
1308
|
-
type?:
|
|
1252
|
+
type?: "suite";
|
|
1309
1253
|
};
|
|
1310
1254
|
/**
|
|
1311
1255
|
* The test name.
|
|
@@ -1327,12 +1271,8 @@ interface TestPass {
|
|
|
1327
1271
|
* Present if `context.skip` is called.
|
|
1328
1272
|
*/
|
|
1329
1273
|
skip?: string | boolean;
|
|
1330
|
-
/**
|
|
1331
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1332
|
-
*/
|
|
1333
|
-
file?: string;
|
|
1334
1274
|
}
|
|
1335
|
-
interface TestPlan {
|
|
1275
|
+
interface TestPlan extends TestLocationInfo {
|
|
1336
1276
|
/**
|
|
1337
1277
|
* The nesting level of the test.
|
|
1338
1278
|
*/
|
|
@@ -1341,12 +1281,8 @@ interface TestPlan {
|
|
|
1341
1281
|
* The number of subtests that have ran.
|
|
1342
1282
|
*/
|
|
1343
1283
|
count: number;
|
|
1344
|
-
/**
|
|
1345
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1346
|
-
*/
|
|
1347
|
-
file?: string;
|
|
1348
1284
|
}
|
|
1349
|
-
interface TestStart {
|
|
1285
|
+
interface TestStart extends TestLocationInfo {
|
|
1350
1286
|
/**
|
|
1351
1287
|
* The test name.
|
|
1352
1288
|
*/
|
|
@@ -1355,54 +1291,34 @@ interface TestStart {
|
|
|
1355
1291
|
* The nesting level of the test.
|
|
1356
1292
|
*/
|
|
1357
1293
|
nesting: number;
|
|
1358
|
-
/**
|
|
1359
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1360
|
-
*/
|
|
1361
|
-
file?: string;
|
|
1362
1294
|
}
|
|
1363
|
-
interface TestStderr {
|
|
1364
|
-
/**
|
|
1365
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1366
|
-
*/
|
|
1367
|
-
file?: string;
|
|
1295
|
+
interface TestStderr extends TestLocationInfo {
|
|
1368
1296
|
/**
|
|
1369
1297
|
* The message written to `stderr`
|
|
1370
1298
|
*/
|
|
1371
1299
|
message: string;
|
|
1372
1300
|
}
|
|
1373
|
-
interface TestStdout {
|
|
1374
|
-
/**
|
|
1375
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1376
|
-
*/
|
|
1377
|
-
file?: string;
|
|
1301
|
+
interface TestStdout extends TestLocationInfo {
|
|
1378
1302
|
/**
|
|
1379
1303
|
* The message written to `stdout`
|
|
1380
1304
|
*/
|
|
1381
1305
|
message: string;
|
|
1382
1306
|
}
|
|
1383
|
-
interface TestEnqueue {
|
|
1307
|
+
interface TestEnqueue extends TestLocationInfo {
|
|
1384
1308
|
/**
|
|
1385
1309
|
* The test name
|
|
1386
1310
|
*/
|
|
1387
1311
|
name: string;
|
|
1388
|
-
/**
|
|
1389
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1390
|
-
*/
|
|
1391
|
-
file?: string;
|
|
1392
1312
|
/**
|
|
1393
1313
|
* The nesting level of the test.
|
|
1394
1314
|
*/
|
|
1395
1315
|
nesting: number;
|
|
1396
1316
|
}
|
|
1397
|
-
interface TestDequeue {
|
|
1317
|
+
interface TestDequeue extends TestLocationInfo {
|
|
1398
1318
|
/**
|
|
1399
1319
|
* The test name
|
|
1400
1320
|
*/
|
|
1401
1321
|
name: string;
|
|
1402
|
-
/**
|
|
1403
|
-
* The path of the test file, undefined if test is not ran through a file.
|
|
1404
|
-
*/
|
|
1405
|
-
file?: string;
|
|
1406
1322
|
/**
|
|
1407
1323
|
* The nesting level of the test.
|
|
1408
1324
|
*/
|
|
@@ -1426,20 +1342,20 @@ interface TestDequeue {
|
|
|
1426
1342
|
* @since v19.9.0
|
|
1427
1343
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/test/reporters.js)
|
|
1428
1344
|
*/
|
|
1429
|
-
declare module
|
|
1430
|
-
import { Transform } from
|
|
1345
|
+
declare module "node:test/reporters" {
|
|
1346
|
+
import { Transform } from "node:stream";
|
|
1431
1347
|
|
|
1432
1348
|
type TestEvent =
|
|
1433
|
-
| { type:
|
|
1434
|
-
| { type:
|
|
1435
|
-
| { type:
|
|
1436
|
-
| { type:
|
|
1437
|
-
| { type:
|
|
1438
|
-
| { type:
|
|
1439
|
-
| { type:
|
|
1440
|
-
| { type:
|
|
1441
|
-
| { type:
|
|
1442
|
-
| { type:
|
|
1349
|
+
| { type: "test:diagnostic"; data: DiagnosticData }
|
|
1350
|
+
| { type: "test:fail"; data: TestFail }
|
|
1351
|
+
| { type: "test:pass"; data: TestPass }
|
|
1352
|
+
| { type: "test:plan"; data: TestPlan }
|
|
1353
|
+
| { type: "test:start"; data: TestStart }
|
|
1354
|
+
| { type: "test:stderr"; data: TestStderr }
|
|
1355
|
+
| { type: "test:stdout"; data: TestStdout }
|
|
1356
|
+
| { type: "test:enqueue"; data: TestEnqueue }
|
|
1357
|
+
| { type: "test:dequeue"; data: TestDequeue }
|
|
1358
|
+
| { type: "test:watch:drained" };
|
|
1443
1359
|
type TestEventGenerator = AsyncGenerator<TestEvent, void>;
|
|
1444
1360
|
|
|
1445
1361
|
/**
|
|
@@ -1447,7 +1363,7 @@ declare module 'node:test/reporters' {
|
|
|
1447
1363
|
* where each passing test is represented by a `.`,
|
|
1448
1364
|
* and each failing test is represented by a `X`.
|
|
1449
1365
|
*/
|
|
1450
|
-
function dot(source: TestEventGenerator): AsyncGenerator<
|
|
1366
|
+
function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>;
|
|
1451
1367
|
/**
|
|
1452
1368
|
* The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format.
|
|
1453
1369
|
*/
|
|
@@ -1458,5 +1374,9 @@ declare module 'node:test/reporters' {
|
|
|
1458
1374
|
class Spec extends Transform {
|
|
1459
1375
|
constructor();
|
|
1460
1376
|
}
|
|
1461
|
-
|
|
1377
|
+
/**
|
|
1378
|
+
* The `junit` reporter outputs test results in a jUnit XML format
|
|
1379
|
+
*/
|
|
1380
|
+
function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
|
|
1381
|
+
export { dot, junit, Spec as spec, tap, TestEvent };
|
|
1462
1382
|
}
|
package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
* ```
|
|
12
12
|
* @since v15.0.0
|
|
13
13
|
*/
|
|
14
|
-
declare module
|
|
15
|
-
import { TimerOptions } from
|
|
14
|
+
declare module "timers/promises" {
|
|
15
|
+
import { TimerOptions } from "node:timers";
|
|
16
16
|
/**
|
|
17
17
|
* ```js
|
|
18
18
|
* import {
|
|
@@ -88,6 +88,6 @@ declare module 'timers/promises' {
|
|
|
88
88
|
}
|
|
89
89
|
const scheduler: Scheduler;
|
|
90
90
|
}
|
|
91
|
-
declare module
|
|
92
|
-
export * from
|
|
91
|
+
declare module "node:timers/promises" {
|
|
92
|
+
export * from "timers/promises";
|
|
93
93
|
}
|