gatsby-source-storyblok
Advanced tools
Comparing version 2.0.0 to 3.0.0-beta.1
@@ -7,4 +7,4 @@ const StoryblokClient = require('storyblok-js-client') | ||
exports.sourceNodes = async function({ actions }, options) { | ||
const { createNode, setPluginStatus } = actions; | ||
const client = new StoryblokClient(options, 'https://api.storyblok.com/v1'); | ||
const { createNode, setPluginStatus } = actions | ||
const client = new StoryblokClient(options) | ||
@@ -11,0 +11,0 @@ Sync.init({ |
{ | ||
"name": "gatsby-source-storyblok", | ||
"description": "Gatsby source plugin for building websites using the Storyblok headless CMS as a data source.", | ||
"version": "2.0.0", | ||
"version": "3.0.0-beta.1", | ||
"author": "Alexander Feiglstorfer <af@storyblok.com>", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"storyblok-js-client": "^3.3.1" | ||
"storyblok-js-client": "^4.0.5" | ||
}, | ||
@@ -26,2 +25,3 @@ "scripts": { | ||
"devDependencies": { | ||
"axios": "^0.21.1", | ||
"babel-cli": "^6.26.0", | ||
@@ -28,0 +28,0 @@ "jest": "^26.1.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3
15298
3
1
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedstoryblok-js-client@4.5.8(transitive)
- Removedaxios@^0.21.1
- Removedaxios@0.21.4(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedqs@6.13.1(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)
- Removedstoryblok-js-client@3.3.1(transitive)
Updatedstoryblok-js-client@^4.0.5