@trautonen/cdk-dns-validated-certificate 0.1.54 → 0.1.55
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 +2 -2
- package/lib/dns-validated-certificate.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -3921,6 +3921,6 @@
|
|
|
3921
3921
|
"symbolId": "src/dns-validated-certificate:ValidationHostedZone"
|
|
3922
3922
|
}
|
|
3923
3923
|
},
|
|
3924
|
-
"version": "0.1.
|
|
3925
|
-
"fingerprint": "
|
|
3924
|
+
"version": "0.1.55",
|
|
3925
|
+
"fingerprint": "IfgEZirfeDhCyImMuof+Fzpol4kIhs6kurOkEa7PtpM="
|
|
3926
3926
|
}
|
|
@@ -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.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@trautonen/cdk-dns-validated-certificate.DnsValidatedCertificate", version: "0.1.55" };
|
|
115
115
|
/** The certificate's ARN */
|
|
116
116
|
certificateArn;
|
|
117
117
|
/** The region where the certificate is deployed to */
|
package/package.json
CHANGED
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"jest": "^29.7.0",
|
|
61
61
|
"jest-junit": "^17",
|
|
62
62
|
"jsii": "~5.9.0",
|
|
63
|
-
"jsii-diff": "^1.
|
|
63
|
+
"jsii-diff": "^1.138.0",
|
|
64
64
|
"jsii-docgen": "^10.5.0",
|
|
65
|
-
"jsii-pacmak": "^1.
|
|
65
|
+
"jsii-pacmak": "^1.138.0",
|
|
66
66
|
"jsii-rosetta": "~5.9.0",
|
|
67
67
|
"prettier": "^2.8.8",
|
|
68
|
-
"projen": "^0.
|
|
68
|
+
"projen": "^0.101.4",
|
|
69
69
|
"ts-jest": "^29.4.11",
|
|
70
70
|
"ts-node": "^10.9.2",
|
|
71
71
|
"typescript": "5.8.3"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|
|
96
96
|
},
|
|
97
|
-
"version": "0.1.
|
|
97
|
+
"version": "0.1.55",
|
|
98
98
|
"jest": {
|
|
99
99
|
"coverageProvider": "v8",
|
|
100
100
|
"testMatch": [
|