@gammarers/aws-rds-database-running-schedule-stack 2.6.5 → 2.6.7

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
@@ -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.21 (build e7af4b3)",
3701
+ "jsiiVersion": "5.7.22 (build 1cfeabd)",
3702
3702
  "keywords": [
3703
3703
  "aws",
3704
3704
  "aws-cdk",
@@ -4316,6 +4316,6 @@
4316
4316
  "symbolId": "src/index:TimeoutOption"
4317
4317
  }
4318
4318
  },
4319
- "version": "2.6.5",
4320
- "fingerprint": "OyT/3f5GpnU8sI3mHrzxpWrOKZVsdQkHJtaDYZGhlKY="
4319
+ "version": "2.6.7",
4320
+ "fingerprint": "q/XmcWat1Z+kjyjeAPEtpLlRzgvNA67uzjfoWanaye8="
4321
4321
  }
package/lib/index.js CHANGED
@@ -155,7 +155,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
155
155
  }
156
156
  exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
157
157
  _a = JSII_RTTI_SYMBOL_1;
158
- RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.6.5" };
158
+ RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.6.7" };
159
159
  class DBRuningSchedule extends scheduler.CfnSchedule {
160
160
  constructor(scope, id, props) {
161
161
  super(scope, id, {
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-docgen": "^10.5.0",
56
56
  "jsii-pacmak": "^1.113.0",
57
57
  "jsii-rosetta": "5.7.x",
58
- "projen": "^0.95.1",
58
+ "projen": "^0.95.2",
59
59
  "ts-jest": "^29.4.1",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "5.7.x"
@@ -87,7 +87,7 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "version": "2.6.5",
90
+ "version": "2.6.7",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [