@gammarers/aws-rds-database-running-schedule-stack 2.3.8 → 2.3.9
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/index.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -4203,6 +4203,6 @@
|
|
|
4203
4203
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4204
4204
|
}
|
|
4205
4205
|
},
|
|
4206
|
-
"version": "2.3.
|
|
4207
|
-
"fingerprint": "
|
|
4206
|
+
"version": "2.3.9",
|
|
4207
|
+
"fingerprint": "s558iekgvGvNAeBAPKKEHvXDt62NwYzkWyt/lz2RosA="
|
|
4208
4208
|
}
|
package/lib/index.js
CHANGED
|
@@ -317,7 +317,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
317
317
|
}
|
|
318
318
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
319
319
|
_a = JSII_RTTI_SYMBOL_1;
|
|
320
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.
|
|
320
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.9" };
|
|
321
321
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
322
322
|
constructor(scope, id, props) {
|
|
323
323
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
56
|
"jsii-pacmak": "^1.106.0",
|
|
57
57
|
"jsii-rosetta": "5.5.x",
|
|
58
|
-
"projen": "^0.91.
|
|
58
|
+
"projen": "^0.91.5",
|
|
59
59
|
"ts-jest": "^29.2.5",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "5.5.x"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"version": "2.3.
|
|
88
|
+
"version": "2.3.9",
|
|
89
89
|
"jest": {
|
|
90
90
|
"coverageProvider": "v8",
|
|
91
91
|
"testMatch": [
|