Skip to content

Commit a3cd208

Browse files
badmintoncryergithub-actions
andauthored
fix: update python module name (#16)
* upgrade jsii * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 64bfbe9 commit a3cd208

File tree

4 files changed

+196
-161
lines changed

4 files changed

+196
-161
lines changed

.projen/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
44
authorAddress: '[email protected]',
55
cdkVersion: '2.100.0',
66
defaultReleaseBranch: 'main',
7-
jsiiVersion: '~5.5.0',
7+
jsiiVersion: '~5.8.0',
88
name: 'cdk-iot-core-certificates-v3',
99
projenrcTs: true,
1010
repositoryUrl: 'https://github.com/badmintoncryer/cdk-iot-core-certificates-v3.git',
@@ -21,7 +21,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2121
packageName: 'cdk-iot-core-certificates-v3',
2222
publishToPypi: {
2323
distName: 'cdk-iot-core-certificates-v3',
24-
module: 'cdk-iot-core-certificates-v3',
24+
module: 'cdk_iot_core_certificates_v3',
2525
},
2626
bundledDeps: ['@aws-sdk/client-iot', '@smithy/smithy-client', 'aws-lambda', '@types/aws-lambda'],
2727
});

package.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)