@feathersjs/socketio-client
Advanced tools
Comparing version
# Change Log | ||
## [v1.0.3](https://github.com/feathersjs/socketio-client/tree/v1.0.3) (2018-02-05) | ||
[Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.2...v1.0.3) | ||
**Merged pull requests:** | ||
- Move to use transport-commons [\#10](https://github.com/feathersjs/socketio-client/pull/10) ([daffl](https://github.com/daffl)) | ||
- Update mocha to the latest version 🚀 [\#8](https://github.com/feathersjs/socketio-client/pull/8) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.2](https://github.com/feathersjs/socketio-client/tree/v1.0.2) (2018-01-03) | ||
@@ -4,0 +12,0 @@ [Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.1...v1.0.2) |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/feathersjs/socketio-client", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^3.2.0" | ||
"@feathersjs/transport-commons": "^4.0.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
"@feathersjs/feathers": "^3.0.0", | ||
"@feathersjs/socketio": "^3.0.0", | ||
"@feathersjs/socketio": "^3.2.0", | ||
"chai": "^4.1.2", | ||
@@ -59,0 +59,0 @@ "feathers-memory": "^2.0.0", |
8562
6.08%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed