Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,12 @@ jobs:
npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latest
npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latest
if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/master' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: |
npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latestunstable
npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latestunstable
if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/next' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport",
"version": "1.4.7",
"version": "1.4.8",
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
"exports": {
".": {
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
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-workspace",
"version": "1.4.7",
"version": "1.4.8",
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-tests",
"version": "1.4.7",
"version": "1.4.8",
"description": "An automated test for the webtransport component",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion transports/http3-quiche/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fails-components/webtransport-transport-http3-quiche",
"version": "1.4.7",
"version": "1.4.8",
"description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
"exports": {
".": {
Expand Down