alipclutch-baileys 8.4.0 → 8.4.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.
Files changed (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alipclutch-baileys",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "kazumarii My Baileys Mod By Alip Clutch",
5
5
  "keywords": [
6
6
  "baileys",
@@ -50,7 +50,7 @@
50
50
  "libsignal": "github:alifalfrl/libsignal-node",
51
51
  "lodash": "^4.17.21",
52
52
  "music-metadata": "^7.12.3",
53
- "pino": "^9.6",
53
+ "pino": "^9.6.0",
54
54
  "protobufjs": "^6.11.3",
55
55
  "uuid": "^10.0.0",
56
56
  "ws": "^8.13.0"
@@ -78,15 +78,11 @@
78
78
  "typescript": "^5.8.2"
79
79
  },
80
80
  "peerDependencies": {
81
- "jimp": "^0.16.1",
82
81
  "link-preview-js": "^3.0.0",
83
82
  "qrcode-terminal": "^0.12.0",
84
83
  "sharp": "^0.34.1"
85
84
  },
86
85
  "peerDependenciesMeta": {
87
- "jimp": {
88
- "optional": true
89
- },
90
86
  "link-preview-js": {
91
87
  "optional": true
92
88
  },
@@ -101,4 +97,4 @@
101
97
  "engines": {
102
98
  "node": ">=20.0.0"
103
99
  }
104
- }
100
+ }