Skip to content

Commit 3d96371

Browse files
fix: export directly the type + release
1 parent f516f90 commit 3d96371

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "PoliNetwork backend server",
55
"private": true,
66
"keywords": [],

backend/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export { TRPC_PATH, AUTH_PATH } from "./constants"
22
export { 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

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)