ishumdz-bail 1.0.0 → 1.0.1
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/README.md +1 -1
- package/package.json +122 -122
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<!-- Rounded + border image -->
|
|
7
7
|
<a href="https://ishanx-pro.site.je">
|
|
8
8
|
<kbd>
|
|
9
|
-
<img src="https://i.
|
|
9
|
+
<img src="https://i.postimg.cc/9Q6q2Pv6/IMG-20260925-WA4965.jpg" alt="WhatsApp Baileys 2026" width="720" />
|
|
10
10
|
</kbd>
|
|
11
11
|
</a>
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ishumdz-bail",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "WhatsApp API Modification By Lovely",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"whatsapp-group",
|
|
11
11
|
"whatsapp-bot",
|
|
12
12
|
"automation",
|
|
13
|
-
"whatsapp-api",
|
|
13
|
+
"whatsapp-api",
|
|
14
14
|
"baileys-mod",
|
|
15
15
|
"ishumdz-bail",
|
|
16
16
|
"lovely",
|
|
@@ -25,126 +25,126 @@
|
|
|
25
25
|
"author": "Lovely",
|
|
26
26
|
"main": "lib/index.js",
|
|
27
27
|
"types": "lib/index.d.ts",
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
28
|
+
"files": [
|
|
29
|
+
"lib/**/*",
|
|
30
|
+
"WAProto/*.js",
|
|
31
|
+
"WAProto/*.d.ts",
|
|
32
|
+
"engine-requirements.js"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build:all": "tsc && typedoc",
|
|
36
|
+
"build:docs": "typedoc",
|
|
37
|
+
"build:tsc": "tsc",
|
|
38
|
+
"changelog:last": "conventional-changelog -p angular -r 2",
|
|
39
|
+
"changelog:preview": "conventional-changelog -p angular -u",
|
|
40
|
+
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
|
|
41
|
+
"lint": "eslint src --ext .js,.ts,.jsx,.tsx",
|
|
42
|
+
"lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
|
|
43
|
+
"prepack": "",
|
|
44
|
+
"prepare": "",
|
|
45
|
+
"preinstall": "node ./engine-requirements.js",
|
|
46
|
+
"release": "release-it",
|
|
47
|
+
"test": "jest"
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"@cacheable/node-cache": "^1.4.0",
|
|
51
|
+
"@hapi/boom": "^9.1.3",
|
|
52
|
+
"async-mutex": "^0.5.0",
|
|
53
|
+
"libsignal": "github:tenka-san/libsignal-node",
|
|
54
|
+
"lru-cache": "^11.1.0",
|
|
55
|
+
"music-metadata": "^11.12.3",
|
|
56
|
+
"p-queue": "^9.0.0",
|
|
57
|
+
"pino": "^9.6",
|
|
58
|
+
"protobufjs": "^7.5.6",
|
|
59
|
+
"whatsapp-rust-bridge": "0.5.4",
|
|
60
|
+
"ws": "^8.13.0",
|
|
61
|
+
"chalk": "^4.1.2",
|
|
62
|
+
"cache-manager": "^7.2.8"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
66
|
+
"@eslint/js": "^9.31.0",
|
|
67
|
+
"@types/jest": "^30.0.0",
|
|
68
|
+
"@types/node": "^20.9.0",
|
|
69
|
+
"@types/ws": "^8.0.0",
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^8",
|
|
71
|
+
"@typescript-eslint/parser": "^8",
|
|
72
|
+
"@whiskeysockets/eslint-config": "^1.0.0",
|
|
73
|
+
"conventional-changelog": "^7.1.1",
|
|
74
|
+
"conventional-changelog-angular": "^8.0.0",
|
|
75
|
+
"esbuild-register": "^3.6.0",
|
|
76
|
+
"eslint": "^9",
|
|
77
|
+
"eslint-config-prettier": "^10.1.2",
|
|
78
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
79
|
+
"jest": "^30.0.5",
|
|
80
|
+
"jimp": "^1.6.1",
|
|
81
|
+
"jiti": "^2.4.2",
|
|
82
|
+
"json": "^11.0.0",
|
|
83
|
+
"link-preview-js": "^3.0.0",
|
|
84
|
+
"lru-cache": "^11.1.0",
|
|
85
|
+
"open": "^8.4.2",
|
|
86
|
+
"pino-pretty": "^13.1.1",
|
|
87
|
+
"prettier": "^3.5.3",
|
|
88
|
+
"protobufjs-cli": "^1.1.3",
|
|
89
|
+
"release-it": "^20.0.1",
|
|
90
|
+
"ts-jest": "^29.4.0",
|
|
91
|
+
"tsc-esm-fix": "^3.1.2",
|
|
92
|
+
"tsx": "^4.20.3",
|
|
93
|
+
"typedoc": "^0.27.9",
|
|
94
|
+
"typedoc-plugin-markdown": "4.4.2",
|
|
95
|
+
"typescript": "^5.8.2"
|
|
96
|
+
},
|
|
97
|
+
"peerDependencies": {
|
|
98
|
+
"audio-decode": "^2.1.3",
|
|
99
|
+
"jimp": "^1.6.1",
|
|
100
|
+
"link-preview-js": "^3.0.0",
|
|
101
|
+
"sharp": "*"
|
|
102
|
+
},
|
|
103
|
+
"resolutions": {
|
|
104
|
+
"ajv@npm:^6.12.4": "^6.14.0",
|
|
105
|
+
"basic-ftp": "^5.2.4",
|
|
106
|
+
"brace-expansion@npm:^1.1.7": "^1.1.13",
|
|
107
|
+
"brace-expansion@npm:^2.0.1": "^2.0.3",
|
|
108
|
+
"flatted": "^3.4.2",
|
|
109
|
+
"glob@npm:^10.2.2": "^10.5.0",
|
|
110
|
+
"glob@npm:^10.3.10": "^10.5.0",
|
|
111
|
+
"glob@npm:^10.5.0": "^10.5.0",
|
|
112
|
+
"handlebars": "^4.7.9",
|
|
113
|
+
"ip-address": "^10.1.1",
|
|
114
|
+
"js-yaml@npm:^3.13.1": "^3.14.2",
|
|
115
|
+
"js-yaml@npm:^4.1.0": "^4.1.1",
|
|
116
|
+
"markdown-it": "^14.1.1",
|
|
117
|
+
"minimatch@npm:^3.0.4": "^3.1.5",
|
|
118
|
+
"minimatch@npm:^3.1.2": "^3.1.5",
|
|
119
|
+
"minimatch@npm:^5.0.1": "^5.1.8",
|
|
120
|
+
"minimatch@npm:^9.0.4": "^9.0.9",
|
|
121
|
+
"minimatch@npm:^9.0.5": "^9.0.9",
|
|
122
|
+
"picomatch@npm:^2.0.4": "^2.3.2",
|
|
123
|
+
"picomatch@npm:^2.3.1": "^2.3.2",
|
|
124
|
+
"picomatch@npm:^4.0.0": "^4.0.4",
|
|
125
|
+
"picomatch@npm:^4.0.2": "^4.0.4",
|
|
126
|
+
"socks": "^2.8.8",
|
|
127
|
+
"tar": "^7.5.11",
|
|
128
|
+
"tmp": "^0.2.5",
|
|
129
|
+
"underscore": "^1.13.8",
|
|
130
|
+
"yaml@npm:^2.6.1": "^2.8.4"
|
|
131
|
+
},
|
|
132
|
+
"peerDependenciesMeta": {
|
|
133
|
+
"audio-decode": {
|
|
134
|
+
"optional": true
|
|
135
|
+
},
|
|
136
|
+
"jimp": {
|
|
137
|
+
"optional": true
|
|
138
|
+
},
|
|
139
|
+
"link-preview-js": {
|
|
140
|
+
"optional": true
|
|
141
|
+
}
|
|
135
142
|
},
|
|
136
|
-
"
|
|
137
|
-
|
|
143
|
+
"packageManager": "yarn@4.9.2",
|
|
144
|
+
"engines": {
|
|
145
|
+
"node": ">=20.0.0"
|
|
138
146
|
},
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
},
|
|
143
|
-
"packageManager": "yarn@4.9.2",
|
|
144
|
-
"engines": {
|
|
145
|
-
"node": ">=20.0.0"
|
|
146
|
-
},
|
|
147
|
-
"contributors": [
|
|
148
|
-
"WhiskeySockets (original Baileys authors)"
|
|
149
|
-
]
|
|
147
|
+
"contributors": [
|
|
148
|
+
"WhiskeySockets (original Baileys authors)"
|
|
149
|
+
]
|
|
150
150
|
}
|