Skip to content

Commit

Permalink
chore: bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jan 1, 2025
1 parent b3de393 commit 1f70822
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"@gramio/types": "jsr:@gramio/types@^7.11.0"
"@gramio/types": "jsr:@gramio/types@^8.1.0"
}
}
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "0.3.4",
"exports": "./src/index.ts",
"publish": {
"include": ["jsr.json", "import_map.json", "src", "README.md", "LICENSE"]
"include": ["src", "README.md", "LICENSE"]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/keyboards",
"version": "1.0.2",
"version": "1.1.0",
"description": "Framework-agnostic Telegram bot keyboard builder with many cool features!",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.1.14",
"pkgroll": "^2.5.1",
"pkgroll": "^2.6.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@gramio/types": "*"
"@gramio/types": "^8.2.0"
},
"license": "MIT",
"files": ["dist"]
Expand Down

0 comments on commit 1f70822

Please sign in to comment.