Skip to content

Commit a7e4ae2

Browse files
authored
fix(import): duplicate properties are emitted when they differ only by case (#2721)
Fixes #2341 Fixes #2722 ---- This requires merging cdklabs/json2jsii#1560 and pulling in the new version of `json2jsii`.
1 parent 9c7f211 commit a7e4ae2

File tree

6 files changed

+6291
-7
lines changed

6 files changed

+6291
-7
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const project = new Cdk8sTeamTypeScriptProject({
4646
'sscaff',
4747
'yaml',
4848
'yargs@^15',
49-
'json2jsii@0.4.5',
49+
'json2jsii@0.5.0',
5050
'colors',
5151
'ajv',
5252
'table',

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)