contentful-ui-extensions-sdk
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,8 @@ | ||
## [4.1.1](https://github.com/contentful/ui-extensions-sdk/compare/v4.1.0...v4.1.1) (2021-10-06) | ||
### Bug Fixes | ||
* [3161] use correct type for conflicting errors ([#1017](https://github.com/contentful/ui-extensions-sdk/issues/1017)) ([621a1d0](https://github.com/contentful/ui-extensions-sdk/commit/621a1d0d8f4e7b1ab45278377ba58fff76e09a4f)) | ||
# [4.1.0](https://github.com/contentful/ui-extensions-sdk/compare/v4.0.1...v4.1.0) (2021-10-05) | ||
@@ -2,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
import { Link } from './utils'; | ||
export interface BaseValidationError { | ||
@@ -28,3 +29,3 @@ name: string; | ||
name: 'unique'; | ||
conflicting: string[]; | ||
conflicting: Link<'Entry', 'Link'>[]; | ||
} | ||
@@ -31,0 +32,0 @@ export interface ProhibitRegexpValidationError extends BaseValidationError { |
{ | ||
"name": "contentful-ui-extensions-sdk", | ||
"description": "SDK to develop custom UI Extension for the Contentful Web App", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "Contentful GmbH", | ||
@@ -55,3 +55,3 @@ "license": "MIT", | ||
"@typescript-eslint/eslint-plugin": "4.32.0", | ||
"@typescript-eslint/parser": "4.32.0", | ||
"@typescript-eslint/parser": "4.33.0", | ||
"async-retry": "1.3.3", | ||
@@ -58,0 +58,0 @@ "babel-eslint": "10.1.0", |
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
104742
1672