@kelvdra/baileys 1.0.3-rc.6 → 1.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.
- package/lib/Defaults/index.js +1 -1
- package/package.json +1 -2
package/lib/Defaults/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { makeLibSignalRepository } from '../Signal/libsignal.js';
|
|
|
3
3
|
import { Browsers } from '../Utils/browser-utils.js';
|
|
4
4
|
import logger from '../Utils/logger.js';
|
|
5
5
|
const version = [2, 3000, 1027934701];
|
|
6
|
-
import PHONENUMBER_MCC from
|
|
6
|
+
import PHONENUMBER_MCC from './phonenumber-mcc.json' with { type: 'json' };
|
|
7
7
|
export PHONENUMBER_MCC;
|
|
8
8
|
export const UNAUTHORIZED_CODES = [401, 403, 419];
|
|
9
9
|
export const DEFAULT_ORIGIN = 'https://web.whatsapp.com';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kelvdra/baileys",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "Baileys fork whiskeysockets modified by kelvdra.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"baileys",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"p-queue": "^9.0.0",
|
|
49
49
|
"pino": "^9.6",
|
|
50
50
|
"protobufjs": "^7.2.4",
|
|
51
|
-
"whatsapp-rust-bridge": "0.5.2",
|
|
52
51
|
"ws": "^8.13.0"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|