From 0bc785d54b610afc7422234cade90cd29c6c2e68 Mon Sep 17 00:00:00 2001 From: Kravets <57632712+kravetsone@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:27:41 +0300 Subject: [PATCH] chore: bump and re-export types as type-only --- package.json | 7 ++++--- src/index.ts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac15084..18d8c18 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "license": "ISC", "devDependencies": { "@biomejs/biome": "1.7.3", + "@types/bun": "^1.1.6", "@types/debug": "^4.1.12", "@types/node": "^20.14.10", "typescript": "^5.5.3" @@ -35,10 +36,10 @@ "dependencies": { "@gramio/callback-data": "^0.0.3", "@gramio/contexts": "^0.0.20", - "@gramio/files": "^0.0.10", + "@gramio/files": "^0.0.11", "@gramio/format": "^0.1.3", "@gramio/keyboards": "^0.3.3", - "@gramio/types": "^7.7.0", + "@gramio/types": "^7.7.1", "debug": "^4.3.5", "inspectable": "^3.0.2", "middleware-io": "^2.8.1", @@ -50,4 +51,4 @@ "files": [ "dist" ] -} +} \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 9896c94..c896034 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,6 @@ export * from "./webhook/index"; export * from "@gramio/contexts"; export * from "@gramio/files"; export * from "@gramio/keyboards"; -export * from "@gramio/types"; +export type * from "@gramio/types"; export * from "@gramio/format"; export * from "@gramio/callback-data";