add & deprecate old markdownSummary export
This commit is contained in:
@@ -364,3 +364,8 @@ export async function getIDToken(aud?: string): Promise<string> {
|
||||
* Summary exports
|
||||
*/
|
||||
export {summary} from './summary'
|
||||
|
||||
/**
|
||||
* @deprecated use core.summary
|
||||
*/
|
||||
export {markdownSummary} from './summary'
|
||||
|
||||
Reference in New Issue
Block a user