@gammarers/aws-rds-database-running-schedule-stack 2.5.4 → 2.5.6

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 +3 -3
  2. package/lib/index.js +1 -1
  3. 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.7.11 (build fad4bb4)",
3701
+ "jsiiVersion": "5.7.13 (build 0d3838b)",
3702
3702
  "keywords": [
3703
3703
  "aws",
3704
3704
  "aws-cdk",
@@ -4267,6 +4267,6 @@
4267
4267
  "symbolId": "src/index:TargetResource"
4268
4268
  }
4269
4269
  },
4270
- "version": "2.5.4",
4271
- "fingerprint": "osEpqqGrSv1e8ZfG2K6lbNfNf8vplRiaVKykEcCSsGM="
4270
+ "version": "2.5.6",
4271
+ "fingerprint": "LzKTjOdi8Ax1nNQbATb65JKuV4Mhj60nrXMwHu+Ah5s="
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.4" };
152
+ RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.5.6" };
153
153
  class DBRuningSchedule extends scheduler.CfnSchedule {
154
154
  constructor(scope, id, props) {
155
155
  super(scope, id, {
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "commit-and-tag-version": "^12",
47
47
  "constructs": "10.0.5",
48
48
  "eslint": "^9",
49
- "eslint-import-resolver-typescript": "^3.10.0",
49
+ "eslint-import-resolver-typescript": "^3.10.1",
50
50
  "eslint-plugin-import": "^2.31.0",
51
51
  "jest": "^29.7.0",
52
52
  "jest-junit": "^16",
@@ -55,8 +55,8 @@
55
55
  "jsii-docgen": "^10.5.0",
56
56
  "jsii-pacmak": "^1.111.0",
57
57
  "jsii-rosetta": "5.7.x",
58
- "projen": "^0.91.20",
59
- "ts-jest": "^29.3.1",
58
+ "projen": "^0.91.26",
59
+ "ts-jest": "^29.3.2",
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.4",
90
+ "version": "2.5.6",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [