cdk-preflight 0.0.137 → 0.0.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 +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -9391,7 +9391,7 @@
|
|
|
9391
9391
|
"stability": "stable"
|
|
9392
9392
|
},
|
|
9393
9393
|
"homepage": "https://github.com/badmintoncryer/cdk-preflight.git",
|
|
9394
|
-
"jsiiVersion": "6.0.
|
|
9394
|
+
"jsiiVersion": "6.0.14 (build 44649f3)",
|
|
9395
9395
|
"keywords": [
|
|
9396
9396
|
"aws",
|
|
9397
9397
|
"aws-cdk",
|
|
@@ -9600,6 +9600,6 @@
|
|
|
9600
9600
|
"symbolId": "src/index:PreflightOptions"
|
|
9601
9601
|
}
|
|
9602
9602
|
},
|
|
9603
|
-
"version": "0.0.
|
|
9604
|
-
"fingerprint": "
|
|
9603
|
+
"version": "0.0.138",
|
|
9604
|
+
"fingerprint": "Mz/rr8CQYRwM49aq7aPzHIXqNqwWuEV5Y8bjQlBLAHQ="
|
|
9605
9605
|
}
|
package/lib/index.js
CHANGED
|
@@ -17,7 +17,7 @@ const rules_generated_1 = require("./rules.generated");
|
|
|
17
17
|
* Preflight.apply(app);
|
|
18
18
|
*/
|
|
19
19
|
class Preflight {
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-preflight.Preflight", version: "0.0.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-preflight.Preflight", version: "0.0.138" };
|
|
21
21
|
/**
|
|
22
22
|
* Register the cdk-preflight rules on an App or Stage.
|
|
23
23
|
*/
|