codepipeline-event-notifier 0.2.2 → 0.2.4
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.
|
|
8443
|
+
"jsiiVersion": "6.0.10 (build bb45f01)",
|
|
8444
8444
|
"keywords": [
|
|
8445
8445
|
"cdk"
|
|
8446
8446
|
],
|
|
@@ -8451,6 +8451,7 @@
|
|
|
8451
8451
|
"hasDefaultInterfaces": true
|
|
8452
8452
|
}
|
|
8453
8453
|
},
|
|
8454
|
+
"tscOutDir": "lib",
|
|
8454
8455
|
"tscRootDir": "src"
|
|
8455
8456
|
},
|
|
8456
8457
|
"name": "codepipeline-event-notifier",
|
|
@@ -8652,6 +8653,6 @@
|
|
|
8652
8653
|
"symbolId": "src/constructs/codepipeline-event-notifier:CodePipelineEventNotifierProps"
|
|
8653
8654
|
}
|
|
8654
8655
|
},
|
|
8655
|
-
"version": "0.2.
|
|
8656
|
-
"fingerprint": "
|
|
8656
|
+
"version": "0.2.4",
|
|
8657
|
+
"fingerprint": "60xcUhcM7AMgsEllHvqfetTMJm1fBq3DcnUXfWe8qA0="
|
|
8657
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.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.4" };
|
|
14
14
|
/**
|
|
15
15
|
* SNS topic that receives CodePipeline execution notifications.
|
|
16
16
|
*/
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"aws-cdk-lib": "2.232.0",
|
|
51
51
|
"commit-and-tag-version": "^12",
|
|
52
52
|
"constructs": "10.5.1",
|
|
53
|
-
"esbuild": "^0.28.
|
|
53
|
+
"esbuild": "^0.28.2",
|
|
54
54
|
"eslint": "^9",
|
|
55
55
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
56
56
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -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.
|
|
64
|
+
"projen": "^0.101.31",
|
|
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.
|
|
92
|
+
"version": "0.2.4",
|
|
93
93
|
"jest": {
|
|
94
94
|
"coverageProvider": "v8",
|
|
95
95
|
"testMatch": [
|