@nexustechpro/baileys 1.1.9 → 2.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/lib/index.js CHANGED
@@ -32,7 +32,7 @@ const banner = `
32
32
  const info = `
33
33
  ┌───────────────────────────────────────────────────────────────────────┐
34
34
  │ 📦 Package: @nexustechpro/baileys │
35
- │ 🔖 Version: 1.1.9
35
+ │ 🔖 Version: 2.0.1 │
36
36
  │ ⚡ Status: Production Ready │
37
37
  ├───────────────────────────────────────────────────────────────────────┤
38
38
  │ 🚀 Advanced WhatsApp Web API Client │
@@ -41,7 +41,7 @@ const info = `
41
41
  │ 📱 Business API • Channels • Status Updates │
42
42
  ├───────────────────────────────────────────────────────────────────────┤
43
43
  │ 💡 Built by NexusTech Pro Team │
44
- │ 📚 Docs: github.com/nexustechpro/baileys │
44
+ │ 📚 Docs: github.com/nexustechpro1/baileys │
45
45
  │ 💬 Support: Join our community for updates & assistance │
46
46
  └───────────────────────────────────────────────────────────────────────┘
47
47
  `;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nexustechpro/baileys",
4
4
  "type": "module",
5
- "version": "1.1.9",
5
+ "version": "2.0.1",
6
6
  "description": "Advanced WhatsApp Web API client with interactive messages, product catalogs, carousels, events, payments, and polls.",
7
7
  "keywords": [
8
8
  "whatsapp",
@@ -31,12 +31,12 @@
31
31
  "payments",
32
32
  "multi-device"
33
33
  ],
34
- "homepage": "https://github.com/nexustechpro/baileys/",
34
+ "homepage": "https://github.com/nexustechpro1/baileys/",
35
35
  "repository": {
36
- "url": "git+ssh://git@github.com/nexustechpro/baileys.git"
36
+ "url": "git+ssh://git@github.com/nexustechpro1/baileys.git"
37
37
  },
38
38
  "license": "MIT",
39
- "author": "nexustechpro",
39
+ "author": "nexustechpro1",
40
40
  "main": "lib/index.js",
41
41
  "types": "lib/index.d.ts",
42
42
  "scripts": {
@@ -57,17 +57,17 @@
57
57
  "release": "release-it",
58
58
  "test": "jest"
59
59
  },
60
- "files": [
61
- "lib/**/*.js",
62
- "lib/**/*.json",
63
- "lib/**/*.d.ts",
64
- "lib/**/*.map",
65
- "WAProto/**/*.js",
66
- "WAProto/**/*.json",
67
- "WAProto/**/*.d.ts",
68
- "WAProto/**/*.sh",
69
- "engine-requirements.js"
70
- ],
60
+ "files": [
61
+ "lib/**/*.js",
62
+ "lib/**/*.json",
63
+ "lib/**/*.d.ts",
64
+ "lib/**/*.map",
65
+ "WAProto/**/*.js",
66
+ "WAProto/**/*.json",
67
+ "WAProto/**/*.d.ts",
68
+ "WAProto/**/*.sh",
69
+ "engine-requirements.js"
70
+ ],
71
71
  "dependencies": {
72
72
  "@cacheable/node-cache": "^1.4.0",
73
73
  "@hapi/boom": "^9.1.3",
@@ -83,9 +83,10 @@
83
83
  "p-queue": "^9.0.0",
84
84
  "pino": "^9.6",
85
85
  "protobufjs": "^7.2.4",
86
+ "sharp": "^0.32.0",
87
+ "whatsapp-rust-bridge": "^0.5.2",
86
88
  "ws": "^8.13.0",
87
- "yarn": "^1.22.22",
88
- "whatsapp-rust-bridge": "^0.5.2"
89
+ "yarn": "^1.22.22"
89
90
  },
90
91
  "devDependencies": {
91
92
  "@eslint/eslintrc": "^3.3.1",
@@ -123,8 +124,7 @@
123
124
  "peerDependencies": {
124
125
  "audio-decode": "^2.1.3",
125
126
  "jimp": "^1.6.0",
126
- "link-preview-js": "^3.0.0",
127
- "sharp": "*"
127
+ "link-preview-js": "^3.0.0"
128
128
  },
129
129
  "peerDependenciesMeta": {
130
130
  "audio-decode": {
@@ -141,4 +141,4 @@
141
141
  "engines": {
142
142
  "node": ">=20.0.0"
143
143
  }
144
- }
144
+ }