Skip to content

Conversation

@artemmufazalov
Copy link
Member

It should fix ydb-embedded-ui npm package

'Shared' = 'Shared',
'Serverless' = 'Serverless',
}
export type ETenantType = 'UnknownTenantType' | 'Domain' | 'Dedicated' | 'Shared' | 'Serverless';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converted enum to type, so there will be no need to import it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved constants to App.scss, so there will be no need to import them separately

} from './containers/UserSettings/settings';
export type {SettingProps} from './containers/UserSettings/Setting';
export type {AsideNavigationProps} from './containers/AsideNavigation/AsideNavigation';
export type {GetMonitoringLink, GetMonitoringClusterLink} from './utils/monitoring';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added missing exports

@artemmufazalov artemmufazalov requested a review from Raubzeug June 14, 2024 12:36
@artemmufazalov artemmufazalov changed the title fix: fix package fix: revert release, fix package Jun 14, 2024
@artemmufazalov artemmufazalov merged commit 5d3a7c6 into main Jun 14, 2024
@artemmufazalov artemmufazalov deleted the update-package branch June 14, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants