fix(voicewake): drop stale sdk collateral

This commit is contained in:
Longbiao CHEN
2026-04-10 03:10:02 +08:00
committed by Peter Steinberger
parent cbcc1227d3
commit ef7ad8229a
5 changed files with 9 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ export type {
} from "./src/types.js";
export * from "./src/webhook-node.js";
export * from "./src/webhook.js";
export { parseLineWebhookBody } from "./src/webhook-utils.js";
export * from "./src/webhook-utils.js";
export { datetimePickerAction, messageAction, postbackAction, uriAction } from "./src/actions.js";
export type { Action } from "./src/actions.js";
export {