@feathersjs/socketio-client
Advanced tools
Comparing version 1.0.0-pre.2 to 1.0.0-pre.3
# Change Log | ||
## [v1.0.0-pre.2](https://github.com/feathersjs/socketio-client/tree/v1.0.0-pre.2) (2017-10-19) | ||
[Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.0-pre.1...v1.0.0-pre.2) | ||
**Merged pull requests:** | ||
- Update dependencies to enable Greenkeeper 🌴 [\#1](https://github.com/feathersjs/socketio-client/pull/1) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.0-pre.1](https://github.com/feathersjs/socketio-client/tree/v1.0.0-pre.1) (2017-10-18) | ||
@@ -4,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
const Service = require('feathers-socket-commons/client'); | ||
const Service = require('@feathersjs/socket-commons/client'); | ||
@@ -3,0 +3,0 @@ module.exports = function (connection, options) { |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "1.0.0-pre.2", | ||
"version": "1.0.0-pre.3", | ||
"homepage": "https://github.com/feathersjs/socketio-client", | ||
@@ -50,10 +50,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"feathers-socket-commons": "^3.0.0-pre.5" | ||
"@feathersjs/socket-commons": "^3.0.0-pre.6" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^1.0.0", | ||
"@feathersjs/feathers": "^3.0.0-pre.2", | ||
"@feathersjs/socketio": "^3.0.0-pre.3", | ||
"chai": "^4.1.2", | ||
"feathers": "^3.0.0-pre.1", | ||
"feathers-commons": "^1.0.0-pre.3", | ||
"feathers-memory": "^1.2.1", | ||
"feathers-socketio": "^3.0.0-pre.2", | ||
"istanbul": "^1.1.0-alpha.1", | ||
@@ -60,0 +60,0 @@ "mocha": "^4.0.1", |
# @feathersjs/socketio-client | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-socketio-client.svg)](https://greenkeeper.io/) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/socketio-client.svg)](https://greenkeeper.io/) | ||
@@ -5,0 +5,0 @@ [![Build Status](https://travis-ci.org/feathersjs/socketio-client.png?branch=master)](https://travis-ci.org/feathersjs/socketio-client) |
5687
+ Added@feathersjs/errors@3.3.6(transitive)
+ Added@feathersjs/socket-commons@3.1.5(transitive)
+ Addeddebug@4.4.0(transitive)
- Removedfeathers-socket-commons@^3.0.0-pre.5
- Removedfeathers-errors@2.9.2(transitive)
- Removedfeathers-socket-commons@3.0.0-pre.5(transitive)