@feathersjs/express
Advanced tools
Comparing version 1.2.7 to 1.3.0
@@ -6,2 +6,20 @@ # Change Log | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.7...@feathersjs/express@1.3.0) (2018-12-16) | ||
### Bug Fixes | ||
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803)) | ||
* **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34)) | ||
### Features | ||
* Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322)) | ||
<a name="1.2.7"></a> | ||
@@ -8,0 +26,0 @@ ## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.6...@feathersjs/express@1.2.7) (2018-09-21) |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"homepage": "https://feathersjs.com", | ||
@@ -29,3 +29,3 @@ "main": "lib/", | ||
"scripts": { | ||
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts" | ||
"test": "mocha --opts ../../mocha.opts" | ||
}, | ||
@@ -39,4 +39,4 @@ "directories": { | ||
"dependencies": { | ||
"@feathersjs/commons": "^3.0.1", | ||
"@feathersjs/errors": "^3.3.4", | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/errors": "^3.3.5", | ||
"debug": "^4.0.0", | ||
@@ -47,7 +47,8 @@ "express": "^4.16.2", | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^3.2.3", | ||
"@feathersjs/feathers": "^3.3.0", | ||
"axios": "^0.18.0", | ||
"chai": "^4.1.2" | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0" | ||
}, | ||
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186" | ||
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89" | ||
} |
20324
4
+ Added@feathersjs/commons@4.5.16(transitive)
- Removed@feathersjs/commons@3.0.1(transitive)
Updated@feathersjs/commons@^4.0.0
Updated@feathersjs/errors@^3.3.5