casper-baileys 1.0.1 → 1.0.2

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.
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.DEFAULT_CACHE_TTLS = exports.INITIAL_PREKEY_COUNT = exports.MIN_PREKEY_COUNT = exports.MEDIA_KEYS = exports.MEDIA_HKDF_KEY_MAPPING = exports.MEDIA_PATH_MAP = exports.DEFAULT_CONNECTION_CONFIG = exports.PROCESSABLE_HISTORY_TYPES = exports.WA_CERT_DETAILS = exports.URL_REGEX = exports.NOISE_WA_HEADER = exports.KEY_BUNDLE_TYPE = exports.DICT_VERSION = exports.NOISE_MODE = exports.WA_DEFAULT_EPHEMERAL = exports.PHONE_CONNECTION_CB = exports.DEF_TAG_PREFIX = exports.DEF_CALLBACK_PREFIX = exports.DEFAULT_ORIGIN = exports.UNAUTHORIZED_CODES = void 0;
7
7
  const WAProto_1 = require("../../WAProto");
8
- const libsignal_1 = require("../Signal/libsignal/index");
8
+ const libsignal_1 = require("../Signal/libsignal.js");
9
9
  const Utils_1 = require("../Utils");
10
10
  const logger_1 = __importDefault(require("../Utils/logger"));
11
11
  const baileys_version_json_1 = require("./baileys-version.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casper-baileys",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Stable WhatsApp Web API with built-in button support, patched libsignal, and interactive messages - by Casper Tech Kenya",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",