storyblok-js-client
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -18,3 +18,3 @@ declare global { | ||
enterEditmode: () => void | ||
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode', callback: (payload?: StoryblokEventPayload) => void) => void | ||
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode' | string[], callback: (payload?: StoryblokEventPayload) => void) => void | ||
} | ||
@@ -52,2 +52,4 @@ interface Window { | ||
content: { | ||
component: string | ||
_uid: string | ||
[index: string]: string | ||
@@ -81,2 +83,4 @@ } | ||
content: { | ||
component: string | ||
_uid: string | ||
[index: string]: string | ||
@@ -83,0 +87,0 @@ } |
{ | ||
"name": "storyblok-js-client", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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
17315
439