Compare commits

..

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

2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@
], ],
"copyright": "Copyright © 2024, Andrew Lalis", "copyright": "Copyright © 2024, Andrew Lalis",
"dependencies": { "dependencies": {
"handy-http-primitives": "~>1.8", "handy-http-primitives": "~>1.6",
"photon": "~>0.11",
"streams": "~>3.6", "streams": "~>3.6",
"slf4d": "~>4.0" "slf4d": "~>4.0"
}, },

View File

@ -1,7 +1,9 @@
{ {
"fileVersion": 1, "fileVersion": 1,
"versions": { "versions": {
"handy-http-primitives": "1.8.0", "handy-http-primitives": "1.7.0",
"photon": "0.11.0",
"sharded-map": "2.7.0",
"slf4d": "4.1.1", "slf4d": "4.1.1",
"streams": "3.6.0" "streams": "3.6.0"
} }