@octokit/auth-oauth-user
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -13,3 +13,3 @@ 'use strict'; | ||
const VERSION = "2.0.1"; | ||
const VERSION = "2.0.2"; | ||
@@ -16,0 +16,0 @@ // @ts-nocheck there is only place for one of us in this file. And it's not you, TS |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.0.1"; | ||
export const VERSION = "2.0.2"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.1"; | ||
export declare const VERSION = "2.0.2"; |
@@ -7,3 +7,3 @@ import { getUserAgent } from 'universal-user-agent'; | ||
const VERSION = "2.0.1"; | ||
const VERSION = "2.0.2"; | ||
@@ -10,0 +10,0 @@ // @ts-nocheck there is only place for one of us in this file. And it's not you, TS |
{ | ||
"name": "@octokit/auth-oauth-user", | ||
"description": "Octokit authentication strategy for OAuth clients", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
"@octokit/auth-oauth-device": "^4.0.0", | ||
"@octokit/oauth-methods": "^1.1.0", | ||
"@octokit/oauth-methods": "^2.0.0", | ||
"@octokit/request": "^6.0.0", | ||
@@ -24,0 +24,0 @@ "@octokit/types": "^6.12.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92570
- Removed@octokit/endpoint@6.0.12(transitive)
- Removed@octokit/oauth-authorization-url@4.3.3(transitive)
- Removed@octokit/oauth-methods@1.2.6(transitive)
- Removed@octokit/request@5.6.3(transitive)
- Removed@octokit/request-error@2.1.0(transitive)