@octokit/auth-oauth-user
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
const VERSION = "2.0.0"; | ||
const VERSION = "2.0.1"; | ||
@@ -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.0"; | ||
export const VERSION = "2.0.1"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.0"; | ||
export declare const VERSION = "2.0.1"; |
@@ -7,3 +7,3 @@ import { getUserAgent } from 'universal-user-agent'; | ||
const VERSION = "2.0.0"; | ||
const VERSION = "2.0.1"; | ||
@@ -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.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -20,3 +20,3 @@ "files": [ | ||
"dependencies": { | ||
"@octokit/auth-oauth-device": "^3.1.1", | ||
"@octokit/auth-oauth-device": "^4.0.0", | ||
"@octokit/oauth-methods": "^1.1.0", | ||
@@ -30,3 +30,3 @@ "@octokit/request": "^6.0.0", | ||
"devDependencies": { | ||
"@octokit/core": "^3.3.0", | ||
"@octokit/core": "^4.0.0", | ||
"@octokit/tsconfig": "^1.0.2", | ||
@@ -33,0 +33,0 @@ "@pika/pack": "^0.5.0", |
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
+ Added@octokit/auth-oauth-device@4.0.5(transitive)
- Removed@octokit/auth-oauth-device@3.1.4(transitive)