gatsby-source-github-api
Advanced tools
Comparing version
@@ -6,6 +6,6 @@ const { fetchFromGithub } = require("./src/helper"); | ||
exports.sourceNodes = ( | ||
{ boundActionCreators }, | ||
{ actions }, | ||
{ token, variables, graphQLQuery, url } | ||
) => { | ||
const { createNode } = boundActionCreators; | ||
const { createNode } = actions; | ||
return new Promise((resolve, reject) => { | ||
@@ -12,0 +12,0 @@ // we need a token to use this plugin |
{ | ||
"name": "gatsby-source-github-api", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "gatsby plugin for github v4 API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,2 +120,3 @@ [](https://travis-ci.com/ldd/gatsby-source-github-api) | ||
- `v1.0.0` add support for gatsby v3. Remove support for older versions of gatsby | ||
- `v0.2.1` update dependencies | ||
@@ -122,0 +123,0 @@ - `v0.2.0` provide raw github response |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9371
0.62%2
-33.33%135
0.75%