@gammarers/aws-rds-database-running-schedule-stack 2.2.3 → 2.2.4
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
|
@@ -4019,6 +4019,6 @@
|
|
|
4019
4019
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4020
4020
|
}
|
|
4021
4021
|
},
|
|
4022
|
-
"version": "2.2.
|
|
4023
|
-
"fingerprint": "
|
|
4022
|
+
"version": "2.2.4",
|
|
4023
|
+
"fingerprint": "JEV4PYjVBP5WCA0DEpobFXyTFzh9wYIDMSaZ1ahZqZs="
|
|
4024
4024
|
}
|
package/lib/index.js
CHANGED
|
@@ -305,7 +305,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
305
305
|
}
|
|
306
306
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
307
307
|
_a = JSII_RTTI_SYMBOL_1;
|
|
308
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.2.
|
|
308
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.2.4" };
|
|
309
309
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
310
310
|
constructor(scope, id, props) {
|
|
311
311
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"jsii-docgen": "^10.5.0",
|
|
55
55
|
"jsii-pacmak": "^1.103.1",
|
|
56
56
|
"jsii-rosetta": "5.5.x",
|
|
57
|
-
"projen": "^0.
|
|
57
|
+
"projen": "^0.88.0",
|
|
58
58
|
"ts-jest": "^29.2.5",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "5.5.x"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"version": "2.2.
|
|
83
|
+
"version": "2.2.4",
|
|
84
84
|
"jest": {
|
|
85
85
|
"coverageProvider": "v8",
|
|
86
86
|
"testMatch": [
|