@octokit/auth-app
Advanced tools
Comparing version 7.0.0-beta.9 to 7.0.0
@@ -387,3 +387,3 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "7.0.0-beta.9"; | ||
var VERSION = "7.0.0"; | ||
@@ -390,0 +390,0 @@ // pkg/dist-src/index.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "7.0.0-beta.9"; | ||
const VERSION = "7.0.0"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "7.0.0-beta.9"; | ||
export declare const VERSION = "7.0.0"; |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "7.0.0-beta.9", | ||
"version": "7.0.0", | ||
"description": "GitHub App authentication for JavaScript", | ||
@@ -35,3 +35,2 @@ "repository": "github:octokit/auth-app.js", | ||
"@types/node": "^20.0.0", | ||
"@types/sinonjs__fake-timers": "^8.0.0", | ||
"esbuild": "^0.20.0", | ||
@@ -38,0 +37,0 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", |
@@ -340,3 +340,3 @@ # auth-app.js | ||
<td> | ||
<strong>Required</strong>. Content of the <code>*.pem</code> file you downloaded from the app’s about page. You can generate a new private key if needed. | ||
<strong>Required</strong>. Content of the <code>*.pem</code> file you downloaded from the app’s about page. You can generate a new private key if needed. If your private key contains escaped newlines (`\\n`), they will be automatically replaced with actual newlines. | ||
</td> | ||
@@ -343,0 +343,0 @@ </tr> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
97593
12
1