Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 1, 2024
1 parent 84f5cda commit ebff02f
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@gramio/files",
"main": "./dist/index.js",
"version": "0.0.8",
"type": "commonjs",
"description": "Set of utils for work with files and Telegram Bot API",
"keywords": [
"gramio",
"telegram",
"file",
"files",
"upload"
],
"scripts": {
"generate": "bun scripts/generate.ts",
"prepublishOnly": "tsc",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply",
"jsr": "bun scripts/release-jsr.ts"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.9",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@gramio/types": "^7.6.0"
},
"files": [
"dist"
]
"name": "@gramio/files",
"main": "./dist/index.js",
"version": "0.0.9",
"type": "commonjs",
"description": "Set of utils for work with files and Telegram Bot API",
"keywords": [
"gramio",
"telegram",
"file",
"files",
"upload"
],
"scripts": {
"generate": "bun scripts/generate.ts",
"prepublishOnly": "tsc",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply",
"jsr": "bun scripts/release-jsr.ts"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.9",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@gramio/types": "^7.6.0"
},
"files": [
"dist"
]
}

0 comments on commit ebff02f

Please sign in to comment.