@feathersjs/primus-client
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) | ||
**Note:** Version bump only for package @feathersjs/primus-client | ||
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha --opts ../../mocha.opts" | ||
"test": "mocha --config ../../.mocharc.json" | ||
}, | ||
@@ -44,14 +44,14 @@ "directories": { | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.1" | ||
"@feathersjs/transport-commons": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.1", | ||
"@feathersjs/feathers": "^4.5.1", | ||
"@feathersjs/primus": "^4.5.1", | ||
"@feathersjs/tests": "^4.5.1", | ||
"@feathersjs/commons": "^4.5.2", | ||
"@feathersjs/feathers": "^4.5.2", | ||
"@feathersjs/primus": "^4.5.2", | ||
"@feathersjs/tests": "^4.5.2", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^7.0.1", | ||
"ws": "^7.2.1" | ||
}, | ||
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93" | ||
"gitHead": "9d5871e98d821384dee70b8d3d9af4002f3d052a" | ||
} |
# @feathersjs/primus-client | ||
[![Build Status](https://travis-ci.org/feathersjs/feathers.svg?branch=master)](https://travis-ci.org/feathersjs/feathers) | ||
[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/primus-client)](https://david-dm.org/feathersjs/feathers?path=packages/primus-client) | ||
@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/primus-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/primus-client) |
Sorry, the diff of this file is not supported yet
14859