@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.28 to 5.0.29
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.28", | ||
"version": "5.0.29", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,10 +57,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^5.0.28", | ||
"@feathersjs/transport-commons": "^5.0.28" | ||
"@feathersjs/feathers": "^5.0.29", | ||
"@feathersjs/transport-commons": "^5.0.29" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.28", | ||
"@feathersjs/memory": "^5.0.28", | ||
"@feathersjs/socketio": "^5.0.28", | ||
"@feathersjs/tests": "^5.0.28", | ||
"@feathersjs/commons": "^5.0.29", | ||
"@feathersjs/memory": "^5.0.29", | ||
"@feathersjs/socketio": "^5.0.29", | ||
"@feathersjs/tests": "^5.0.29", | ||
"@types/mocha": "^10.0.7", | ||
@@ -74,3 +74,3 @@ "@types/node": "^20.14.10", | ||
}, | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2" | ||
} |
37878