@octokit/plugin-paginate-rest
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
const VERSION = "2.5.0"; | ||
const VERSION = "2.5.1"; | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.5.0"; | ||
export const VERSION = "2.5.1"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.5.0"; | ||
export declare const VERSION = "2.5.1"; |
@@ -1,2 +0,2 @@ | ||
const VERSION = "2.5.0"; | ||
const VERSION = "2.5.1"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@octokit/plugin-paginate-rest", | ||
"description": "Octokit plugin to paginate REST API endpoint responses", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -16,8 +16,8 @@ # plugin-paginate-rest.js | ||
Load `@octokit/plugin-paginate-rest` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev) | ||
Load `@octokit/plugin-paginate-rest` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev) | ||
```html | ||
<script type="module"> | ||
import { Octokit } from "https://cdn.pika.dev/@octokit/core"; | ||
import { paginateRest } from "https://cdn.pika.dev/@octokit/plugin-paginate-rest"; | ||
import { Octokit } from "https://cdn.skypack.dev/@octokit/core"; | ||
import { paginateRest } from "https://cdn.skypack.dev/@octokit/plugin-paginate-rest"; | ||
</script> | ||
@@ -24,0 +24,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112381