codepipeline-event-notifier 0.1.6 → 0.1.8

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 +5 -4
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.4 (build 308d98d)",
8443
+ "jsiiVersion": "6.0.5 (build 4738da5)",
8444
8444
  "keywords": [
8445
8445
  "cdk"
8446
8446
  ],
@@ -8505,6 +8505,6 @@
8505
8505
  "symbolId": "src/index:Hello"
8506
8506
  }
8507
8507
  },
8508
- "version": "0.1.6",
8509
- "fingerprint": "Ccltn/eqRHbDUj6WHBrBSY4mvvssGE7KSArFG5m8hoo="
8508
+ "version": "0.1.8",
8509
+ "fingerprint": "JgjGRyavuYk6D8Cc7uk7z/VvSooMYMGDmHF55waSLTM="
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.6" };
6
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.Hello", version: "0.1.8" };
7
7
  sayHello() {
8
8
  return 'hello, world!';
9
9
  }
package/package.json CHANGED
@@ -8,6 +8,7 @@
8
8
  "scripts": {
9
9
  "build": "projen build",
10
10
  "bump": "projen bump",
11
+ "bump:releasable-commits": "projen bump:releasable-commits",
11
12
  "bundle": "projen bundle",
12
13
  "bundle:funcs/notifier.lambda": "projen bundle:funcs/notifier.lambda",
13
14
  "bundle:funcs/notifier.lambda:watch": "projen bundle:funcs/notifier.lambda:watch",
@@ -56,11 +57,11 @@
56
57
  "jest": "^30.4.2",
57
58
  "jest-junit": "^17",
58
59
  "jsii": "6.0.x",
59
- "jsii-diff": "^1.138.0",
60
+ "jsii-diff": "^1.139.0",
60
61
  "jsii-docgen": "^10.5.0",
61
- "jsii-pacmak": "^1.138.0",
62
+ "jsii-pacmak": "^1.139.0",
62
63
  "jsii-rosetta": "6.0.x",
63
- "projen": "^0.101.4",
64
+ "projen": "^0.101.17",
64
65
  "strict-env-resolver": "^0.5.1",
65
66
  "ts-jest": "^29.4.11",
66
67
  "ts-node": "^10.9.2",
@@ -88,7 +89,7 @@
88
89
  "publishConfig": {
89
90
  "access": "public"
90
91
  },
91
- "version": "0.1.6",
92
+ "version": "0.1.8",
92
93
  "jest": {
93
94
  "coverageProvider": "v8",
94
95
  "testMatch": [