Comparing version 4.0.2 to 4.0.3
@@ -1,4 +0,4 @@ | ||
const VERSION = "4.0.2"; | ||
const VERSION = "4.0.3"; | ||
export { | ||
VERSION | ||
}; |
@@ -51,8 +51,9 @@ import { App as DefaultApp } from "@octokit/app"; | ||
}>; | ||
getInstallationUrl: import("@octokit/app").GetInstallationUrlInterface; | ||
log: { | ||
debug: (message: string, additionalInfo?: object) => void; | ||
info: (message: string, additionalInfo?: object) => void; | ||
warn: (message: string, additionalInfo?: object) => void; | ||
error: (message: string, additionalInfo?: object) => void; | ||
[key: string]: unknown; | ||
debug: (message: string, additionalInfo?: object | undefined) => void; | ||
info: (message: string, additionalInfo?: object | undefined) => void; | ||
warn: (message: string, additionalInfo?: object | undefined) => void; | ||
error: (message: string, additionalInfo?: object | undefined) => void; | ||
}; | ||
@@ -59,0 +60,0 @@ }) & typeof DefaultApp; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.0.2"; | ||
export declare const VERSION = "4.0.3"; |
{ | ||
"name": "octokit", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"type": "module", | ||
@@ -16,3 +16,3 @@ "description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno", | ||
"dependencies": { | ||
"@octokit/app": "^15.0.0", | ||
"@octokit/app": "^15.1.1", | ||
"@octokit/core": "^6.0.0", | ||
@@ -26,14 +26,14 @@ "@octokit/oauth-app": "^7.0.0", | ||
"@octokit/request-error": "^6.0.0", | ||
"@octokit/types": "^13.0.0" | ||
"@octokit/types": "^13.6.2" | ||
}, | ||
"devDependencies": { | ||
"@octokit/tsconfig": "^3.0.0", | ||
"@octokit/tsconfig": "^4.0.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^20.0.0", | ||
"esbuild": "^0.21.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1", | ||
"glob": "^10.2.4", | ||
"@types/node": "^22.0.0", | ||
"esbuild": "^0.24.0", | ||
"fetch-mock": "^11.0.0", | ||
"glob": "^11.0.0", | ||
"jest": "^29.0.0", | ||
"mockdate": "^3.0.5", | ||
"prettier": "3.2.5", | ||
"prettier": "3.4.2", | ||
"semantic-release-plugin-update-version-in-files": "^1.1.0", | ||
@@ -40,0 +40,0 @@ "ts-jest": "^29.0.0", |
@@ -828,3 +828,3 @@ # octokit.js | ||
// Your app can receive the OAuth redirect at /api/github/oauth/callback | ||
// Users can initiate the OAuth web flow by opening /api/oauth/login | ||
// Users can initiate the OAuth web flow by opening /api/github/oauth/login | ||
createServer(createNodeMiddleware(app)).listen(3000); | ||
@@ -831,0 +831,0 @@ ``` |
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
227
51146
Updated@octokit/app@^15.1.1
Updated@octokit/types@^13.6.2