@octokit/auth-oauth-app
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -162,3 +162,3 @@ 'use strict'; | ||
const VERSION = "4.3.0"; | ||
const VERSION = "4.3.1"; | ||
@@ -165,0 +165,0 @@ function createOAuthAppAuth(options) { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "4.3.0"; | ||
export const VERSION = "4.3.1"; |
@@ -53,8 +53,4 @@ import { EndpointOptions, RequestParameters, Route, RequestInterface, OctokitResponse } from "@octokit/types"; | ||
}; | ||
export declare type FactoryGitHubAppWebFlowOptions = GitHubAppStrategyOptions & Omit<WebFlowAuthOptions, "type"> & { | ||
clientType: "github-app"; | ||
}; | ||
export declare type FactoryGitHubAppDeviceFlowOptions = GitHubAppStrategyOptions & Omit<GitHubAppDeviceFlowAuthOptions, "type"> & { | ||
clientType: "github-app"; | ||
}; | ||
export declare type FactoryGitHubAppWebFlowOptions = GitHubAppStrategyOptions & Omit<WebFlowAuthOptions, "type">; | ||
export declare type FactoryGitHubAppDeviceFlowOptions = GitHubAppStrategyOptions & Omit<GitHubAppDeviceFlowAuthOptions, "type">; | ||
export interface FactoryOAuthAppWebFlow<T> { | ||
@@ -61,0 +57,0 @@ (options: FactoryOAuthAppWebFlowOptions): T; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.3.0"; | ||
export declare const VERSION = "4.3.1"; |
@@ -69,3 +69,3 @@ import { getUserAgent } from 'universal-user-agent'; | ||
const VERSION = "4.3.0"; | ||
const VERSION = "4.3.1"; | ||
@@ -72,0 +72,0 @@ function createOAuthAppAuth(options) { |
{ | ||
"name": "@octokit/auth-oauth-app", | ||
"description": "GitHub OAuth App authentication for JavaScript", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"@octokit/auth-oauth-user": "^1.2.1", | ||
"@octokit/request": "^5.3.0", | ||
"@octokit/request": "^5.6.3", | ||
"@octokit/types": "^6.0.3", | ||
@@ -37,7 +37,7 @@ "@types/btoa-lite": "^1.0.0", | ||
"@types/fetch-mock": "^7.3.1", | ||
"@types/jest": "^26.0.0", | ||
"@types/jest": "^27.0.0", | ||
"fetch-mock": "^9.0.0", | ||
"jest": "^27.0.0", | ||
"prettier": "^2.2.1", | ||
"semantic-release": "^17.0.0", | ||
"prettier": "2.4.1", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -44,0 +44,0 @@ "ts-jest": "^27.0.0-next.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60941
443
Updated@octokit/request@^5.6.3