@shelf/gh-sdk
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -32,2 +32,11 @@ "use strict"; | ||
}) { | ||
// Because HttpError: Only the first 1000 search results are available | ||
if (page >= 11) { | ||
return { | ||
incomplete_results: false, | ||
items: [], | ||
total_count: 0 | ||
}; | ||
} | ||
const gh = (0, _restClient.getClient)(); | ||
@@ -34,0 +43,0 @@ const { |
{ | ||
"name": "@shelf/gh-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Convenient wrapper for GitHub API for automation tasks", | ||
@@ -53,16 +53,16 @@ "license": "MIT", | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.0", | ||
"@babel/core": "7.9.6", | ||
"@babel/preset-env": "7.9.6", | ||
"@babel/preset-typescript": "7.9.0", | ||
"@shelf/eslint-config": "0.14.2", | ||
"@shelf/eslint-config": "0.19.0", | ||
"@shelf/prettier-config": "0.0.7", | ||
"@types/jest": "25.1.4", | ||
"@types/jest": "26.0.9", | ||
"@types/node": "12.12.31", | ||
"babel-jest": "25.2.4", | ||
"eslint": "6.8.0", | ||
"husky": "4.2.3", | ||
"jest": "25.2.4", | ||
"lint-staged": "10.0.10", | ||
"prettier": "2.0.2", | ||
"typescript": "3.8.3" | ||
"babel-jest": "26.2.2", | ||
"eslint": "7.1.0", | ||
"husky": "4.2.5", | ||
"jest": "26.2.2", | ||
"lint-staged": "10.2.6", | ||
"prettier": "2.0.5", | ||
"typescript": "3.9.3" | ||
}, | ||
@@ -69,0 +69,0 @@ "engines": { |
@@ -35,4 +35,6 @@ # gh-sdk [![CircleCI](https://circleci.com/gh/shelfio/gh-sdk/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/gh-sdk/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) | ||
```sh | ||
$ git checkout master | ||
$ yarn version | ||
$ yarn publish | ||
$ git push origin master | ||
``` | ||
@@ -39,0 +41,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
16339
440
44