Skip to content

Commit 2a4a60d

Browse files
committed
1.4.5
1 parent 8a93c75 commit 2a4a60d

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/webtransport",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
55
"exports": {
66
".": {

memorydebug/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "memorydebug",
3+
"version": "1.0.0",
4+
"description": "debug code temporary",
5+
"license": "ISC",
6+
"author": "external",
7+
"type": "module",
8+
"main": "index.js",
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"dependencies": {
13+
"@fails-components/webtransport": "^1.1.3",
14+
"@fails-components/webtransport-transport-http3-quiche": "^1.1.3"
15+
}
16+
}

package-lock.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/webtransport-workspace",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "A component to add webtransport support (server and client) to node.js using libquiche",
55
"repository": {
66
"type": "git",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/webtransport-tests",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "An automated test for the webtransport component",
55
"exports": {
66
".": {

transports/http3-quiche/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fails-components/webtransport-transport-http3-quiche",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)