storyblok-js-client
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -15,3 +15,3 @@ import RichTextResolver from './richTextResolver'; | ||
}; | ||
interface ISbResponseData { | ||
export interface ISbResponseData { | ||
link_uuids: string[]; | ||
@@ -18,0 +18,0 @@ links: string[]; |
{ | ||
"name": "storyblok-js-client", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"description": "Universal JavaScript SDK for Storyblok's API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -50,3 +50,3 @@ import throttledQueue from './throttlePromise' | ||
interface ISbResponseData { | ||
export interface ISbResponseData { | ||
link_uuids: string[] | ||
@@ -53,0 +53,0 @@ links: string[] |
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
218002