Skip to content

Commit

Permalink
modified projen to cdk and jsii correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
clopca committed Jun 13, 2024
1 parent 4facb7f commit 09ef768
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 44 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"printWidth": 150,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ import { awscdk } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'clopca',
authorAddress: 'clopca@amazon.es',
cdkVersion: '2.1.0',
cdkVersion: '2.145.0',
keywords: ['aws-cdk', 'cdk', 'vpclattice'],
defaultReleaseBranch: 'main',
jsiiVersion: '~5.4.0',
name: 'cdk-vpclattice-alpha',
projenrcTs: true,
repositoryUrl: 'git@github.com:clopca/cdk-vpclattice-alpha.git',

// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */
repositoryUrl: 'https://github.com/clopca/cdk-vpclattice-alpha.git',
publishToPypi: {
distName: 'cdk-vpclattice-alpha',
module: 'vpc_lattice',
},
stability: 'experimental',
docgen: true,
});
project.synth();
project.synth();
20 changes: 14 additions & 6 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09ef768

Please sign in to comment.