Skip to content

Commit

Permalink
Merge pull request #152 from gammarer/feature/typescript-version-up
Browse files Browse the repository at this point in the history
feat: version up to typescript@5.2.x with jsii@5.2.x
  • Loading branch information
yicr committed Mar 15, 2024
2 parents 04b81cc + 821b25e commit 0732dec
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

4 changes: 2 additions & 2 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.1.x',
jsiiVersion: '5.1.x',
typescriptVersion: '5.2.x',
jsiiVersion: '5.2.x',
defaultReleaseBranch: 'main',
name: '@gammarer/aws-waf-geo-restriction-rule-group',
description: 'This is an AWS CDK Construct for Geo Restriction Rule Group on WAF V2',
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[![GitHub](https://img.shields.io/github/license/yicr/aws-waf-geo-restriction-rule-group?style=flat-square)](https://github.com/yicr/aws-waf-geo-restriction-rule-group/blob/main/LICENSE)
# AWS WAF(v2) GEO Restriction Rule Group

[![GitHub](https://img.shields.io/github/license/gammarer/aws-waf-geo-restriction-rule-group?style=flat-square)](https://github.com/gammarer/aws-waf-geo-restriction-rule-group/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-waf-geo-restriction-rule-group?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-waf-geo-restriction-rule-group)
[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-waf-geo-restriction-rule-group?style=flat-square)](https://pypi.org/project/gammarer.aws-waf-geo-restriction-rule-group/)
[![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.WafGeoRestrictionRuleGroup?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.WafGeoRestrictionRuleGroup/)
[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-waf-geo-restriction-rule-group?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-waf-geo-restriction-rule-group/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yicr/aws-waf-geo-restriction-rule-group/release.yml?branch=main&label=release&style=flat-square)](https://github.com/yicr/aws-waf-geo-restriction-rule-group/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/yicr/aws-waf-geo-restriction-rule-group?sort=semver&style=flat-square)](https://github.com/yicr/aws-waf-geo-restriction-rule-group/releases)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarer/aws-waf-geo-restriction-rule-group/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarer/aws-waf-geo-restriction-rule-group/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarer/aws-waf-geo-restriction-rule-group?sort=semver&style=flat-square)](https://github.com/gammarer/aws-waf-geo-restriction-rule-group/releases)

# AWS WAF(v2) GEO Restriction Rule Group
[![View on Construct Hub](https://constructs.dev/badge?package=@gammarer/aws-waf-geo-restriction-rule-group)](https://constructs.dev/packages/@gammarer/aws-waf-geo-restriction-rule-group)

This is an AWS CDK Construct for Geo Restriction Rule Group on WAF V2

Expand All @@ -25,6 +27,7 @@ npm install @gammarer/aws-waf-geo-restriction-rule-group
# or
yarn add @gammarer/aws-waf-geo-restriction-rule-group
```

### Python

```shell
Expand Down Expand Up @@ -62,4 +65,4 @@ new WafGeoRestrictRuleGroup(stack, 'WafGeoRestrictRuleGroup', {

## License

This project is licensed under the Apache-2.0 License.
This project is licensed under the Apache-2.0 License.
6 changes: 3 additions & 3 deletions package.json

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

50 changes: 21 additions & 29 deletions yarn.lock

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

0 comments on commit 0732dec

Please sign in to comment.