Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "gramio", | ||
"type": "module", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Powerful, extensible and really type-safe Telegram Bot API framework", | ||
@@ -44,6 +44,6 @@ "main": "dist/index.cjs", | ||
"@biomejs/biome": "1.9.4", | ||
"@types/bun": "^1.1.12", | ||
"@types/bun": "^1.1.14", | ||
"@types/debug": "^4.1.12", | ||
"pkgroll": "^2.5.1", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -54,5 +54,5 @@ "dependencies": { | ||
"@gramio/files": "^0.1.0", | ||
"@gramio/format": "^0.1.4", | ||
"@gramio/format": "^0.1.5", | ||
"@gramio/keyboards": "^1.0.0", | ||
"@gramio/types": "^7.11.0", | ||
"@gramio/types": "^8.0.6", | ||
"debug": "^4.3.7", | ||
@@ -62,3 +62,6 @@ "inspectable": "^3.0.2", | ||
}, | ||
"overrides": { | ||
"@gramio/types": "^8.0.6" | ||
}, | ||
"files": ["dist"] | ||
} |
@@ -5,3 +5,3 @@ # GramIO | ||
[](https://core.telegram.org/bots/api) | ||
[](https://core.telegram.org/bots/api) | ||
[](https://www.npmjs.org/package/gramio) | ||
@@ -15,3 +15,3 @@ [](https://jsr.io/@gramio/core) | ||
✨ **Extensible** - Our plugin and hook system is awesome | ||
✨ **Extensible** - Our [plugin](https://gramio.dev/plugins/) and [hook](https://gramio.dev/hooks/overview) system is awesome | ||
@@ -29,3 +29,3 @@ 🛡️ **Type-safe** - Written in TypeScript with love ❤️ | ||
```bash [npm] | ||
npm create gramio ./bot | ||
npm create gramio@latest ./bot | ||
``` | ||
@@ -32,0 +32,0 @@ |
157250
Updated@gramio/format@^0.1.5
Updated@gramio/types@^8.0.6