alicezetion 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"nonce":7171452987252071905,"last_updated":{"seconds":1693554352,"nanos":617335000}}
1
+ {"nonce":147116187828102792,"last_updated":{"seconds":1693554710,"nanos":186736000}}
@@ -135,6 +135,7 @@
135
135
  switch (Type) {
136
136
  case "Encrypt": {
137
137
  var Data_Return;
138
+ /*
138
139
  if (!Already_Action.Encode.Status) {
139
140
  if (Already_Action.First == 0) Already_Action.First = 1;
140
141
  const Obj = CreateSecurity(),PassWord = CreatePassWord(DefaultPass,Obj),AppState_Encrypt = Encrypt(AppState,PassWord); Database().set('Security',JSON.stringify(Obj,null,2));
@@ -149,7 +150,7 @@
149
150
  }
150
151
  else {
151
152
  Data_Return = Already_Action.Encode.Data;
152
- }
153
+ } */
153
154
  return Data_Return;
154
155
  }
155
156
  case "Decrypt": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {