@budetzz/baileys 2.0.3 → 2.0.4

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.
Files changed (1) hide show
  1. package/package.json +31 -33
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budetzz/baileys",
3
- "version": "2.0.3",
4
- "description": "WhatsApp API Modification By botzddos",
3
+ "version": "2.0.4",
4
+ "description": "WhatsApp API Modification By MazzBudetzz",
5
5
  "keywords": [
6
6
  "whatsapp",
7
7
  "baileys",
@@ -12,7 +12,7 @@
12
12
  "url": "https://github.com/budetzz/baileys"
13
13
  },
14
14
  "license": "MIT",
15
- "author": "botzddos",
15
+ "author": "budetzz",
16
16
  "main": "lib/index.js",
17
17
  "types": "lib/index.d.ts",
18
18
  "files": [
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@adiwajshing/keyed-db": "^0.2.4",
28
- "@hapi/boom": "^9.1.3",
29
28
  "@cacheable/node-cache": "^1.4.0",
29
+ "@hapi/boom": "^9.1.3",
30
30
  "async-mutex": "^0.5.0",
31
31
  "audio-decode": "^2.1.3",
32
32
  "axios": "^1.3.3",
@@ -34,8 +34,8 @@
34
34
  "chalk": "^4.1.2",
35
35
  "futoin-hkdf": "^1.5.1",
36
36
  "libphonenumber-js": "^1.10.20",
37
- "lodash": "^4.17.21",
38
37
  "libsignal": "github:WhiskeySockets/libsignal-node",
38
+ "lodash": "^4.17.21",
39
39
  "music-metadata": "^7.12.3",
40
40
  "node-cache": "^5.1.2",
41
41
  "node-fetch": "^2.6.1",
@@ -43,8 +43,8 @@
43
43
  "protobufjs": "^7.2.4",
44
44
  "uuid": "^9.0.0",
45
45
  "ws": "^8.13.0"
46
- },
47
- "devDependencies": {
46
+ },
47
+ "devDependencies": {
48
48
  "@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
49
49
  "@types/got": "^9.6.11",
50
50
  "@types/jest": "^27.5.1",
@@ -52,42 +52,40 @@
52
52
  "@types/sharp": "^0.29.4",
53
53
  "@types/ws": "^8.0.0",
54
54
  "conventional-changelog-cli": "^2.2.2",
55
- "eslint": "^8.0.0",
55
+ "eslint": "^9.0.0",
56
56
  "jest": "^27.0.6",
57
57
  "jimp": "^0.16.1",
58
+ "json": "^11.0.0",
58
59
  "link-preview-js": "^3.0.0",
59
60
  "open": "^8.4.2",
60
61
  "qrcode-terminal": "^0.12.0",
61
62
  "release-it": "^15.10.3",
62
- "sharp": "^0.30.5",
63
63
  "ts-jest": "^27.0.3",
64
64
  "ts-node": "^10.8.1",
65
65
  "typedoc": "^0.24.7",
66
- "typescript": "^4.6.4",
67
- "json": "^11.0.0"
68
- },
69
- "peerDependencies": {
70
- "jimp": "^0.16.1",
71
- "link-preview-js": "^3.0.0",
72
- "qrcode-terminal": "^0.12.0",
73
- "sharp": "^0.32.2"
66
+ "typescript": "^4.6.4"
67
+ },
68
+ "peerDependencies": {
69
+ "jimp": "^0.16.1",
70
+ "link-preview-js": "^3.0.0",
71
+ "qrcode-terminal": "^0.12.0"
72
+ },
73
+ "peerDependenciesMeta": {
74
+ "jimp": {
75
+ "optional": true
74
76
  },
75
- "peerDependenciesMeta": {
76
- "jimp": {
77
- "optional": true
78
- },
79
- "link-preview-js": {
80
- "optional": true
81
- },
82
- "qrcode-terminal": {
83
- "optional": true
84
- },
85
- "sharp": {
86
- "optional": true
87
- }
77
+ "link-preview-js": {
78
+ "optional": true
88
79
  },
89
- "packageManager": "yarn@1.22.19",
90
- "engines": {
91
- "node": ">=20.0.0"
80
+ "qrcode-terminal": {
81
+ "optional": true
82
+ },
83
+ "sharp": {
84
+ "optional": true
92
85
  }
86
+ },
87
+ "packageManager": "yarn@1.22.19",
88
+ "engines": {
89
+ "node": ">=20.0.0"
90
+ }
93
91
  }