ec2-instance-running-scheduler 0.2.6 → 0.2.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.
@@ -56,7 +56,7 @@ const running_scheduler_predicates_1 = require("../funcs/running-scheduler-predi
56
56
  * and enforced in the handler before the Durable execution timeout.
57
57
  */
58
58
  class EC2InstanceRunningScheduler extends constructs_1.Construct {
59
- static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduler", version: "0.2.6" };
59
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduler", version: "0.2.7" };
60
60
  /**
61
61
  * Defines IAM, logging, two cron schedules (start/stop), and the bundled running-scheduler Lambda (Node.js, Durable Execution).
62
62
  *
@@ -8,7 +8,7 @@ const ec2_instance_running_scheduler_1 = require("../constructs/ec2-instance-run
8
8
  * CDK stack that deploys the EC2 instance running scheduler (EventBridge Scheduler + Durable Lambda).
9
9
  */
10
10
  class EC2InstanceRunningScheduleStack extends aws_cdk_lib_1.Stack {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduleStack", version: "0.2.6" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "ec2-instance-running-scheduler.EC2InstanceRunningScheduleStack", version: "0.2.7" };
12
12
  /**
13
13
  * Creates the stack and wires {@link EC2InstanceRunningScheduler}.
14
14
  *
package/package.json CHANGED
@@ -61,11 +61,11 @@
61
61
  "jest": "^29.7.0",
62
62
  "jest-junit": "^17",
63
63
  "jsii": "5.9.x",
64
- "jsii-diff": "^1.137.0",
64
+ "jsii-diff": "^1.138.0",
65
65
  "jsii-docgen": "^10.5.0",
66
- "jsii-pacmak": "^1.137.0",
66
+ "jsii-pacmak": "^1.138.0",
67
67
  "jsii-rosetta": "5.9.x",
68
- "projen": "^0.100.7",
68
+ "projen": "^0.101.4",
69
69
  "safe-env-getter": "^0.3.3",
70
70
  "ts-jest": "^29.4.11",
71
71
  "ts-node": "^10.9.2",
@@ -100,7 +100,7 @@
100
100
  "publishConfig": {
101
101
  "access": "public"
102
102
  },
103
- "version": "0.2.6",
103
+ "version": "0.2.7",
104
104
  "jest": {
105
105
  "coverageProvider": "v8",
106
106
  "testMatch": [