storyblok-js-client
Advanced tools
Comparing version 5.12.0 to 5.12.1
@@ -5,3 +5,3 @@ import { ResponseFn } from './sbFetch'; | ||
with_tag?: string; | ||
is_startpage?: 0 | 1; | ||
is_startpage?: boolean; | ||
starts_with?: string; | ||
@@ -8,0 +8,0 @@ by_uuids?: string; |
@@ -15,3 +15,3 @@ import { ISbStoriesParams, ISbResult, AsyncFn } from './interfaces'; | ||
with_tag?: string | undefined; | ||
is_startpage?: 0 | 1 | undefined; | ||
is_startpage?: boolean | undefined; | ||
starts_with?: string | undefined; | ||
@@ -18,0 +18,0 @@ by_uuids?: string | undefined; |
{ | ||
"name": "storyblok-js-client", | ||
"version": "5.12.0", | ||
"version": "5.12.1", | ||
"description": "Universal JavaScript SDK for Storyblok's API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ import { ResponseFn } from './sbFetch' | ||
with_tag?: string | ||
is_startpage?: 0 | 1 | ||
is_startpage?: boolean | ||
starts_with?: string | ||
@@ -9,0 +9,0 @@ by_uuids?: string |
191954