⬆️(yhub) upgrade yhub to version 0.6.0

This commit is contained in:
Manuel Raynaud
2026-08-13 14:31:15 +02:00
parent 3869fea484
commit ee2d1e49d9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -6,7 +6,7 @@
"": {
"name": "yhub-server",
"dependencies": {
"@y/hub": "0.5.0",
"@y/hub": "0.6.0",
"@y/y": "14.0.0-rc.24",
"jose": "6.2.8",
"minio": "8.0.7"
@@ -112,9 +112,9 @@
"license": "ISC"
},
"node_modules/@y/hub": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@y/hub/-/hub-0.5.0.tgz",
"integrity": "sha512-hMpSC3R+TvV13qPRHsSy4D+vyoSvrJah7ZoGaYtwPnHh92Ce53ufEb678SVZMN2susjKNyHUNrjoFIB7d6DjWg==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@y/hub/-/hub-0.6.0.tgz",
"integrity": "sha512-EI22ikgpeh3FgWo045hSpHPt9SZU6q7KyXvvw2czuP9rvnsE8kus1traWLVH6n2Tmd8JCo/0n1bTzc13Ise1yg==",
"license": "AGPL-3.0 OR PROPRIETARY",
"dependencies": {
"@y-crdt/yn": "^0.1.4",
+1 -1
View File
@@ -6,7 +6,7 @@
"start": "node server.js"
},
"dependencies": {
"@y/hub": "0.5.0",
"@y/hub": "0.6.0",
"@y/y": "14.0.0-rc.24",
"jose": "6.2.8",
"minio": "8.0.7"