@feathersjs/adapter-commons
Advanced tools
Comparing version 4.3.0-pre.2 to 4.3.0-pre.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19) | ||
### Bug Fixes | ||
* Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00)) | ||
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "4.3.0-pre.2", | ||
"version": "4.3.0-pre.3", | ||
"description": "Shared database adapter utility functions", | ||
@@ -40,12 +40,12 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.3.0-pre.2", | ||
"@feathersjs/errors": "^4.3.0-pre.2", | ||
"@feathersjs/feathers": "^4.3.0-pre.2" | ||
"@feathersjs/commons": "^4.3.0-pre.3", | ||
"@feathersjs/errors": "^4.3.0-pre.3", | ||
"@feathersjs/feathers": "^4.3.0-pre.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.7", | ||
"@types/mongodb": "^3.1.28", | ||
"@types/node": "^12.6.2", | ||
"mocha": "^6.1.4", | ||
"mongodb": "^3.2.7", | ||
"@types/mongodb": "^3.2.3", | ||
"@types/node": "^12.7.2", | ||
"mocha": "^6.2.0", | ||
"mongodb": "^3.3.0", | ||
"shx": "^0.3.2", | ||
@@ -55,3 +55,3 @@ "ts-node": "^8.3.0", | ||
}, | ||
"gitHead": "4d350e5299315df3090a2231ef3caaf795dee994" | ||
"gitHead": "9f4498e455d81e91acc1ffd3ced4d36ba06f8466" | ||
} |
# Feathers Adapter Commons | ||
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers) | ||
[![Build Status](https://travis-ci.org/feathersjs/feathers.svg?branch=master)](https://travis-ci.org/feathersjs/feathers) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/adapter-commons)](https://david-dm.org/feathersjs/feathers?path=packages/adapter-commons) | ||
@@ -11,3 +11,3 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/adapter-commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/adapter-commons) | ||
This is a repository for handling Feathers common database syntax. | ||
This is a repository for handling Feathers common database syntax. See the [API documentation](https://docs.feathersjs.com/api/databases/common.html) for more information. | ||
@@ -21,4 +21,4 @@ | ||
Copyright (c) 2018 Feathers contributors | ||
Copyright (c) 2019 Feathers contributors | ||
Licensed under the [MIT license](LICENSE). |
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
47174