@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.19 to 5.0.0-pre.20
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04) | ||
### Bug Fixes | ||
* **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507)) | ||
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.19", | ||
"version": "5.0.0-pre.20", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,10 +56,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.19" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.20" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.19", | ||
"@feathersjs/feathers": "^5.0.0-pre.19", | ||
"@feathersjs/memory": "^5.0.0-pre.19", | ||
"@feathersjs/socketio": "^5.0.0-pre.19", | ||
"@feathersjs/tests": "^5.0.0-pre.19", | ||
"@feathersjs/commons": "^5.0.0-pre.20", | ||
"@feathersjs/feathers": "^5.0.0-pre.20", | ||
"@feathersjs/memory": "^5.0.0-pre.20", | ||
"@feathersjs/socketio": "^5.0.0-pre.20", | ||
"@feathersjs/tests": "^5.0.0-pre.20", | ||
"@types/mocha": "^9.1.1", | ||
@@ -73,3 +73,3 @@ "@types/node": "^17.0.31", | ||
}, | ||
"gitHead": "57f3e18bb62735e1869ffafee90286498738fdfa" | ||
"gitHead": "54de749a0b392c7da726c668002b50cafaca530c" | ||
} |
26601