@gammarers/aws-rds-database-running-schedule-stack 2.6.8 → 2.6.10
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 +4 -4
package/.jsii
CHANGED
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.10" };
|
|
159
159
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
160
160
|
constructor(scope, id, props) {
|
|
161
161
|
super(scope, id, {
|
package/package.json
CHANGED
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"jest": "^29.7.0",
|
|
52
52
|
"jest-junit": "^16",
|
|
53
53
|
"jsii": "5.7.x",
|
|
54
|
-
"jsii-diff": "^1.
|
|
54
|
+
"jsii-diff": "^1.114.1",
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
|
-
"jsii-pacmak": "^1.
|
|
56
|
+
"jsii-pacmak": "^1.114.1",
|
|
57
57
|
"jsii-rosetta": "5.7.x",
|
|
58
|
-
"projen": "^0.
|
|
58
|
+
"projen": "^0.96.1",
|
|
59
59
|
"ts-jest": "^29.4.1",
|
|
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.10",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|