rds-aurora-bootstrapper 0.1.5 → 0.1.6
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
|
@@ -8607,6 +8607,6 @@
|
|
|
8607
8607
|
"symbolId": "src/constructs/aurora-database-create-owner:AuroraDatabaseCreateOwnerProps"
|
|
8608
8608
|
}
|
|
8609
8609
|
},
|
|
8610
|
-
"version": "0.1.
|
|
8611
|
-
"fingerprint": "
|
|
8610
|
+
"version": "0.1.6",
|
|
8611
|
+
"fingerprint": "Zm3l0yA/mfG6Yrgc72pH0Hi5xkixpw6mfjnUTsGWJVI="
|
|
8612
8612
|
}
|
|
@@ -17,7 +17,7 @@ const aurora_database_create_owner_function_1 = require("../funcs/aurora-databas
|
|
|
17
17
|
* Secrets Manager dynamic reference; callers do not pass it explicitly.
|
|
18
18
|
*/
|
|
19
19
|
class AuroraDatabaseCreateOwner extends constructs_1.Construct {
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "rds-aurora-bootstrapper.AuroraDatabaseCreateOwner", version: "0.1.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "rds-aurora-bootstrapper.AuroraDatabaseCreateOwner", version: "0.1.6" };
|
|
21
21
|
/**
|
|
22
22
|
* @param scope - Parent construct.
|
|
23
23
|
* @param id - Construct identifier.
|
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.137.0",
|
|
61
61
|
"jsii-rosetta": "5.9.x",
|
|
62
|
-
"projen": "^0.100.
|
|
62
|
+
"projen": "^0.100.7",
|
|
63
63
|
"ts-jest": "^29.4.11",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "5.9.x"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "0.1.
|
|
90
|
+
"version": "0.1.6",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|