File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " backend" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " PoliNetwork backend server" ,
55 "private" : true ,
66 "keywords" : [],
Original file line number Diff line number Diff line change 11export { TRPC_PATH , AUTH_PATH } from "./constants"
22export { type AppRouter } from "./routers"
3- export type { telegramPlugin } from "./auth/plugins/telegram"
3+ import type { telegramPlugin } from "./auth/plugins/telegram"
4+
5+ export type TelegramPlugin = typeof telegramPlugin
Original file line number Diff line number Diff line change 11{
22 "name" : " @polinetwork/backend" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " Utils to interact with the backend." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments