@storybook/core
Advanced tools
Comparing version 8.5.0-alpha.1 to 8.5.0-alpha.2
@@ -498,3 +498,3 @@ import * as _storybook_core_types from '@storybook/core/types'; | ||
type PackageManagerName = 'npm' | 'yarn1' | 'yarn2' | 'pnpm'; | ||
type PackageManagerName = 'npm' | 'yarn1' | 'yarn2' | 'pnpm' | 'bun'; | ||
/** | ||
@@ -813,3 +813,3 @@ * Extract package name and version from input | ||
*/ | ||
declare function extractProperRendererNameFromFramework(frameworkName: string): Promise<"vue" | _storybook_core_types.SupportedRenderers | null>; | ||
declare function extractProperRendererNameFromFramework(frameworkName: string): Promise<_storybook_core_types.SupportedRenderers | "vue" | null>; | ||
@@ -816,0 +816,0 @@ declare function getStorybookConfiguration(storybookScript: string, shortName: string, longName: string): string | null; |
@@ -991,3 +991,3 @@ import * as React$1 from 'react'; | ||
interface TooltipLinkListProps extends ComponentProps<typeof List> { | ||
links: Link[]; | ||
links: Link[] | Link[][]; | ||
LinkWrapper?: LinkWrapperType; | ||
@@ -994,0 +994,0 @@ } |
{ | ||
"name": "@storybook/core", | ||
"version": "8.5.0-alpha.1", | ||
"version": "8.5.0-alpha.2", | ||
"description": "Storybook framework-agnostic API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
19074974
502856
372