@verdaccio/types
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -5,2 +5,11 @@ # Changelog | ||
### [5.2.2](https://github.com/verdaccio/flow-types/compare/v5.2.1...v5.2.2) (2019-07-07) | ||
### Bug Fixes | ||
* apiJWTmiddleware return as Function ([89da62a](https://github.com/verdaccio/flow-types/commit/89da62a)) | ||
### [5.2.1](https://github.com/verdaccio/flow-types/compare/v5.2.0...v5.2.1) (2019-07-07) | ||
@@ -7,0 +16,0 @@ |
@@ -446,3 +446,3 @@ import { Stream, PassThrough } from "stream"; | ||
allow_unpublish?(user: RemoteUser, pkg: AllowAccess & PackageAccess, cb: Callback): void; | ||
apiJWTmiddleware(helpers : any): void; | ||
apiJWTmiddleware(helpers : any): Function; | ||
} | ||
@@ -449,0 +449,0 @@ |
{ | ||
"name": "@verdaccio/types", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "verdaccio flow types definitions", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
47083