cloudstructs 0.9.38 โ 0.9.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/assets/slack-textract/detect.lambda/index.js +16394 -16013
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2203.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2301.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2311.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +1 -1
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -4
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +6 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +12 -12
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +3 -3
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +4 -4
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +3 -1
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +5 -9
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@slack/logger/node_modules/@types/node/{dom-events.d.ts โ web-globals/events.d.ts} +49 -51
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +134 -58
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.js +1 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +62 -29
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -19
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js +1 -1
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +5 -5
- package/node_modules/@slack/types/dist/calls.d.ts +1 -1
- package/node_modules/@slack/types/dist/calls.js +2 -2
- package/node_modules/@slack/types/dist/calls.js.map +1 -1
- package/node_modules/@slack/types/dist/dialog.d.ts +1 -1
- package/node_modules/@slack/types/dist/events/index.d.ts +1 -1
- package/node_modules/@slack/types/dist/events/message.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/message-attachments.d.ts +10 -10
- package/node_modules/@slack/types/dist/message-metadata.d.ts +2 -2
- package/node_modules/@slack/types/dist/views.d.ts +6 -6
- package/node_modules/@slack/types/package.json +6 -3
- package/node_modules/@slack/web-api/README.md +14 -14
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +38 -11
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +53 -9
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts +86 -0
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/chat-stream.js +149 -0
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +3 -2
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +5 -5
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +10 -9
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +297 -263
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +297 -263
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +3 -1
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +39 -10
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/common.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +32 -32
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +34 -34
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +40 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +15 -8
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/{dom-events.d.ts โ web-globals/events.d.ts} +49 -51
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@slack/web-api/package.json +25 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/{dom-events.d.ts โ web-globals/events.d.ts} +49 -51
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/keyv/node_modules/@types/node/{dom-events.d.ts โ web-globals/events.d.ts} +49 -51
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/axios/CHANGELOG.md +58 -0
- package/node_modules/axios/README.md +87 -10
- package/node_modules/axios/dist/axios.js +355 -289
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +286 -213
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +286 -213
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +377 -213
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +12 -5
- package/node_modules/axios/index.d.ts +13 -4
- package/node_modules/axios/lib/adapters/adapters.js +6 -4
- package/node_modules/axios/lib/adapters/fetch.js +221 -162
- package/node_modules/axios/lib/adapters/http.js +18 -0
- package/node_modules/axios/lib/adapters/xhr.js +11 -8
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosError.js +10 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +1 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
- package/node_modules/axios/lib/utils.js +5 -3
- package/node_modules/axios/package.json +18 -12
- package/node_modules/mjml/package.json +8 -9
- package/node_modules/mjml-accordion/README.md +2 -1
- package/node_modules/mjml-accordion/lib/Accordion.js +3 -5
- package/node_modules/mjml-accordion/lib/AccordionElement.js +2 -3
- package/node_modules/mjml-accordion/lib/AccordionText.js +2 -3
- package/node_modules/mjml-accordion/lib/AccordionTitle.js +4 -3
- package/node_modules/mjml-accordion/package.json +4 -5
- package/node_modules/mjml-body/README.md +1 -1
- package/node_modules/mjml-body/lib/index.js +9 -4
- package/node_modules/mjml-body/package.json +4 -5
- package/node_modules/mjml-button/lib/index.js +2 -3
- package/node_modules/mjml-button/package.json +4 -5
- package/node_modules/mjml-carousel/lib/Carousel.js +4 -6
- package/node_modules/mjml-carousel/lib/CarouselImage.js +2 -3
- package/node_modules/mjml-carousel/package.json +4 -5
- package/node_modules/mjml-cli/lib/commands/watchFiles.js +4 -1
- package/node_modules/mjml-cli/package.json +7 -8
- package/node_modules/mjml-column/lib/index.js +2 -3
- package/node_modules/mjml-column/package.json +4 -5
- package/node_modules/mjml-core/lib/createComponent.js +12 -9
- package/node_modules/mjml-core/lib/index.js +2 -2
- package/node_modules/mjml-core/lib/types/boolean.js +2 -3
- package/node_modules/mjml-core/lib/types/color.js +2 -3
- package/node_modules/mjml-core/lib/types/enum.js +1 -1
- package/node_modules/mjml-core/lib/types/integer.js +1 -1
- package/node_modules/mjml-core/lib/types/string.js +1 -1
- package/node_modules/mjml-core/lib/types/type.js +1 -2
- package/node_modules/mjml-core/lib/types/unit.js +1 -1
- package/node_modules/mjml-core/package.json +6 -7
- package/node_modules/mjml-divider/lib/index.js +2 -3
- package/node_modules/mjml-divider/package.json +4 -5
- package/node_modules/mjml-group/lib/index.js +2 -3
- package/node_modules/mjml-group/package.json +4 -5
- package/node_modules/mjml-head/lib/index.js +2 -3
- package/node_modules/mjml-head/package.json +4 -5
- package/node_modules/mjml-head-attributes/lib/index.js +2 -3
- package/node_modules/mjml-head-attributes/package.json +4 -5
- package/node_modules/mjml-head-breakpoint/lib/index.js +2 -3
- package/node_modules/mjml-head-breakpoint/package.json +4 -5
- package/node_modules/mjml-head-font/lib/index.js +2 -3
- package/node_modules/mjml-head-font/package.json +4 -5
- package/node_modules/mjml-head-html-attributes/lib/index.js +2 -3
- package/node_modules/mjml-head-html-attributes/package.json +4 -5
- package/node_modules/mjml-head-preview/lib/index.js +2 -3
- package/node_modules/mjml-head-preview/package.json +4 -5
- package/node_modules/mjml-head-style/lib/index.js +2 -3
- package/node_modules/mjml-head-style/package.json +4 -5
- package/node_modules/mjml-head-title/lib/index.js +2 -3
- package/node_modules/mjml-head-title/package.json +4 -5
- package/node_modules/mjml-hero/lib/index.js +3 -5
- package/node_modules/mjml-hero/package.json +4 -5
- package/node_modules/mjml-image/lib/index.js +3 -5
- package/node_modules/mjml-image/package.json +4 -5
- package/node_modules/mjml-migrate/package.json +5 -6
- package/node_modules/mjml-navbar/lib/Navbar.js +3 -5
- package/node_modules/mjml-navbar/lib/NavbarLink.js +2 -3
- package/node_modules/mjml-navbar/package.json +4 -5
- package/node_modules/mjml-parser-xml/lib/index.js +1 -1
- package/node_modules/mjml-parser-xml/package.json +6 -6
- package/node_modules/mjml-preset-core/package.json +28 -29
- package/node_modules/mjml-raw/lib/index.js +2 -3
- package/node_modules/mjml-raw/package.json +4 -5
- package/node_modules/mjml-section/lib/index.js +18 -7
- package/node_modules/mjml-section/package.json +4 -5
- package/node_modules/mjml-social/README.md +1 -0
- package/node_modules/mjml-social/lib/Social.js +2 -3
- package/node_modules/mjml-social/lib/SocialElement.js +18 -9
- package/node_modules/mjml-social/package.json +4 -5
- package/node_modules/mjml-spacer/lib/index.js +2 -3
- package/node_modules/mjml-spacer/package.json +4 -5
- package/node_modules/mjml-table/README.md +1 -1
- package/node_modules/mjml-table/lib/index.js +6 -4
- package/node_modules/mjml-table/package.json +4 -5
- package/node_modules/mjml-text/lib/index.js +2 -3
- package/node_modules/mjml-text/package.json +4 -5
- package/node_modules/mjml-validator/package.json +3 -3
- package/node_modules/mjml-wrapper/lib/index.js +2 -3
- package/node_modules/mjml-wrapper/package.json +5 -6
- package/node_modules/semver/classes/range.js +1 -0
- package/node_modules/semver/classes/semver.js +19 -5
- package/node_modules/semver/internal/identifiers.js +4 -0
- package/node_modules/semver/package.json +3 -3
- package/package.json +20 -20
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +0 -99
- package/node_modules/mjml/LICENSE.md +0 -21
- package/node_modules/mjml-accordion/LICENSE.md +0 -21
- package/node_modules/mjml-body/LICENSE.md +0 -21
- package/node_modules/mjml-button/LICENSE.md +0 -21
- package/node_modules/mjml-carousel/LICENSE.md +0 -21
- package/node_modules/mjml-cli/LICENSE.md +0 -21
- package/node_modules/mjml-cli/lib/helpers/promesify.js +0 -48
- package/node_modules/mjml-cli/lib/helpers/timePad.js +0 -18
- package/node_modules/mjml-column/LICENSE.md +0 -21
- package/node_modules/mjml-core/LICENSE.md +0 -21
- package/node_modules/mjml-core/lib/Error.js +0 -86
- package/node_modules/mjml-core/lib/MJMLElementsCollection.js +0 -37
- package/node_modules/mjml-core/lib/MJMLHead.js +0 -38
- package/node_modules/mjml-core/lib/MJMLRenderer.js +0 -275
- package/node_modules/mjml-core/lib/configs/defaultContainer.js +0 -15
- package/node_modules/mjml-core/lib/configs/defaultStyle.js +0 -6
- package/node_modules/mjml-core/lib/configs/listFontsImports.js +0 -21
- package/node_modules/mjml-core/lib/decorators/MJMLElement.js +0 -356
- package/node_modules/mjml-core/lib/helpers/colors.js +0 -7
- package/node_modules/mjml-core/lib/helpers/dom.js +0 -109
- package/node_modules/mjml-core/lib/helpers/html.js +0 -9
- package/node_modules/mjml-core/lib/helpers/importFonts.js +0 -46
- package/node_modules/mjml-core/lib/helpers/index.js +0 -40
- package/node_modules/mjml-core/lib/helpers/isBrowser.js +0 -11
- package/node_modules/mjml-core/lib/helpers/mjAttribute.js +0 -62
- package/node_modules/mjml-core/lib/helpers/mjml.js +0 -46
- package/node_modules/mjml-core/lib/helpers/parseAttributes.js +0 -29
- package/node_modules/mjml-core/lib/helpers/postRender.js +0 -33
- package/node_modules/mjml-core/lib/helpers/removeCDATA.js +0 -19
- package/node_modules/mjml-core/lib/helpers/traverseMJML.js +0 -41
- package/node_modules/mjml-core/lib/includeExternal.js +0 -92
- package/node_modules/mjml-core/lib/parsers/config.js +0 -130
- package/node_modules/mjml-core/lib/parsers/document.js +0 -189
- package/node_modules/mjml-divider/LICENSE.md +0 -21
- package/node_modules/mjml-group/LICENSE.md +0 -21
- package/node_modules/mjml-head/LICENSE.md +0 -21
- package/node_modules/mjml-head-attributes/LICENSE.md +0 -21
- package/node_modules/mjml-head-breakpoint/LICENSE.md +0 -21
- package/node_modules/mjml-head-font/LICENSE.md +0 -21
- package/node_modules/mjml-head-html-attributes/LICENSE.md +0 -21
- package/node_modules/mjml-head-preview/LICENSE.md +0 -21
- package/node_modules/mjml-head-style/LICENSE.md +0 -21
- package/node_modules/mjml-head-title/LICENSE.md +0 -21
- package/node_modules/mjml-hero/LICENSE.md +0 -21
- package/node_modules/mjml-image/LICENSE.md +0 -21
- package/node_modules/mjml-navbar/LICENSE.md +0 -21
- package/node_modules/mjml-navbar/lib/InlineLinks.js +0 -227
- package/node_modules/mjml-navbar/lib/Link.js +0 -130
- package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +0 -31
- package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +0 -37
- package/node_modules/mjml-preset-core/LICENSE.md +0 -21
- package/node_modules/mjml-raw/LICENSE.md +0 -21
- package/node_modules/mjml-section/LICENSE.md +0 -21
- package/node_modules/mjml-social/LICENSE.md +0 -21
- package/node_modules/mjml-spacer/LICENSE.md +0 -21
- package/node_modules/mjml-table/LICENSE.md +0 -21
- package/node_modules/mjml-text/LICENSE.md +0 -21
- package/node_modules/mjml-validator/lib/rules/index.js +0 -29
- package/node_modules/mjml-validator/lib/types/boolean.js +0 -57
- package/node_modules/mjml-validator/lib/types/color.js +0 -51
- package/node_modules/mjml-validator/lib/types/enum.js +0 -57
- package/node_modules/mjml-validator/lib/types/helpers/colors.js +0 -7
- package/node_modules/mjml-validator/lib/types/index.js +0 -41
- package/node_modules/mjml-validator/lib/types/integer.js +0 -47
- package/node_modules/mjml-validator/lib/types/string.js +0 -47
- package/node_modules/mjml-validator/lib/types/type.js +0 -93
- package/node_modules/mjml-validator/lib/types/unit.js +0 -57
- package/node_modules/mjml-wrapper/LICENSE.md +0 -21
|
@@ -13,6 +13,7 @@ import Agent from './agent'
|
|
|
13
13
|
import MockClient from './mock-client'
|
|
14
14
|
import MockPool from './mock-pool'
|
|
15
15
|
import MockAgent from './mock-agent'
|
|
16
|
+
import { SnapshotAgent } from './snapshot-agent'
|
|
16
17
|
import { MockCallHistory, MockCallHistoryLog } from './mock-call-history'
|
|
17
18
|
import mockErrors from './mock-errors'
|
|
18
19
|
import ProxyAgent from './proxy-agent'
|
|
@@ -33,7 +34,9 @@ export * from './content-type'
|
|
|
33
34
|
export * from './cache'
|
|
34
35
|
export { Interceptable } from './mock-interceptor'
|
|
35
36
|
|
|
36
|
-
|
|
37
|
+
declare function globalThisInstall (): void
|
|
38
|
+
|
|
39
|
+
export { Dispatcher, BalancedPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, interceptors, MockClient, MockPool, MockAgent, SnapshotAgent, MockCallHistory, MockCallHistoryLog, mockErrors, ProxyAgent, EnvHttpProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent, H2CClient, globalThisInstall as install }
|
|
37
40
|
export default Undici
|
|
38
41
|
|
|
39
42
|
declare namespace Undici {
|
|
@@ -58,6 +61,7 @@ declare namespace Undici {
|
|
|
58
61
|
const MockClient: typeof import('./mock-client').default
|
|
59
62
|
const MockPool: typeof import('./mock-pool').default
|
|
60
63
|
const MockAgent: typeof import('./mock-agent').default
|
|
64
|
+
const SnapshotAgent: typeof import('./snapshot-agent').SnapshotAgent
|
|
61
65
|
const MockCallHistory: typeof import('./mock-call-history').MockCallHistory
|
|
62
66
|
const MockCallHistoryLog: typeof import('./mock-call-history').MockCallHistoryLog
|
|
63
67
|
const mockErrors: typeof import('./mock-errors').default
|
|
@@ -72,4 +76,5 @@ declare namespace Undici {
|
|
|
72
76
|
MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore,
|
|
73
77
|
SqliteCacheStore: typeof import('./cache-interceptor').default.SqliteCacheStore
|
|
74
78
|
}
|
|
79
|
+
const install: typeof globalThisInstall
|
|
75
80
|
}
|
|
@@ -14,6 +14,8 @@ declare class MockClient extends Client implements Interceptable {
|
|
|
14
14
|
dispatch (options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandler): boolean
|
|
15
15
|
/** Closes the mock client and gracefully waits for enqueued requests to complete. */
|
|
16
16
|
close (): Promise<void>
|
|
17
|
+
/** Clean up all the prepared mocks. */
|
|
18
|
+
cleanMocks (): void
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
declare namespace MockClient {
|
|
@@ -69,7 +69,6 @@ declare namespace MockInterceptor {
|
|
|
69
69
|
headers?: Headers | Record<string, string>;
|
|
70
70
|
origin?: string;
|
|
71
71
|
body?: BodyInit | Dispatcher.DispatchOptions['body'] | null;
|
|
72
|
-
maxRedirections?: number;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
74
|
export type MockResponseDataHandler<TData extends object = object> = (
|
|
@@ -84,6 +83,8 @@ declare namespace MockInterceptor {
|
|
|
84
83
|
interface Interceptable extends Dispatcher {
|
|
85
84
|
/** Intercepts any matching requests that use the same origin as this mock client. */
|
|
86
85
|
intercept(options: MockInterceptor.Options): MockInterceptor;
|
|
86
|
+
/** Clean up all the prepared mocks. */
|
|
87
|
+
cleanMocks (): void
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
export {
|
|
@@ -14,6 +14,8 @@ declare class MockPool extends Pool implements Interceptable {
|
|
|
14
14
|
dispatch (options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandler): boolean
|
|
15
15
|
/** Closes the mock pool and gracefully waits for enqueued requests to complete. */
|
|
16
16
|
close (): Promise<void>
|
|
17
|
+
/** Clean up all the prepared mocks. */
|
|
18
|
+
cleanMocks (): void
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
declare namespace MockPool {
|
|
@@ -35,6 +35,15 @@ declare namespace RetryHandler {
|
|
|
35
35
|
) => void
|
|
36
36
|
|
|
37
37
|
export interface RetryOptions {
|
|
38
|
+
/**
|
|
39
|
+
* If true, the retry handler will throw an error if the request fails,
|
|
40
|
+
* this will prevent the folling handlers from being called, and will destroy the socket.
|
|
41
|
+
*
|
|
42
|
+
* @type {boolean}
|
|
43
|
+
* @memberof RetryOptions
|
|
44
|
+
* @default true
|
|
45
|
+
*/
|
|
46
|
+
throwOnError?: boolean;
|
|
38
47
|
/**
|
|
39
48
|
* Callback to be invoked on every retry iteration.
|
|
40
49
|
* It receives the error, current state of the retry object and the options object
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import MockAgent from './mock-agent'
|
|
2
|
+
|
|
3
|
+
declare class SnapshotRecorder {
|
|
4
|
+
constructor (options?: SnapshotRecorder.Options)
|
|
5
|
+
|
|
6
|
+
record (requestOpts: any, response: any): Promise<void>
|
|
7
|
+
findSnapshot (requestOpts: any): SnapshotRecorder.Snapshot | undefined
|
|
8
|
+
loadSnapshots (filePath?: string): Promise<void>
|
|
9
|
+
saveSnapshots (filePath?: string): Promise<void>
|
|
10
|
+
clear (): void
|
|
11
|
+
getSnapshots (): SnapshotRecorder.Snapshot[]
|
|
12
|
+
size (): number
|
|
13
|
+
resetCallCounts (): void
|
|
14
|
+
deleteSnapshot (requestOpts: any): boolean
|
|
15
|
+
getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
|
|
16
|
+
replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
|
|
17
|
+
destroy (): void
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare namespace SnapshotRecorder {
|
|
21
|
+
export interface Options {
|
|
22
|
+
snapshotPath?: string
|
|
23
|
+
mode?: 'record' | 'playback' | 'update'
|
|
24
|
+
maxSnapshots?: number
|
|
25
|
+
autoFlush?: boolean
|
|
26
|
+
flushInterval?: number
|
|
27
|
+
matchHeaders?: string[]
|
|
28
|
+
ignoreHeaders?: string[]
|
|
29
|
+
excludeHeaders?: string[]
|
|
30
|
+
matchBody?: boolean
|
|
31
|
+
matchQuery?: boolean
|
|
32
|
+
caseSensitive?: boolean
|
|
33
|
+
shouldRecord?: (requestOpts: any) => boolean
|
|
34
|
+
shouldPlayback?: (requestOpts: any) => boolean
|
|
35
|
+
excludeUrls?: (string | RegExp)[]
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface Snapshot {
|
|
39
|
+
request: {
|
|
40
|
+
method: string
|
|
41
|
+
url: string
|
|
42
|
+
headers: Record<string, string>
|
|
43
|
+
body?: string
|
|
44
|
+
}
|
|
45
|
+
responses: {
|
|
46
|
+
statusCode: number
|
|
47
|
+
headers: Record<string, string>
|
|
48
|
+
body: string
|
|
49
|
+
trailers: Record<string, string>
|
|
50
|
+
}[]
|
|
51
|
+
callCount: number
|
|
52
|
+
timestamp: string
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface SnapshotInfo {
|
|
56
|
+
hash: string
|
|
57
|
+
request: {
|
|
58
|
+
method: string
|
|
59
|
+
url: string
|
|
60
|
+
headers: Record<string, string>
|
|
61
|
+
body?: string
|
|
62
|
+
}
|
|
63
|
+
responseCount: number
|
|
64
|
+
callCount: number
|
|
65
|
+
timestamp: string
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface SnapshotData {
|
|
69
|
+
hash: string
|
|
70
|
+
snapshot: Snapshot
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class SnapshotAgent extends MockAgent {
|
|
75
|
+
constructor (options?: SnapshotAgent.Options)
|
|
76
|
+
|
|
77
|
+
saveSnapshots (filePath?: string): Promise<void>
|
|
78
|
+
loadSnapshots (filePath?: string): Promise<void>
|
|
79
|
+
getRecorder (): SnapshotRecorder
|
|
80
|
+
getMode (): 'record' | 'playback' | 'update'
|
|
81
|
+
clearSnapshots (): void
|
|
82
|
+
resetCallCounts (): void
|
|
83
|
+
deleteSnapshot (requestOpts: any): boolean
|
|
84
|
+
getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
|
|
85
|
+
replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare namespace SnapshotAgent {
|
|
89
|
+
export interface Options extends MockAgent.Options {
|
|
90
|
+
mode?: 'record' | 'playback' | 'update'
|
|
91
|
+
snapshotPath?: string
|
|
92
|
+
maxSnapshots?: number
|
|
93
|
+
autoFlush?: boolean
|
|
94
|
+
flushInterval?: number
|
|
95
|
+
matchHeaders?: string[]
|
|
96
|
+
ignoreHeaders?: string[]
|
|
97
|
+
excludeHeaders?: string[]
|
|
98
|
+
matchBody?: boolean
|
|
99
|
+
matchQuery?: boolean
|
|
100
|
+
caseSensitive?: boolean
|
|
101
|
+
shouldRecord?: (requestOpts: any) => boolean
|
|
102
|
+
shouldPlayback?: (requestOpts: any) => boolean
|
|
103
|
+
excludeUrls?: (string | RegExp)[]
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export { SnapshotAgent, SnapshotRecorder }
|
|
@@ -16,9 +16,12 @@ interface ConvertToIntOpts {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
interface WebidlErrors {
|
|
19
|
+
/**
|
|
20
|
+
* @description Instantiate an error
|
|
21
|
+
*/
|
|
19
22
|
exception (opts: { header: string, message: string }): TypeError
|
|
20
23
|
/**
|
|
21
|
-
* @description
|
|
24
|
+
* @description Instantiate an error when conversion from one type to another has failed
|
|
22
25
|
*/
|
|
23
26
|
conversionFailed (opts: {
|
|
24
27
|
prefix: string
|
|
@@ -75,7 +78,7 @@ interface WebidlUtil {
|
|
|
75
78
|
): number
|
|
76
79
|
|
|
77
80
|
/**
|
|
78
|
-
* @see https://webidl.spec.whatwg.org/#abstract-opdef-
|
|
81
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-integerpart
|
|
79
82
|
*/
|
|
80
83
|
IntegerPart (N: number): number
|
|
81
84
|
|
|
@@ -179,23 +182,34 @@ interface WebidlConverters {
|
|
|
179
182
|
|
|
180
183
|
['record<ByteString, ByteString>']: RecordConverter<string, string>
|
|
181
184
|
|
|
185
|
+
/**
|
|
186
|
+
* @see https://fetch.spec.whatwg.org/#requestinfo
|
|
187
|
+
*/
|
|
188
|
+
RequestInfo (V: unknown): undici.Request | string
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @see https://fetch.spec.whatwg.org/#requestinit
|
|
192
|
+
*/
|
|
193
|
+
RequestInit (V: unknown): undici.RequestInit
|
|
194
|
+
|
|
182
195
|
[Key: string]: (...args: any[]) => unknown
|
|
183
196
|
}
|
|
184
197
|
|
|
185
|
-
type
|
|
198
|
+
type WebidlIsFunction<T> = (arg: any) => arg is T
|
|
186
199
|
|
|
187
200
|
interface WebidlIs {
|
|
188
|
-
Request:
|
|
189
|
-
Response:
|
|
190
|
-
ReadableStream:
|
|
191
|
-
Blob:
|
|
192
|
-
URLSearchParams:
|
|
193
|
-
File:
|
|
194
|
-
FormData:
|
|
195
|
-
URL:
|
|
196
|
-
WebSocketError:
|
|
197
|
-
AbortSignal:
|
|
198
|
-
MessagePort:
|
|
201
|
+
Request: WebidlIsFunction<undici.Request>
|
|
202
|
+
Response: WebidlIsFunction<undici.Response>
|
|
203
|
+
ReadableStream: WebidlIsFunction<ReadableStream>
|
|
204
|
+
Blob: WebidlIsFunction<Blob>
|
|
205
|
+
URLSearchParams: WebidlIsFunction<URLSearchParams>
|
|
206
|
+
File: WebidlIsFunction<File>
|
|
207
|
+
FormData: WebidlIsFunction<undici.FormData>
|
|
208
|
+
URL: WebidlIsFunction<URL>
|
|
209
|
+
WebSocketError: WebidlIsFunction<undici.WebSocketError>
|
|
210
|
+
AbortSignal: WebidlIsFunction<AbortSignal>
|
|
211
|
+
MessagePort: WebidlIsFunction<MessagePort>
|
|
212
|
+
USVString: WebidlIsFunction<string>
|
|
199
213
|
}
|
|
200
214
|
|
|
201
215
|
export interface Webidl {
|
|
@@ -233,7 +247,7 @@ export interface Webidl {
|
|
|
233
247
|
* Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
|
|
234
248
|
* interfaces are allowed.
|
|
235
249
|
*/
|
|
236
|
-
interfaceConverter <Interface>(typeCheck:
|
|
250
|
+
interfaceConverter <Interface>(typeCheck: WebidlIsFunction<Interface>, name: string): (
|
|
237
251
|
V: unknown,
|
|
238
252
|
prefix: string,
|
|
239
253
|
argument: string
|
|
@@ -136,7 +136,7 @@ interface ErrorEvent extends Event {
|
|
|
136
136
|
readonly filename: string
|
|
137
137
|
readonly lineno: number
|
|
138
138
|
readonly colno: number
|
|
139
|
-
readonly error:
|
|
139
|
+
readonly error: Error
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
export declare const ErrorEvent: {
|
|
@@ -182,3 +182,5 @@ export declare const WebSocketError: {
|
|
|
182
182
|
prototype: WebSocketError
|
|
183
183
|
new (type: string, init?: WebSocketCloseInfo): WebSocketError
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
export declare const ping: (ws: WebSocket, body?: Buffer) => void
|
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.12.2](https://github.com/axios/axios/compare/v1.12.1...v1.12.2) (2025-09-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **fetch:** use current global fetch instead of cached one when env fetch is not specified to keep MSW support; ([#7030](https://github.com/axios/axios/issues/7030)) ([cf78825](https://github.com/axios/axios/commit/cf78825e1229b60d1629ad0bbc8a752ff43c3f53))
|
|
9
|
+
|
|
10
|
+
### Contributors to this release
|
|
11
|
+
|
|
12
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+247/-16 (#7030 #7022 #7024 )")
|
|
13
|
+
- <img src="https://avatars.githubusercontent.com/u/189505037?v=4&s=18" alt="avatar" width="18"/> [Noritaka Kobayashi](https://github.com/noritaka1166 "+2/-6 (#7028 #7029 )")
|
|
14
|
+
|
|
15
|
+
## [1.12.1](https://github.com/axios/axios/compare/v1.12.0...v1.12.1) (2025-09-12)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **types:** fixed env config types; ([#7020](https://github.com/axios/axios/issues/7020)) ([b5f26b7](https://github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05))
|
|
21
|
+
|
|
22
|
+
### Contributors to this release
|
|
23
|
+
|
|
24
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+10/-4 (#7020 )")
|
|
25
|
+
|
|
26
|
+
# [1.12.0](https://github.com/axios/axios/compare/v1.11.0...v1.12.0) (2025-09-11)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* adding build artifacts ([9ec86de](https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd))
|
|
32
|
+
* dont add dist on release ([a2edc36](https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11))
|
|
33
|
+
* **fetch-adapter:** set correct Content-Type for Node FormData ([#6998](https://github.com/axios/axios/issues/6998)) ([a9f47af](https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d))
|
|
34
|
+
* **node:** enforce maxContentLength for data: URLs ([#7011](https://github.com/axios/axios/issues/7011)) ([945435f](https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593))
|
|
35
|
+
* package exports ([#5627](https://github.com/axios/axios/issues/5627)) ([aa78ac2](https://github.com/axios/axios/commit/aa78ac23fc9036163308c0f6bd2bb885e7af3f36))
|
|
36
|
+
* **params:** removing '[' and ']' from URL encode exclude characters ([#3316](https://github.com/axios/axios/issues/3316)) ([#5715](https://github.com/axios/axios/issues/5715)) ([6d84189](https://github.com/axios/axios/commit/6d84189349c43b1dcdd977b522610660cc4c7042))
|
|
37
|
+
* release pr run ([fd7f404](https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2))
|
|
38
|
+
* **types:** change the type guard on isCancel ([#5595](https://github.com/axios/axios/issues/5595)) ([0dbb7fd](https://github.com/axios/axios/commit/0dbb7fd4f61dc568498cd13a681fa7f907d6ec7e))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* **adapter:** surface lowโlevel network error details; attach original error via cause ([#6982](https://github.com/axios/axios/issues/6982)) ([78b290c](https://github.com/axios/axios/commit/78b290c57c978ed2ab420b90d97350231c9e5d74))
|
|
44
|
+
* **fetch:** add fetch, Request, Response env config variables for the adapter; ([#7003](https://github.com/axios/axios/issues/7003)) ([c959ff2](https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b))
|
|
45
|
+
* support reviver on JSON.parse ([#5926](https://github.com/axios/axios/issues/5926)) ([2a97634](https://github.com/axios/axios/commit/2a9763426e43d996fd60d01afe63fa6e1f5b4fca)), closes [#5924](https://github.com/axios/axios/issues/5924)
|
|
46
|
+
* **types:** extend AxiosResponse interface to include custom headers type ([#6782](https://github.com/axios/axios/issues/6782)) ([7960d34](https://github.com/axios/axios/commit/7960d34eded2de66ffd30b4687f8da0e46c4903e))
|
|
47
|
+
|
|
48
|
+
### Contributors to this release
|
|
49
|
+
|
|
50
|
+
- <img src="https://avatars.githubusercontent.com/u/22686401?v=4&s=18" alt="avatar" width="18"/> [Willian Agostini](https://github.com/WillianAgostini "+132/-16760 (#7002 #5926 #6782 )")
|
|
51
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+4263/-293 (#7006 #7003 )")
|
|
52
|
+
- <img src="https://avatars.githubusercontent.com/u/53833811?v=4&s=18" alt="avatar" width="18"/> [khani](https://github.com/mkhani01 "+111/-15 (#6982 )")
|
|
53
|
+
- <img src="https://avatars.githubusercontent.com/u/7712804?v=4&s=18" alt="avatar" width="18"/> [Ameer Assadi](https://github.com/AmeerAssadi "+123/-0 (#7011 )")
|
|
54
|
+
- <img src="https://avatars.githubusercontent.com/u/70265727?v=4&s=18" alt="avatar" width="18"/> [Emiedonmokumo Dick-Boro](https://github.com/emiedonmokumo "+55/-35 (#6998 )")
|
|
55
|
+
- <img src="https://avatars.githubusercontent.com/u/47859767?v=4&s=18" alt="avatar" width="18"/> [Zeroday BYTE](https://github.com/opsysdebug "+8/-8 (#6980 )")
|
|
56
|
+
- <img src="https://avatars.githubusercontent.com/u/4814473?v=4&s=18" alt="avatar" width="18"/> [Jason Saayman](https://github.com/jasonsaayman "+7/-7 (#6985 #6985 )")
|
|
57
|
+
- <img src="https://avatars.githubusercontent.com/u/13010755?v=4&s=18" alt="avatar" width="18"/> [์ต์์ฐฌ](https://github.com/HealGaren "+5/-7 (#5715 )")
|
|
58
|
+
- <img src="https://avatars.githubusercontent.com/u/7002604?v=4&s=18" alt="avatar" width="18"/> [Gligor Kotushevski](https://github.com/gligorkot "+3/-1 (#5627 )")
|
|
59
|
+
- <img src="https://avatars.githubusercontent.com/u/15893?v=4&s=18" alt="avatar" width="18"/> [Aleksandar Dimitrov](https://github.com/adimit "+2/-1 (#5595 )")
|
|
60
|
+
|
|
3
61
|
# [1.11.0](https://github.com/axios/axios/compare/v1.10.0...v1.11.0) (2025-07-22)
|
|
4
62
|
|
|
5
63
|
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
<h3 align="center"> ๐ฅ Gold sponsors <br> </h3> <table align="center" width="100%"><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://
|
|
3
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
4
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
5
|
-
</td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://
|
|
6
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
7
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
8
|
-
</td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://
|
|
9
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
10
|
-
</td><td align="center" width="33.333333333333336%"> <a href="https://
|
|
2
|
+
<h3 align="center"> ๐ฅ Gold sponsors <br> </h3> <table align="center" width="100%"><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://dev.intra-mart.jp/?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="48px" height="47px" src="https://axios-http.com/assets/sponsors/opencollective/948009b39c308b39f58c5d1245abd22512adc37b.png" alt="intra-mart"/> </a> <p align="center" title="[1ใใผใธ็ฎ] CookBook ใฎ่จไบ intra-mart Developer Portal ">[1ใใผใธ็ฎ] CookBook ใฎ่จไบ intra-mart Developer Portal</p> <p align="center"> <a href="https://dev.intra-mart.jp/?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>dev.intra-mart.jp</b></a> </p>
|
|
3
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://stytch.com/?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http" style="padding: 10px; display: inline-block" target="_blank"> <picture> <source width="200px" height="38px" media="(prefers-color-scheme: dark)" srcset="https://axios-http.com/assets/sponsors/stytch_white.png"> <img width="200px" height="38px" src="https://axios-http.com/assets/sponsors/stytch.png" alt="Stytch"/> </picture> </a> <p align="center" title="API-first authentication, authorization, and fraud prevention">API-first authentication, authorization, and fraud prevention</p> <p align="center"> <a href="https://stytch.com/?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http" target="_blank"><b>Website</b></a> | <a href="https://stytch.com/docs?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=docs-link&utm_campaign=axios-http" target="_blank"><b>Documentation</b></a> | <a href="https://github.com/stytchauth/stytch-node?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=node-sdk&utm_campaign=axios-http" target="_blank"><b>Node.js</b></a> </p>
|
|
4
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://www.principal.com/about-us?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="133px" height="43px" src="https://axios-http.com/assets/sponsors/principal.svg" alt="Principal Financial Group"/> </a> <p align="center" title="Weโre bound by one common purpose: to give you the financial tools, resources and information you need to live your best life.">Weโre bound by one common purpose: to give you the financial tools, resources and information you ne...</p> <p align="center"> <a href="https://www.principal.com/about-us?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>www.principal.com</b></a> </p>
|
|
5
|
+
</td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://twicsy.com/buy-instagram-followers?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="85px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/dfa9670ad5e66eea17315332453c7f4e3a3b5905.png" alt="Buy Instagram Followers Twicsy"/> </a> <p align="center" title="Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site to buy followers from the likes of US Magazine.">Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site...</p> <p align="center"> <a href="https://twicsy.com/buy-instagram-followers?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>twicsy.com</b></a> </p>
|
|
6
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://www.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <picture> <source width="200px" height="52px" media="(prefers-color-scheme: dark)" srcset="https://axios-http.com/assets/sponsors/descope_white.png"> <img width="200px" height="52px" src="https://axios-http.com/assets/sponsors/descope.png" alt="Descope"/> </picture> </a> <p align="center" title="Hi, we're Descope! We are building something in the authentication space for app developers and canโt wait to place it in your hands.">Hi, we're Descope! We are building something in the authentication space for app developers and...</p> <p align="center"> <a href="https://www.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship" target="_blank"><b>Website</b></a> | <a href="https://docs.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship" target="_blank"><b>Docs</b></a> | <a href="https://www.descope.com/community?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship" target="_blank"><b>Community</b></a> </p>
|
|
7
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://route4me.com/?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <picture> <source width="200px" height="51px" media="(prefers-color-scheme: dark)" srcset="https://axios-http.com/assets/sponsors/route4me_white.png"> <img width="200px" height="51px" src="https://axios-http.com/assets/sponsors/route4me.png" alt="Route4Me"/> </picture> </a> <p align="center" title="Best Route Planning And Route Optimization Software">Best Route Planning And Route Optimization Software</p> <p align="center"> <a href="https://route4me.com/platform/route-optimization-software?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>Explore</b></a> | <a href="https://route4me.com/platform/marketplace/pricing?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>Free Trial</b></a> | <a href="https://route4me.com/contact?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>Contact</b></a> </p>
|
|
8
|
+
</td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://buzzoid.com/buy-instagram-followers/?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="62px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/e1625cb54e10ee40180c99d1495a462e9d6664a4.png" alt="Buzzoid - Buy Instagram Followers"/> </a> <p align="center" title="At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rated world's #1 IG service since 2012.">At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rate...</p> <p align="center"> <a href="https://buzzoid.com/buy-instagram-followers/?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>buzzoid.com</b></a> </p>
|
|
9
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://www.famety.net/?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/56645c65d4bad0ab84265e02430d19d64afde927.png" alt="Famety - Buy Instagram Followers"/> </a> <p align="center" title="At Famety, you can grow your social media following quickly, safely, and easily with just a few clicks. Rated the worldโs #1 social media service since 2013.">At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...</p> <p align="center"> <a href="https://www.famety.net/?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>www.famety.net</b></a> </p>
|
|
10
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://poprey.com/?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/e699ec99f7df3a203ddbc49d3c7712a907e628ea.png" alt="Poprey - Buy Instagram Likes"/> </a> <p align="center" title="Buy Instagram Likes">Buy Instagram Likes</p> <p align="center"> <a href="https://poprey.com/?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>poprey.com</b></a> </p>
|
|
11
|
+
</td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source=axios&utm_medium=sponsorlist&utm_campaign=sponsorship" style="padding: 10px; display: inline-block" target="_blank"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/0845614102b0c6602707ca2983de05a0098faad4.png" alt="Buy Youtube Subscribers"/> </a> <p align="center" title="SS Market offers professional social media services that rapidly increase your YouTube subscriber count, elevating your channel to a powerful position.">SS Market offers professional social media services that rapidly increase your YouTube subscriber co...</p> <p align="center"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source=axios&utm_medium=readme_sponsorlist&utm_campaign=sponsorship" target="_blank"><b>ssmarket.net</b></a> </p>
|
|
12
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute" target="_blank" >๐ Become a sponsor</a>
|
|
13
|
+
</td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute" target="_blank" >๐ Become a sponsor</a>
|
|
11
14
|
</td></tr></table>
|
|
12
15
|
|
|
13
16
|
<!--<div>marker</div>-->
|
|
@@ -80,6 +83,9 @@
|
|
|
80
83
|
- [๐ Rate limiting](#-progress-capturing)
|
|
81
84
|
- [๐ AxiosHeaders](#-axiosheaders)
|
|
82
85
|
- [๐ฅ Fetch adapter](#-fetch-adapter)
|
|
86
|
+
- [๐ฅ Custom fetch](#-custom-fetch)
|
|
87
|
+
- [๐ฅ Using with Tauri](#-using-with-tauri)
|
|
88
|
+
- [๐ฅ Using with SvelteKit](#-using-with-sveltekit-)
|
|
83
89
|
- [Semver](#semver)
|
|
84
90
|
- [Promises](#promises)
|
|
85
91
|
- [TypeScript](#typescript)
|
|
@@ -1623,9 +1629,80 @@ const {data} = fetchAxios.get(url);
|
|
|
1623
1629
|
The adapter supports the same functionality as `xhr` adapter, **including upload and download progress capturing**.
|
|
1624
1630
|
Also, it supports additional response types such as `stream` and `formdata` (if supported by the environment).
|
|
1625
1631
|
|
|
1632
|
+
### ๐ฅ Custom fetch
|
|
1633
|
+
|
|
1634
|
+
Starting from `v1.12.0`, you can customize the fetch adapter to use a custom fetch API instead of environment globals.
|
|
1635
|
+
You can pass a custom `fetch` function, `Request`, and `Response` constructors via env config.
|
|
1636
|
+
This can be helpful in case of custom environments & app frameworks.
|
|
1637
|
+
|
|
1638
|
+
Also, when using a custom fetch, you may need to set custom Request and Response too. If you don't set them, global objects will be used.
|
|
1639
|
+
If your custom fetch api does not have these objects, and the globals are incompatible with a custom fetch,
|
|
1640
|
+
you must disable their use inside the fetch adapter by passing null.
|
|
1641
|
+
|
|
1642
|
+
> Note: Setting `Request` & `Response` to `null` will make it impossible for the fetch adapter to capture the upload & download progress.
|
|
1643
|
+
|
|
1644
|
+
Basic example:
|
|
1645
|
+
|
|
1646
|
+
```js
|
|
1647
|
+
import customFetchFunction from 'customFetchModule';
|
|
1648
|
+
|
|
1649
|
+
const instance = axios.create({
|
|
1650
|
+
adapter: 'fetch',
|
|
1651
|
+
onDownloadProgress(e) {
|
|
1652
|
+
console.log('downloadProgress', e);
|
|
1653
|
+
},
|
|
1654
|
+
env: {
|
|
1655
|
+
fetch: customFetchFunction,
|
|
1656
|
+
Request: null, // undefined -> use the global constructor
|
|
1657
|
+
Response: null
|
|
1658
|
+
}
|
|
1659
|
+
});
|
|
1660
|
+
```
|
|
1661
|
+
|
|
1662
|
+
#### ๐ฅ Using with Tauri
|
|
1663
|
+
|
|
1664
|
+
A minimal example of setting up Axios for use in a [Tauri](https://tauri.app/plugin/http-client/) app with a platform fetch function that ignores CORS policy for requests.
|
|
1665
|
+
|
|
1666
|
+
```js
|
|
1667
|
+
import { fetch } from "@tauri-apps/plugin-http";
|
|
1668
|
+
import axios from "axios";
|
|
1669
|
+
|
|
1670
|
+
const instance = axios.create({
|
|
1671
|
+
adapter: 'fetch',
|
|
1672
|
+
onDownloadProgress(e) {
|
|
1673
|
+
console.log('downloadProgress', e);
|
|
1674
|
+
},
|
|
1675
|
+
env: {
|
|
1676
|
+
fetch
|
|
1677
|
+
}
|
|
1678
|
+
});
|
|
1679
|
+
|
|
1680
|
+
const {data} = await instance.get("https://google.com");
|
|
1681
|
+
```
|
|
1682
|
+
|
|
1683
|
+
#### ๐ฅ Using with SvelteKit
|
|
1684
|
+
|
|
1685
|
+
[SvelteKit](https://svelte.dev/docs/kit/web-standards#Fetch-APIs) framework has a custom implementation of the fetch function for server rendering (so called `load` functions), and also uses relative paths,
|
|
1686
|
+
which makes it incompatible with the standard URL API. So, Axios must be configured to use the custom fetch API:
|
|
1687
|
+
|
|
1688
|
+
```js
|
|
1689
|
+
export async function load({ fetch }) {
|
|
1690
|
+
const {data: post} = await axios.get('https://jsonplaceholder.typicode.com/posts/1', {
|
|
1691
|
+
adapter: 'fetch',
|
|
1692
|
+
env: {
|
|
1693
|
+
fetch,
|
|
1694
|
+
Request: null,
|
|
1695
|
+
Response: null
|
|
1696
|
+
}
|
|
1697
|
+
});
|
|
1698
|
+
|
|
1699
|
+
return { post };
|
|
1700
|
+
}
|
|
1701
|
+
```
|
|
1702
|
+
|
|
1626
1703
|
## Semver
|
|
1627
1704
|
|
|
1628
|
-
|
|
1705
|
+
Since Axios has reached a `v.1.0.0` we will fully embrace semver as per the spec [here](https://semver.org/)
|
|
1629
1706
|
|
|
1630
1707
|
## Promises
|
|
1631
1708
|
|