@feathersjs/feathers
Advanced tools
Comparing version 4.0.0-pre.0 to 4.0.0-pre.1
@@ -6,2 +6,14 @@ # Change Log | ||
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08) | ||
### Bug Fixes | ||
* Update version number check ([53575c5](https://github.com/feathersjs/feathers/commit/53575c5)) | ||
* Updated HooksObject typings ([#1300](https://github.com/feathersjs/feathers/issues/1300)) ([b28058c](https://github.com/feathersjs/feathers/commit/b28058c)) | ||
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21) | ||
@@ -8,0 +20,0 @@ |
@@ -135,5 +135,6 @@ // Type definitions for @feathersjs/feathers 3.1 | ||
export interface HooksObject { | ||
before: Partial<HookMap>; | ||
after: Partial<HookMap>; | ||
error: Partial<HookMap>; | ||
before: Partial<HookMap> | Hook | Hook[]; | ||
after: Partial<HookMap> | Hook | Hook[]; | ||
error: Partial<HookMap> | Hook | Hook[]; | ||
finally: Partial<HookMap> | Hook | Hook[]; | ||
} | ||
@@ -140,0 +141,0 @@ |
@@ -1,1 +0,1 @@ | ||
module.exports = '4.0.0-pre.0'; | ||
module.exports = '4.0.0-pre.1'; |
{ | ||
"name": "@feathersjs/feathers", | ||
"description": "A REST and realtime API layer for modern applications.", | ||
"version": "4.0.0-pre.0", | ||
"version": "4.0.0-pre.1", | ||
"homepage": "http://feathersjs.com", | ||
@@ -50,3 +50,3 @@ "repository": { | ||
}, | ||
"gitHead": "f415041c465858436a475302aabc7b8cc75adfef" | ||
"gitHead": "e8ce9116c6a4433b64ffe400585b60a9c31ba644" | ||
} |
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
73826
563