codepipeline-event-notifier 0.1.2 → 0.1.3

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 -1
package/.jsii CHANGED
@@ -8435,7 +8435,7 @@
8435
8435
  }
8436
8436
  }
8437
8437
  },
8438
- "description": "codepipeline-event-notifier",
8438
+ "description": "CDK construct that listens to AWS CodePipeline execution STARTED events via EventBridge, invokes a Lambda notifier, and publishes execution state changes to an SNS topic.",
8439
8439
  "docs": {
8440
8440
  "stability": "stable"
8441
8441
  },
@@ -8505,6 +8505,6 @@
8505
8505
  "symbolId": "src/index:Hello"
8506
8506
  }
8507
8507
  },
8508
- "version": "0.1.2",
8509
- "fingerprint": "sB1YkPPEmSoz6cFvNOWiX7AEOXg+8Xb7FWIwpmRguQU="
8508
+ "version": "0.1.3",
8509
+ "fingerprint": "CCOTGNMKzRaF9vEUC6TGhTqBkYLy80npGuN+DVwSgWU="
8510
8510
  }
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Hello = void 0;
4
4
  const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
5
5
  class Hello {
6
- static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.Hello", version: "0.1.2" };
6
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.Hello", version: "0.1.3" };
7
7
  sayHello() {
8
8
  return 'hello, world!';
9
9
  }
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "codepipeline-event-notifier",
3
+ "description": "CDK construct that listens to AWS CodePipeline execution STARTED events via EventBridge, invokes a Lambda notifier, and publishes execution state changes to an SNS topic.",
3
4
  "repository": {
4
5
  "type": "git",
5
6
  "url": "https://github.com/gammarers-aws-cdk-constructs/codepipeline-event-notifier.git"
@@ -87,7 +88,7 @@
87
88
  "publishConfig": {
88
89
  "access": "public"
89
90
  },
90
- "version": "0.1.2",
91
+ "version": "0.1.3",
91
92
  "jest": {
92
93
  "coverageProvider": "v8",
93
94
  "testMatch": [