Skip to content

Commit

Permalink
chore: more exports btw
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Oct 25, 2024
1 parent c5f9fa1 commit a47f73e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gramio",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Powerful, extensible and really type-safe Telegram Bot API framework",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export * from "./errors.js";
export * from "./types.js";
export * from "./plugin.js";
export * from "./webhook/index.js";
export * from "./composer.js";
export * from "./updates.js";

export * from "@gramio/contexts";
export * from "@gramio/files";
Expand Down

0 comments on commit a47f73e

Please sign in to comment.