codepipeline-event-notifier 0.2.3 → 0.2.5

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.
package/.jsii CHANGED
@@ -8440,7 +8440,7 @@
8440
8440
  "stability": "stable"
8441
8441
  },
8442
8442
  "homepage": "https://github.com/gammarers-aws-cdk-constructs/codepipeline-event-notifier.git",
8443
- "jsiiVersion": "6.0.10 (build bb45f01)",
8443
+ "jsiiVersion": "6.0.11 (build d41f82c)",
8444
8444
  "keywords": [
8445
8445
  "cdk"
8446
8446
  ],
@@ -8653,6 +8653,6 @@
8653
8653
  "symbolId": "src/constructs/codepipeline-event-notifier:CodePipelineEventNotifierProps"
8654
8654
  }
8655
8655
  },
8656
- "version": "0.2.3",
8657
- "fingerprint": "7x4+p2p7JdnXQG0x6kHC5+OjbAqx22Fq1Ik5rSsasi4="
8656
+ "version": "0.2.5",
8657
+ "fingerprint": "bdzTGtmhpN7rzTJWG6nTBWo/Zp/Qd3FWzuRQMJWaU0Q="
8658
8658
  }
@@ -10,7 +10,7 @@ const notifier_function_1 = require("../funcs/notifier-function");
10
10
  * then invokes a notifier Lambda which publishes execution state changes to an SNS topic.
11
11
  */
12
12
  class CodePipelineEventNotifier extends constructs_1.Construct {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.3" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.5" };
14
14
  /**
15
15
  * SNS topic that receives CodePipeline execution notifications.
16
16
  */
package/package.json CHANGED
@@ -61,7 +61,7 @@
61
61
  "jsii-docgen": "^10.5.0",
62
62
  "jsii-pacmak": "^1.139.0",
63
63
  "jsii-rosetta": "6.0.x",
64
- "projen": "^0.101.31",
64
+ "projen": "^0.103.1",
65
65
  "strict-env-resolver": "^0.5.1",
66
66
  "ts-jest": "^29.4.12",
67
67
  "ts-node": "^10.9.2",
@@ -89,7 +89,7 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "version": "0.2.3",
92
+ "version": "0.2.5",
93
93
  "jest": {
94
94
  "coverageProvider": "v8",
95
95
  "testMatch": [