cdk-events-notify 2.2.227 → 2.2.229

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 (4) hide show
  1. package/.jsii +3 -3
  2. package/API.md +155 -36
  3. package/lib/index.js +1 -1
  4. package/package.json +4 -4
package/.jsii CHANGED
@@ -3662,7 +3662,7 @@
3662
3662
  "stability": "experimental"
3663
3663
  },
3664
3664
  "homepage": "https://github.com/neilkuan/cdk-events-notify.git",
3665
- "jsiiVersion": "5.3.51 (build 6e192ee)",
3665
+ "jsiiVersion": "5.3.52 (build f72576c)",
3666
3666
  "keywords": [
3667
3667
  "aws",
3668
3668
  "cdk",
@@ -3847,6 +3847,6 @@
3847
3847
  "symbolId": "src/index:ISlackEventNotify"
3848
3848
  }
3849
3849
  },
3850
- "version": "2.2.227",
3851
- "fingerprint": "m7WabL6cvwy0wd0PYH0Bd6M6jmKOzdgzbCDiTBRK7LM="
3850
+ "version": "2.2.229",
3851
+ "fingerprint": "O5OKSHWz83RsGVy6yY0OFca+jhPVFlvbygzciZbp+U0="
3852
3852
  }
package/API.md CHANGED
@@ -1,78 +1,197 @@
1
- # API Reference
1
+ # API Reference <a name="API Reference" id="api-reference"></a>
2
2
 
3
- **Classes**
3
+ ## Constructs <a name="Constructs" id="Constructs"></a>
4
4
 
