@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.16 to 5.0.0-pre.17
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.16", | ||
"version": "5.0.0-pre.17", | ||
"homepage": "https://feathersjs.com", | ||
@@ -53,19 +53,19 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.16" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.17" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.16", | ||
"@feathersjs/feathers": "^5.0.0-pre.16", | ||
"@feathersjs/memory": "^5.0.0-pre.16", | ||
"@feathersjs/socketio": "^5.0.0-pre.16", | ||
"@feathersjs/tests": "^5.0.0-pre.16", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^17.0.5", | ||
"mocha": "^9.1.3", | ||
"shx": "^0.3.3", | ||
"socket.io-client": "^4.4.0", | ||
"@feathersjs/commons": "^5.0.0-pre.17", | ||
"@feathersjs/feathers": "^5.0.0-pre.17", | ||
"@feathersjs/memory": "^5.0.0-pre.17", | ||
"@feathersjs/socketio": "^5.0.0-pre.17", | ||
"@feathersjs/tests": "^5.0.0-pre.17", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.15", | ||
"mocha": "^9.2.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.4.1", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.5.5" | ||
}, | ||
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773" | ||
"gitHead": "d828748e57b40abfaa15710663afed417de14a1d" | ||
} |
# @feathersjs/socketio-client | ||
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio-client)](https://david-dm.org/feathersjs/feathers?path=packages/socketio-client) | ||
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio-client) | ||
@@ -21,4 +20,4 @@ | ||
Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
Sorry, the diff of this file is not supported yet
25547
23