Comparing version 2.0.15 to 2.0.16
@@ -38,3 +38,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "2.0.15"; | ||
var VERSION = "2.0.16"; | ||
@@ -41,0 +41,0 @@ // pkg/dist-src/octokit.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "2.0.15"; | ||
const VERSION = "2.0.16"; | ||
export { | ||
VERSION | ||
}; |
@@ -22,3 +22,3 @@ import { App as DefaultApp } from "@octokit/app"; | ||
clientType: "github-app"; | ||
Octokit: typeof import("@octokit/core").Octokit & import("@octokit/core/dist-types/types").Constructor<{ | ||
Octokit: typeof import("@octokit/core").Octokit & import("@octokit/core/dist-types/types.d").Constructor<{ | ||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface; | ||
@@ -64,3 +64,3 @@ } & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api & { | ||
on: import("@octokit/oauth-app/dist-types/types").AddEventHandler<{ | ||
Octokit: typeof import("@octokit/core").Octokit & import("@octokit/core/dist-types/types").Constructor<{ | ||
Octokit: typeof import("@octokit/core").Octokit & import("@octokit/core/dist-types/types.d").Constructor<{ | ||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface; | ||
@@ -67,0 +67,0 @@ } & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api & { |
import { Octokit as OctokitCore } from "@octokit/core"; | ||
export declare const Octokit: typeof OctokitCore & import("@octokit/core/dist-types/types").Constructor<{ | ||
export declare const Octokit: typeof OctokitCore & import("@octokit/core/dist-types/types.d").Constructor<{ | ||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface; | ||
@@ -4,0 +4,0 @@ } & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api & { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.15"; | ||
export declare const VERSION = "2.0.16"; |
@@ -9,3 +9,3 @@ // pkg/dist-src/octokit.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "2.0.15"; | ||
var VERSION = "2.0.16"; | ||
@@ -12,0 +12,0 @@ // pkg/dist-src/octokit.js |
{ | ||
"name": "octokit", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno", | ||
@@ -15,10 +15,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@octokit/app": "^13.1.1", | ||
"@octokit/core": "^4.0.4", | ||
"@octokit/oauth-app": "^4.0.6", | ||
"@octokit/plugin-paginate-rest": "^6.0.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^7.0.0", | ||
"@octokit/plugin-retry": "^4.0.3", | ||
"@octokit/plugin-throttling": "^5.0.0", | ||
"@octokit/types": "^9.0.0" | ||
"@octokit/app": "^13.1.3", | ||
"@octokit/core": "^4.2.1", | ||
"@octokit/oauth-app": "^4.2.1", | ||
"@octokit/plugin-paginate-rest": "^6.1.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^7.1.1", | ||
"@octokit/plugin-retry": "^4.1.3", | ||
"@octokit/plugin-throttling": "^5.2.2", | ||
"@octokit/types": "^9.2.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
53707