@feathersjs/commons
Advanced tools
Comparing version 5.0.0-pre.16 to 5.0.0-pre.17
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15) | ||
**Note:** Version bump only for package @feathersjs/commons | ||
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/commons", | ||
"version": "5.0.0-pre.16", | ||
"version": "5.0.0-pre.17", | ||
"description": "Shared Feathers utility functions", | ||
@@ -53,10 +53,10 @@ "homepage": "https://feathersjs.com", | ||
"devDependencies": { | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^17.0.5", | ||
"mocha": "^9.1.3", | ||
"shx": "^0.3.3", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.15", | ||
"mocha": "^9.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.5.5" | ||
}, | ||
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773" | ||
"gitHead": "d828748e57b40abfaa15710663afed417de14a1d" | ||
} |
# Feathers Commons | ||
[![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) | ||
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/commons) | ||
@@ -15,4 +14,4 @@ | ||
Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
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
46126
17