zaileys 1.1.35 → 1.1.37
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/LICENSE +21 -21
- package/README.md +718 -718
- package/package.json +88 -88
- package/CHANGELOG.md +0 -92
- package/dist/index.d.mts +0 -1230
- package/dist/index.d.ts +0 -1230
- package/dist/index.js +0 -1986
- package/dist/index.mjs +0 -1960
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "zaileys",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Zaileys - Simplified WhatsApp Node.js API",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.mjs",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"require": "./dist/index.js",
|
|
11
|
-
"import": "./dist/index.mjs",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"zaileys",
|
|
17
|
-
"whatsapp",
|
|
18
|
-
"wa-simplify",
|
|
19
|
-
"bot-zaileys",
|
|
20
|
-
"js-whatsapp",
|
|
21
|
-
"whatsapp-chat",
|
|
22
|
-
"whatsapp-api",
|
|
23
|
-
"whatsapp-web",
|
|
24
|
-
"whatsapp-group",
|
|
25
|
-
"automation",
|
|
26
|
-
"multi-device"
|
|
27
|
-
],
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"homepage": "https://github.com/zeative/zaileys",
|
|
30
|
-
"funding": "https://saweria.co/zaadevofc",
|
|
31
|
-
"repository": {
|
|
32
|
-
"url": "git+ssh://git@github.com/zeative/zaileys.git"
|
|
33
|
-
},
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/zeative/zaileys/issues"
|
|
36
|
-
},
|
|
37
|
-
"author": {
|
|
38
|
-
"name": "zaadevofc",
|
|
39
|
-
"email": "zaadevofc@gmail.com",
|
|
40
|
-
"url": "https://github.com/zeative"
|
|
41
|
-
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"build": "tsup",
|
|
44
|
-
"build:mem": "node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js",
|
|
45
|
-
"build:split": "tsup --config tsup.config.js",
|
|
46
|
-
"build:script": "node scripts/build.js",
|
|
47
|
-
"dev": "tsx watch examples/test.ts",
|
|
48
|
-
"clean": "rm -rf dist sessions",
|
|
49
|
-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
50
|
-
"lint": "npx tsc --noEmit",
|
|
51
|
-
"lint:fix": "eslint src/ --ext .ts --fix"
|
|
52
|
-
},
|
|
53
|
-
"engines": {
|
|
54
|
-
"node": ">=20"
|
|
55
|
-
},
|
|
56
|
-
"dependencies": {
|
|
57
|
-
"audio-decode": "^2.2.3",
|
|
58
|
-
"baileys": "github:zeative/zproto",
|
|
59
|
-
"chalk": "^4.1.2",
|
|
60
|
-
"figlet": "1.8.1",
|
|
61
|
-
"jimp": "^1.6.0",
|
|
62
|
-
"lodash": "^4.17.21",
|
|
63
|
-
"lowdb": "1.0.0",
|
|
64
|
-
"nanospinner": "^1.2.2",
|
|
65
|
-
"node-cache": "^5.1.2",
|
|
66
|
-
"pino": "^9.7.0",
|
|
67
|
-
"qrcode": "^1.5.4",
|
|
68
|
-
"zod": "^4.0.17"
|
|
69
|
-
},
|
|
70
|
-
"devDependencies": {
|
|
71
|
-
"@types/figlet": "^1.7.0",
|
|
72
|
-
"@types/lodash": "^4.17.20",
|
|
73
|
-
"@types/lowdb": "^1.0.9",
|
|
74
|
-
"@types/qrcode": "^1.5.5",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
76
|
-
"@typescript-eslint/parser": "^8.40.0",
|
|
77
|
-
"conventional-changelog-cli": "^5.0.0",
|
|
78
|
-
"eslint": "^9.34.0",
|
|
79
|
-
"terser": "^5.43.1",
|
|
80
|
-
"tsup": "^8.5.0",
|
|
81
|
-
"typescript": "5.8.3",
|
|
82
|
-
"typescript-eslint": "^8.43.0"
|
|
83
|
-
},
|
|
84
|
-
"trustedDependencies": [
|
|
85
|
-
"baileys",
|
|
86
|
-
"protobufjs"
|
|
87
|
-
]
|
|
88
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "zaileys",
|
|
3
|
+
"version": "1.1.37",
|
|
4
|
+
"description": "Zaileys - Simplified WhatsApp Node.js API",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"require": "./dist/index.js",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"zaileys",
|
|
17
|
+
"whatsapp",
|
|
18
|
+
"wa-simplify",
|
|
19
|
+
"bot-zaileys",
|
|
20
|
+
"js-whatsapp",
|
|
21
|
+
"whatsapp-chat",
|
|
22
|
+
"whatsapp-api",
|
|
23
|
+
"whatsapp-web",
|
|
24
|
+
"whatsapp-group",
|
|
25
|
+
"automation",
|
|
26
|
+
"multi-device"
|
|
27
|
+
],
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"homepage": "https://github.com/zeative/zaileys",
|
|
30
|
+
"funding": "https://saweria.co/zaadevofc",
|
|
31
|
+
"repository": {
|
|
32
|
+
"url": "git+ssh://git@github.com/zeative/zaileys.git"
|
|
33
|
+
},
|
|
34
|
+
"bugs": {
|
|
35
|
+
"url": "https://github.com/zeative/zaileys/issues"
|
|
36
|
+
},
|
|
37
|
+
"author": {
|
|
38
|
+
"name": "zaadevofc",
|
|
39
|
+
"email": "zaadevofc@gmail.com",
|
|
40
|
+
"url": "https://github.com/zeative"
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "tsup",
|
|
44
|
+
"build:mem": "node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js",
|
|
45
|
+
"build:split": "tsup --config tsup.config.js",
|
|
46
|
+
"build:script": "node scripts/build.js",
|
|
47
|
+
"dev": "tsx watch examples/test.ts",
|
|
48
|
+
"clean": "rm -rf dist sessions",
|
|
49
|
+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
50
|
+
"lint": "npx tsc --noEmit",
|
|
51
|
+
"lint:fix": "eslint src/ --ext .ts --fix"
|
|
52
|
+
},
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=20"
|
|
55
|
+
},
|
|
56
|
+
"dependencies": {
|
|
57
|
+
"audio-decode": "^2.2.3",
|
|
58
|
+
"baileys": "github:zeative/zproto",
|
|
59
|
+
"chalk": "^4.1.2",
|
|
60
|
+
"figlet": "1.8.1",
|
|
61
|
+
"jimp": "^1.6.0",
|
|
62
|
+
"lodash": "^4.17.21",
|
|
63
|
+
"lowdb": "1.0.0",
|
|
64
|
+
"nanospinner": "^1.2.2",
|
|
65
|
+
"node-cache": "^5.1.2",
|
|
66
|
+
"pino": "^9.7.0",
|
|
67
|
+
"qrcode": "^1.5.4",
|
|
68
|
+
"zod": "^4.0.17"
|
|
69
|
+
},
|
|
70
|
+
"devDependencies": {
|
|
71
|
+
"@types/figlet": "^1.7.0",
|
|
72
|
+
"@types/lodash": "^4.17.20",
|
|
73
|
+
"@types/lowdb": "^1.0.9",
|
|
74
|
+
"@types/qrcode": "^1.5.5",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
76
|
+
"@typescript-eslint/parser": "^8.40.0",
|
|
77
|
+
"conventional-changelog-cli": "^5.0.0",
|
|
78
|
+
"eslint": "^9.34.0",
|
|
79
|
+
"terser": "^5.43.1",
|
|
80
|
+
"tsup": "^8.5.0",
|
|
81
|
+
"typescript": "5.8.3",
|
|
82
|
+
"typescript-eslint": "^8.43.0"
|
|
83
|
+
},
|
|
84
|
+
"trustedDependencies": [
|
|
85
|
+
"baileys",
|
|
86
|
+
"protobufjs"
|
|
87
|
+
]
|
|
88
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
## 0.0.1 (2025-09-18)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* clean modules ([edc8036](https://github.com/zeative/zaileys/commit/edc80367659884c69d3659d74ec5560cc82c186f))
|
|
7
|
-
* helpers conflict ([e79c3c9](https://github.com/zeative/zaileys/commit/e79c3c9ba64f1f805d8807dc285a674b5d516cc4))
|
|
8
|
-
* limiter errors ([5fceb12](https://github.com/zeative/zaileys/commit/5fceb12ef584ad5c30458e8791382c88dae4a00b))
|
|
9
|
-
* make readme ([f077a21](https://github.com/zeative/zaileys/commit/f077a21e09d9d391b53bfedabb4e2b0b8c903221))
|
|
10
|
-
* make readme ([fa9db72](https://github.com/zeative/zaileys/commit/fa9db729660fe261637df912a917606793a1db11))
|
|
11
|
-
* make readme ([76e7965](https://github.com/zeative/zaileys/commit/76e79653ea573fa0806f3b8bc49af8766ef4d1c1))
|
|
12
|
-
* make readme ([390c823](https://github.com/zeative/zaileys/commit/390c823f47599ffe62e6265a8b3dad8a8cee4996))
|
|
13
|
-
* make readme ([524eecb](https://github.com/zeative/zaileys/commit/524eecba1e5d3b3c9e10c56119c519dce41a0014))
|
|
14
|
-
* make readme ([9138e8d](https://github.com/zeative/zaileys/commit/9138e8d75ddb4ea24b3a06b2337c4d443b5b663a))
|
|
15
|
-
* make readme ([f872748](https://github.com/zeative/zaileys/commit/f87274881a412012e13178bd6c3128eff30f9324))
|
|
16
|
-
* make readme ([e6f0e78](https://github.com/zeative/zaileys/commit/e6f0e7855ac763ab19f5bfa4b3c36111cd45e6d4))
|
|
17
|
-
* make readme ([c7a0727](https://github.com/zeative/zaileys/commit/c7a07275f8fc419ab85db6daa34087e07e045b01))
|
|
18
|
-
* make readme ([e278830](https://github.com/zeative/zaileys/commit/e2788303f383861bc839ebc81812aff0a5319f57))
|
|
19
|
-
* message extractor ([01086d4](https://github.com/zeative/zaileys/commit/01086d4cc8ee15c0464f232262cb997e61b2c827))
|
|
20
|
-
* message extractor ([56c3e92](https://github.com/zeative/zaileys/commit/56c3e92f55f1f60b385d22b9b43a5051cfca4539))
|
|
21
|
-
* relay classes ([981005d](https://github.com/zeative/zaileys/commit/981005daef45f4065259a5cb13126b8d3123af5b))
|
|
22
|
-
* relay classes ([8f79d6e](https://github.com/zeative/zaileys/commit/8f79d6e5284d3429453e8bd336de5936a6740409))
|
|
23
|
-
* resolve issue types ([fed8357](https://github.com/zeative/zaileys/commit/fed8357ee2d446c0d5d5f5da2eb81d676b68496e))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Features
|
|
27
|
-
|
|
28
|
-
* add pkg and readme files ([28acc1e](https://github.com/zeative/zaileys/commit/28acc1ed43c431eb4634d4930a9ea9eef6763b4f))
|
|
29
|
-
* intial new concept ([2f8cf9a](https://github.com/zeative/zaileys/commit/2f8cf9a3f4c2ca8515802b34bb8fd6c8fe8764e6))
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 0.0.1 (2025-09-18)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* clean modules ([edc8036](https://github.com/zeative/zaileys/commit/edc80367659884c69d3659d74ec5560cc82c186f))
|
|
39
|
-
* helpers conflict ([e79c3c9](https://github.com/zeative/zaileys/commit/e79c3c9ba64f1f805d8807dc285a674b5d516cc4))
|
|
40
|
-
* limiter errors ([5fceb12](https://github.com/zeative/zaileys/commit/5fceb12ef584ad5c30458e8791382c88dae4a00b))
|
|
41
|
-
* make readme ([f077a21](https://github.com/zeative/zaileys/commit/f077a21e09d9d391b53bfedabb4e2b0b8c903221))
|
|
42
|
-
* make readme ([fa9db72](https://github.com/zeative/zaileys/commit/fa9db729660fe261637df912a917606793a1db11))
|
|
43
|
-
* make readme ([76e7965](https://github.com/zeative/zaileys/commit/76e79653ea573fa0806f3b8bc49af8766ef4d1c1))
|
|
44
|
-
* make readme ([390c823](https://github.com/zeative/zaileys/commit/390c823f47599ffe62e6265a8b3dad8a8cee4996))
|
|
45
|
-
* make readme ([524eecb](https://github.com/zeative/zaileys/commit/524eecba1e5d3b3c9e10c56119c519dce41a0014))
|
|
46
|
-
* make readme ([9138e8d](https://github.com/zeative/zaileys/commit/9138e8d75ddb4ea24b3a06b2337c4d443b5b663a))
|
|
47
|
-
* make readme ([f872748](https://github.com/zeative/zaileys/commit/f87274881a412012e13178bd6c3128eff30f9324))
|
|
48
|
-
* make readme ([e6f0e78](https://github.com/zeative/zaileys/commit/e6f0e7855ac763ab19f5bfa4b3c36111cd45e6d4))
|
|
49
|
-
* make readme ([c7a0727](https://github.com/zeative/zaileys/commit/c7a07275f8fc419ab85db6daa34087e07e045b01))
|
|
50
|
-
* make readme ([e278830](https://github.com/zeative/zaileys/commit/e2788303f383861bc839ebc81812aff0a5319f57))
|
|
51
|
-
* relay classes ([981005d](https://github.com/zeative/zaileys/commit/981005daef45f4065259a5cb13126b8d3123af5b))
|
|
52
|
-
* relay classes ([8f79d6e](https://github.com/zeative/zaileys/commit/8f79d6e5284d3429453e8bd336de5936a6740409))
|
|
53
|
-
* resolve issue types ([fed8357](https://github.com/zeative/zaileys/commit/fed8357ee2d446c0d5d5f5da2eb81d676b68496e))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
* add pkg and readme files ([28acc1e](https://github.com/zeative/zaileys/commit/28acc1ed43c431eb4634d4930a9ea9eef6763b4f))
|
|
59
|
-
* intial new concept ([2f8cf9a](https://github.com/zeative/zaileys/commit/2f8cf9a3f4c2ca8515802b34bb8fd6c8fe8764e6))
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## 0.0.1 (2025-09-18)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* clean modules ([edc8036](https://github.com/zeative/zaileys/commit/edc80367659884c69d3659d74ec5560cc82c186f))
|
|
69
|
-
* helpers conflict ([e79c3c9](https://github.com/zeative/zaileys/commit/e79c3c9ba64f1f805d8807dc285a674b5d516cc4))
|
|
70
|
-
* limiter errors ([5fceb12](https://github.com/zeative/zaileys/commit/5fceb12ef584ad5c30458e8791382c88dae4a00b))
|
|
71
|
-
* make readme ([f077a21](https://github.com/zeative/zaileys/commit/f077a21e09d9d391b53bfedabb4e2b0b8c903221))
|
|
72
|
-
* make readme ([fa9db72](https://github.com/zeative/zaileys/commit/fa9db729660fe261637df912a917606793a1db11))
|
|
73
|
-
* make readme ([76e7965](https://github.com/zeative/zaileys/commit/76e79653ea573fa0806f3b8bc49af8766ef4d1c1))
|
|
74
|
-
* make readme ([390c823](https://github.com/zeative/zaileys/commit/390c823f47599ffe62e6265a8b3dad8a8cee4996))
|
|
75
|
-
* make readme ([524eecb](https://github.com/zeative/zaileys/commit/524eecba1e5d3b3c9e10c56119c519dce41a0014))
|
|
76
|
-
* make readme ([9138e8d](https://github.com/zeative/zaileys/commit/9138e8d75ddb4ea24b3a06b2337c4d443b5b663a))
|
|
77
|
-
* make readme ([f872748](https://github.com/zeative/zaileys/commit/f87274881a412012e13178bd6c3128eff30f9324))
|
|
78
|
-
* make readme ([e6f0e78](https://github.com/zeative/zaileys/commit/e6f0e7855ac763ab19f5bfa4b3c36111cd45e6d4))
|
|
79
|
-
* make readme ([c7a0727](https://github.com/zeative/zaileys/commit/c7a07275f8fc419ab85db6daa34087e07e045b01))
|
|
80
|
-
* make readme ([e278830](https://github.com/zeative/zaileys/commit/e2788303f383861bc839ebc81812aff0a5319f57))
|
|
81
|
-
* relay classes ([981005d](https://github.com/zeative/zaileys/commit/981005daef45f4065259a5cb13126b8d3123af5b))
|
|
82
|
-
* relay classes ([8f79d6e](https://github.com/zeative/zaileys/commit/8f79d6e5284d3429453e8bd336de5936a6740409))
|
|
83
|
-
* resolve issue types ([fed8357](https://github.com/zeative/zaileys/commit/fed8357ee2d446c0d5d5f5da2eb81d676b68496e))
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Features
|
|
87
|
-
|
|
88
|
-
* add pkg and readme files ([28acc1e](https://github.com/zeative/zaileys/commit/28acc1ed43c431eb4634d4930a9ea9eef6763b4f))
|
|
89
|
-
* intial new concept ([2f8cf9a](https://github.com/zeative/zaileys/commit/2f8cf9a3f4c2ca8515802b34bb8fd6c8fe8764e6))
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|