Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"copyright": "Copyright © 2025, Andrew Lalis", "copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": { "dependencies": {
"handy-http-primitives": "~>1.6", "handy-http-primitives": "~>1.6",
"slf4d": "~>4", "slf4d": "~>3",
"photon": "~>0.10" "photon": "~>0.10"
}, },
"description": "Websocket implementation for Handy-Http.", "description": "Websocket implementation for Handy-Http.",

View File

@ -4,7 +4,7 @@
"handy-http-primitives": "1.6.0", "handy-http-primitives": "1.6.0",
"photon": "0.10.2", "photon": "0.10.2",
"sharded-map": "2.7.0", "sharded-map": "2.7.0",
"slf4d": "4.0.0", "slf4d": "3.0.1",
"streams": "3.6.0" "streams": "3.6.0"
} }
} }