Comparing version 4.0.0 to 4.0.1
@@ -7,3 +7,3 @@ const jwt = require('jsonwebtoken') | ||
const github = new GitHubApi({debug}) | ||
github.authenticate({type: 'integration', token: generateJwt(id, cert)}) | ||
github.authenticate({type: 'app', token: generateJwt(id, cert)}) | ||
// Return a promise to keep API consistent | ||
@@ -10,0 +10,0 @@ return Promise.resolve(github) |
{ | ||
"name": "github-app", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "NodeJS module for building GitHub Apps", | ||
@@ -5,0 +5,0 @@ "repository": "probot/github-app", |
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
4988