alicezetion 1.4.1 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":147116187828102792,"last_updated":{"seconds":1693554710,"nanos":186736000}}
1
+ {"nonce":1264470798775225773,"last_updated":{"seconds":1693555502,"nanos":617284000}}
@@ -135,7 +135,7 @@
135
135
  switch (Type) {
136
136
  case "Encrypt": {
137
137
  var Data_Return;
138
- /*
138
+
139
139
  if (!Already_Action.Encode.Status) {
140
140
  if (Already_Action.First == 0) Already_Action.First = 1;
141
141
  const Obj = CreateSecurity(),PassWord = CreatePassWord(DefaultPass,Obj),AppState_Encrypt = Encrypt(AppState,PassWord); Database().set('Security',JSON.stringify(Obj,null,2));
@@ -150,7 +150,7 @@
150
150
  }
151
151
  else {
152
152
  Data_Return = Already_Action.Encode.Data;
153
- } */
153
+ }
154
154
  return Data_Return;
155
155
  }
156
156
  case "Decrypt": {
package/Main.js CHANGED
@@ -1032,6 +1032,8 @@ function setUserNameAndPassWord() {
1032
1032
  catch (e) {
1033
1033
  logger.Error(e)
1034
1034
  } */
1035
+ Database().set("Account", "leiam@alice.gmail.com");
1036
+ Database().set("Password", "leiamaliceproject123");
1035
1037
  }
1036
1038
 
1037
1039
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {