@queenanya/baileys 7.2.3 → 7.2.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.
@@ -185,8 +185,8 @@ const generateMessageIDV2 = (userId) => {
185
185
  return 'ANYAWEB' + hash.toString('hex').toUpperCase().substring(0, 18);
186
186
  };
187
187
  exports.generateMessageIDV2 = generateMessageIDV2;
188
- //Message ID function for ShizoWeb
189
- //This V3 is RollBack Update to old Message ID
188
+ //Message ID function for Anya_Baileyz
189
+ //This V3 is RollBack Update Of Old Message ID
190
190
  const generateMessageIDV3 = (userId) => {
191
191
  let swebfix = 'ANYAWEB';
192
192
  let swebRandom = (0, crypto_1.randomBytes)(5).toString('hex').toUpperCase().substring(0, 10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queenanya/baileys",
3
- "version": "7.2.3",
3
+ "version": "7.2.5",
4
4
  "description": "WhatsApp API",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -12,9 +12,9 @@
12
12
  "automation",
13
13
  "multi-device"
14
14
  ],
15
- "homepage": "https://github.com/WhiskeySockets/Baileys",
15
+ "homepage": "https://github.com/QueenAnya/Baileys",
16
16
  "repository": {
17
- "url": "git@github.com:WhiskeySockets/Baileys.git"
17
+ "url": "git@github.com:QueenAnya/Baileys.git"
18
18
  },
19
19
  "license": "MIT",
20
20
  "author": "Adhiraj Singh",
@@ -33,6 +33,7 @@
33
33
  "changelog:preview": "conventional-changelog -p angular -u",
34
34
  "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
35
35
  "example": "node --inspect -r ts-node/register Example/example.ts",
36
+ "example:mobile": "node --inspect -r ts-node/register Example/example.ts --mobile",
36
37
  "gen:protobuf": "sh WAProto/GenerateStatics.sh",
37
38
  "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
38
39
  "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
@@ -44,7 +45,6 @@
44
45
  "dependencies": {
45
46
  "@adiwajshing/keyed-db": "^0.2.4",
46
47
  "@hapi/boom": "^10.0.1",
47
- "@queenanya/invite": "latest",
48
48
  "async-lock": "^1.4.1",
49
49
  "audio-decode": "^2.2.0",
50
50
  "axios": "^1.7.2",
@@ -54,7 +54,6 @@
54
54
  "libphonenumber-js": "^1.11.4",
55
55
  "libsignal": "npm:@queenanya/libsignal@latest",
56
56
  "lodash": "^4.17.21",
57
- "megajs": "1.1.7",
58
57
  "music-metadata": "^7.12.3",
59
58
  "node-cache": "^5.1.2",
60
59
  "pino": "^9.3.0",
@@ -76,7 +75,6 @@
76
75
  "jimp": "^0.22.12",
77
76
  "json": "^11.0.0",
78
77
  "link-preview-js": "^3.0.5",
79
- "megajs": "1.1.7",
80
78
  "open": "^10.1.0",
81
79
  "qrcode-terminal": "^0.12.0",
82
80
  "release-it": "^17.6.0",
@@ -87,7 +85,7 @@
87
85
  "typescript": "^4.6.4"
88
86
  },
89
87
  "peerDependencies": {
90
- "jimp": "^0.16.1",
88
+ "jimp": "^0.22.12",
91
89
  "link-preview-js": "^3.0.0",
92
90
  "qrcode-terminal": "^0.12.0",
93
91
  "sharp": "^0.32.6"