@octokit/plugin-paginate-graphql
Advanced tools
Comparing version 5.0.0 to 5.1.0
import { createIterator } from "./iterator.js"; | ||
import { createPaginate } from "./paginate.js"; | ||
import { VERSION } from "./version.js"; | ||
function paginateGraphQL(octokit) { | ||
@@ -13,3 +14,4 @@ return { | ||
export { | ||
VERSION, | ||
paginateGraphQL | ||
}; |
@@ -5,2 +5,3 @@ import type { Octokit } from "@octokit/core"; | ||
export type { PageInfoForward, PageInfoBackward } from "./page-info.js"; | ||
export { VERSION } from "./version.js"; | ||
type paginateGraphQLInterface = { | ||
@@ -7,0 +8,0 @@ graphql: Octokit["graphql"] & { |
@@ -7,3 +7,3 @@ { | ||
"type": "module", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Octokit plugin to paginate GraphQL API endpoint responses", | ||
@@ -45,3 +45,3 @@ "repository": "github:octokit/plugin-paginate-graphql.js", | ||
], | ||
"main": "dist-node/index.js", | ||
"main": "dist-bundle/index.js", | ||
"types": "dist-types/index.d.ts", | ||
@@ -51,3 +51,3 @@ "exports": { | ||
"types": "./dist-types/index.d.ts", | ||
"import": "./dist-node/index.js" | ||
"import": "./dist-bundle/index.js" | ||
} | ||
@@ -54,0 +54,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
34810
454
1