node-ainzfb-new 1.4.9 → 1.5.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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3,8 +3,6 @@
3
3
  /!-[ Max Cpu Speed ]-!/
4
4
 
5
5
  process.env.UV_THREADPOOL_SIZE = require('os').cpus().length;
6
- var defaultLogRecordSize = 100;
7
- log.maxRecordSize = defaultLogRecordSize;
8
6
 
9
7
  /!-[ Global Set ]-!/
10
8
 
@@ -40,7 +38,9 @@ var utils = require("./utils"),
40
38
  "Uptime": false
41
39
  };
42
40
 
43
-
41
+ var defaultLogRecordSize = 100;
42
+ log.maxRecordSize = defaultLogRecordSize;
43
+
44
44
  /!-[ Check File To Run Process ]-!/
45
45
 
46
46
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ainzfb-new",
3
- "version": "1.4.9",
3
+ "version": "1.5.1",
4
4
  "description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
5
5
  "scripts": {
6
6
  "test": "mocha",