@feathersjs/errors
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/errors | ||
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/errors", | ||
"description": "Common error types for Feathers apps", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -33,3 +33,3 @@ "main": "lib/index", | ||
"scripts": { | ||
"test": "mocha --opts ../../mocha.opts" | ||
"test": "mocha --config ../../.mocharc.json" | ||
}, | ||
@@ -43,7 +43,7 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^4.5.1", | ||
"@feathersjs/feathers": "^4.5.2", | ||
"express": "^4.17.1", | ||
"mocha": "^7.0.0" | ||
"mocha": "^7.0.1" | ||
}, | ||
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93" | ||
"gitHead": "9d5871e98d821384dee70b8d3d9af4002f3d052a" | ||
} |
# @feathersjs/errors | ||
[![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/errors)](https://david-dm.org/feathersjs/feathers?path=packages/errors) | ||
@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/errors.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/errors) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40892