@feathersjs/commons
Advanced tools
Comparing version 4.5.7 to 4.5.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12) | ||
**Note:** Version bump only for package @feathersjs/commons | ||
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/commons", | ||
"version": "4.5.7", | ||
"version": "4.5.8", | ||
"description": "Shared Feathers utility functions", | ||
@@ -11,4 +11,4 @@ "homepage": "https://feathersjs.com", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/feathers" | ||
"type": "github", | ||
"url": "https://github.com/sponsors/daffl" | ||
}, | ||
@@ -33,2 +33,11 @@ "repository": { | ||
"types": "lib/", | ||
"files": [ | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md", | ||
"src/**", | ||
"lib/**", | ||
"*.d.ts", | ||
"*.js" | ||
], | ||
"scripts": { | ||
@@ -53,3 +62,3 @@ "prepublish": "npm run compile", | ||
}, | ||
"gitHead": "a1a8ee535b4337ff8132858095eabf0969c3b6d3" | ||
"gitHead": "5df52715647ea14cf1bd1fe295ae0eaa9857d70a" | ||
} |
# Feathers Commons | ||
[![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) | ||
[![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/commons)](https://david-dm.org/feathersjs/feathers?path=packages/commons) | ||
@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/commons) |
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
59074