diff --git a/rollup.config.js b/rollup.config.js index 1ed44d970..2f159ebba 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -59,8 +59,10 @@ function addUtils() { function addServices() { addEntry('confirmationservice', 'ConfirmationService.js', 'confirmationservice'); addEntry('confirmationeventbus', 'ConfirmationEventBus.js', 'confirmationeventbus'); + addEntry('useconfirm', 'useconfirm.js', 'useconfirm'); addEntry('toastservice', 'ToastService.js', 'toastservice'); addEntry('toasteventbus', 'ToastEventBus.js', 'toasteventbus'); + addEntry('usetoast', 'usetoast.js', 'usetoast'); } addSFC(); diff --git a/src/components/usetoast/package.json b/src/components/usetoast/package.json index f260a7963..bf2519378 100644 --- a/src/components/usetoast/package.json +++ b/src/components/usetoast/package.json @@ -2,5 +2,5 @@ "main": "./usetoast.cjs.js", "module": "./usetoast.esm.js", "browser": "./usetoast.umd.js", - "types": "./UseToast.d.ts" + "types": "./usetoast.d.ts" } \ No newline at end of file