@gammarers/aws-rds-database-running-schedule-stack 2.2.1 → 2.2.2
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 +2 -2
package/.jsii
CHANGED
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
"stability": "stable"
|
|
3664
3664
|
},
|
|
3665
3665
|
"homepage": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
|
|
3666
|
-
"jsiiVersion": "5.5.
|
|
3666
|
+
"jsiiVersion": "5.5.3 (build a448a4c)",
|
|
3667
3667
|
"keywords": [
|
|
3668
3668
|
"aws",
|
|
3669
3669
|
"aws-cdk",
|
|
@@ -4019,6 +4019,6 @@
|
|
|
4019
4019
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4020
4020
|
}
|
|
4021
4021
|
},
|
|
4022
|
-
"version": "2.2.
|
|
4023
|
-
"fingerprint": "
|
|
4022
|
+
"version": "2.2.2",
|
|
4023
|
+
"fingerprint": "RTgfU2cpVNDxGS6qcXS0k9ZdcQl1F1DUbgSVcs6cmB0="
|
|
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.2" };
|
|
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.87.2",
|
|
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.2",
|
|
84
84
|
"jest": {
|
|
85
85
|
"coverageProvider": "v8",
|
|
86
86
|
"testMatch": [
|