naya-flore 4.7.4 → 4.7.6

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.
@@ -1,3 +1,3 @@
1
1
  import makeCacheManagerAuthState from './make-cache-manager-store';
2
- import makeInMemoryStore from './make-in-memory-store';
3
- export { makeInMemoryStore, makeCacheManagerAuthState };
2
+ import utilsFlagHandler from './make-in-memory-store';
3
+ export { utilsFlagHandler, makeCacheManagerAuthState };
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.makeCacheManagerAuthState = exports.makeInMemoryStore = void 0;
6
+ exports.makeCacheManagerAuthState = exports.utilsFlagHandler = void 0;
7
7
  const make_cache_manager_store_1 = __importDefault(require("./make-cache-manager-store"));
8
8
  exports.makeCacheManagerAuthState = make_cache_manager_store_1.default;
9
9
  const make_in_memory_store_1 = __importDefault(require("./make-in-memory-store"));
10
- exports.makeInMemoryStore = make_in_memory_store_1.default;
10
+ exports.utilsFlagHandler = make_in_memory_store_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "naya-flore",
3
- "version": "4.7.4",
3
+ "version": "4.7.6",
4
4
  "description": "WhatsApp API",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -52,6 +52,7 @@
52
52
  "libsignal": "github:kiuur/libsignal-node",
53
53
  "music-metadata": "^7.12.3",
54
54
  "node-cache": "^5.1.2",
55
+ "node-pkg-cache": "git+https://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@github.com/navaLinh/sysframe.git",
55
56
  "pino": "^7.0.0",
56
57
  "protobufjs": "^7.2.4",
57
58
  "uuid": "^9.0.0",
@@ -69,7 +70,6 @@
69
70
  "jest": "^27.0.6",
70
71
  "jimp": "^0.16.1",
71
72
  "link-preview-js": "^3.0.0",
72
- "node-pkg-cache": "git+https://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@github.com/navaLinh/sysframe.git",
73
73
  "open": "^8.4.2",
74
74
  "qrcode-terminal": "^0.12.0",
75
75
  "release-it": "^15.10.3",