mtcute/packages/dispatcher/src
alina sireneva b5bf02fc72
chore(core)!: extract user-specific fields from (Full)Chat to (Full)User
breaking:
 - `getChat`, `getFullChat` now only work for chats (channels/supergroups/basic groups)
 - for users, use `getUser` and `getFullUser`
 - many fields that previously had type `Chat` now have type `User | Chat`
2024-12-09 21:19:41 +03:00
..
context chore(core)!: extract user-specific fields from (Full)Chat to (Full)User 2024-12-09 21:19:41 +03:00
filters chore(core)!: extract user-specific fields from (Full)Chat to (Full)User 2024-12-09 21:19:41 +03:00
state chore(core)!: extract user-specific fields from (Full)Chat to (Full)User 2024-12-09 21:19:41 +03:00
callback-data-builder.test.ts chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00
callback-data-builder.ts chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00
dispatcher.ts test(e2e): massive rework of e2e tests 2024-12-07 09:08:30 +03:00
handler.ts chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00
index.ts ESM + end-to-end tests (#11) 2023-10-16 19:23:53 +03:00
propagation.ts feat(dispatcher): scene transition hooks + ToScene when exiting 2024-06-02 17:03:00 +03:00
wizard.ts chore: bumped @antfu/eslint-config + reformat 2024-12-03 09:55:37 +03:00