@octokit/plugin-paginate-graphql
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -1,4 +0,4 @@ | ||
const VERSION = "5.2.1"; | ||
const VERSION = "5.2.2"; | ||
export { | ||
VERSION | ||
}; |
@@ -6,3 +6,3 @@ import type { Octokit } from "@octokit/core"; | ||
export { VERSION } from "./version.js"; | ||
type paginateGraphQLInterface = { | ||
export type paginateGraphQLInterface = { | ||
graphql: Octokit["graphql"] & { | ||
@@ -9,0 +9,0 @@ paginate: ReturnType<typeof createPaginate> & { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "5.2.1"; | ||
export declare const VERSION = "5.2.2"; |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Octokit plugin to paginate GraphQL API endpoint responses", | ||
@@ -11,0 +11,0 @@ "repository": "github:octokit/plugin-paginate-graphql.js", |
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
35392