gatsby-source-storyblok
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,4 +6,4 @@ const StoryblokClient = require('storyblok-js-client') | ||
exports.sourceNodes = async function({ boundActionCreators }, options) { | ||
const { createNode, setPluginStatus } = boundActionCreators; | ||
exports.sourceNodes = async function({ actions }, options) { | ||
const { createNode, setPluginStatus } = actions; | ||
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.2.0", | ||
"version": "1.3.0", | ||
"author": "Alexander Feiglstorfer <af@storyblok.com>", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"storyblok-js-client": "^2.5.2" | ||
"storyblok-js-client": "^3.3.1" | ||
}, | ||
@@ -10,0 +11,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
4
+ Addedaxios@^0.21.1
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedstoryblok-js-client@3.3.1(transitive)
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removedaxios@0.19.2(transitive)
- Removedcore-js-pure@3.40.0(transitive)
- Removedfollow-redirects@1.5.10(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedstoryblok-js-client@2.5.2(transitive)
Updatedstoryblok-js-client@^3.3.1