@octokit/oauth-methods
Advanced tools
Comparing version 2.0.6 to 3.0.0
@@ -48,3 +48,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "2.0.6"; | ||
var VERSION = "3.0.0"; | ||
@@ -51,0 +51,0 @@ // pkg/dist-src/get-web-flow-authorization-url.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "2.0.6"; | ||
const VERSION = "3.0.0"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.6"; | ||
export declare const VERSION = "3.0.0"; |
// pkg/dist-src/version.js | ||
var VERSION = "2.0.6"; | ||
var VERSION = "3.0.0"; | ||
@@ -4,0 +4,0 @@ // pkg/dist-src/get-web-flow-authorization-url.js |
{ | ||
"name": "@octokit/oauth-methods", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps", | ||
@@ -16,6 +16,6 @@ "repository": "https://github.com/octokit/oauth-methods.js", | ||
"dependencies": { | ||
"@octokit/oauth-authorization-url": "^5.0.0", | ||
"@octokit/request": "^6.2.3", | ||
"@octokit/request-error": "^3.0.3", | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/oauth-authorization-url": "^6.0.2", | ||
"@octokit/request": "^6.2.5", | ||
"@octokit/request-error": "^4.0.1", | ||
"@octokit/types": "^9.3.0", | ||
"btoa-lite": "^1.0.0" | ||
@@ -43,3 +43,3 @@ }, | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 18" | ||
}, | ||
@@ -46,0 +46,0 @@ "files": [ |
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/oauth-authorization-url@6.0.2(transitive)
+ Added@octokit/request-error@4.0.2(transitive)
+ Added@octokit/types@10.0.0(transitive)
- Removed@octokit/oauth-authorization-url@5.0.0(transitive)
Updated@octokit/request@^6.2.5
Updated@octokit/types@^9.3.0