5
- Name|Description
6
- ----|-----------
7
- [EventNotify](#cdk-events-notify-eventnotify)|Event Notfiy Construct Class.
5
+ ### EventNotify <a name="EventNotify" id="cdk-events-notify.EventNotify"></a>
8
6
 
7
+ Event Notfiy Construct Class.
9
8
 
10
- **Structs**
9
+ #### Initializers <a name="Initializers" id="cdk-events-notify.EventNotify.Initializer"></a>
11
10
 
12
- Name|Description
13
- ----|-----------
14
- [EventNotifyProps](#cdk-events-notify-eventnotifyprops)|event notify interface.
11
+ ```typescript
12
+ import { EventNotify } from 'cdk-events-notify'
15
13
 
14
+ new EventNotify(scope: Construct, id: string, props?: EventNotifyProps)
15
+ ```
16
16
 
17
- **Interfaces**
17
+ | **Name** | **Type** | **Description** |
18
+ | --- | --- | --- |
19
+ | <code><a href="#cdk-events-notify.EventNotify.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
20
+ | <code><a href="#cdk-events-notify.EventNotify.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
21
+ | <code><a href="#cdk-events-notify.EventNotify.Initializer.parameter.props">props</a></code> | <code><a href="#cdk-events-notify.EventNotifyProps">EventNotifyProps</a></code> | *No description.* |
18
22
 
19
- Name|Description
20
- ----|-----------
21
- [ISlackEventNotify](#cdk-events-notify-islackeventnotify)|slack event notify interface.
23
+ ---
22
24
 
25
+ ##### `scope`<sup>Required</sup> <a name="scope" id="cdk-events-notify.EventNotify.Initializer.parameter.scope"></a>
23
26
 
27
+ - *Type:* constructs.Construct
24
28
 
25
- ## class EventNotify 🔹 <a id="cdk-events-notify-eventnotify"></a>
29
+ ---
26
30
 
27
- Event Notfiy Construct Class.
31
+ ##### `id`<sup>Required</sup> <a name="id" id="cdk-events-notify.EventNotify.Initializer.parameter.id"></a>
28
32
 
29
- __Implements__: [IConstruct](#constructs-iconstruct), [IDependable](#constructs-idependable)
30
- __Extends__: [Construct](#constructs-construct)
33
+ - *Type:* string
31
34
 
32
- ### Initializer
35
+ ---
33
36
 
37
+ ##### `props`<sup>Optional</sup> <a name="props" id="cdk-events-notify.EventNotify.Initializer.parameter.props"></a>
34
38
 
39
+ - *Type:* <a href="#cdk-events-notify.EventNotifyProps">EventNotifyProps</a>
35
40
 
41
+ ---
36
42
 
37
- ```ts
38
- new EventNotify(scope: Construct, id: string, props?: EventNotifyProps)
43
+ #### Methods <a name="Methods" id="Methods"></a>
44
+
45
+ | **Name** | **Description** |
46
+ | --- | --- |
47
+ | <code><a href="#cdk-events-notify.EventNotify.toString">toString</a></code> | Returns a string representation of this construct. |
48
+
49
+ ---
50
+
51
+ ##### `toString` <a name="toString" id="cdk-events-notify.EventNotify.toString"></a>
52
+
53
+ ```typescript
54
+ public toString(): string
55
+ ```
56
+
57
+ Returns a string representation of this construct.
58
+
59
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
60
+
61
+ | **Name** | **Description** |
62
+ | --- | --- |
63
+ | <code><a href="#cdk-events-notify.EventNotify.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
64
+
65
+ ---
66
+
67
+ ##### ~~`isConstruct`~~ <a name="isConstruct" id="cdk-events-notify.EventNotify.isConstruct"></a>
68
+
69
+ ```typescript
70
+ import { EventNotify } from 'cdk-events-notify'
71
+
72
+ EventNotify.isConstruct(x: any)
73
+ ```
74
+
75
+ Checks if `x` is a construct.
76
+
77
+ ###### `x`<sup>Required</sup> <a name="x" id="cdk-events-notify.EventNotify.isConstruct.parameter.x"></a>
78
+
79
+ - *Type:* any
80
+
81
+ Any object.
82
+
83
+ ---
84
+
85
+ #### Properties <a name="Properties" id="Properties"></a>
86
+
87
+ | **Name** | **Type** | **Description** |
88
+ | --- | --- | --- |
89
+ | <code><a href="#cdk-events-notify.EventNotify.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
90
+
91
+ ---
92
+
93
+ ##### `node`<sup>Required</sup> <a name="node" id="cdk-events-notify.EventNotify.property.node"></a>
94
+
95
+ ```typescript
96
+ public readonly node: Node;
39
97
  ```
40
98
 
41
- * **scope** (<code>[Construct](#constructs-construct)</code>) *No description*
42
- * **id** (<code>string</code>) *No description*
43
- * **props** (<code>[EventNotifyProps](#cdk-events-notify-eventnotifyprops)</code>) *No description*
44
- * **lineNotifyToken** (<code>string</code>) Line Notify Token for Lambda send notify permission. __*Default*__: none
45
- * **slack** (<code>[ISlackEventNotify](#cdk-events-notify-islackeventnotify)</code>) Notify target to Slack channel. __*Default*__: none
99
+ - *Type:* constructs.Node
46
100
 
101
+ The tree node.
47
102
 
103
+ ---
48
104
 
49
105
 
50
- ## struct EventNotifyProps 🔹 <a id="cdk-events-notify-eventnotifyprops"></a>
106
+ ## Structs <a name="Structs" id="Structs"></a>
51
107
 
108
+ ### EventNotifyProps <a name="EventNotifyProps" id="cdk-events-notify.EventNotifyProps"></a>
52
109
 
53
110
  event notify interface.
54
111
 
112
+ #### Initializer <a name="Initializer" id="cdk-events-notify.EventNotifyProps.Initializer"></a>
55
113
 
114
+ ```typescript
115
+ import { EventNotifyProps } from 'cdk-events-notify'
56
116
 
57
- Name | Type | Description
58
- -----|------|-------------
59
- **lineNotifyToken**?🔹 | <code>string</code> | Line Notify Token for Lambda send notify permission.<br/>__*Default*__: none
60
- **slack**?🔹 | <code>[ISlackEventNotify](#cdk-events-notify-islackeventnotify)</code> | Notify target to Slack channel.<br/>__*Default*__: none
117
+ const eventNotifyProps: EventNotifyProps = { ... }
118
+ ```
119
+
120
+ #### Properties <a name="Properties" id="Properties"></a>
121
+
122
+ | **Name** | **Type** | **Description** |
123
+ | --- | --- | --- |
124
+ | <code><a href="#cdk-events-notify.EventNotifyProps.property.lineNotifyToken">lineNotifyToken</a></code> | <code>string</code> | Line Notify Token for Lambda send notify permission. |
125
+ | <code><a href="#cdk-events-notify.EventNotifyProps.property.slack">slack</a></code> | <code><a href="#cdk-events-notify.ISlackEventNotify">ISlackEventNotify</a></code> | Notify target to Slack channel. |
126
+
127
+ ---
128
+
129
+ ##### `lineNotifyToken`<sup>Optional</sup> <a name="lineNotifyToken" id="cdk-events-notify.EventNotifyProps.property.lineNotifyToken"></a>
130
+
131
+ ```typescript
132
+ public readonly lineNotifyToken: string;
133
+ ```
134
+
135
+ - *Type:* string
136
+ - *Default:* none
137
+
138
+ Line Notify Token for Lambda send notify permission.
139
+
140
+ ---
141
+
142
+ ##### `slack`<sup>Optional</sup> <a name="slack" id="cdk-events-notify.EventNotifyProps.property.slack"></a>
143
+
144
+ ```typescript
145
+ public readonly slack: ISlackEventNotify;
146
+ ```
147
+
148
+ - *Type:* <a href="#cdk-events-notify.ISlackEventNotify">ISlackEventNotify</a>
149
+ - *Default:* none
61
150
 
151
+ Notify target to Slack channel.
62
152
 
153
+ ---
63
154
 
64
- ## interface ISlackEventNotify 🔹 <a id="cdk-events-notify-islackeventnotify"></a>
65
155
 
156
+ ## Protocols <a name="Protocols" id="Protocols"></a>
157
+
158
+ ### ISlackEventNotify <a name="ISlackEventNotify" id="cdk-events-notify.ISlackEventNotify"></a>
159
+
160
+ - *Implemented By:* <a href="#cdk-events-notify.ISlackEventNotify">ISlackEventNotify</a>
66
161
 
67
162
  slack event notify interface.
68
163
 
69
- ### Properties
70
164
 
165
+ #### Properties <a name="Properties" id="Properties"></a>
166
+
167
+ | **Name** | **Type** | **Description** |
168
+ | --- | --- | --- |
169
+ | <code><a href="#cdk-events-notify.ISlackEventNotify.property.slackChannelName">slackChannelName</a></code> | <code>string</code> | slack Channel Name for Lambda send message to slack. |
170
+ | <code><a href="#cdk-events-notify.ISlackEventNotify.property.slackWebhookUrl">slackWebhookUrl</a></code> | <code>string</code> | slack Webhook Url for Lambda send message to slack. |
171
+
172
+ ---
173
+
174
+ ##### `slackChannelName`<sup>Required</sup> <a name="slackChannelName" id="cdk-events-notify.ISlackEventNotify.property.slackChannelName"></a>
175
+
176
+ ```typescript
177
+ public readonly slackChannelName: string;
178
+ ```
179
+
180
+ - *Type:* string
181
+
182
+ slack Channel Name for Lambda send message to slack.
183
+
184
+ ---
185
+
186
+ ##### `slackWebhookUrl`<sup>Required</sup> <a name="slackWebhookUrl" id="cdk-events-notify.ISlackEventNotify.property.slackWebhookUrl"></a>
187
+
188
+ ```typescript
189
+ public readonly slackWebhookUrl: string;
190
+ ```
71
191
 
72
- Name | Type | Description
73
- -----|------|-------------
74
- **slackChannelName**🔹 | <code>string</code> | slack Channel Name for Lambda send message to slack.
75
- **slackWebhookUrl**🔹 | <code>string</code> | slack Webhook Url for Lambda send message to slack.
192
+ - *Type:* string
76
193
 
194
+ slack Webhook Url for Lambda send message to slack.
77
195
 
196
+ ---
78
197
 
package/lib/index.js CHANGED
@@ -44,5 +44,5 @@ class EventNotify extends constructs_1.Construct {
44
44
  }
45
45
  exports.EventNotify = EventNotify;
46
46
  _a = JSII_RTTI_SYMBOL_1;
47
- EventNotify[_a] = { fqn: "cdk-events-notify.EventNotify", version: "2.2.227" };
47
+ EventNotify[_a] = { fqn: "cdk-events-notify.EventNotify", version: "2.2.229" };
48
48
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBNkI7QUFDN0IsbUNBQW1DO0FBQ25DLGlEQUFpRDtBQUNqRCx5REFBeUQ7QUFDekQsaURBQWlEO0FBQ2pELDZDQUE2QztBQUM3QywyQ0FBdUM7QUFtQ3ZDOztHQUVHO0FBQ0gsTUFBYSxXQUFZLFNBQVEsc0JBQVM7SUFDeEMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUF3QjtRQUNoRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLElBQUksQ0FBQyxLQUFLLEVBQUUsZUFBZSxJQUFJLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxDQUFDO1lBQzdDLE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQztRQUNuRSxDQUFDO1FBRUQsTUFBTSxTQUFTLEdBQUcsSUFBSSxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxZQUFZLEVBQUU7WUFDeEQsT0FBTyxFQUFFLDJCQUEyQjtZQUNwQyxJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsYUFBYSxDQUFDLENBQUU7WUFDakUsT0FBTyxFQUFFLE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBVztZQUNuQyxPQUFPLEVBQUUsR0FBRyxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO1lBQ2hDLFlBQVksRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVU7WUFDM0MsV0FBVyxFQUFFO2dCQUNYLGlCQUFpQixFQUFFLEtBQUssRUFBRSxlQUFlLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxlQUFlLENBQUMsQ0FBQyxDQUFDLE1BQU07Z0JBQzNFLGlCQUFpQixFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsZUFBZSxDQUFDLENBQUMsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLGVBQWUsQ0FBQyxDQUFDLENBQUMsTUFBTTtnQkFDekYsa0JBQWtCLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsTUFBTTthQUM3RjtTQUNGLENBQUMsQ0FBQztRQUVILE1BQU0saUJBQWlCLEdBQUcsSUFBSSxNQUFNLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQy9ELElBQUksTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsMkJBQTJCLEVBQUU7WUFDakQsUUFBUSxFQUFFLDJCQUEyQjtZQUNyQyxXQUFXLEVBQUUsa0NBQWtDO1lBQy9DLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO1lBQzVCLFlBQVksRUFBRTtnQkFDWixVQUFVLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQzthQUNuRDtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7O0FBOUJILGtDQStCQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgKiBhcyBjZGsgZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0ICogYXMgZXZlbnRzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1ldmVudHMnO1xuaW1wb3J0ICogYXMgdGFyZ2V0IGZyb20gJ2F3cy1jZGstbGliL2F3cy1ldmVudHMtdGFyZ2V0cyc7XG5pbXBvcnQgKiBhcyBsYW1iZGEgZnJvbSAnYXdzLWNkay1saWIvYXdzLWxhbWJkYSc7XG5pbXBvcnQgKiBhcyBsb2dzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1sb2dzJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuLyoqXG4gKiBzbGFjayBldmVudCBub3RpZnkgaW50ZXJmYWNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIElTbGFja0V2ZW50Tm90aWZ5IHtcbiAgLyoqXG4gICAqIHNsYWNrIFdlYmhvb2sgVXJsIGZvciBMYW1iZGEgc2VuZCBtZXNzYWdlIHRvIHNsYWNrLlxuICAgKi9cbiAgcmVhZG9ubHkgc2xhY2tXZWJob29rVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBzbGFjayBDaGFubmVsIE5hbWUgZm9yIExhbWJkYSBzZW5kIG1lc3NhZ2UgdG8gc2xhY2suXG4gICAqL1xuICByZWFkb25seSBzbGFja0NoYW5uZWxOYW1lOiBzdHJpbmc7XG5cbn1cblxuLyoqXG4gKiBldmVudCBub3RpZnkgaW50ZXJmYWNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEV2ZW50Tm90aWZ5UHJvcHMge1xuICAvKipcbiAgICogTGluZSBOb3RpZnkgVG9rZW4gZm9yIExhbWJkYSBzZW5kIG5vdGlmeSBwZXJtaXNzaW9uLlxuICAgKlxuICAgKiBAZGVmYXVsdCAtIG5vbmVcbiAgICovXG4gIHJlYWRvbmx5IGxpbmVOb3RpZnlUb2tlbj86IHN0cmluZyB8IHVuZGVmaW5lZDtcblxuICAvKipcbiAgICogTm90aWZ5IHRhcmdldCB0byBTbGFjayBjaGFubmVsLlxuICAgKlxuICAgKiBAZGVmYXVsdCAtIG5vbmVcbiAgICovXG4gIHJlYWRvbmx5IHNsYWNrPzogSVNsYWNrRXZlbnROb3RpZnk7XG59XG5cbi8qKlxuICogRXZlbnQgTm90Zml5IENvbnN0cnVjdCBDbGFzcy5cbiAqL1xuZXhwb3J0IGNsYXNzIEV2ZW50Tm90aWZ5IGV4dGVuZHMgQ29uc3RydWN0IHtcbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM/OiBFdmVudE5vdGlmeVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGlmICghcHJvcHM/LmxpbmVOb3RpZnlUb2tlbiAmJiAhcHJvcHM/LnNsYWNrKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1BsZWFzZSBpbnB1dCBsaW5lTm90aWZ5VG9rZW4gb3Igc2xhY2sgb3B0aW9ucycpO1xuICAgIH1cblxuICAgIGNvbnN0IGxhbWJkYUZ1biA9IG5ldyBsYW1iZGEuRnVuY3Rpb24odGhpcywgJ2xhbWJkYV9mdW4nLCB7XG4gICAgICBoYW5kbGVyOiAnbGluZW5vdGlmeS5sYW1iZGFfaGFuZGxlcicsXG4gICAgICBjb2RlOiBsYW1iZGEuQ29kZS5mcm9tQXNzZXQocGF0aC5qb2luKF9fZGlybmFtZSwgJy4uL2Z1bmN0aW9uJykgKSxcbiAgICAgIHJ1bnRpbWU6IGxhbWJkYS5SdW50aW1lLlBZVEhPTl8zXzEyLFxuICAgICAgdGltZW91dDogY2RrLkR1cmF0aW9uLm1pbnV0ZXMoMyksXG4gICAgICBsb2dSZXRlbnRpb246IGxvZ3MuUmV0ZW50aW9uRGF5cy5USFJFRV9EQVlTLFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgTElORV9OT1RJRllfVE9LRU46IHByb3BzPy5saW5lTm90aWZ5VG9rZW4gPyBwcm9wcz8ubGluZU5vdGlmeVRva2VuIDogJ25vbmUnLFxuICAgICAgICBTTEFDS19XRUJIT09LX1VSTDogcHJvcHM/LnNsYWNrPy5zbGFja1dlYmhvb2tVcmwgPyBwcm9wcz8uc2xhY2s/LnNsYWNrV2ViaG9va1VybCA6ICdub25lJyxcbiAgICAgICAgU0xBQ0tfQ0hBTk5FTF9OQU1FOiBwcm9wcz8uc2xhY2s/LnNsYWNrQ2hhbm5lbE5hbWUgPyBwcm9wcz8uc2xhY2s/LnNsYWNrQ2hhbm5lbE5hbWUgOiAnbm9uZScsXG4gICAgICB9LFxuICAgIH0pO1xuXG4gICAgY29uc3QgZXZlbnROb3RpZnlUYXJnZXQgPSBuZXcgdGFyZ2V0LkxhbWJkYUZ1bmN0aW9uKGxhbWJkYUZ1bik7XG4gICAgbmV3IGV2ZW50cy5SdWxlKHRoaXMsICdFdmVudEJ1c0NvbnNvbGVMb2dpbkV2ZW50Jywge1xuICAgICAgcnVsZU5hbWU6ICdFdmVudEJ1c0NvbnNvbGVMb2dpbkV2ZW50JyxcbiAgICAgIGRlc2NyaXB0aW9uOiAnQ29uc29sZSBsb2dpbiBpbiBzcGVjaWZpYyByZWdpb24nLFxuICAgICAgdGFyZ2V0czogW2V2ZW50Tm90aWZ5VGFyZ2V0XSxcbiAgICAgIGV2ZW50UGF0dGVybjoge1xuICAgICAgICBkZXRhaWxUeXBlOiBbJ0FXUyBDb25zb2xlIFNpZ24gSW4gdmlhIENsb3VkVHJhaWwnXSxcbiAgICAgIH0sXG4gICAgfSk7XG4gIH1cbn0iXX0=
package/package.json CHANGED
@@ -42,6 +42,7 @@
42
42
  "@typescript-eslint/eslint-plugin": "^7",
43
43
  "@typescript-eslint/parser": "^7",
44
44
  "aws-cdk-lib": "2.126.0",
45
+ "commit-and-tag-version": "^12",
45
46
  "constructs": "10.0.5",
46
47
  "eslint": "^8",
47
48
  "eslint-import-resolver-typescript": "^2.7.1",
@@ -50,11 +51,10 @@
50
51
  "jest-junit": "^15",
51
52
  "jsii": "5.3.x",
52
53
  "jsii-diff": "^1.102.0",
53
- "jsii-docgen": "^1.8.110",
54
+ "jsii-docgen": "^10.5.0",
54
55
  "jsii-pacmak": "^1.102.0",
55
56
  "jsii-rosetta": "5.3.x",
56
- "projen": "0.86.0",
57
- "standard-version": "^9",
57
+ "projen": "0.86.4",
58
58
  "ts-jest": "^27",
59
59
  "typescript": "^5"
60
60
  },
@@ -76,7 +76,7 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "version": "2.2.227",
79
+ "version": "2.2.229",
80
80
  "jest": {
81
81
  "coverageProvider": "v8",
82
82
  "testMatch": [