@atlaskit/linking-types
Advanced tools
Comparing version 8.8.1 to 8.9.0
# @atlaskit/linking-types | ||
## 8.9.0 | ||
### Minor Changes | ||
- [#102193](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102193) | ||
[`8af48cf8ca23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8af48cf8ca23) - | ||
Add RelatedLinks to SupportedFeature | ||
## 8.8.1 | ||
@@ -4,0 +12,0 @@ |
/** | ||
* Describes the supported feature variants | ||
*/ | ||
export type SupportedFeature = 'AISummary' | 'AutomationAction'; | ||
export type SupportedFeature = 'AISummary' | 'AutomationAction' | 'RelatedLinks'; |
/** | ||
* Describes the supported feature variants | ||
*/ | ||
export type SupportedFeature = 'AISummary' | 'AutomationAction'; | ||
export type SupportedFeature = 'AISummary' | 'AutomationAction' | 'RelatedLinks'; |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "8.8.1", | ||
"version": "8.9.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
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
43241