Skip to content

Commit

Permalink
feat: Update dependencies & Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed Oct 19, 2024
1 parent bee6171 commit d1eed55
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,42 @@
{
"name": "hedystiamd",
"version": "3.2.0",
"version": "3.2.1",
"description": "A whatsapp bot that can be used to play music",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"check": "biome ci .",
"lint": "biome lint --apply .",
"format": "biome format --write .",
"prepare:git": "husky"
},
"keywords": ["baileys", "hedystia", "whatsapp"],
"keywords": [
"baileys",
"hedystia",
"whatsapp"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@hedystia/db": "^1.9.0",
"@hedystia/db": "^1.11.1",
"awesome-phonenumber": "2.68.0",
"baileys": "^6.7.6",
"baileys": "^6.7.8",
"file-type": "16.5.3",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "4.4.1",
"jimp": "^0.22.12",
"moment-timezone": "^0.5.45",
"moment-timezone": "^0.5.46",
"node-webpmux": "^3.2.0",
"pino": "^9.3.2",
"pino": "^9.5.0",
"qrcode-terminal": "0.12.0",
"soundcloud.ts": "^0.5.5",
"wa-sticker-formatter": "4.4.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jsonwebtoken": "^9.0.6",
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.14.2",
"husky": "^9.1.4"
"husky": "^9.1.6"
},
"directories": {
"src": "src"
Expand Down

0 comments on commit d1eed55

Please sign in to comment.