codepipeline-event-notifier 0.1.3 → 0.1.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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +1 -1
  3. package/package.json +1 -1
package/.jsii CHANGED
@@ -8505,6 +8505,6 @@
8505
8505
  "symbolId": "src/index:Hello"
8506
8506
  }
8507
8507
  },
8508
- "version": "0.1.3",
8509
- "fingerprint": "CCOTGNMKzRaF9vEUC6TGhTqBkYLy80npGuN+DVwSgWU="
8508
+ "version": "0.1.4",
8509
+ "fingerprint": "xtYnVVZ88QfM5kwAwb8Bb2hkdd15mOvt9IDHSPeFn94="
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.3" };
6
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.Hello", version: "0.1.4" };
7
7
  sayHello() {
8
8
  return 'hello, world!';
9
9
  }
package/package.json CHANGED
@@ -88,7 +88,7 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "version": "0.1.3",
91
+ "version": "0.1.4",
92
92
  "jest": {
93
93
  "coverageProvider": "v8",
94
94
  "testMatch": [