@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.24 to 5.0.25
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.25](https://github.com/feathersjs/feathers/compare/v5.0.24...v5.0.25) (2024-05-03) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [5.0.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.24", | ||
"version": "5.0.25", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,19 +57,19 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^5.0.24", | ||
"@feathersjs/transport-commons": "^5.0.24" | ||
"@feathersjs/feathers": "^5.0.25", | ||
"@feathersjs/transport-commons": "^5.0.25" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.24", | ||
"@feathersjs/memory": "^5.0.24", | ||
"@feathersjs/socketio": "^5.0.24", | ||
"@feathersjs/tests": "^5.0.24", | ||
"@feathersjs/commons": "^5.0.25", | ||
"@feathersjs/memory": "^5.0.25", | ||
"@feathersjs/socketio": "^5.0.25", | ||
"@feathersjs/tests": "^5.0.25", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.26", | ||
"mocha": "^10.3.0", | ||
"@types/node": "^20.12.8", | ||
"mocha": "^10.4.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.7.4", | ||
"socket.io-client": "^4.7.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.5" | ||
}, | ||
"gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3" | ||
"gitHead": "01bc3339efd27df1b3e8d4f6a82152faf6c5ced3" | ||
} |
37232