@nexustechpro/baileys 1.0.1 → 1.0.3-rc.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
@@ -1,6 +1,4 @@
1
1
  "use strict";
2
-
3
- import chalk from 'chalk';
4
2
  import gradient from 'gradient-string';
5
3
 
6
4
  const title = "✨ @nexus/baileys | Advanced WhatsApp Web API Client | v2.0.0 ✨";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexustechpro/baileys",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.3-rc.1",
5
5
  "description": "Advanced WhatsApp Web API client with interactive messages, product catalogs, carousels, events, payments, and polls.",
6
6
  "keywords": [
7
7
  "whatsapp",
@@ -48,7 +48,7 @@
48
48
  "cache-manager": "latest",
49
49
  "chalk": "^4.1.2",
50
50
  "gradient-string": "^2.0.2",
51
- "libsignal": "git+https://github.com/whiskeysockets/libsignal-node.git",
51
+ "libsignal": "npm:@rexxhayanasi/elaina-libsignal",
52
52
  "lru-cache": "^11.1.0",
53
53
  "music-metadata": "^11.7.0",
54
54
  "p-queue": "^9.0.0",