@feathersjs/express
Advanced tools
Comparing version 1.2.4 to 1.2.5
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="1.2.5"></a> | ||
## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/express@1.2.4...@feathersjs/express@1.2.5) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/express | ||
# Change Log | ||
## [v1.2.3](https://github.com/feathersjs/express/tree/v1.2.3) (2018-06-03) | ||
@@ -107,2 +121,2 @@ [Full Changelog](https://github.com/feathersjs/express/compare/v1.2.2...v1.2.3) | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,4 +38,4 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^2.0.0", | ||
"@feathersjs/errors": "^3.3.1", | ||
"@feathersjs/commons": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.2", | ||
"debug": "^3.1.0", | ||
@@ -46,7 +46,7 @@ "express": "^4.16.2", | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^3.0.5", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"axios": "^0.18.0", | ||
"chai": "^4.1.2" | ||
}, | ||
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb" | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
} |
19067
+ Added@feathersjs/commons@3.0.1(transitive)
- Removed@feathersjs/commons@2.0.0(transitive)
Updated@feathersjs/commons@^3.0.0
Updated@feathersjs/errors@^3.3.2