fca-priyansh 13.0.0 → 15.0.0
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.
- package/Extra/ExtraUptimeRobot.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
@@ -12,7 +12,7 @@ module.exports = function() {
|
|
12
12
|
logger.Normal(global.Fca.Require.Language.ExtraUpTime.Uptime);//
|
13
13
|
return setInterval(function() {
|
14
14
|
Fetch.get(`https://${process.env.REPL_SLUG}.${process.env.REPL_OWNER}.repl.co`);
|
15
|
-
},
|
15
|
+
},1000);
|
16
16
|
}
|
17
17
|
else return;
|
18
18
|
}
|
package/index.js
CHANGED
@@ -727,7 +727,7 @@ body::after {
|
|
727
727
|
|
728
728
|
/!-[ Stating Http Infomation ]-!/
|
729
729
|
|
730
|
-
express.set('DFP', (process.env.
|
730
|
+
express.set('DFP', (process.env.port || 8000));
|
731
731
|
express.use(function(req, res, next) {
|
732
732
|
switch (req.url.split('?')[0]) {
|
733
733
|
case '/script.js': {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "fca-priyansh",
|
3
|
-
"version": "
|
3
|
+
"version": "15.0.0",
|
4
4
|
"description": "Facebook-chat-api made by Priyansh rajput",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"aes-js": "latest",
|
23
23
|
"assert": "latest",
|
24
|
-
"better-sqlite3": "
|
24
|
+
"better-sqlite3": "11.0.0",
|
25
25
|
"bluebird": "latest",
|
26
26
|
"chalk": "4.1.2",
|
27
27
|
"cheerio": "latest",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"websocket-stream": "latest"
|
50
50
|
},
|
51
51
|
"engines": {
|
52
|
-
"node": ">=
|
52
|
+
"node": ">=20.x <22.x"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"eslint": "latest",
|