cdk-certbot-dns-route53 2.5.89 → 2.5.91

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
@@ -4516,6 +4516,6 @@
4516
4516
  "symbolId": "src/lambda-python:LambdaPythonFunction"
4517
4517
  }
4518
4518
  },
4519
- "version": "2.5.89",
4520
- "fingerprint": "Pmldotq3OtYxExuyxvzzqSacB0FIOjpdIUOlOLPOoOs="
4519
+ "version": "2.5.91",
4520
+ "fingerprint": "TC5DeLwWLQY0f77KNDx4QC+Vb3F95cx62B+wNDoGn8k="
4521
4521
  }
@@ -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.89" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.LambdaPythonFunction", version: "2.5.91" };
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.89" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-certbot-dns-route53.CertbotDnsRoute53JobPython", version: "2.5.91" };
47
47
  constructor(scope, id, props) {
48
48
  super(scope, id);
49
49
  const certOptions = {
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "jsii-docgen": "^10.5.0",
55
55
  "jsii-pacmak": "^1.137.0",
56
56
  "jsii-rosetta": "5.9.x",
57
- "projen": "^0.101.1",
57
+ "projen": "^0.101.4",
58
58
  "ts-jest": "^27",
59
59
  "typescript": "^5"
60
60
  },
@@ -80,7 +80,7 @@
80
80
  "access": "public",
81
81
  "provenance": true
82
82
  },
83
- "version": "2.5.89",
83
+ "version": "2.5.91",
84
84
  "jest": {
85
85
  "coverageProvider": "v8",
86
86
  "testMatch": [