getcontributors
Advanced tools
Comparing version 2.19.0 to 2.20.0-next.1596515600.4f18da7d3105edd704feb34730ca181ba9b24bfa
# History | ||
## v2.20.0 2020 August 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.19.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Get Contributors", | ||
"name": "getcontributors", | ||
"version": "2.19.0", | ||
"version": "2.20.0-next.1596515600.4f18da7d3105edd704feb34730ca181ba9b24bfa", | ||
"description": "Fetch all the contributors from a github repository, github organisation, or github search", | ||
@@ -145,25 +145,25 @@ "homepage": "https://github.com/bevry/getcontributors", | ||
"cross-fetch": "^3.0.5", | ||
"fellow": "^6.17.0", | ||
"getrepos": "^5.12.0", | ||
"githubauthreq": "^5.14.1", | ||
"fellow": "^6.18.0", | ||
"getrepos": "^5.13.0", | ||
"githubauthreq": "^5.15.0", | ||
"simplytyped": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.13.0", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.15.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.11.0", | ||
"projectz": "^2.12.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.6.0", | ||
"valid-module": "^1.10.0" | ||
"valid-directory": "^2.7.0", | ||
"valid-module": "^1.11.0" | ||
}, | ||
@@ -170,0 +170,0 @@ "scripts": { |
@@ -55,3 +55,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.19.0' | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.20.0' | ||
</script> | ||
@@ -64,3 +64,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/getcontributors@^2.19.0' | ||
import * as pkg from '//unpkg.com/getcontributors@^2.20.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.19.0' | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.20.0' | ||
</script> | ||
@@ -76,0 +76,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
55922
1
Updatedfellow@^6.18.0
Updatedgetrepos@^5.13.0
Updatedgithubauthreq@^5.15.0