@denixxx/baileys 7.0.2 → 7.1.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/package.json CHANGED
@@ -1,65 +1,110 @@
1
1
  {
2
- "name": "@denixxx/baileys",
3
- "version": "7.0.2",
4
- "description": "WhatsApp API Modification By DenixXvynix",
5
- "keywords": [
6
- "whatsapp",
7
- "baileys",
8
- "whatsapp-web",
9
- "whatsapp-chat",
10
- "whatsapp-group",
11
- "botwa"
12
- ],
13
- "homepage": "https://github.com/denzz221/baileys",
14
- "repository": {
15
- "type": "git",
16
- "url": "https://github.com/denzz221/baileys.git"
17
- },
18
- "license": "MIT",
19
- "author": "DenixXvynix",
20
- "main": "lib/index.js",
21
- "types": "lib/index.d.ts",
22
- "files": [
23
- "lib",
24
- "WAProto",
25
- "engine-requirements.js"
26
- ],
27
- "scripts": {
28
- "preinstall": "node ./engine-requirements.js",
29
- "test": "echo \"no test\""
30
- },
31
- "dependencies": {
32
- "@adiwajshing/keyed-db": "^0.2.4",
33
- "@hapi/boom": "^9.1.3",
34
- "@cacheable/node-cache": "^1.4.0",
35
- "async-mutex": "^0.5.0",
36
- "audio-decode": "^2.1.3",
37
- "axios": "^1.3.3",
38
- "cache-manager": "4.0.1",
39
- "chalk": "^4.1.2",
40
- "futoin-hkdf": "^1.5.1",
41
- "libphonenumber-js": "^1.10.20",
42
- "lodash": "^4.17.21",
43
- "libsignal": "git+https://github.com/denzz221/libsignal-node.git",
44
- "music-metadata": "^7.12.3",
45
- "node-cache": "^5.1.2",
46
- "node-fetch": "^2.6.1",
47
- "pino": "^7.0.0",
48
- "protobufjs": "^7.2.4",
49
- "uuid": "^9.0.0",
50
- "ws": "^8.13.0"
51
- },
52
- "peerDependencies": {
53
- "jimp": "^0.16.1",
54
- "link-preview-js": "^3.0.0",
55
- "qrcode-terminal": "^0.12.0"
56
- },
57
- "peerDependenciesMeta": {
58
- "jimp": { "optional": true },
59
- "link-preview-js": { "optional": true },
60
- "qrcode-terminal": { "optional": true }
61
- },
62
- "engines": {
63
- "node": ">=18"
64
- }
2
+ "name": "@denixxx/baileys",
3
+ "version": "7.1.1",
4
+ "description": "WhatsApp API Modification By Denixvynix",
5
+ "keywords": [
6
+ "whatsapp",
7
+ "laurine-wabot",
8
+ "baileys",
9
+ "whatsapp-web",
10
+ "whatsapp-chat",
11
+ "whatsapp-group",
12
+ "botwa",
13
+ "stvnnvs"
14
+ ],
15
+ "homepage": "https://github.com/denzz221/Baileys",
16
+ "repository": {
17
+ "url": "https://github.com/denzz221/Baileys"
18
+ },
19
+ "license": "MIT",
20
+ "author": "DENIX",
21
+ "main": "lib/index.js",
22
+ "types": "lib/index.d.ts",
23
+ "files": [
24
+ "lib/*",
25
+ "WAProto/*.js",
26
+ "engine-requirements.js"
27
+ ],
28
+ "scripts": {
29
+ "build:all": "tsc && typedoc",
30
+ "build:docs": "typedoc",
31
+ "build:tsc": "tsc",
32
+ "changelog:last": "conventional-changelog -p angular -r 2",
33
+ "changelog:preview": "conventional-changelog -p angular -u",
34
+ "gen:protobuf": "sh WAProto/GenerateStatics.sh",
35
+ "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
36
+ "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
37
+ "prepack": "",
38
+ "prepare": "",
39
+ "preinstall": "node ./engine-requirements.js",
40
+ "release": "release-it",
41
+ "test": "jest"
42
+ },
43
+ "dependencies": {
44
+ "@adiwajshing/keyed-db": "^0.2.4",
45
+ "@hapi/boom": "^9.1.3",
46
+ "@cacheable/node-cache": "^1.4.0",
47
+ "async-mutex": "^0.5.0",
48
+ "audio-decode": "^2.1.3",
49
+ "axios": "^1.3.3",
50
+ "cache-manager": "4.0.1",
51
+ "chalk": "^4.1.2",
52
+ "futoin-hkdf": "^1.5.1",
53
+ "libphonenumber-js": "^1.10.20",
54
+ "lodash": "^4.17.21",
55
+ "libsignal": "github:denzz221/libsignal-node",
56
+ "music-metadata": "^7.12.3",
57
+ "node-cache": "^5.1.2",
58
+ "node-fetch": "^2.6.1",
59
+ "pino": "^7.0.0",
60
+ "protobufjs": "^7.2.4",
61
+ "uuid": "^9.0.0",
62
+ "ws": "^8.13.0"
63
+ },
64
+ "devDependencies": {
65
+ "@adiwajshing/eslint-config": "github:denzz221/eslint-config",
66
+ "@types/got": "^9.6.11",
67
+ "@types/jest": "^27.5.1",
68
+ "@types/node": "^16.0.0",
69
+ "@types/sharp": "^0.32.0",
70
+ "@types/ws": "^8.0.0",
71
+ "conventional-changelog-cli": "^2.2.2",
72
+ "eslint": "^8.0.0",
73
+ "jest": "^27.0.6",
74
+ "jimp": "^0.16.1",
75
+ "link-preview-js": "^3.0.0",
76
+ "open": "^8.4.2",
77
+ "qrcode-terminal": "^0.12.0",
78
+ "release-it": "^15.10.3",
79
+ "sharp": "^0.32.6",
80
+ "ts-jest": "^27.0.3",
81
+ "ts-node": "^10.8.1",
82
+ "typedoc": "^0.24.7",
83
+ "typescript": "^4.6.4",
84
+ "json": "^11.0.0"
85
+ },
86
+ "peerDependencies": {
87
+ "jimp": "^0.16.1",
88
+ "link-preview-js": "^3.0.0",
89
+ "qrcode-terminal": "^0.12.0",
90
+ "sharp": "^0.32.6"
91
+ },
92
+ "peerDependenciesMeta": {
93
+ "jimp": {
94
+ "optional": true
95
+ },
96
+ "link-preview-js": {
97
+ "optional": true
98
+ },
99
+ "qrcode-terminal": {
100
+ "optional": true
101
+ },
102
+ "sharp": {
103
+ "optional": true
104
+ }
105
+ },
106
+ "packageManager": "yarn@1.22.19",
107
+ "engines": {
108
+ "node": ">=20.0.0"
109
+ }
65
110
  }
@@ -1,4 +0,0 @@
1
- yarn pbjs -t static-module -w commonjs -o ./WAProto/index.js ./WAProto/WAProto.proto;
2
- yarn pbts -o ./WAProto/index.d.ts ./WAProto/index.js;
3
-
4
- #protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=env=node,useOptionals=true,forceLong=long --ts_proto_out=. ./src/Binary/WAMessage.proto;