@gammarers/aws-rds-database-running-schedule-stack 2.3.7 → 2.3.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 +3 -3
  2. package/lib/index.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -3682,7 +3682,7 @@
3682
3682
  "stability": "stable"
3683
3683
  },
3684
3684
  "homepage": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
3685
- "jsiiVersion": "5.5.15 (build 1ec2871)",
3685
+ "jsiiVersion": "5.5.16 (build 19970fb)",
3686
3686
  "keywords": [
3687
3687
  "aws",
3688
3688
  "aws-cdk",
@@ -4203,6 +4203,6 @@
4203
4203
  "symbolId": "src/index:TargetResourceProperty"
4204
4204
  }
4205
4205
  },
4206
- "version": "2.3.7",
4207
- "fingerprint": "aeZed2eoY/36uU4o+zX6ohc4f+JZOBLPlPMDevdnmS0="
4206
+ "version": "2.3.8",
4207
+ "fingerprint": "ZnbXvqjlA1/1Y5egDShopba05EnoCJxPWRCqdXRabWU="
4208
4208
  }
package/lib/index.js CHANGED
@@ -317,7 +317,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
317
317
  }
318
318
  exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
319
319
  _a = JSII_RTTI_SYMBOL_1;
320
- RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.7" };
320
+ RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.8" };
321
321
  class DBRuningSchedule extends scheduler.CfnSchedule {
322
322
  constructor(scope, id, props) {
323
323
  super(scope, id, {
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-docgen": "^10.5.0",
56
56
  "jsii-pacmak": "^1.106.0",
57
57
  "jsii-rosetta": "5.5.x",
58
- "projen": "^0.91.2",
58
+ "projen": "^0.91.4",
59
59
  "ts-jest": "^29.2.5",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "5.5.x"
@@ -85,7 +85,7 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "version": "2.3.7",
88
+ "version": "2.3.8",
89
89
  "jest": {
90
90
  "coverageProvider": "v8",
91
91
  "testMatch": [