storyblok-js-client
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -32,3 +32,3 @@ declare global { | ||
interface StoryblokConfig { | ||
export interface StoryblokConfig { | ||
accessToken?: string | ||
@@ -43,3 +43,3 @@ oauthToken?: string | ||
interface StoryblokCache { | ||
export interface StoryblokCache { | ||
type?: 'memory' | ||
@@ -99,3 +99,3 @@ clear?: 'auto' | 'manual' | ||
interface StoriesParams { | ||
export interface StoriesParams { | ||
token?: string | ||
@@ -119,3 +119,3 @@ with_tag?: string | ||
interface StoryParams { | ||
export interface StoryParams { | ||
token?: string | ||
@@ -122,0 +122,0 @@ find_by?: 'uuid' |
{ | ||
"name": "storyblok-js-client", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Universal JavaScript SDK for Storyblok's API", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
28301