@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.16 to 4.5.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.16", | ||
"version": "4.5.17", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.16", | ||
"@feathersjs/transport-commons": "^4.5.17", | ||
"@types/socket.io-client": "^1.4.36" | ||
@@ -49,5 +49,5 @@ }, | ||
"@feathersjs/commons": "^4.5.16", | ||
"@feathersjs/feathers": "^4.5.16", | ||
"@feathersjs/socketio": "^4.5.16", | ||
"@feathersjs/tests": "^4.5.16", | ||
"@feathersjs/feathers": "^4.5.17", | ||
"@feathersjs/socketio": "^4.5.17", | ||
"@feathersjs/tests": "^4.5.17", | ||
"feathers-memory": "^4.1.0", | ||
@@ -57,3 +57,3 @@ "mocha": "^9.1.3", | ||
}, | ||
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2" | ||
"gitHead": "022a407dab1e813d23b283d145dfff9a870541ee" | ||
} |
19228