@octokit/plugin-paginate-graphql
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
// Todo: Add link to explanation | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly - for more info see <tdb.>`; | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`; | ||
@@ -9,0 +9,0 @@ class MissingCursorChange extends Error { |
// Todo: Add link to explanation | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly - for more info see <tdb.>`; | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`; | ||
class MissingCursorChange extends Error { | ||
@@ -4,0 +4,0 @@ constructor(pageInfo, cursorValue) { |
// Todo: Add link to explanation | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly - for more info see <tdb.>`; | ||
const generateMessage = (path, cursorValue) => `The cursor at "${path.join(",")}" did not change its value "${cursorValue}" after a page transition. Please make sure your that your query is set up correctly.`; | ||
class MissingCursorChange extends Error { | ||
@@ -4,0 +4,0 @@ constructor(pageInfo, cursorValue) { |
{ | ||
"name": "@octokit/plugin-paginate-graphql", | ||
"description": "Octokit plugin to paginate GraphQL API endpoint responses", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -36,10 +36,10 @@ "files": [ | ||
"@types/fetch-mock": "^7.3.1", | ||
"@types/jest": "^28.0.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^16.0.0", | ||
"fetch-mock": "^9.0.0", | ||
"jest": "^28.0.0", | ||
"jest": "^29.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "2.7.1", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"ts-jest": "^28.0.0", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^4.0.2" | ||
@@ -46,0 +46,0 @@ }, |
@@ -21,6 +21,3 @@ # plugin-paginate-graphql.js | ||
import { Octokit } from "https://cdn.skypack.dev/@octokit/core"; | ||
import { | ||
paginateRest, | ||
composePaginateRest, | ||
} from "https://cdn.skypack.dev/@octokit/plugin-paginate-graphql"; | ||
import { paginateGraphql } from "https://cdn.skypack.dev/@octokit/plugin-paginate-graphql"; | ||
</script> | ||
@@ -27,0 +24,0 @@ ``` |
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
57583
286