@octokit/oauth-app
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -15,3 +15,3 @@ 'use strict'; | ||
const VERSION = "4.0.0"; | ||
const VERSION = "4.0.1"; | ||
@@ -18,0 +18,0 @@ function addEventHandler(state, eventName, eventHandler) { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "4.0.0"; | ||
export const VERSION = "4.0.1"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.0.0"; | ||
export declare const VERSION = "4.0.1"; |
{ | ||
"name": "@octokit/oauth-app", | ||
"description": "GitHub OAuth toolset for Node.js", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"@octokit/auth-unauthenticated": "^2.0.0", | ||
"@octokit/core": "^3.3.2", | ||
"@octokit/core": "^4.0.0", | ||
"@octokit/oauth-authorization-url": "^4.2.1", | ||
@@ -35,3 +35,3 @@ "@octokit/oauth-methods": "^1.2.2", | ||
"@pika/plugin-ts-standard-pkg": "^0.9.2", | ||
"@types/jest": "^27.0.0", | ||
"@types/jest": "^28.0.0", | ||
"@types/node": "^16.0.0", | ||
@@ -41,3 +41,3 @@ "@types/node-fetch": "^2.5.4", | ||
"fetch-mock": "^9.0.0", | ||
"jest": "^27.0.0", | ||
"jest": "^28.0.0", | ||
"nock": "^13.0.0", | ||
@@ -47,3 +47,3 @@ "node-fetch": "^2.6.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"ts-jest": "^27.0.0", | ||
"ts-jest": "^28.0.0", | ||
"typescript": "^4.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -34,2 +34,4 @@ # oauth-app.js | ||
- [`createNodeMiddleware(app, options)`](#createnodemiddlewareapp-options) | ||
- [`createWebWorkerHandler(app, options)`](#createwebworkerhandlerapp-options) | ||
- [`createAWSLambdaAPIGatewayV2Handler(app, options)`](#createawslambdaapigatewayv2handlerapp-options) | ||
- [Contributing](#contributing) | ||
@@ -36,0 +38,0 @@ - [License](#license) |
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
158972
1155
+ Added@octokit/auth-token@3.0.4(transitive)
+ Added@octokit/core@4.2.4(transitive)
+ Added@octokit/graphql@5.0.6(transitive)
- Removed@octokit/auth-token@2.5.0(transitive)
- Removed@octokit/core@3.6.0(transitive)
- Removed@octokit/graphql@4.8.0(transitive)
Updated@octokit/core@^4.0.0