@gammarers/aws-sns-slack-message-lambda-subscription 0.2.13 → 0.2.14
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
CHANGED
|
@@ -3682,7 +3682,7 @@
|
|
|
3682
3682
|
"stability": "stable"
|
|
3683
3683
|
},
|
|
3684
3684
|
"homepage": "https://github.com/gammarers/aws-sns-slack-message-lambda-subscription.git",
|
|
3685
|
-
"jsiiVersion": "5.7.
|
|
3685
|
+
"jsiiVersion": "5.7.8 (build 2bc6834)",
|
|
3686
3686
|
"keywords": [
|
|
3687
3687
|
"aws",
|
|
3688
3688
|
"aws-cdk",
|
|
@@ -3903,6 +3903,6 @@
|
|
|
3903
3903
|
"symbolId": "src/index:SNSSlackMessageLambdaSubscriptionProps"
|
|
3904
3904
|
}
|
|
3905
3905
|
},
|
|
3906
|
-
"version": "0.2.
|
|
3907
|
-
"fingerprint": "
|
|
3906
|
+
"version": "0.2.14",
|
|
3907
|
+
"fingerprint": "cJb4Om/TLOU95yKmn635NhN5P1N6g7uoGoDXjEooLy8="
|
|
3908
3908
|
}
|
|
@@ -12894,7 +12894,7 @@ var require_axios = __commonJS({
|
|
|
12894
12894
|
}
|
|
12895
12895
|
return requestedURL;
|
|
12896
12896
|
}
|
|
12897
|
-
var VERSION3 = "1.8.
|
|
12897
|
+
var VERSION3 = "1.8.3";
|
|
12898
12898
|
function parseProtocol2(url3) {
|
|
12899
12899
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url3);
|
|
12900
12900
|
return match && match[1] || "";
|
|
@@ -13395,7 +13395,7 @@ var require_axios = __commonJS({
|
|
|
13395
13395
|
config.signal.aborted ? abort() : config.signal.addEventListener("abort", abort);
|
|
13396
13396
|
}
|
|
13397
13397
|
}
|
|
13398
|
-
const fullPath = buildFullPath2(config.baseURL, config.url);
|
|
13398
|
+
const fullPath = buildFullPath2(config.baseURL, config.url, config.allowAbsoluteUrls);
|
|
13399
13399
|
const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : void 0);
|
|
13400
13400
|
const protocol = parsed.protocol || supportedProtocols2[0];
|
|
13401
13401
|
if (protocol === "data:") {
|
|
@@ -13877,7 +13877,7 @@ var require_axios = __commonJS({
|
|
|
13877
13877
|
const newConfig = mergeConfig3({}, config);
|
|
13878
13878
|
let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
|
|
13879
13879
|
newConfig.headers = headers = AxiosHeaders$1.from(headers);
|
|
13880
|
-
newConfig.url = buildURL2(buildFullPath2(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
|
|
13880
|
+
newConfig.url = buildURL2(buildFullPath2(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
|
|
13881
13881
|
if (auth) {
|
|
13882
13882
|
headers.set(
|
|
13883
13883
|
"Authorization",
|
|
@@ -16340,7 +16340,7 @@ var import_follow_redirects = __toESM(require_follow_redirects(), 1);
|
|
|
16340
16340
|
var import_zlib = __toESM(require("zlib"), 1);
|
|
16341
16341
|
|
|
16342
16342
|
// node_modules/axios/lib/env/data.js
|
|
16343
|
-
var VERSION = "1.8.
|
|
16343
|
+
var VERSION = "1.8.3";
|
|
16344
16344
|
|
|
16345
16345
|
// node_modules/axios/lib/helpers/parseProtocol.js
|
|
16346
16346
|
function parseProtocol(url2) {
|
|
@@ -16877,7 +16877,7 @@ var http_default = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
16877
16877
|
config.signal.aborted ? abort() : config.signal.addEventListener("abort", abort);
|
|
16878
16878
|
}
|
|
16879
16879
|
}
|
|
16880
|
-
const fullPath = buildFullPath(config.baseURL, config.url);
|
|
16880
|
+
const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
|
|
16881
16881
|
const parsed = new URL(fullPath, platform_default.hasBrowserEnv ? platform_default.origin : void 0);
|
|
16882
16882
|
const protocol = parsed.protocol || supportedProtocols[0];
|
|
16883
16883
|
if (protocol === "data:") {
|
|
@@ -17367,7 +17367,7 @@ var resolveConfig_default = (config) => {
|
|
|
17367
17367
|
const newConfig = mergeConfig({}, config);
|
|
17368
17368
|
let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
|
|
17369
17369
|
newConfig.headers = headers = AxiosHeaders_default.from(headers);
|
|
17370
|
-
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
|
|
17370
|
+
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
|
|
17371
17371
|
if (auth) {
|
|
17372
17372
|
headers.set(
|
|
17373
17373
|
"Authorization",
|
|
@@ -18434,6 +18434,6 @@ mime-types/index.js:
|
|
|
18434
18434
|
*)
|
|
18435
18435
|
|
|
18436
18436
|
axios/dist/node/axios.cjs:
|
|
18437
|
-
(*! Axios v1.8.
|
|
18437
|
+
(*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors *)
|
|
18438
18438
|
*/
|
|
18439
18439
|
//# sourceMappingURL=index.js.map
|