Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ba23e29

Browse files
authored
Merge pull request #248 from gammarers/feature/typescript-version-up
feat: typescript version up
2 parents a9b4855 + f6cd31b commit ba23e29

File tree

5 files changed

+47
-36
lines changed

5 files changed

+47
-36
lines changed

.projen/deps.json

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

.projenrc.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
55
authorAddress: '[email protected]',
66
authorOrganization: true,
77
cdkVersion: '2.80.0',
8-
typescriptVersion: '5.2.x',
9-
jsiiVersion: '5.2.x',
8+
typescriptVersion: '5.3.x',
9+
jsiiVersion: '5.3.x',
1010
defaultReleaseBranch: 'main',
1111
projenrcTs: true,
1212
name: '@gammarers/aws-secure-cloudfront-origin-bucket',
@@ -16,10 +16,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
1616
majorVersion: 1,
1717
npmAccess: javascript.NpmAccess.PUBLIC,
1818
deps: [
19-
'@gammarers/aws-secure-bucket@~1.3.1',
19+
'@gammarers/aws-secure-bucket@~1.4.1',
2020
],
2121
peerDeps: [
22-
'@gammarers/aws-secure-bucket@~1.3.1',
22+
'@gammarers/aws-secure-bucket@~1.4.1',
2323
],
2424
minNodeVersion: '16.0.0',
2525
workflowNodeVersion: '20.11.0',

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,24 @@ An AWS CDK construct library to create secure S3 buckets for CloudFront origin.
1515

1616
### TypeScript
1717

18+
#### install by npm
19+
1820
```shell
1921
npm install @gammarers/aws-secure-cloudfront-origin-bucket
20-
# or
22+
```
23+
#### install by yarn
24+
25+
```shell
2126
yarn add @gammarers/aws-secure-cloudfront-origin-bucket
22-
# or
27+
```
28+
#### install by pnpm
29+
30+
```shell
2331
pnpm add @gammarers/aws-secure-cloudfront-origin-bucket
24-
# or
32+
```
33+
#### install by bun
34+
35+
```shell
2536
bun add @gammarers/aws-secure-cloudfront-origin-bucket
2637
```
2738

package.json

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

yarn.lock

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

0 commit comments

Comments
 (0)