@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.11 to 5.0.0-pre.14
@@ -6,2 +6,26 @@ # Change Log | ||
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.11", | ||
"version": "5.0.0-pre.14", | ||
"homepage": "https://feathersjs.com", | ||
@@ -53,19 +53,19 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.11" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.14" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.11", | ||
"@feathersjs/feathers": "^5.0.0-pre.11", | ||
"@feathersjs/memory": "^5.0.0-pre.11", | ||
"@feathersjs/socketio": "^5.0.0-pre.11", | ||
"@feathersjs/tests": "^5.0.0-pre.11", | ||
"@feathersjs/commons": "^5.0.0-pre.14", | ||
"@feathersjs/feathers": "^5.0.0-pre.14", | ||
"@feathersjs/memory": "^5.0.0-pre.14", | ||
"@feathersjs/socketio": "^5.0.0-pre.14", | ||
"@feathersjs/tests": "^5.0.0-pre.14", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.10.2", | ||
"@types/node": "^16.10.4", | ||
"mocha": "^9.1.2", | ||
"shx": "^0.3.3", | ||
"socket.io-client": "^4.2.0", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"gitHead": "a9f7865cce8db2305b7c0d2ef4a165c2724034ef" | ||
"gitHead": "9bb26276938aead1f3f582be5517a49a8ce00f09" | ||
} |
25042