nuxt-source-contentful
Advanced tools
Comparing version 0.0.1 to 0.0.2
const { documentToHtmlString } = require('@contentful/rich-text-html-renderer') | ||
const { GraphQLScalarType } = require('gridsome/graphql') | ||
const { GraphQLScalarType } = require('graphql'); | ||
const ContentfulRichTextField = new GraphQLScalarType({ | ||
@@ -5,0 +6,0 @@ name: 'ContentfulRichTextField', |
{ | ||
"name": "nuxt-source-contentful", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "\"Contentful source for Nuxt\",", | ||
@@ -26,4 +26,5 @@ "main": "index.js", | ||
"camelcase": "^6.2.0", | ||
"contentful": "^7.14.8" | ||
"contentful": "^7.14.8", | ||
"graphql": "^14.7.0" | ||
} | ||
} |
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
5765
4
+ Addedgraphql@^14.7.0
+ Addedgraphql@14.7.0(transitive)
+ Addediterall@1.3.0(transitive)