@gammarers/aws-rds-database-running-schedule-stack 2.5.13 → 2.5.14

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 +3 -3
package/.jsii CHANGED
@@ -4267,6 +4267,6 @@
4267
4267
  "symbolId": "src/index:TargetResource"
4268
4268
  }
4269
4269
  },
4270
- "version": "2.5.13",
4271
- "fingerprint": "KiG84CczljZ7aFs8r10eAJpbybFXkBFT50S3M8X3cK0="
4270
+ "version": "2.5.14",
4271
+ "fingerprint": "rPo3Csz4vrvtlA2jdc83kZXP8zLTEwGiHWiFcN+z/po="
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.13" };
152
+ RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.5.14" };
153
153
  class DBRuningSchedule extends scheduler.CfnSchedule {
154
154
  constructor(scope, id, props) {
155
155
  super(scope, id, {
package/package.json CHANGED
@@ -55,8 +55,8 @@
55
55
  "jsii-docgen": "^10.5.0",
56
56
  "jsii-pacmak": "^1.112.0",
57
57
  "jsii-rosetta": "5.7.x",
58
- "projen": "^0.92.10",
59
- "ts-jest": "^29.3.4",
58
+ "projen": "^0.93.0",
59
+ "ts-jest": "^29.4.0",
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.13",
90
+ "version": "2.5.14",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [