Comparing version 2.0.0 to 2.0.1-next.1575880897.9dd30c028260de31d26ac04364a3e7de2211e102
# History | ||
## v2.0.1 2019 December 9 | ||
- Fix `GITHUB_API` fallback | ||
## v2.0.0 2019 December 9 | ||
- Implemented support for `GITHUB_API` environment variable to access the GitHub API via a proxy | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
@@ -6,0 +11,0 @@ - Minimum required node version changed from `node: >=0.8` to `node: >=8` to keep up with mandatory ecosystem changes |
{ | ||
"name": "getrepos", | ||
"version": "2.0.0", | ||
"version": "2.0.1-next.1575880897.9dd30c028260de31d26ac04364a3e7de2211e102", | ||
"description": "Fetch the specified repositories, or those that match a particular github user or search query", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/getrepos", |
@@ -8,3 +8,3 @@ 'use strict' | ||
const githubAuthQueryString = require('githubauthquerystring').fetch() | ||
const ghapi = process.env.GITHUB_API || '${ghapi}' | ||
const ghapi = process.env.GITHUB_API || 'https://api.github.com' | ||
@@ -11,0 +11,0 @@ /** |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27776
1