storyblok-js-client
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -14,4 +14,7 @@ declare global { | ||
interface StoryblokBridge { | ||
init: (config: StoryblokBridgeConfig) => void | ||
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode', callback: (payload: StoryblokEventPayload) => void) => void | ||
init: (config?: StoryblokBridgeConfig) => void | ||
pingEditor: () => void | ||
isInEditor: () => void | ||
enterEditmode: () => void | ||
on: (event: 'customEvent' | 'published' | 'input' | 'change' | 'unpublished' | 'enterEditmode', callback: (payload?: StoryblokEventPayload) => void) => void | ||
} | ||
@@ -18,0 +21,0 @@ interface Window { |
{ | ||
"name": "storyblok-js-client", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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
17206
435