Skip to content

Commit

Permalink
Merge pull request #9 from planet-a-ventures/joscha/avsc-6.0.0-alpha.15
Browse files Browse the repository at this point in the history
feat: support `[email protected]`
  • Loading branch information
joscha authored Oct 21, 2024
2 parents a662172 + cd83df6 commit eba118b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
avsc: [5.7.x, 6.0.0-alpha.14]
avsc: [5.7.x, 6.0.0-alpha.14, 6.0.0-alpha.15]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"avsc": "^5.7.7 || 6.0.0-alpha.14"
"avsc": "^5.7.7 || 6.0.0-alpha.14 || 6.0.0-alpha.15"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit eba118b

Please sign in to comment.