ayman-fca 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -20,8 +20,8 @@
20
20
  const EventEmitter = require("events");
21
21
  const path = require("path");
22
22
 
23
- // المسار المصحح للوصول إلى المجلد الوظيفي في الجذر
24
- const logger = require("../func/logger");
23
+ // المسار الصحيح داخل حزمة المكتبة
24
+ const logger = require("./func/logger");
25
25
 
26
26
  const SessionManager = require("./core/sessionManager");
27
27
  const ReconnectEngine = require("./core/reconnectEngine");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayman-fca",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Facebook Chat API for Node.js — مكتبة KIRA بوت | © 2025 Ayman",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",