codepipeline-event-notifier 0.2.1 → 0.2.2

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.6 (build 7354c7a)",
8443
+ "jsiiVersion": "6.0.8 (build af25fba)",
8444
8444
  "keywords": [
8445
8445
  "cdk"
8446
8446
  ],
@@ -8451,7 +8451,7 @@
8451
8451
  "hasDefaultInterfaces": true
8452
8452
  }
8453
8453
  },
8454
- "tscRootDir": "/home/runner/work/codepipeline-event-notifier/codepipeline-event-notifier/src"
8454
+ "tscRootDir": "src"
8455
8455
  },
8456
8456
  "name": "codepipeline-event-notifier",
8457
8457
  "readme": {
@@ -8652,6 +8652,6 @@
8652
8652
  "symbolId": "src/constructs/codepipeline-event-notifier:CodePipelineEventNotifierProps"
8653
8653
  }
8654
8654
  },
8655
- "version": "0.2.1",
8656
- "fingerprint": "d97cIIyxM9Msz6Rurznu0RIGilnbVbgcFDbx2pnxLQ8="
8655
+ "version": "0.2.2",
8656
+ "fingerprint": "HXrpOx2+J2S2YzHOZI+i4SJyDaEM0s5eKtK6Z8EnWWk="
8657
8657
  }
@@ -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.1" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.2" };
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.20",
64
+ "projen": "^0.101.23",
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.1",
92
+ "version": "0.2.2",
93
93
  "jest": {
94
94
  "coverageProvider": "v8",
95
95
  "testMatch": [