githubauthquerystring
Advanced tools
Comparing version 3.0.0 to 3.0.1-next.1576646437.f7b8c4b0f2683eb1faf0f374b230970d860652fa
# History | ||
## v3.0.1 2019 December 18 | ||
- Fixed an error in a `README.md` example | ||
## v3.0.0 2019 December 18 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "githubauthquerystring", | ||
"version": "3.0.0", | ||
"version": "3.0.1-next.1576646437.f7b8c4b0f2683eb1faf0f374b230970d860652fa", | ||
"description": "Authorise GitHub API requests by appending the environments auth credentials to your request's query string.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/githubauthquerystring", |
@@ -40,6 +40,2 @@ <!-- TITLE/ --> | ||
### Fetch | ||
@@ -118,3 +114,3 @@ | ||
const { | ||
default: ghQueryString | ||
default: ghQueryString, | ||
fetch: fetchGithubAuthQueryString, | ||
@@ -125,7 +121,2 @@ redact: redactGithubAuthQueryString | ||
<!-- INSTALL/ --> | ||
@@ -146,3 +137,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/githubauthquerystring/^3.0.0' | ||
import pkg from '//cdn.pika.dev/githubauthquerystring/^3.0.1' | ||
</script> | ||
@@ -155,3 +146,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/githubauthquerystring@^3.0.0' | ||
import pkg from '//unpkg.com/githubauthquerystring@^3.0.1' | ||
</script> | ||
@@ -164,3 +155,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/githubauthquerystring@3.0.0' | ||
import pkg from '//dev.jspm.io/githubauthquerystring@3.0.1' | ||
</script> | ||
@@ -167,0 +158,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
27384
1
233