RubyGems
npm
Organizations
Log in
Sign up
npm
node-ainzfb-new
Versions diffs
1.4.7 → 1.5.1
node-ainzfb-new 1.4.7 → 1.5.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+3
-1
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -38,7 +38,9 @@ var utils = require("./utils"),
38
38
"Uptime": false
39
39
};
40
40
41
-
41
+
var defaultLogRecordSize = 100;
42
+
log.maxRecordSize = defaultLogRecordSize;
43
+
42
44
/!-[ Check File To Run Process ]-!/
43
45
44
46
try {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "node-ainzfb-new",
3
-
"version": "1.
4
.
7
",
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",