cloudstructs 0.9.28 → 0.9.30
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 +4 -4
- package/assets/slack-textract/detect.lambda/index.js +63 -34
- 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/email-receiver/whitelist-function.js +2 -2
- 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/provider-function.js +2 -2
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/events-function.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect-function.js +2 -2
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/analyze-function.js +2 -2
- package/lib/ssl-server-test/extract-grade-function.js +2 -2
- 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/static-website/origin-request-function.js +2 -2
- package/lib/toolkit-cleaner/clean-images-function.js +2 -2
- package/lib/toolkit-cleaner/clean-objects-function.js +2 -2
- package/lib/toolkit-cleaner/extract-template-hashes-function.js +2 -2
- package/lib/toolkit-cleaner/get-stack-names-function.js +2 -2
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/lib/url-shortener/redirect-function.js +2 -2
- package/lib/url-shortener/shortener-function.js +2 -2
- package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +4 -3
- package/node_modules/@babel/runtime/helpers/wrapRegExp.js +4 -3
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +112 -38
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -11
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +36 -1
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +936 -1005
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
- package/node_modules/@slack/web-api/README.md +4 -4
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +30 -1
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +15 -2
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +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/buffer.buffer.d.ts +112 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +36 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +936 -1005
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
- package/node_modules/@slack/web-api/package.json +8 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +112 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +36 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +936 -1005
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +112 -38
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -11
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +36 -1
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +936 -1005
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +112 -38
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -11
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +36 -1
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +936 -1005
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
- package/node_modules/abbrev/package.json +9 -11
- package/node_modules/axios/CHANGELOG.md +97 -0
- package/node_modules/axios/README.md +35 -13
- package/node_modules/axios/dist/axios.js +14 -25
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +14 -28
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +14 -28
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +44 -31
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +1 -0
- package/node_modules/axios/index.d.ts +1 -0
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/core/Axios.js +10 -1
- package/node_modules/axios/lib/core/buildFullPath.js +3 -2
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/platform/node/index.js +26 -0
- package/node_modules/axios/lib/utils.js +0 -22
- package/node_modules/axios/package.json +4 -4
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -1
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/commonjs/index.d.ts +1 -8
- package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/commonjs/index.js +2 -2
- package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -1
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -1
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -1
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -1
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/esm/index.d.ts +1 -8
- package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -1
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -1
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -1
- package/node_modules/foreground-child/package.json +6 -11
- package/node_modules/js-beautify/README.md +8 -8
- package/node_modules/js-beautify/package.json +2 -2
- package/node_modules/nopt/README.md +8 -9
- package/node_modules/nopt/lib/nopt-lib.js +5 -40
- package/node_modules/nopt/lib/nopt.js +0 -4
- package/node_modules/nopt/package.json +9 -10
- package/package.json +19 -19
- package/node_modules/axios/SECURITY.md +0 -6
- /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/index.d.ts +0 -0
- /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/index.js +0 -0
- /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/license +0 -0
- /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/package.json +0 -0
- /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/readme.md +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
function bind(fn, thisArg) {
|
|
@@ -607,26 +607,6 @@ const toFiniteNumber = (value, defaultValue) => {
|
|
|
607
607
|
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
|
|
611
|
-
|
|
612
|
-
const DIGIT = '0123456789';
|
|
613
|
-
|
|
614
|
-
const ALPHABET = {
|
|
615
|
-
DIGIT,
|
|
616
|
-
ALPHA,
|
|
617
|
-
ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
|
|
618
|
-
};
|
|
619
|
-
|
|
620
|
-
const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
621
|
-
let str = '';
|
|
622
|
-
const {length} = alphabet;
|
|
623
|
-
while (size--) {
|
|
624
|
-
str += alphabet[Math.random() * length|0];
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
return str;
|
|
628
|
-
};
|
|
629
|
-
|
|
630
610
|
/**
|
|
631
611
|
* If the thing is a FormData object, return true, otherwise return false.
|
|
632
612
|
*
|
|
@@ -754,8 +734,6 @@ var utils$1 = {
|
|
|
754
734
|
findKey,
|
|
755
735
|
global: _global,
|
|
756
736
|
isContextDefined,
|
|
757
|
-
ALPHABET,
|
|
758
|
-
generateString,
|
|
759
737
|
isSpecCompliantForm,
|
|
760
738
|
toJSONObject,
|
|
761
739
|
isAsyncFn,
|
|
@@ -2248,8 +2226,9 @@ function combineURLs(baseURL, relativeURL) {
|
|
|
2248
2226
|
*
|
|
2249
2227
|
* @returns {string} The combined full path
|
|
2250
2228
|
*/
|
|
2251
|
-
function buildFullPath(baseURL, requestedURL) {
|
|
2252
|
-
|
|
2229
|
+
function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
2230
|
+
let isRelativeUrl = !isAbsoluteURL(requestedURL);
|
|
2231
|
+
if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
|
|
2253
2232
|
return combineURLs(baseURL, requestedURL);
|
|
2254
2233
|
}
|
|
2255
2234
|
return requestedURL;
|
|
@@ -2364,7 +2343,7 @@ var resolveConfig = (config) => {
|
|
|
2364
2343
|
|
|
2365
2344
|
newConfig.headers = headers = AxiosHeaders$1.from(headers);
|
|
2366
2345
|
|
|
2367
|
-
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
|
|
2346
|
+
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
|
|
2368
2347
|
|
|
2369
2348
|
// HTTP basic authentication
|
|
2370
2349
|
if (auth) {
|
|
@@ -3089,7 +3068,7 @@ function dispatchRequest(config) {
|
|
|
3089
3068
|
});
|
|
3090
3069
|
}
|
|
3091
3070
|
|
|
3092
|
-
const VERSION = "1.
|
|
3071
|
+
const VERSION = "1.8.4";
|
|
3093
3072
|
|
|
3094
3073
|
const validators$1 = {};
|
|
3095
3074
|
|
|
@@ -3274,6 +3253,13 @@ class Axios {
|
|
|
3274
3253
|
}
|
|
3275
3254
|
}
|
|
3276
3255
|
|
|
3256
|
+
// Set config.allowAbsoluteUrls
|
|
3257
|
+
if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) {
|
|
3258
|
+
config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;
|
|
3259
|
+
} else {
|
|
3260
|
+
config.allowAbsoluteUrls = true;
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3277
3263
|
validator.assertOptions(config, {
|
|
3278
3264
|
baseUrl: validators.spelling('baseURL'),
|
|
3279
3265
|
withXsrfToken: validators.spelling('withXSRFToken')
|
|
@@ -3369,7 +3355,7 @@ class Axios {
|
|
|
3369
3355
|
|
|
3370
3356
|
getUri(config) {
|
|
3371
3357
|
config = mergeConfig(this.defaults, config);
|
|
3372
|
-
const fullPath = buildFullPath(config.baseURL, config.url);
|
|
3358
|
+
const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
|
|
3373
3359
|
return buildURL(fullPath, config.params, config.paramsSerializer);
|
|
3374
3360
|
}
|
|
3375
3361
|
}
|