gatsby-source-storyblok
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -6,4 +6,4 @@ const StoryblokClient = require('storyblok-js-client') | ||
exports.sourceNodes = async function({ actions }, options) { | ||
const { createNode, setPluginStatus } = actions; | ||
exports.sourceNodes = async function({ boundActionCreators }, options) { | ||
const { createNode, setPluginStatus } = boundActionCreators; | ||
const client = new StoryblokClient(options, 'https://api.storyblok.com/v1'); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "gatsby-source-storyblok", | ||
"description": "Gatsby source plugin for building websites using the Storyblok headless CMS as a data source.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Alexander Feiglstorfer <af@storyblok.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
15349