@gammarers/aws-sns-slack-message-lambda-subscription 0.2.15 → 0.2.16
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.10 (build 5114b23)",
|
|
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.16",
|
|
3907
|
+
"fingerprint": "jF+PHdkunvmz6WKxw2bj8ubZCEbCXW2NCgSwHU2yHTY="
|
|
3908
3908
|
}
|
|
@@ -12889,12 +12889,12 @@ var require_axios = __commonJS({
|
|
|
12889
12889
|
}
|
|
12890
12890
|
function buildFullPath2(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
12891
12891
|
let isRelativeUrl = !isAbsoluteURL2(requestedURL);
|
|
12892
|
-
if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
|
|
12892
|
+
if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
|
|
12893
12893
|
return combineURLs2(baseURL, requestedURL);
|
|
12894
12894
|
}
|
|
12895
12895
|
return requestedURL;
|
|
12896
12896
|
}
|
|
12897
|
-
var VERSION3 = "1.8.
|
|
12897
|
+
var VERSION3 = "1.8.4";
|
|
12898
12898
|
function parseProtocol2(url3) {
|
|
12899
12899
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url3);
|
|
12900
12900
|
return match && match[1] || "";
|
|
@@ -16325,7 +16325,7 @@ function combineURLs(baseURL, relativeURL) {
|
|
|
16325
16325
|
// node_modules/axios/lib/core/buildFullPath.js
|
|
16326
16326
|
function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
16327
16327
|
let isRelativeUrl = !isAbsoluteURL(requestedURL);
|
|
16328
|
-
if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
|
|
16328
|
+
if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
|
|
16329
16329
|
return combineURLs(baseURL, requestedURL);
|
|
16330
16330
|
}
|
|
16331
16331
|
return requestedURL;
|
|
@@ -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.4";
|
|
16344
16344
|
|
|
16345
16345
|
// node_modules/axios/lib/helpers/parseProtocol.js
|
|
16346
16346
|
function parseProtocol(url2) {
|
|
@@ -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.4 Copyright (c) 2025 Matt Zabriskie and contributors *)
|
|
18438
18438
|
*/
|
|
18439
18439
|
//# sourceMappingURL=index.js.map
|