@feathersjs/feathers
Advanced tools
Comparing version 3.1.7 to 3.2.0-pre.1
# Change Log | ||
## [v3.1.7](https://github.com/feathersjs/feathers/tree/v3.1.7) (2018-06-16) | ||
[Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.6...v3.1.7) | ||
**Merged pull requests:** | ||
- Update to latest Uberproto and other dependencies [\#889](https://github.com/feathersjs/feathers/pull/889) ([daffl](https://github.com/daffl)) | ||
## [v3.1.6](https://github.com/feathersjs/feathers/tree/v3.1.6) (2018-06-03) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.5...v3.1.6) |
@@ -5,2 +5,3 @@ const { hooks } = require('@feathersjs/commons'); | ||
const version = require('./version'); | ||
const { ACTIVATE_HOOKS, activateHooks } = require('./hooks'); | ||
@@ -20,2 +21,4 @@ function createApplication () { | ||
createApplication.SKIP = hooks.SKIP; | ||
createApplication.ACTIVATE_HOOKS = ACTIVATE_HOOKS; | ||
createApplication.activateHooks = activateHooks; | ||
@@ -22,0 +25,0 @@ module.exports = createApplication; |
@@ -1,1 +0,1 @@ | ||
module.exports = '3.1.7'; | ||
module.exports = '3.2.0-pre.1'; |
{ | ||
"name": "@feathersjs/feathers", | ||
"description": "A REST and realtime API layer for modern applications.", | ||
"version": "3.1.7", | ||
"version": "3.2.0-pre.1", | ||
"homepage": "http://feathersjs.com", | ||
@@ -53,3 +53,3 @@ "repository": { | ||
"dependencies": { | ||
"@feathersjs/commons": "^1.4.1", | ||
"@feathersjs/commons": "^3.0.0-pre.1", | ||
"debug": "^3.1.0", | ||
@@ -56,0 +56,0 @@ "events": "^3.0.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
63520
11
393
1
+ Added@feathersjs/commons@3.0.1(transitive)
- Removed@feathersjs/commons@1.4.4(transitive)