@octokit/auth-app
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -352,3 +352,3 @@ // pkg/dist-src/index.js | ||
{}, | ||
request | ||
request.defaults({ baseUrl: endpoint.baseUrl }) | ||
); | ||
@@ -388,3 +388,3 @@ endpoint.headers.authorization = `token ${token}`; | ||
// pkg/dist-src/version.js | ||
var VERSION = "7.1.0"; | ||
var VERSION = "7.1.1"; | ||
@@ -391,0 +391,0 @@ // pkg/dist-src/index.js |
@@ -58,3 +58,3 @@ import { requiresBasicAuth } from "@octokit/auth-oauth-user"; | ||
{}, | ||
request | ||
request.defaults({ baseUrl: endpoint.baseUrl }) | ||
); | ||
@@ -61,0 +61,0 @@ endpoint.headers.authorization = `token ${token}`; |
@@ -1,4 +0,4 @@ | ||
const VERSION = "7.1.0"; | ||
const VERSION = "7.1.1"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "7.1.0"; | ||
export declare const VERSION = "7.1.1"; |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "GitHub App authentication for JavaScript", | ||
@@ -35,7 +35,7 @@ "repository": "github:octokit/auth-app.js", | ||
"@types/node": "^20.0.0", | ||
"esbuild": "^0.21.0", | ||
"esbuild": "^0.23.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
"glob": "^10.2.5", | ||
"jest": "^29.0.0", | ||
"prettier": "3.2.5", | ||
"prettier": "3.3.3", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -42,0 +42,0 @@ "ts-jest": "^29.0.0", |
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
97202