@octokit/plugin-paginate-rest
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -5,3 +5,3 @@ 'use strict'; | ||
const VERSION = "2.11.0"; | ||
const VERSION = "2.12.0"; | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.11.0"; | ||
export const VERSION = "2.12.0"; |
import { Octokit } from "@octokit/core"; | ||
import { PaginateInterface } from "./types"; | ||
export { PaginateInterface } from "./types"; | ||
export { PaginatingEndpoints } from "./types"; | ||
export { composePaginateRest } from "./compose-paginate"; | ||
@@ -5,0 +6,0 @@ /** |
import { Octokit } from "@octokit/core"; | ||
import * as OctokitTypes from "@octokit/types"; | ||
export { EndpointOptions, RequestInterface, OctokitResponse, RequestParameters, Route, } from "@octokit/types"; | ||
export { PaginatingEndpoints } from "./generated/paginating-endpoints"; | ||
import { PaginatingEndpoints } from "./generated/paginating-endpoints"; | ||
@@ -5,0 +6,0 @@ declare type KnownKeys<T> = Extract<{ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.11.0"; | ||
export declare const VERSION = "2.12.0"; |
@@ -1,2 +0,2 @@ | ||
const VERSION = "2.11.0"; | ||
const VERSION = "2.12.0"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@octokit/plugin-paginate-rest", | ||
"description": "Octokit plugin to paginate REST API endpoint responses", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "files": [ | ||
], | ||
"repository": "https://github.com/octokit/plugin-paginate-rest.js", | ||
"repository": "github:octokit/plugin-paginate-rest.js", | ||
"dependencies": { | ||
@@ -21,0 +21,0 @@ "@octokit/types": "^6.11.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
128352
2033