@gammarers/aws-rds-database-running-schedule-stack 2.7.0 → 2.8.1
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/.devcontainer/.gitconfig +4 -0
- package/.jsii +3 -3
- package/lib/index.js +1 -1
- package/package.json +4 -4
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.9.
|
|
3701
|
+
"jsiiVersion": "5.9.21 (build f1fe2ef)",
|
|
3702
3702
|
"keywords": [
|
|
3703
3703
|
"aws",
|
|
3704
3704
|
"aws-cdk",
|
|
@@ -4365,6 +4365,6 @@
|
|
|
4365
4365
|
"symbolId": "src/index:TimeoutOption"
|
|
4366
4366
|
}
|
|
4367
4367
|
},
|
|
4368
|
-
"version": "2.
|
|
4369
|
-
"fingerprint": "
|
|
4368
|
+
"version": "2.8.1",
|
|
4369
|
+
"fingerprint": "Ki5i2yyh3dEo+JM4cLt28icYg2GhbugnJt8vexzToSo="
|
|
4370
4370
|
}
|
package/lib/index.js
CHANGED
|
@@ -174,7 +174,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
174
174
|
}
|
|
175
175
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
176
176
|
_a = JSII_RTTI_SYMBOL_1;
|
|
177
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.
|
|
177
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.8.1" };
|
|
178
178
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
179
179
|
constructor(scope, id, props) {
|
|
180
180
|
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.9.x",
|
|
54
|
-
"jsii-diff": "^1.
|
|
54
|
+
"jsii-diff": "^1.124.0",
|
|
55
55
|
"jsii-docgen": "^10.5.0",
|
|
56
|
-
"jsii-pacmak": "^1.
|
|
56
|
+
"jsii-pacmak": "^1.124.0",
|
|
57
57
|
"jsii-rosetta": "5.9.x",
|
|
58
|
-
"projen": "^0.98.
|
|
58
|
+
"projen": "^0.98.32",
|
|
59
59
|
"ts-jest": "^29.4.6",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "5.9.x"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "2.
|
|
90
|
+
"version": "2.8.1",
|
|
91
91
|
"jest": {
|
|
92
92
|
"coverageProvider": "v8",
|
|
93
93
|
"testMatch": [
|