cdk-certbot-dns-route53 2.5.113 → 2.5.115
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/lib/lambda-python.js +1 -1
- package/lib/main.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
"stability": "stable"
|
|
4088
4088
|
},
|
|
4089
4089
|
"homepage": "https://github.com/neilkuan/cdk-certbot-dns-route53.git",
|
|
4090
|
-
"jsiiVersion": "5.9.
|
|
4090
|
+
"jsiiVersion": "5.9.49 (build 09a22a8)",
|
|
4091
4091
|
"keywords": [
|
|
4092
4092
|
"aws",
|
|
4093
4093
|
"cdk",
|
|
@@ -4100,7 +4100,7 @@
|
|
|
4100
4100
|
"hasDefaultInterfaces": true
|
|
4101
4101
|
}
|
|
4102
4102
|
},
|
|
4103
|
-
"tscRootDir": "
|
|
4103
|
+
"tscRootDir": "src"
|
|
4104
4104
|
},
|
|
4105
4105
|
"name": "cdk-certbot-dns-route53",
|
|
4106
4106
|
"readme": {
|
|
@@ -4516,6 +4516,6 @@
|
|
|
4516
4516
|
"symbolId": "src/lambda-python:LambdaPythonFunction"
|
|
4517
4517
|
}
|
|
4518
4518
|
},
|
|
4519
|
-
"version": "2.5.
|
|
4520
|
-
"fingerprint": "
|
|
4519
|
+
"version": "2.5.115",
|
|
4520
|
+
"fingerprint": "shO53QF1OyEuztnw//8kLdQxmKOXah3HGCk6HRXpTDw="
|
|
4521
4521
|
}
|
package/lib/lambda-python.js
CHANGED
|
@@ -42,7 +42,7 @@ const lambda = __importStar(require("aws-cdk-lib/aws-lambda"));
|
|
|
42
42
|
const logs = __importStar(require("aws-cdk-lib/aws-logs"));
|
|
43
43
|
const constructs_1 = require("constructs");
|
|
44
44
|
class LambdaPythonFunction extends constructs_1.Construct {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.LambdaPythonFunction", version: "2.5.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.LambdaPythonFunction", version: "2.5.115" };
|
|
46
46
|
handler;
|
|
47
47
|
constructor(scope, id, props) {
|
|
48
48
|
super(scope, id);
|
package/lib/main.js
CHANGED
|
@@ -43,7 +43,7 @@ const lambda = __importStar(require("aws-cdk-lib/aws-lambda"));
|
|
|
43
43
|
const constructs_1 = require("constructs");
|
|
44
44
|
const lambda_python_1 = require("./lambda-python");
|
|
45
45
|
class CertbotDnsRoute53JobPython extends constructs_1.Construct {
|
|
46
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.CertbotDnsRoute53JobPython", version: "2.5.
|
|
46
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.CertbotDnsRoute53JobPython", version: "2.5.115" };
|
|
47
47
|
constructor(scope, id, props) {
|
|
48
48
|
super(scope, id);
|
|
49
49
|
const certOptions = {
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
56
|
"jsii-pacmak": "^1.139.0",
|
|
57
57
|
"jsii-rosetta": "5.9.x",
|
|
58
|
-
"projen": "^0.101.
|
|
58
|
+
"projen": "^0.101.21",
|
|
59
59
|
"ts-jest": "^27",
|
|
60
60
|
"typescript": "^5"
|
|
61
61
|
},
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"access": "public",
|
|
82
82
|
"provenance": true
|
|
83
83
|
},
|
|
84
|
-
"version": "2.5.
|
|
84
|
+
"version": "2.5.115",
|
|
85
85
|
"jest": {
|
|
86
86
|
"coverageProvider": "v8",
|
|
87
87
|
"testMatch": [
|