@gammarers/aws-rds-database-running-schedule-stack 2.6.0 → 2.6.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
|
@@ -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.20 (build 433aee4)",
|
|
3702
3702
|
"keywords": [
|
|
3703
3703
|
"aws",
|
|
3704
3704
|
"aws-cdk",
|
|
@@ -4316,6 +4316,6 @@
|
|
|
4316
4316
|
"symbolId": "src/index:TimeoutOption"
|
|
4317
4317
|
}
|
|
4318
4318
|
},
|
|
4319
|
-
"version": "2.6.
|
|
4320
|
-
"fingerprint": "
|
|
4319
|
+
"version": "2.6.2",
|
|
4320
|
+
"fingerprint": "bex7f3qf2sNtM9syMEPfft8DJ05ktBLA6UMwytDEeoI="
|
|
4321
4321
|
}
|
package/lib/index.js
CHANGED
|
@@ -155,7 +155,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
155
155
|
}
|
|
156
156
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
157
157
|
_a = JSII_RTTI_SYMBOL_1;
|
|
158
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.6.
|
|
158
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.6.2" };
|
|
159
159
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
160
160
|
constructor(scope, id, props) {
|
|
161
161
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
56
|
"jsii-pacmak": "^1.112.0",
|
|
57
57
|
"jsii-rosetta": "5.7.x",
|
|
58
|
-
"projen": "^0.94.
|
|
58
|
+
"projen": "^0.94.2",
|
|
59
59
|
"ts-jest": "^29.4.0",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "5.7.x"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "2.6.
|
|
90
|
+
"version": "2.6.2",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|