@octokit/plugin-paginate-graphql
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,2 +0,2 @@ | ||
import { CursorValue, PageInfoContext } from "./page-info"; | ||
import type { CursorValue, PageInfoContext } from "./page-info"; | ||
declare class MissingCursorChange extends Error { | ||
@@ -3,0 +3,0 @@ readonly pageInfo: PageInfoContext; |
@@ -1,3 +0,3 @@ | ||
import { PageInfoContext } from "./page-info"; | ||
import type { PageInfoContext } from "./page-info"; | ||
declare const extractPageInfos: (responseData: any) => PageInfoContext; | ||
export { extractPageInfos }; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Octokit plugin to paginate GraphQL API endpoint responses", | ||
@@ -24,3 +24,3 @@ "main": "dist-node/index.js", | ||
"@octokit/plugin-rest-endpoint-methods": "^7.0.0", | ||
"@octokit/tsconfig": "^1.0.2", | ||
"@octokit/tsconfig": "^2.0.0", | ||
"@types/fetch-mock": "^7.3.1", | ||
@@ -27,0 +27,0 @@ "@types/jest": "^29.0.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
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
51101
0