@trautonen/cdk-dns-validated-certificate 0.1.61 → 0.1.63

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
@@ -3465,7 +3465,7 @@
3465
3465
  "stability": "stable"
3466
3466
  },
3467
3467
  "homepage": "https://github.com/trautonen/cdk-dns-validated-certificate.git",
3468
- "jsiiVersion": "5.9.51 (build 95a1df0)",
3468
+ "jsiiVersion": "5.9.52 (build c132e73)",
3469
3469
  "keywords": [
3470
3470
  "aws",
3471
3471
  "cdk",
@@ -3922,6 +3922,6 @@
3922
3922
  "symbolId": "src/dns-validated-certificate:ValidationHostedZone"
3923
3923
  }
3924
3924
  },
3925
- "version": "0.1.61",
3926
- "fingerprint": "aYT0bLGcvv+E3BDMRxkMt4mRzqwsWjw4UQQnM4xbY4o="
3925
+ "version": "0.1.63",
3926
+ "fingerprint": "pRqMLd8oAZ8ExylbflVr+5Zq0GVUwLeNOwAUz5Css3c="
3927
3927
  }
@@ -111,7 +111,7 @@ const CERTTIFICATE_RESOURCE_TYPE = 'AWS::CertificateManager::Certificate';
111
111
  * @resource AWS::CertificateManager::Certificate
112
112
  */
113
113
  class DnsValidatedCertificate extends cdk.Resource {
114
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@trautonen/cdk-dns-validated-certificate.DnsValidatedCertificate", version: "0.1.61" };
114
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@trautonen/cdk-dns-validated-certificate.DnsValidatedCertificate", version: "0.1.63" };
115
115
  /** The certificate's ARN */
116
116
  certificateArn;
117
117
  /** The region where the certificate is deployed to */
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  "jsii-pacmak": "^1.139.0",
67
67
  "jsii-rosetta": "~5.9.0",
68
68
  "prettier": "^2.8.8",
69
- "projen": "^0.101.31",
69
+ "projen": "^0.103.1",
70
70
  "ts-jest": "^29.4.12",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "5.8.3"
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.1.61",
98
+ "version": "0.1.63",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [