@trautonen/cdk-dns-validated-certificate 0.1.59 → 0.1.60
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 -3
- package/lib/dns-validated-certificate.js +1 -1
- package/package.json +3 -3
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.
|
|
3468
|
+
"jsiiVersion": "5.9.51 (build 95a1df0)",
|
|
3469
3469
|
"keywords": [
|
|
3470
3470
|
"aws",
|
|
3471
3471
|
"cdk",
|
|
@@ -3481,6 +3481,7 @@
|
|
|
3481
3481
|
"hasDefaultInterfaces": true
|
|
3482
3482
|
}
|
|
3483
3483
|
},
|
|
3484
|
+
"tscOutDir": "lib",
|
|
3484
3485
|
"tscRootDir": "src"
|
|
3485
3486
|
},
|
|
3486
3487
|
"name": "@trautonen/cdk-dns-validated-certificate",
|
|
@@ -3921,6 +3922,6 @@
|
|
|
3921
3922
|
"symbolId": "src/dns-validated-certificate:ValidationHostedZone"
|
|
3922
3923
|
}
|
|
3923
3924
|
},
|
|
3924
|
-
"version": "0.1.
|
|
3925
|
-
"fingerprint": "/
|
|
3925
|
+
"version": "0.1.60",
|
|
3926
|
+
"fingerprint": "2Ad2g4cAfr/cwDP8+YNOxC3NR/UFumCPn+VgGCxqJMQ="
|
|
3926
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.
|
|
114
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@trautonen/cdk-dns-validated-certificate.DnsValidatedCertificate", version: "0.1.60" };
|
|
115
115
|
/** The certificate's ARN */
|
|
116
116
|
certificateArn;
|
|
117
117
|
/** The region where the certificate is deployed to */
|
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"aws-lambda": "^1.0.7",
|
|
53
53
|
"commit-and-tag-version": "^12",
|
|
54
54
|
"constructs": "10.5.1",
|
|
55
|
-
"esbuild": "^0.28.
|
|
55
|
+
"esbuild": "^0.28.2",
|
|
56
56
|
"eslint": "^9",
|
|
57
57
|
"eslint-config-prettier": "^8.10.2",
|
|
58
58
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
@@ -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.
|
|
69
|
+
"projen": "^0.101.31",
|
|
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.
|
|
98
|
+
"version": "0.1.60",
|
|
99
99
|
"jest": {
|
|
100
100
|
"coverageProvider": "v8",
|
|
101
101
|
"testMatch": [
|