Comparing version 5.2.0 to 5.2.1
# CHANGELOG | ||
## 5.2.1 | ||
Bug fixes: | ||
* Fix enterprise ldap update endpoints by adding `ldap_dn` param. | ||
## 5.2.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "github", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "NodeJS wrapper for the GitHub API", | ||
@@ -50,3 +50,3 @@ "author": "Mike de Boer <info@mikedeboer.nl>", | ||
"name": "node-github", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"template": { | ||
@@ -53,0 +53,0 @@ "withCompare": true |
@@ -189,3 +189,2 @@ **NOTE: The `node-github` npm package is deprecated. You want the `github` npm package (see Installation).** | ||
| Migrations | application/vnd.github.wyandotte-preview+json | | ||
| OAuth grants | application/vnd.github.damage-preview | | ||
| Pages | application/vnd.github.mister-fantastic-preview | | ||
@@ -192,0 +191,0 @@ | Pre-receive | application/vnd.github.eye-scream-preview | |
@@ -270,3 +270,4 @@ /* | ||
{ | ||
team_id: "Number" | ||
team_id: "Number", | ||
ldap_dn: "String" | ||
}, | ||
@@ -284,3 +285,4 @@ function(err, res) { | ||
{ | ||
user: "String" | ||
user: "String", | ||
ldap_dn: "String" | ||
}, | ||
@@ -287,0 +289,0 @@ function(err, res) { |
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
1240365
62
35363
218