@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.5 to 5.0.0-pre.6
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.5", | ||
"version": "5.0.0-pre.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -53,19 +53,19 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.5" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.6" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.5", | ||
"@feathersjs/feathers": "^5.0.0-pre.5", | ||
"@feathersjs/memory": "^5.0.0-pre.5", | ||
"@feathersjs/socketio": "^5.0.0-pre.5", | ||
"@feathersjs/tests": "^5.0.0-pre.5", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.12.1", | ||
"mocha": "^8.4.0", | ||
"@feathersjs/commons": "^5.0.0-pre.6", | ||
"@feathersjs/feathers": "^5.0.0-pre.6", | ||
"@feathersjs/memory": "^5.0.0-pre.6", | ||
"@feathersjs/socketio": "^5.0.0-pre.6", | ||
"@feathersjs/tests": "^5.0.0-pre.6", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.4.13", | ||
"mocha": "^9.0.3", | ||
"shx": "^0.3.3", | ||
"socket.io-client": "^4.1.2", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
"socket.io-client": "^4.1.3", | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"gitHead": "738f84f91fb72d5e10a0bf57b58db75b0b03d3ff" | ||
} |
23589