@atlaskit/linking-types
Advanced tools
Comparing version 8.6.0 to 8.7.0
# @atlaskit/linking-types | ||
## 8.7.0 | ||
### Minor Changes | ||
- [#78777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78777) [`c581b7545e6f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c581b7545e6f) - Update DatasourceResponseParameter type to include isList | ||
## 8.6.0 | ||
@@ -4,0 +10,0 @@ |
@@ -101,2 +101,3 @@ export interface BooleanType { | ||
isRequired?: boolean; | ||
isList?: boolean; | ||
} | ||
@@ -103,0 +104,0 @@ interface DatasourceResponse<TData> { |
@@ -101,2 +101,3 @@ export interface BooleanType { | ||
isRequired?: boolean; | ||
isList?: boolean; | ||
} | ||
@@ -103,0 +104,0 @@ interface DatasourceResponse<TData> { |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "8.6.0", | ||
"version": "8.7.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -80,2 +80,2 @@ "author": "Atlassian Pty Ltd", | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.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
41262
653