@octokit/auth-app
Advanced tools
Comparing version 7.0.0-beta.7 to 7.0.0-beta.8
@@ -277,2 +277,3 @@ // pkg/dist-src/index.js | ||
"/app/installations/{installation_id}/suspended", | ||
"/app/installation-requests", | ||
"/marketplace_listing/accounts/{account_id}", | ||
@@ -390,3 +391,3 @@ "/marketplace_listing/plan", | ||
// pkg/dist-src/version.js | ||
var VERSION = "7.0.0-beta.7"; | ||
var VERSION = "7.0.0-beta.8"; | ||
@@ -393,0 +394,0 @@ // pkg/dist-src/index.js |
@@ -11,2 +11,3 @@ const PATHS = [ | ||
"/app/installations/{installation_id}/suspended", | ||
"/app/installation-requests", | ||
"/marketplace_listing/accounts/{account_id}", | ||
@@ -13,0 +14,0 @@ "/marketplace_listing/plan", |
@@ -1,4 +0,4 @@ | ||
const VERSION = "7.0.0-beta.7"; | ||
const VERSION = "7.0.0-beta.8"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "7.0.0-beta.7"; | ||
export declare const VERSION = "7.0.0-beta.8"; |
{ | ||
"name": "@octokit/auth-app", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"type": "module", | ||
"version": "7.0.0-beta.7", | ||
"version": "7.0.0-beta.8", | ||
"description": "GitHub App authentication for JavaScript", | ||
@@ -19,7 +20,7 @@ "repository": "github:octokit/auth-app.js", | ||
"dependencies": { | ||
"@octokit/auth-oauth-app": "^8.0.2", | ||
"@octokit/auth-oauth-user": "^5.0.2", | ||
"@octokit/request": "^9.0.1", | ||
"@octokit/request-error": "^6.0.2", | ||
"@octokit/types": "^12.6.0", | ||
"@octokit/auth-oauth-app": "^8.1.0", | ||
"@octokit/auth-oauth-user": "^5.1.0", | ||
"@octokit/request": "^9.1.1", | ||
"@octokit/request-error": "^6.1.1", | ||
"@octokit/types": "^13.4.1", | ||
"lru-cache": "^10.0.0", | ||
@@ -26,0 +27,0 @@ "universal-github-app-jwt": "^2.0.6", |
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
97812
1066
- Removed@octokit/openapi-types@20.0.0(transitive)
- Removed@octokit/types@12.6.0(transitive)
Updated@octokit/request@^9.1.1
Updated@octokit/types@^13.4.1