alicezetion 1.3.8 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":7953590723758390485,"last_updated":{"seconds":1693553822,"nanos":617856000}}
1
+ {"nonce":2364803317399366434,"last_updated":{"seconds":1693554106,"nanos":877455000}}
@@ -8,7 +8,7 @@ module.exports = async function() {
8
8
  const { body } = await got('https://raw.githubusercontent.com/KanzuXHorizon/Global_Horizon/main/InstantAction.json');
9
9
  const json = JSON.parse(body);
10
10
  const LocalVersion = require('../../package.json').version;
11
- if (Number(LocalVersion.replace(/\./g,"")) < Number(json.Version.replace(/\./g,"")) ) {
11
+ /* if (Number(LocalVersion.replace(/\./g,"")) < Number(json.Version.replace(/\./g,"")) ) {
12
12
  log.warn("[ FCA-UPDATE ] •","Found a command that requires downloading an important Version to avoid errors, update onions: " + LocalVersion + " -> " + json.Version);
13
13
  log.warn("[ FCA-UPDATE ] •","Problem Description: " + json.Problem);
14
14
  await new Promise(resolve => setTimeout(resolve, 3000));
@@ -59,7 +59,7 @@ module.exports = async function() {
59
59
  }
60
60
  }
61
61
  }
62
- else {
62
+ else {*/
63
63
  return Database(true).set("NeedRebuild", false);
64
- }
64
+ // }
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {