@nexustechpro/baileys 1.1.3 → 1.1.5

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,121 +1,137 @@
1
- {
2
- "name": "@nexustechpro/baileys",
3
- "type": "module",
4
- "version": "1.1.3",
5
- "description": "Advanced WhatsApp Web API client with interactive messages, product catalogs, carousels, events, payments, and polls.",
6
- "keywords": [
7
- "whatsapp",
8
- "whatsapp-api",
9
- "whatsapp-web",
10
- "whatsapp-bot",
11
- "automation",
12
- "websocket",
13
- "baileys-mod",
14
- "wabot",
15
- "js-whatsapp",
16
- "baileys",
17
- "nexus",
18
- "nexustechpro",
19
- "advanced-messaging",
20
- "nexusbaileys",
21
- "nexusbot",
22
- "interactive-messages",
23
- "buttons",
24
- "carousels",
25
- "products",
26
- "events",
27
- "payments",
28
- "multi-device"
29
- ],
30
- "homepage": "https://github.com/nexustechpro/baileys/",
31
- "repository": {
32
- "url": "git+ssh://git@github.com/nexustechpro/baileys.git"
33
- },
34
- "license": "MIT",
35
- "author": "nexustechpro",
36
- "main": "lib/index.js",
37
- "types": "lib/index.d.ts",
38
- "scripts": {
39
- "main": "node lib/index.js",
40
- "test": "jest",
41
- "dev": "node --experimental-modules lib/index.js",
42
- "build": "tsc",
43
- "lint": "eslint lib/**/*.js"
44
- },
45
- "files": [
46
- "lib/**/*.js",
47
- "WAProto/**/*.js",
48
- "engine-requirements.js"
49
- ],
50
- "dependencies": {
51
- "@cacheable/node-cache": "^1.4.0",
52
- "@hapi/boom": "^9.1.3",
53
- "async-mutex": "^0.5.0",
54
- "axios": "^1.6.0",
55
- "cache-manager": "latest",
56
- "chalk": "^4.1.2",
57
- "gradient-string": "^2.0.2",
58
- "libsignal": "npm:@rexxhayanasi/elaina-libsignal",
59
- "lru-cache": "^11.1.0",
60
- "music-metadata": "^11.7.0",
61
- "p-queue": "^9.0.0",
62
- "pino": "^9.6",
63
- "fflate": "^0.8.2",
64
- "protobufjs": "^7.2.4",
65
- "ws": "^8.13.0"
66
- },
67
- "devDependencies": {
68
- "@eslint/eslintrc": "^3.3.1",
69
- "@eslint/js": "^9.31.0",
70
- "@types/jest": "^30.0.0",
71
- "@types/node": "^20.9.0",
72
- "@types/ws": "^8.0.0",
73
- "@typescript-eslint/eslint-plugin": "^8",
74
- "@typescript-eslint/parser": "^8",
75
- "@whiskeysockets/eslint-config": "^1.0.0",
76
- "conventional-changelog": "^7.1.1",
77
- "conventional-changelog-angular": "^8.0.0",
78
- "esbuild-register": "^3.6.0",
79
- "eslint": "^9",
80
- "eslint-config-prettier": "^10.1.2",
81
- "eslint-plugin-prettier": "^5.4.0",
82
- "jest": "^30.0.5",
83
- "jimp": "^1.6.0",
84
- "jiti": "^2.4.2",
85
- "json": "^11.0.0",
86
- "link-preview-js": "^3.0.0",
87
- "lru-cache": "^11.1.0",
88
- "open": "^8.4.2",
89
- "pino-pretty": "^13.1.1",
90
- "prettier": "^3.5.3",
91
- "protobufjs-cli": "^1.1.3",
92
- "release-it": "^15.10.3",
93
- "ts-jest": "^29.4.0",
94
- "tsc-esm-fix": "^3.1.2",
95
- "tsx": "^4.20.3",
96
- "typedoc": "^0.27.9",
97
- "typedoc-plugin-markdown": "4.4.2",
98
- "typescript": "^5.8.2"
99
- },
100
- "peerDependencies": {
101
- "audio-decode": "^2.1.3",
102
- "jimp": "^1.6.0",
103
- "link-preview-js": "^3.0.0",
104
- "sharp": "*"
105
- },
106
- "peerDependenciesMeta": {
107
- "audio-decode": {
108
- "optional": true
109
- },
110
- "jimp": {
111
- "optional": true
112
- },
113
- "link-preview-js": {
114
- "optional": true
115
- }
116
- },
117
- "packageManager": "yarn@4.9.2",
118
- "engines": {
119
- "node": ">=20.0.0"
120
- }
121
- }
1
+ {
2
+ "name": "@nexustechpro/baileys",
3
+ "type": "module",
4
+ "version": "1.1.5",
5
+ "description": "Advanced WhatsApp Web API client with interactive messages, product catalogs, carousels, events, payments, and polls.",
6
+ "keywords": [
7
+ "whatsapp",
8
+ "whatsapp-api",
9
+ "whatsapp-web",
10
+ "whatsapp-bot",
11
+ "automation",
12
+ "websocket",
13
+ "baileys-mod",
14
+ "wabot",
15
+ "js-whatsapp",
16
+ "baileys",
17
+ "multimedia-messaging",
18
+ "multidevice",
19
+ "nexustech",
20
+ "nexus",
21
+ "nexustechpro",
22
+ "advanced-messaging",
23
+ "nexusbaileys",
24
+ "nexusbot",
25
+ "interactive-messages",
26
+ "buttons",
27
+ "carousels",
28
+ "products",
29
+ "events",
30
+ "payments",
31
+ "multi-device"
32
+ ],
33
+ "homepage": "https://github.com/nexustechpro/baileys/",
34
+ "repository": {
35
+ "url": "git+ssh://git@github.com/nexustechpro/baileys.git"
36
+ },
37
+ "license": "MIT",
38
+ "author": "nexustechpro",
39
+ "main": "lib/index.js",
40
+ "types": "lib/index.d.ts",
41
+ "scripts": {
42
+ "build:all": "tsc && typedoc",
43
+ "build:docs": "typedoc",
44
+ "build:tsc": "tsc",
45
+ "generate:license": "npx license",
46
+ "changelog:last": "conventional-changelog -p angular -r 2",
47
+ "changelog:preview": "conventional-changelog -p angular -u",
48
+ "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
49
+ "example": "node --inspect -r ts-node/register Example/example.ts",
50
+ "gen:protobuf": "sh WAProto/GenerateStatics.sh",
51
+ "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
52
+ "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
53
+ "prepack": "echo 'NexusTechPro WhatsApp Library'",
54
+ "prepare": "echo 'NexusTechPro WhatsApp Library'",
55
+ "preinstall": "node ./engine-requirements.js",
56
+ "release": "release-it",
57
+ "test": "jest"
58
+ },
59
+ "files": [
60
+ "lib/**/*.js",
61
+ "WAProto/**/*.js",
62
+ "engine-requirements.js"
63
+ ],
64
+ "dependencies": {
65
+ "@cacheable/node-cache": "^1.4.0",
66
+ "@hapi/boom": "^9.1.3",
67
+ "async-mutex": "^0.5.0",
68
+ "axios": "^1.6.0",
69
+ "cache-manager": "latest",
70
+ "chalk": "^4.1.2",
71
+ "fflate": "^0.8.2",
72
+ "gradient-string": "^2.0.2",
73
+ "libsignal": "npm:@rexxhayanasi/elaina-libsignal",
74
+ "lru-cache": "^11.1.0",
75
+ "music-metadata": "^11.7.0",
76
+ "p-queue": "^9.0.0",
77
+ "pino": "^9.6",
78
+ "protobufjs": "^7.2.4",
79
+ "ws": "^8.13.0",
80
+ "yarn": "^1.22.22",
81
+ "whatsapp-rust-bridge": "^0.5.2"
82
+ },
83
+ "devDependencies": {
84
+ "@eslint/eslintrc": "^3.3.1",
85
+ "@eslint/js": "^9.31.0",
86
+ "@types/jest": "^30.0.0",
87
+ "@types/node": "^20.9.0",
88
+ "@types/ws": "^8.0.0",
89
+ "@typescript-eslint/eslint-plugin": "^8",
90
+ "@typescript-eslint/parser": "^8",
91
+ "@whiskeysockets/eslint-config": "^1.0.0",
92
+ "conventional-changelog": "^7.1.1",
93
+ "conventional-changelog-angular": "^8.0.0",
94
+ "esbuild-register": "^3.6.0",
95
+ "eslint": "^9",
96
+ "eslint-config-prettier": "^10.1.2",
97
+ "eslint-plugin-prettier": "^5.4.0",
98
+ "jest": "^30.0.5",
99
+ "jimp": "^1.6.0",
100
+ "jiti": "^2.4.2",
101
+ "json": "^11.0.0",
102
+ "link-preview-js": "^3.0.0",
103
+ "lru-cache": "^11.1.0",
104
+ "open": "^8.4.2",
105
+ "pino-pretty": "^13.1.1",
106
+ "prettier": "^3.5.3",
107
+ "protobufjs-cli": "^1.1.3",
108
+ "release-it": "^15.10.3",
109
+ "ts-jest": "^29.4.0",
110
+ "tsc-esm-fix": "^3.1.2",
111
+ "tsx": "^4.20.3",
112
+ "typedoc": "^0.27.9",
113
+ "typedoc-plugin-markdown": "4.4.2",
114
+ "typescript": "^5.8.2"
115
+ },
116
+ "peerDependencies": {
117
+ "audio-decode": "^2.1.3",
118
+ "jimp": "^1.6.0",
119
+ "link-preview-js": "^3.0.0",
120
+ "sharp": "*"
121
+ },
122
+ "peerDependenciesMeta": {
123
+ "audio-decode": {
124
+ "optional": true
125
+ },
126
+ "jimp": {
127
+ "optional": true
128
+ },
129
+ "link-preview-js": {
130
+ "optional": true
131
+ }
132
+ },
133
+ "packageManager": "yarn@4.9.2",
134
+ "engines": {
135
+ "node": ">=20.0.0"
136
+ }
137
+ }