@gammarers/aws-rds-database-running-schedule-stack 2.5.4 → 2.5.5
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
|
@@ -3698,7 +3698,7 @@
|
|
|
3698
3698
|
"stability": "stable"
|
|
3699
3699
|
},
|
|
3700
3700
|
"homepage": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
|
|
3701
|
-
"jsiiVersion": "5.7.
|
|
3701
|
+
"jsiiVersion": "5.7.12 (build 0bc2358)",
|
|
3702
3702
|
"keywords": [
|
|
3703
3703
|
"aws",
|
|
3704
3704
|
"aws-cdk",
|
|
@@ -4267,6 +4267,6 @@
|
|
|
4267
4267
|
"symbolId": "src/index:TargetResource"
|
|
4268
4268
|
}
|
|
4269
4269
|
},
|
|
4270
|
-
"version": "2.5.
|
|
4271
|
-
"fingerprint": "
|
|
4270
|
+
"version": "2.5.5",
|
|
4271
|
+
"fingerprint": "ON57x3Lf/iCUVycP5PpiVrTQsa43HW6Rj7jT80tqsOc="
|
|
4272
4272
|
}
|
package/lib/index.js
CHANGED
|
@@ -149,7 +149,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
149
149
|
}
|
|
150
150
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
151
151
|
_a = JSII_RTTI_SYMBOL_1;
|
|
152
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.5.
|
|
152
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.5.5" };
|
|
153
153
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
154
154
|
constructor(scope, id, props) {
|
|
155
155
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"jsii-pacmak": "^1.111.0",
|
|
57
57
|
"jsii-rosetta": "5.7.x",
|
|
58
58
|
"projen": "^0.91.20",
|
|
59
|
-
"ts-jest": "^29.3.
|
|
59
|
+
"ts-jest": "^29.3.2",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "5.7.x"
|
|
62
62
|
},
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "2.5.
|
|
90
|
+
"version": "2.5.5",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|