Comparing version 10.0.2 to 10.0.3
@@ -0,1 +1,8 @@ | ||
## [10.0.3](https://github.com/jdalrymple/node-gitlab/compare/10.0.2...10.0.3) (2019-08-06) | ||
### Bug Fixes | ||
* Removing deprecated Session endpoint (since GitLab 10.2.0) ([fe720d8](https://github.com/jdalrymple/node-gitlab/commit/fe720d8)), closes [#404](https://github.com/jdalrymple/node-gitlab/issues/404) | ||
## [10.0.2](https://github.com/jdalrymple/node-gitlab/compare/10.0.1...10.0.2) (2019-08-06) | ||
@@ -2,0 +9,0 @@ |
@@ -12,3 +12,2 @@ import { BaseRequestOptions, BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure'; | ||
events(userId: UserId, options?: BaseRequestOptions & EventOptions): Promise<import("../infrastructure").GetResponse>; | ||
session(email: string, password: string, options?: Sudo): Promise<object>; | ||
search(emailOrUsername: string, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
@@ -15,0 +14,0 @@ show(userId: UserId, options?: BaseRequestOptions): Promise<import("../infrastructure").GetResponse>; |
{ | ||
"name": "gitlab", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
360139
2151