cdk-certbot-dns-route53 2.5.136 → 2.5.138

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
@@ -4517,6 +4517,6 @@
4517
4517
  "symbolId": "src/lambda-python:LambdaPythonFunction"
4518
4518
  }
4519
4519
  },
4520
- "version": "2.5.136",
4521
- "fingerprint": "b3mcXuwgbTOEg+qiuiSZJIAt1cmX6dVJDV7+PdPTxoY="
4520
+ "version": "2.5.138",
4521
+ "fingerprint": "jVSm8o+Qh0o2hYa+UQeiAvaUGuqwfsvuKP+h/wOiu6I="
4522
4522
  }
@@ -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.136" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.LambdaPythonFunction", version: "2.5.138" };
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.136" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.CertbotDnsRoute53JobPython", version: "2.5.138" };
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.32",
58
+ "projen": "^0.101.37",
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.136",
84
+ "version": "2.5.138",
85
85
  "jest": {
86
86
  "coverageProvider": "v8",
87
87
  "testMatch": [