Remove deprecated AnyExtensionDataRef type
The `AnyExtensionDataRef` type alias was deprecated in favor of using `ExtensionDataRef` without type parameters, which is equivalent since all type parameters have defaults. This removes the deprecated type, its export, and updates `ExtensionDataRefToValue` to use `ExtensionDataRef` directly. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed the deprecated `AnyExtensionDataRef` type. Use `ExtensionDataRef` without type parameters instead.
|
||||
Reference in New Issue
Block a user