Skip to content

Commit

Permalink
chore: bump and re-export types as type-only
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 14, 2024
1 parent beacf99 commit 0bc785d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@
"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"
},
"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",
Expand All @@ -50,4 +51,4 @@
"files": [
"dist"
]
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 0bc785d

Please sign in to comment.