@gammarers/aws-rds-database-running-schedule-stack 2.2.7 → 2.2.8

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
@@ -4019,6 +4019,6 @@
4019
4019
  "symbolId": "src/index:TargetResourceProperty"
4020
4020
  }
4021
4021
  },
4022
- "version": "2.2.7",
4023
- "fingerprint": "BGi8HnuKc9jS1y3xBwxtg694S7eS1yZd8LVWX7U8jv8="
4022
+ "version": "2.2.8",
4023
+ "fingerprint": "bEE03w7APJFWuQgntUQBjzdeaW7MQLw64mHW5WxWPDs="
4024
4024
  }
package/lib/index.js CHANGED
@@ -305,7 +305,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
305
305
  }
306
306
  exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
307
307
  _a = JSII_RTTI_SYMBOL_1;
308
- RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.2.7" };
308
+ RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.2.8" };
309
309
  class DBRuningSchedule extends scheduler.CfnSchedule {
310
310
  constructor(scope, id, props) {
311
311
  super(scope, id, {
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "organization": true
38
38
  },
39
39
  "devDependencies": {
40
- "@types/jest": "^29.5.13",
40
+ "@types/jest": "^29.5.14",
41
41
  "@types/node": "^16",
42
42
  "@typescript-eslint/eslint-plugin": "^7",
43
43
  "@typescript-eslint/parser": "^7",
@@ -54,7 +54,7 @@
54
54
  "jsii-docgen": "^10.5.0",
55
55
  "jsii-pacmak": "^1.104.0",
56
56
  "jsii-rosetta": "5.5.x",
57
- "projen": "^0.88.3",
57
+ "projen": "^0.88.6",
58
58
  "ts-jest": "^29.2.5",
59
59
  "ts-node": "^10.9.2",
60
60
  "typescript": "5.5.x"
@@ -80,7 +80,7 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "version": "2.2.7",
83
+ "version": "2.2.8",
84
84
  "jest": {
85
85
  "coverageProvider": "v8",
86
86
  "testMatch": [