@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.9 to 5.0.0-pre.10
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.9", | ||
"version": "5.0.0-pre.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -53,19 +53,19 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.9" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.10" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.9", | ||
"@feathersjs/feathers": "^5.0.0-pre.9", | ||
"@feathersjs/memory": "^5.0.0-pre.9", | ||
"@feathersjs/socketio": "^5.0.0-pre.9", | ||
"@feathersjs/tests": "^5.0.0-pre.9", | ||
"@feathersjs/commons": "^5.0.0-pre.10", | ||
"@feathersjs/feathers": "^5.0.0-pre.10", | ||
"@feathersjs/memory": "^5.0.0-pre.10", | ||
"@feathersjs/socketio": "^5.0.0-pre.10", | ||
"@feathersjs/tests": "^5.0.0-pre.10", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.4.13", | ||
"mocha": "^9.0.3", | ||
"@types/node": "^16.9.4", | ||
"mocha": "^9.1.1", | ||
"shx": "^0.3.3", | ||
"socket.io-client": "^4.1.3", | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
"socket.io-client": "^4.2.0", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
}, | ||
"gitHead": "3d1721a7286e6a7f37bbc38695fe45084023f13b" | ||
"gitHead": "a9f7865cce8db2305b7c0d2ef4a165c2724034ef" | ||
} |
24313