cloudstructs 0.1.39 → 0.2.0
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 +19 -19
- package/.jsii +2743 -1551
- package/API.md +71 -71
- package/README.md +2 -0
- package/lib/codecommit-mirror/index.d.ts +6 -6
- package/lib/codecommit-mirror/index.js +13 -12
- package/lib/ecs-service-roller/index.d.ts +5 -5
- package/lib/ecs-service-roller/index.js +10 -9
- package/lib/email-receiver/receiver.d.ts +5 -5
- package/lib/email-receiver/receiver.js +15 -14
- package/lib/saml-identity-provider/index.d.ts +4 -4
- package/lib/saml-identity-provider/index.js +10 -9
- package/lib/slack-events/index.d.ts +5 -4
- package/lib/slack-events/index.js +13 -14
- package/lib/slack-textract/index.d.ts +6 -5
- package/lib/slack-textract/index.js +12 -11
- package/lib/state-machine-cr-provider/index.d.ts +2 -1
- package/lib/state-machine-cr-provider/index.js +14 -13
- package/lib/static-website/index.d.ts +6 -6
- package/lib/static-website/index.js +16 -15
- package/lib/url-shortener/index.d.ts +8 -7
- package/lib/url-shortener/index.handler.js +2 -1
- package/lib/url-shortener/index.js +19 -18
- package/node_modules/@sindresorhus/is/dist/index.d.ts +9 -4
- package/node_modules/@sindresorhus/is/dist/index.js +9 -0
- package/node_modules/@sindresorhus/is/package.json +1 -1
- package/node_modules/@sindresorhus/is/readme.md +26 -0
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +13 -13
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +13 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +13 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +13 -13
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/README.md +1 -1
- package/node_modules/@types/keyv/index.d.ts +10 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +13 -13
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/@types/keyv/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +31 -20
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +106 -23
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +7 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +12 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +13 -2
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +107 -13
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +107 -46
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +18 -7
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +13 -13
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +8 -4
- 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 +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +385 -0
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +75 -7
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +2 -4
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -3
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +49 -11
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +6 -3
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +9 -4
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
- package/node_modules/axios/CHANGELOG.md +98 -8
- package/node_modules/axios/README.md +74 -6
- package/node_modules/axios/SECURITY.md +5 -0
- package/node_modules/axios/dist/axios.js +2028 -1591
- package/node_modules/axios/dist/axios.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.map +1 -1
- package/node_modules/axios/index.d.ts +8 -1
- package/node_modules/axios/lib/adapters/http.js +33 -5
- package/node_modules/axios/lib/adapters/xhr.js +35 -25
- package/node_modules/axios/lib/core/Axios.js +60 -7
- package/node_modules/axios/lib/core/InterceptorManager.js +4 -2
- package/node_modules/axios/lib/core/README.md +1 -0
- package/node_modules/axios/lib/core/dispatchRequest.js +6 -3
- package/node_modules/axios/lib/core/transformData.js +3 -1
- package/node_modules/axios/lib/defaults.js +43 -7
- package/node_modules/axios/lib/helpers/validator.js +105 -0
- package/node_modules/axios/lib/utils.js +1 -3
- package/node_modules/axios/package.json +19 -21
- package/node_modules/follow-redirects/index.js +59 -21
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/got/dist/source/as-promise/parse-body.d.ts +1 -1
- package/node_modules/got/dist/source/as-promise/types.js +2 -0
- package/node_modules/got/dist/source/core/index.d.ts +1 -1
- package/node_modules/got/dist/source/core/index.js +9 -3
- package/node_modules/got/dist/source/types.d.ts +14 -12
- package/node_modules/got/package.json +2 -2
- package/node_modules/got/readme.md +11 -10
- package/node_modules/keyv/LICENSE +1 -1
- package/node_modules/keyv/README.md +12 -10
- package/node_modules/keyv/package.json +17 -12
- package/node_modules/keyv/src/index.js +14 -16
- package/node_modules/mime-db/HISTORY.md +13 -0
- package/node_modules/mime-db/db.json +54 -0
- package/node_modules/mime-db/package.json +7 -7
- package/node_modules/mime-types/HISTORY.md +13 -3
- package/node_modules/mime-types/package.json +7 -7
- package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.d.ts +0 -0
- package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.js +0 -0
- package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/license +0 -0
- package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/package.json +0 -0
- package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/readme.md +0 -0
- package/package.json +33 -84
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"application/a2l": {
|
|
23
23
|
"source": "iana"
|
|
24
24
|
},
|
|
25
|
+
"application/ace+cbor": {
|
|
26
|
+
"source": "iana"
|
|
27
|
+
},
|
|
25
28
|
"application/activemessage": {
|
|
26
29
|
"source": "iana"
|
|
27
30
|
},
|
|
@@ -91,6 +94,9 @@
|
|
|
91
94
|
"source": "apache",
|
|
92
95
|
"extensions": ["aw"]
|
|
93
96
|
},
|
|
97
|
+
"application/at+jwt": {
|
|
98
|
+
"source": "iana"
|
|
99
|
+
},
|
|
94
100
|
"application/atf": {
|
|
95
101
|
"source": "iana"
|
|
96
102
|
},
|
|
@@ -491,6 +497,10 @@
|
|
|
491
497
|
"source": "iana",
|
|
492
498
|
"compressible": true
|
|
493
499
|
},
|
|
500
|
+
"application/express": {
|
|
501
|
+
"source": "iana",
|
|
502
|
+
"extensions": ["exp"]
|
|
503
|
+
},
|
|
494
504
|
"application/fastinfoset": {
|
|
495
505
|
"source": "iana"
|
|
496
506
|
},
|
|
@@ -1066,6 +1076,9 @@
|
|
|
1066
1076
|
"source": "iana",
|
|
1067
1077
|
"extensions": ["oxps"]
|
|
1068
1078
|
},
|
|
1079
|
+
"application/p21": {
|
|
1080
|
+
"source": "iana"
|
|
1081
|
+
},
|
|
1069
1082
|
"application/p21+zip": {
|
|
1070
1083
|
"source": "iana",
|
|
1071
1084
|
"compressible": false
|
|
@@ -1523,6 +1536,10 @@
|
|
|
1523
1536
|
"compressible": true,
|
|
1524
1537
|
"extensions": ["srx"]
|
|
1525
1538
|
},
|
|
1539
|
+
"application/spdx+json": {
|
|
1540
|
+
"source": "iana",
|
|
1541
|
+
"compressible": true
|
|
1542
|
+
},
|
|
1526
1543
|
"application/spirits-event+xml": {
|
|
1527
1544
|
"source": "iana",
|
|
1528
1545
|
"compressible": true
|
|
@@ -1640,6 +1657,9 @@
|
|
|
1640
1657
|
"application/tnauthlist": {
|
|
1641
1658
|
"source": "iana"
|
|
1642
1659
|
},
|
|
1660
|
+
"application/token-introspection+jwt": {
|
|
1661
|
+
"source": "iana"
|
|
1662
|
+
},
|
|
1643
1663
|
"application/toml": {
|
|
1644
1664
|
"compressible": true,
|
|
1645
1665
|
"extensions": ["toml"]
|
|
@@ -2001,6 +2021,10 @@
|
|
|
2001
2021
|
"application/vnd.afpc.modca-pagesegment": {
|
|
2002
2022
|
"source": "iana"
|
|
2003
2023
|
},
|
|
2024
|
+
"application/vnd.age": {
|
|
2025
|
+
"source": "iana",
|
|
2026
|
+
"extensions": ["age"]
|
|
2027
|
+
},
|
|
2004
2028
|
"application/vnd.ah-barcode": {
|
|
2005
2029
|
"source": "iana"
|
|
2006
2030
|
},
|
|
@@ -3842,6 +3866,10 @@
|
|
|
3842
3866
|
"source": "iana",
|
|
3843
3867
|
"extensions": ["taglet"]
|
|
3844
3868
|
},
|
|
3869
|
+
"application/vnd.nacamar.ybrid+json": {
|
|
3870
|
+
"source": "iana",
|
|
3871
|
+
"compressible": true
|
|
3872
|
+
},
|
|
3845
3873
|
"application/vnd.ncd.control": {
|
|
3846
3874
|
"source": "iana"
|
|
3847
3875
|
},
|
|
@@ -5795,6 +5823,15 @@
|
|
|
5795
5823
|
"source": "apache",
|
|
5796
5824
|
"extensions": ["iso"]
|
|
5797
5825
|
},
|
|
5826
|
+
"application/x-iwork-keynote-sffkey": {
|
|
5827
|
+
"extensions": ["key"]
|
|
5828
|
+
},
|
|
5829
|
+
"application/x-iwork-numbers-sffnumbers": {
|
|
5830
|
+
"extensions": ["numbers"]
|
|
5831
|
+
},
|
|
5832
|
+
"application/x-iwork-pages-sffpages": {
|
|
5833
|
+
"extensions": ["pages"]
|
|
5834
|
+
},
|
|
5798
5835
|
"application/x-java-archive-diff": {
|
|
5799
5836
|
"source": "nginx",
|
|
5800
5837
|
"extensions": ["jardiff"]
|
|
@@ -7167,6 +7204,7 @@
|
|
|
7167
7204
|
},
|
|
7168
7205
|
"image/vnd.microsoft.icon": {
|
|
7169
7206
|
"source": "iana",
|
|
7207
|
+
"compressible": true,
|
|
7170
7208
|
"extensions": ["ico"]
|
|
7171
7209
|
},
|
|
7172
7210
|
"image/vnd.mix": {
|
|
@@ -7176,6 +7214,7 @@
|
|
|
7176
7214
|
"source": "iana"
|
|
7177
7215
|
},
|
|
7178
7216
|
"image/vnd.ms-dds": {
|
|
7217
|
+
"compressible": true,
|
|
7179
7218
|
"extensions": ["dds"]
|
|
7180
7219
|
},
|
|
7181
7220
|
"image/vnd.ms-modi": {
|
|
@@ -7426,6 +7465,14 @@
|
|
|
7426
7465
|
"source": "iana",
|
|
7427
7466
|
"extensions": ["obj"]
|
|
7428
7467
|
},
|
|
7468
|
+
"model/step": {
|
|
7469
|
+
"source": "iana"
|
|
7470
|
+
},
|
|
7471
|
+
"model/step+xml": {
|
|
7472
|
+
"source": "iana",
|
|
7473
|
+
"compressible": true,
|
|
7474
|
+
"extensions": ["stpx"]
|
|
7475
|
+
},
|
|
7429
7476
|
"model/step+zip": {
|
|
7430
7477
|
"source": "iana",
|
|
7431
7478
|
"compressible": false,
|
|
@@ -7857,6 +7904,10 @@
|
|
|
7857
7904
|
"source": "iana",
|
|
7858
7905
|
"charset": "UTF-8"
|
|
7859
7906
|
},
|
|
7907
|
+
"text/vnd.familysearch.gedcom": {
|
|
7908
|
+
"source": "iana",
|
|
7909
|
+
"extensions": ["ged"]
|
|
7910
|
+
},
|
|
7860
7911
|
"text/vnd.ficlab.flt": {
|
|
7861
7912
|
"source": "iana"
|
|
7862
7913
|
},
|
|
@@ -8126,6 +8177,9 @@
|
|
|
8126
8177
|
"source": "apache",
|
|
8127
8178
|
"extensions": ["jpm","jpgm"]
|
|
8128
8179
|
},
|
|
8180
|
+
"video/jxsv": {
|
|
8181
|
+
"source": "iana"
|
|
8182
|
+
},
|
|
8129
8183
|
"video/mj2": {
|
|
8130
8184
|
"source": "iana",
|
|
8131
8185
|
"extensions": ["mj2","mjp2"]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mime-db",
|
|
3
3
|
"description": "Media Type Database",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.51.0",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
7
7
|
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"bluebird": "3.7.2",
|
|
23
23
|
"co": "4.6.0",
|
|
24
24
|
"cogent": "1.0.1",
|
|
25
|
-
"csv-parse": "4.16.
|
|
26
|
-
"eslint": "7.
|
|
25
|
+
"csv-parse": "4.16.3",
|
|
26
|
+
"eslint": "7.32.0",
|
|
27
27
|
"eslint-config-standard": "15.0.1",
|
|
28
|
-
"eslint-plugin-import": "2.
|
|
29
|
-
"eslint-plugin-markdown": "2.2.
|
|
28
|
+
"eslint-plugin-import": "2.25.2",
|
|
29
|
+
"eslint-plugin-markdown": "2.2.1",
|
|
30
30
|
"eslint-plugin-node": "11.1.0",
|
|
31
|
-
"eslint-plugin-promise": "5.1.
|
|
31
|
+
"eslint-plugin-promise": "5.1.1",
|
|
32
32
|
"eslint-plugin-standard": "4.1.0",
|
|
33
33
|
"gnode": "0.1.2",
|
|
34
|
-
"mocha": "9.
|
|
34
|
+
"mocha": "9.1.3",
|
|
35
35
|
"nyc": "15.1.0",
|
|
36
36
|
"raw-body": "2.4.1",
|
|
37
37
|
"stream-to-array": "2.3.0"
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2.1.34 / 2021-11-08
|
|
2
|
+
===================
|
|
3
|
+
|
|
4
|
+
* deps: mime-db@1.51.0
|
|
5
|
+
- Add new upstream MIME types
|
|
6
|
+
|
|
7
|
+
2.1.33 / 2021-10-01
|
|
8
|
+
===================
|
|
9
|
+
|
|
10
|
+
* deps: mime-db@1.50.0
|
|
11
|
+
- Add deprecated iWorks mime types and extensions
|
|
12
|
+
- Add new upstream MIME types
|
|
13
|
+
|
|
1
14
|
2.1.32 / 2021-07-27
|
|
2
15
|
===================
|
|
3
16
|
|
|
@@ -11,7 +24,6 @@
|
|
|
11
24
|
* deps: mime-db@1.48.0
|
|
12
25
|
- Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
|
|
13
26
|
- Add new upstream MIME types
|
|
14
|
-
- Mark `text/yaml` as compressible
|
|
15
27
|
|
|
16
28
|
2.1.30 / 2021-04-02
|
|
17
29
|
===================
|
|
@@ -89,7 +101,6 @@
|
|
|
89
101
|
- Add extension `.nq` to `application/n-quads`
|
|
90
102
|
- Add extension `.nt` to `application/n-triples`
|
|
91
103
|
- Add new upstream MIME types
|
|
92
|
-
- Mark `text/less` as compressible
|
|
93
104
|
|
|
94
105
|
2.1.21 / 2018-10-19
|
|
95
106
|
===================
|
|
@@ -342,7 +353,6 @@
|
|
|
342
353
|
|
|
343
354
|
* deps: mime-db@~1.1.0
|
|
344
355
|
- Add new mime types
|
|
345
|
-
- Add additional compressible
|
|
346
356
|
- Update charsets
|
|
347
357
|
|
|
348
358
|
2.0.1 / 2014-09-07
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mime-types",
|
|
3
3
|
"description": "The ultimate javascript content-type utility.",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.34",
|
|
5
5
|
"contributors": [
|
|
6
6
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
7
7
|
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
],
|
|
15
15
|
"repository": "jshttp/mime-types",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"mime-db": "1.
|
|
17
|
+
"mime-db": "1.51.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"eslint": "7.
|
|
20
|
+
"eslint": "7.32.0",
|
|
21
21
|
"eslint-config-standard": "14.1.1",
|
|
22
|
-
"eslint-plugin-import": "2.
|
|
23
|
-
"eslint-plugin-markdown": "2.2.
|
|
22
|
+
"eslint-plugin-import": "2.25.2",
|
|
23
|
+
"eslint-plugin-markdown": "2.2.1",
|
|
24
24
|
"eslint-plugin-node": "11.1.0",
|
|
25
|
-
"eslint-plugin-promise": "5.1.
|
|
25
|
+
"eslint-plugin-promise": "5.1.1",
|
|
26
26
|
"eslint-plugin-standard": "4.1.0",
|
|
27
|
-
"mocha": "9.
|
|
27
|
+
"mocha": "9.1.3",
|
|
28
28
|
"nyc": "15.1.0"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -6,27 +6,26 @@
|
|
|
6
6
|
"url": "https://github.com/jogold/cloudstructs.git"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
+
"build": "npx projen build",
|
|
10
|
+
"bump": "npx projen bump",
|
|
9
11
|
"clobber": "npx projen clobber",
|
|
12
|
+
"compat": "npx projen compat",
|
|
10
13
|
"compile": "npx projen compile",
|
|
11
|
-
"
|
|
14
|
+
"default": "npx projen default",
|
|
15
|
+
"docgen": "npx projen docgen",
|
|
16
|
+
"eslint": "npx projen eslint",
|
|
17
|
+
"package": "npx projen package",
|
|
18
|
+
"post-compile": "npx projen post-compile",
|
|
19
|
+
"pre-compile": "npx projen pre-compile",
|
|
20
|
+
"release": "npx projen release",
|
|
12
21
|
"test": "npx projen test",
|
|
13
|
-
"build": "npx projen build",
|
|
14
|
-
"test:watch": "npx projen test:watch",
|
|
15
22
|
"test:update": "npx projen test:update",
|
|
16
|
-
"
|
|
23
|
+
"test:watch": "npx projen test:watch",
|
|
17
24
|
"unbump": "npx projen unbump",
|
|
18
|
-
"upgrade
|
|
25
|
+
"upgrade": "npx projen upgrade",
|
|
19
26
|
"upgrade-projen": "npx projen upgrade-projen",
|
|
20
|
-
"default": "npx projen default",
|
|
21
27
|
"watch": "npx projen watch",
|
|
22
|
-
"
|
|
23
|
-
"eslint": "npx projen eslint",
|
|
24
|
-
"compat": "npx projen compat",
|
|
25
|
-
"publish:npm": "npx projen publish:npm",
|
|
26
|
-
"docgen": "npx projen docgen",
|
|
27
|
-
"release": "npx projen release",
|
|
28
|
-
"projen": "npx projen",
|
|
29
|
-
"start": "npx projen start"
|
|
28
|
+
"projen": "npx projen"
|
|
30
29
|
},
|
|
31
30
|
"author": {
|
|
32
31
|
"name": "Jonathan Goldwasser",
|
|
@@ -34,22 +33,25 @@
|
|
|
34
33
|
"organization": false
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
|
-
"@aws-cdk/
|
|
36
|
+
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
|
|
37
|
+
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
|
|
38
38
|
"@types/aws-lambda": "^8.10.83",
|
|
39
39
|
"@types/jest": "^26.0.24",
|
|
40
|
-
"@types/node": "^
|
|
40
|
+
"@types/node": "^14.17.0",
|
|
41
41
|
"@types/tsscmp": "^1.0.0",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
43
|
-
"@typescript-eslint/parser": "^
|
|
44
|
-
"aws-
|
|
45
|
-
"aws-sdk
|
|
46
|
-
"
|
|
47
|
-
"
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5",
|
|
43
|
+
"@typescript-eslint/parser": "^5",
|
|
44
|
+
"aws-cdk-lib": "2.1.0",
|
|
45
|
+
"aws-sdk": "^2.991.0",
|
|
46
|
+
"aws-sdk-mock": "^5.3.0",
|
|
47
|
+
"constructs": "10.0.5",
|
|
48
|
+
"esbuild": "^0.12.28",
|
|
49
|
+
"eslint": "^8",
|
|
48
50
|
"eslint-import-resolver-node": "^0.3.6",
|
|
49
|
-
"eslint-import-resolver-typescript": "^2.
|
|
51
|
+
"eslint-import-resolver-typescript": "^2.5.0",
|
|
50
52
|
"eslint-plugin-import": "^2.24.2",
|
|
51
53
|
"jest": "^26.6.3",
|
|
52
|
-
"jest-junit": "^
|
|
54
|
+
"jest-junit": "^13",
|
|
53
55
|
"jsii": "^1.34.0",
|
|
54
56
|
"jsii-diff": "^1.34.0",
|
|
55
57
|
"jsii-docgen": "^1.8.110",
|
|
@@ -57,71 +59,18 @@
|
|
|
57
59
|
"json-schema": "^0.3.0",
|
|
58
60
|
"nock": "^13.1.3",
|
|
59
61
|
"npm-check-updates": "^11",
|
|
60
|
-
"projen": "^0.
|
|
62
|
+
"projen": "^0.40.1",
|
|
61
63
|
"standard-version": "^9",
|
|
62
64
|
"ts-jest": "^26.5.6",
|
|
63
65
|
"typescript": "^3.9.10"
|
|
64
66
|
},
|
|
65
67
|
"peerDependencies": {
|
|
66
|
-
"@aws-cdk/aws-
|
|
67
|
-
"@aws-cdk/aws-apigatewayv2": "^1.
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"@aws-cdk/aws-cloudfront": "^1.92.0",
|
|
71
|
-
"@aws-cdk/aws-cloudfront-origins": "^1.92.0",
|
|
72
|
-
"@aws-cdk/aws-codecommit": "^1.92.0",
|
|
73
|
-
"@aws-cdk/aws-dynamodb": "^1.92.0",
|
|
74
|
-
"@aws-cdk/aws-ec2": "^1.92.0",
|
|
75
|
-
"@aws-cdk/aws-ecs": "^1.92.0",
|
|
76
|
-
"@aws-cdk/aws-events": "^1.92.0",
|
|
77
|
-
"@aws-cdk/aws-events-targets": "^1.92.0",
|
|
78
|
-
"@aws-cdk/aws-iam": "^1.92.0",
|
|
79
|
-
"@aws-cdk/aws-lambda": "^1.92.0",
|
|
80
|
-
"@aws-cdk/aws-lambda-destinations": "^1.92.0",
|
|
81
|
-
"@aws-cdk/aws-lambda-nodejs": "^1.92.0",
|
|
82
|
-
"@aws-cdk/aws-logs": "^1.92.0",
|
|
83
|
-
"@aws-cdk/aws-route53": "^1.92.0",
|
|
84
|
-
"@aws-cdk/aws-route53-patterns": "^1.92.0",
|
|
85
|
-
"@aws-cdk/aws-route53-targets": "^1.92.0",
|
|
86
|
-
"@aws-cdk/aws-s3": "^1.92.0",
|
|
87
|
-
"@aws-cdk/aws-secretsmanager": "^1.92.0",
|
|
88
|
-
"@aws-cdk/aws-ses": "^1.92.0",
|
|
89
|
-
"@aws-cdk/aws-ses-actions": "^1.92.0",
|
|
90
|
-
"@aws-cdk/aws-sns": "^1.92.0",
|
|
91
|
-
"@aws-cdk/aws-sns-subscriptions": "^1.92.0",
|
|
92
|
-
"@aws-cdk/core": "^1.92.0",
|
|
93
|
-
"@aws-cdk/custom-resources": "^1.92.0",
|
|
94
|
-
"constructs": "^3.2.27"
|
|
68
|
+
"@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
|
|
69
|
+
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
|
|
70
|
+
"aws-cdk-lib": "^2.1.0",
|
|
71
|
+
"constructs": "^10.0.5"
|
|
95
72
|
},
|
|
96
73
|
"dependencies": {
|
|
97
|
-
"@aws-cdk/aws-apigateway": "^1.92.0",
|
|
98
|
-
"@aws-cdk/aws-apigatewayv2": "^1.92.0",
|
|
99
|
-
"@aws-cdk/aws-apigatewayv2-integrations": "^1.92.0",
|
|
100
|
-
"@aws-cdk/aws-certificatemanager": "^1.92.0",
|
|
101
|
-
"@aws-cdk/aws-cloudfront": "^1.92.0",
|
|
102
|
-
"@aws-cdk/aws-cloudfront-origins": "^1.92.0",
|
|
103
|
-
"@aws-cdk/aws-codecommit": "^1.92.0",
|
|
104
|
-
"@aws-cdk/aws-dynamodb": "^1.92.0",
|
|
105
|
-
"@aws-cdk/aws-ec2": "^1.92.0",
|
|
106
|
-
"@aws-cdk/aws-ecs": "^1.92.0",
|
|
107
|
-
"@aws-cdk/aws-events": "^1.92.0",
|
|
108
|
-
"@aws-cdk/aws-events-targets": "^1.92.0",
|
|
109
|
-
"@aws-cdk/aws-iam": "^1.92.0",
|
|
110
|
-
"@aws-cdk/aws-lambda": "^1.92.0",
|
|
111
|
-
"@aws-cdk/aws-lambda-destinations": "^1.92.0",
|
|
112
|
-
"@aws-cdk/aws-lambda-nodejs": "^1.92.0",
|
|
113
|
-
"@aws-cdk/aws-logs": "^1.92.0",
|
|
114
|
-
"@aws-cdk/aws-route53": "^1.92.0",
|
|
115
|
-
"@aws-cdk/aws-route53-patterns": "^1.92.0",
|
|
116
|
-
"@aws-cdk/aws-route53-targets": "^1.92.0",
|
|
117
|
-
"@aws-cdk/aws-s3": "^1.92.0",
|
|
118
|
-
"@aws-cdk/aws-secretsmanager": "^1.92.0",
|
|
119
|
-
"@aws-cdk/aws-ses": "^1.92.0",
|
|
120
|
-
"@aws-cdk/aws-ses-actions": "^1.92.0",
|
|
121
|
-
"@aws-cdk/aws-sns": "^1.92.0",
|
|
122
|
-
"@aws-cdk/aws-sns-subscriptions": "^1.92.0",
|
|
123
|
-
"@aws-cdk/core": "^1.92.0",
|
|
124
|
-
"@aws-cdk/custom-resources": "^1.92.0",
|
|
125
74
|
"@slack/web-api": "^5.15.0",
|
|
126
75
|
"got": "^11.8.2"
|
|
127
76
|
},
|
|
@@ -134,7 +83,7 @@
|
|
|
134
83
|
],
|
|
135
84
|
"main": "lib/index.js",
|
|
136
85
|
"license": "Apache-2.0",
|
|
137
|
-
"version": "0.
|
|
86
|
+
"version": "0.2.0",
|
|
138
87
|
"jest": {
|
|
139
88
|
"testMatch": [
|
|
140
89
|
"**/__tests__/**/*.ts?(x)",
|
|
@@ -170,7 +119,7 @@
|
|
|
170
119
|
"preset": "ts-jest",
|
|
171
120
|
"globals": {
|
|
172
121
|
"ts-jest": {
|
|
173
|
-
"tsconfig": "tsconfig.
|
|
122
|
+
"tsconfig": "tsconfig.dev.json"
|
|
174
123
|
}
|
|
175
124
|
}
|
|
176
125
|
},
|