contentful-ui-extensions-sdk
Advanced tools
Comparing version 3.18.0 to 3.19.0
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "3.18.0", | ||
"version": "3.19.0", | ||
"author": "Contentful GmbH", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -164,2 +164,7 @@ export declare type EntityType = 'Entry' | 'Asset'; | ||
} | ||
interface EditorWidget { | ||
widgetId: string; | ||
widgetNamespace: string; | ||
settings?: Object; | ||
} | ||
export interface EditorInterface { | ||
@@ -179,8 +184,4 @@ sys: Object; | ||
}>; | ||
editor?: { | ||
widgetId: string; | ||
widgetNamespace: string; | ||
settings?: Object; | ||
}; | ||
editors?: Array<EditorInterface['editor']>; | ||
editor?: EditorWidget; | ||
editors?: EditorWidget[]; | ||
} | ||
@@ -187,0 +188,0 @@ export interface SearchQuery { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
65337
1274
0