@gammarers/aws-rds-database-running-schedule-stack 2.8.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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +1 -1
  3. package/package.json +4 -4
package/.jsii CHANGED
@@ -4365,6 +4365,6 @@
4365
4365
  "symbolId": "src/index:TimeoutOption"
4366
4366
  }
4367
4367
  },
4368
- "version": "2.8.0",
4369
- "fingerprint": "B8D1JtxuMtQyrECTucjYdnZXnR2G/22bQTUT6hNdnls="
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.8.0" };
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.122.0",
54
+ "jsii-diff": "^1.124.0",
55
55
  "jsii-docgen": "^10.5.0",
56
- "jsii-pacmak": "^1.122.0",
56
+ "jsii-pacmak": "^1.124.0",
57
57
  "jsii-rosetta": "5.9.x",
58
- "projen": "^0.98.30",
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.8.0",
90
+ "version": "2.8.1",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [