gatsby-source-drupal
Advanced tools
Comparing version 1.0.0-beta.4-alpha.83182d4c to 1.0.0-beta.5-alpha.08bddd92
@@ -129,5 +129,3 @@ "use strict"; | ||
internal: (0, _extends3.default)({}, node.internal, { | ||
type: makeTypeName(node.internal.type), | ||
content: nodeStr, | ||
mediaType: "application/json" | ||
type: makeTypeName(node.internal.type) | ||
}), | ||
@@ -161,5 +159,3 @@ author___NODE: result.data.data[i].relationships.uid.data.id | ||
internal: { | ||
type: makeTypeName(user.internal.type), | ||
content: userStr, | ||
mediaType: "application/json" | ||
type: makeTypeName(user.internal.type) | ||
} | ||
@@ -166,0 +162,0 @@ }); |
{ | ||
"name": "gatsby-source-drupal", | ||
"version": "1.0.0-beta.4-alpha.83182d4c", | ||
"version": "1.0.0-beta.5-alpha.08bddd92", | ||
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
8858
149