gatsby-source-drupal
Advanced tools
Comparing version 1.0.0-alpha13-alpha.e4457d15 to 1.0.0-alpha14
{ | ||
"name": "gatsby-source-drupal", | ||
"version": "1.0.0-alpha13-alpha.e4457d15", | ||
"version": "1.0.0-alpha14", | ||
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -61,4 +61,5 @@ const axios = require(`axios`) | ||
const lastFetched = store.getState().status[`gatsby-source-drupal`] | ||
.lastFetched | ||
const lastFetched = store.getState().status.sourcePlugins[ | ||
`gatsby-source-drupal` | ||
].lastFetched | ||
@@ -108,3 +109,4 @@ let url | ||
.createHash(`md5`) | ||
.update(JSON.stringify(gatsbyNode)).digest(`hex`) | ||
.update(JSON.stringify(gatsbyNode)) | ||
.digest(`hex`) | ||
@@ -150,3 +152,4 @@ gatsbyNode.contentDigest = contentDigest | ||
.createHash(`md5`) | ||
.update(JSON.stringify(gatsbyUser)).digest(`hex`) | ||
.update(JSON.stringify(gatsbyUser)) | ||
.digest(`hex`) | ||
@@ -153,0 +156,0 @@ gatsbyUser.contentDigest = contentDigest |
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
7063
145