zaileys 1.1.40-tx.6 → 1.1.40-tx.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "zaileys",
3
- "version": "1.1.40-tx.6",
3
+ "description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4
+ "version": "1.1.40-tx.9",
4
5
  "license": "MIT",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.mjs",
7
8
  "types": "dist/index.d.ts",
8
9
  "exports": {
9
10
  ".": {
11
+ "types": "./dist/index.d.ts",
10
12
  "require": "./dist/index.js",
11
- "import": "./dist/index.mjs",
12
- "types": "./dist/index.d.ts"
13
- },
14
- "./package.json": "./package.json"
13
+ "import": "./dist/index.mjs"
14
+ }
15
15
  },
16
16
  "author": "zaadevofc",
17
17
  "repository": {
@@ -25,26 +25,39 @@
25
25
  "r:major": "npm run build && npm version major && npm publish"
26
26
  },
27
27
  "devDependencies": {
28
+ "@types/lodash": "^4.17.21",
28
29
  "@types/node": "^24.10.1",
29
30
  "@types/qrcode-terminal": "^0.12.2",
30
31
  "rolldown": "1.0.0-beta.52",
31
32
  "rolldown-plugin-dts": "^0.18.1",
32
33
  "tsup": "^8.5.1",
33
34
  "tsx": "^4.21.0",
34
- "typescript": "^5.9.3",
35
- "zod": "^4.1.13"
35
+ "typescript": "^5.9.3"
36
36
  },
37
37
  "dependencies": {
38
+ "@ffmpeg-installer/ffmpeg": "^1.1.0",
39
+ "@ffprobe-installer/ffprobe": "^2.1.2",
38
40
  "async-mutex": "^0.5.0",
41
+ "audio-decode": "^2.2.3",
39
42
  "baileys": "7.0.0-rc.9",
40
43
  "figlet": "^1.9.4",
44
+ "file-type": "^21.1.1",
45
+ "fluent-ffmpeg": "^2.1.3",
41
46
  "gradient-string": "^3.0.0",
42
47
  "lodash": "^4.17.21",
43
48
  "lowdb": "^7.0.1",
44
49
  "nanospinner": "^1.2.2",
45
50
  "node-cache": "^5.1.2",
51
+ "node-webpmux": "^3.2.1",
46
52
  "pino": "^10.1.0",
47
53
  "qrcode-terminal": "^0.12.0",
48
- "rate-limiter-flexible": "^9.0.0"
54
+ "rate-limiter-flexible": "^9.0.0",
55
+ "sharp": "^0.34.5",
56
+ "thumbsupply": "^0.4.0",
57
+ "zod": "^4.1.13"
58
+ },
59
+ "packageManager": "pnpm@10.24.0",
60
+ "engines": {
61
+ "node": ">=20.0.0"
49
62
  }
50
63
  }