@octokit/plugin-paginate-rest
Advanced tools
Comparing version 11.1.1 to 11.2.0
@@ -1,4 +0,4 @@ | ||
const VERSION = "11.1.1"; | ||
const VERSION = "11.2.0"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "11.1.1"; | ||
export declare const VERSION = "11.2.0"; |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "11.1.1", | ||
"version": "11.2.0", | ||
"description": "Octokit plugin to paginate REST API endpoint responses", | ||
@@ -20,3 +20,3 @@ "repository": "github:octokit/plugin-paginate-rest.js", | ||
"dependencies": { | ||
"@octokit/types": "^13.4.0" | ||
"@octokit/types": "^13.4.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "peerDependencies": { |
@@ -36,7 +36,7 @@ # plugin-paginate-rest.js | ||
```js | ||
const { Octokit } = require("@octokit/core"); | ||
const { | ||
import { Octokit } from "@octokit/core"; | ||
import { | ||
paginateRest, | ||
composePaginateRest, | ||
} = require("@octokit/plugin-paginate-rest"); | ||
} from "@octokit/plugin-paginate-rest"; | ||
``` | ||
@@ -43,0 +43,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
166145
Updated@octokit/types@^13.4.1