Skip to content

Commit

Permalink
Merge pull request #236 from gammarers/feature/version-up-typescript
Browse files Browse the repository at this point in the history
feat: version up typescript
  • Loading branch information
yicr authored May 27, 2024
2 parents 9b8239b + 9c9cb37 commit 598a987
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .projen/deps.json

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

8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorAddress: 'yicr@users.noreply.github.com',
cdkVersion: '2.80.0',
constructsVersion: '10.0.5',
typescriptVersion: '5.2.x',
jsiiVersion: '5.2.x',
typescriptVersion: '5.3.x',
jsiiVersion: '5.3.x',
defaultReleaseBranch: 'main',
name: '@gammarers/aws-secure-vpc-bucket',
description: 'Access from specific VPC Endpoint only Bucket',
Expand All @@ -15,10 +15,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
majorVersion: 1,
npmAccess: javascript.NpmAccess.PUBLIC,
deps: [
'@gammarers/aws-secure-bucket@~1.3.1',
'@gammarers/aws-secure-bucket@~1.4.1',
],
peerDeps: [
'@gammarers/aws-secure-bucket@~1.3.1',
'@gammarers/aws-secure-bucket@~1.4.1',
],
minNodeVersion: '18.0.0',
workflowNodeVersion: '20.11.0',
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ Access from specific VPC Endpoint only Bucket

```shell
npm install @gammarers/aws-secure-vpc-bucket
# or
```
or
```shell
yarn add @gammarers/aws-secure-vpc-bucket
```
or
```shell
pnpm add @gammarers/aws-secure-vpc-bucket
```
or
```shell
bun add @gammarers/aws-secure-vpc-bucket
```

### Python

Expand Down
10 changes: 5 additions & 5 deletions package.json

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

38 changes: 19 additions & 19 deletions yarn.lock

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

0 comments on commit 598a987

Please sign in to comment.