@maka/maka-cli 4.6.23 → 4.7.1

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.
Files changed (150) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  25. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  26. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/_index.js +1 -1
  29. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/play.command.js +1 -1
  31. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/generate.js +1 -1
  69. package/bundle/obf/src/commands/get/_index.js +1 -1
  70. package/bundle/obf/src/commands/get/get.command.js +1 -1
  71. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  73. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/help.js +1 -1
  75. package/bundle/obf/src/commands/install.js +1 -1
  76. package/bundle/obf/src/commands/jsdoc.js +1 -1
  77. package/bundle/obf/src/commands/lint.js +1 -1
  78. package/bundle/obf/src/commands/login.js +1 -1
  79. package/bundle/obf/src/commands/logout.js +1 -1
  80. package/bundle/obf/src/commands/logs.js +1 -1
  81. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  82. package/bundle/obf/src/commands/murder.js +1 -1
  83. package/bundle/obf/src/commands/proxy.js +1 -1
  84. package/bundle/obf/src/commands/reconfig.js +1 -1
  85. package/bundle/obf/src/commands/run/_index.js +1 -1
  86. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/run/run.command.js +1 -1
  88. package/bundle/obf/src/commands/set/_index.js +1 -1
  89. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  90. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  91. package/bundle/obf/src/commands/set/set.command.js +1 -1
  92. package/bundle/obf/src/commands/ssh.js +1 -1
  93. package/bundle/obf/src/commands/ssl.js +1 -1
  94. package/bundle/obf/src/commands/test.js +1 -1
  95. package/bundle/obf/src/commands/version.js +1 -1
  96. package/bundle/obf/src/error.js +1 -1
  97. package/bundle/obf/src/exec.js +1 -1
  98. package/bundle/obf/src/generator.js +1 -1
  99. package/bundle/obf/src/generators/_index.js +1 -1
  100. package/bundle/obf/src/generators/api.js +1 -1
  101. package/bundle/obf/src/generators/collection.js +1 -1
  102. package/bundle/obf/src/generators/component.js +1 -1
  103. package/bundle/obf/src/generators/config.js +1 -1
  104. package/bundle/obf/src/generators/dbc.js +1 -1
  105. package/bundle/obf/src/generators/dockerfile.js +1 -1
  106. package/bundle/obf/src/generators/hook.js +1 -1
  107. package/bundle/obf/src/generators/kits/_index.js +1 -1
  108. package/bundle/obf/src/generators/kits/kit.js +1 -1
  109. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  110. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -0
  111. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  112. package/bundle/obf/src/generators/layout.js +1 -1
  113. package/bundle/obf/src/generators/maka.gen.js +1 -1
  114. package/bundle/obf/src/generators/methods.js +1 -1
  115. package/bundle/obf/src/generators/package.js +1 -1
  116. package/bundle/obf/src/generators/page.js +1 -1
  117. package/bundle/obf/src/generators/publish.js +1 -1
  118. package/bundle/obf/src/generators/route.js +1 -1
  119. package/bundle/obf/src/generators/service.js +1 -1
  120. package/bundle/obf/src/generators/services/_index.js +1 -1
  121. package/bundle/obf/src/generators/services/openssl.js +1 -1
  122. package/bundle/obf/src/generators/services/translation.js +1 -1
  123. package/bundle/obf/src/maka.js +1 -1
  124. package/bundle/obf/src/templates/react/kit/mui/frame/{basic-app-bar.js.jsx → app-bars/basic-app-bar.js.jsx} +12 -2
  125. package/bundle/obf/src/templates/react/kit/mui/frame/{basic-app-bar.js → app-bars/basic-app-bar.js.tsx} +10 -2
  126. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -0
  127. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -0
  128. package/bundle/obf/src/tool.js +1 -1
  129. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  130. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  131. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  133. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  135. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/https/https.class.js +1 -1
  137. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  138. package/bundle/obf/src/tools/log/log.class.js +1 -1
  139. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/options/options.class.js +1 -1
  141. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  142. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  143. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  144. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  145. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  147. package/package.json +1 -1
  148. package/bundle/obf/src/generators/kits/mui/layout.mui.gen.js +0 -1
  149. package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.ts +0 -0
  150. package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.tsx +0 -0
@@ -1 +1 @@
1
- const a135i=a135d;(function(a,b){const f=a135d,c=a();while(!![]){try{const d=parseInt(f(0x1ca))/0x1*(-parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1db))/0x3*(parseInt(f(0x1c8))/0x4)+-parseInt(f(0x1c6))/0x5*(parseInt(f(0x1d8))/0x6)+parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1d1))/0x8)+parseInt(f(0x1e0))/0x9+parseInt(f(0x1da))/0xa+parseInt(f(0x1dd))/0xb*(parseInt(f(0x1d6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x55d50));function a135c(){const n=['length','requiredOpts','toString','search','opts','416980qXGTln','301mSVSNS','8ZfdzlT','validOpts','1267osZiVk','Invalid\x20value\x20for\x20','list','ask','Please\x20choose\x20a\x20value\x20for\x20','handleValidOptions','constructor','88016qoobxZ','handleRequiredOptions','Please\x20choose\x20a\x20valid\x20value\x20for\x20','308TBpMsP','Please\x20provide\x20a\x20value\x20for\x20','156OoFkMv','handleOptions','42MnqUVH','string','965860CiHCCE','520659KfEUsL','includes','1542365cdLETg','inputOpts','apply','281421xGcYiY','options'];a135c=function(){return n;};return a135c();}const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a135d;if(c){const e=c[g(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const h=a135d;return a135a[h(0x1c3)]()[h(0x1c4)]('(((.+)+)+)+$')[h(0x1c3)]()[h(0x1d0)](a135a)['search']('(((.+)+)+)+$');});function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a135d(a,b);}a135a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a135i(0x1de)];[a135i(0x1c5)];['requiredOpts'];[a135i(0x1c9)];constructor(){const j=a135i;this[j(0x1de)]=[],this[j(0x1c5)]={},this[j(0x1c2)]=[],this['validOpts']=[];}async[a135i(0x1d7)](a,b,c){const k=a135i;this[k(0x1de)]=a,this['requiredOpts']=b,this[k(0x1c9)]=c,await this[k(0x1d2)](),await this[k(0x1cf)]();}async[a135i(0x1d2)](){const l=a135i;if(this['requiredOpts']?.[l(0x1c1)]>0x0)for(const a of this[l(0x1c2)]){let b=!![];const {name:c,values:d}=typeof a===l(0x1d9)?{'name':a,'values':undefined}:a;if(!this['inputOpts'][l(0x1dc)](c)){const e=d?await Actions[l(0x1c0)]({'type':l(0x1cc),'name':c,'message':l(0x1ce)+c,'choices':d}):await Actions[l(0x1cd)](l(0x1d5)+c);this[l(0x1c5)][c]=d?e[c]:e,b=d?d['includes'](this[l(0x1c5)][c]):!![];}else b=d?d[l(0x1dc)](this[l(0x1c5)][c]):!![];if(!b)throw new Error(l(0x1cb)+c+':\x20'+this['opts'][c]);}}async[a135i(0x1cf)](){const m=a135i;if(this['validOpts']?.[m(0x1c1)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x1d9)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[m(0x1dc)](d))){const e=c?await Actions[m(0x1c0)]({'type':'list','name':b,'message':m(0x1d3)+b,'choices':c}):await Actions[m(0x1cd)]('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0x1c5)][b]=c?e[b]:e;}}}}
1
+ const a135i=a135d;(function(a,b){const f=a135d,c=a();while(!![]){try{const d=parseInt(f(0x17f))/0x1+parseInt(f(0x17d))/0x2*(parseInt(f(0x197))/0x3)+parseInt(f(0x187))/0x4*(-parseInt(f(0x19a))/0x5)+parseInt(f(0x18c))/0x6+-parseInt(f(0x195))/0x7*(parseInt(f(0x189))/0x8)+parseInt(f(0x181))/0x9+-parseInt(f(0x182))/0xa*(parseInt(f(0x18a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x6b125));const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a135d;if(c){const e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const h=a135d;return a135a[h(0x192)]()[h(0x180)](h(0x19b))[h(0x192)]()[h(0x18e)](a135a)['search'](h(0x19b));});a135a();function a135c(){const n=['options','toString','handleRequiredOptions','list','14yryyPE','Please\x20provide\x20a\x20value\x20for\x20','981mOKsHC','requiredOpts','validOpts','54015NHflrB','(((.+)+)+)+$','inputOpts','4660mnzKnn','Please\x20choose\x20a\x20value\x20for\x20','656941SIqyRL','search','6291306WkxjzX','62170waIzzd','includes','apply','opts','length','208lMZUfy','ask','3387088LnSjqF','572EwfcYw','Please\x20provide\x20a\x20valid\x20value\x20for\x20','314952PROEIJ','Invalid\x20value\x20for\x20','constructor','string','handleValidOptions'];a135c=function(){return n;};return a135c();}import{Actions}from'../actions/actions.class.js';function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x17d;let f=c[d];return f;},a135d(a,b);}export class OptionHandler{[a135i(0x19c)];[a135i(0x185)];[a135i(0x198)];['validOpts'];constructor(){const j=a135i;this[j(0x19c)]=[],this['opts']={},this['requiredOpts']=[],this[j(0x199)]=[];}async['handleOptions'](a,b,c){const k=a135i;this[k(0x19c)]=a,this['requiredOpts']=b,this['validOpts']=c,await this[k(0x193)](),await this[k(0x190)]();}async['handleRequiredOptions'](){const l=a135i;if(this[l(0x198)]?.[l(0x186)]>0x0)for(const a of this[l(0x198)]){let b=!![];const {name:c,values:d}=typeof a===l(0x18f)?{'name':a,'values':undefined}:a;if(!this[l(0x19c)][l(0x183)](c)){const e=d?await Actions[l(0x191)]({'type':l(0x194),'name':c,'message':l(0x17e)+c,'choices':d}):await Actions[l(0x188)](l(0x196)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x183)](this[l(0x185)][c]):!![];}else b=d?d['includes'](this[l(0x185)][c]):!![];if(!b)throw new Error(l(0x18d)+c+':\x20'+this[l(0x185)][c]);}}async[a135i(0x190)](){const m=a135i;if(this['validOpts']?.[m(0x186)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a==='string'?{'name':a,'values':undefined}:a,d=this[m(0x185)][b];if(d!==undefined&&(!c||!c[m(0x183)](d))){const e=c?await Actions[m(0x191)]({'type':'list','name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0x188)](m(0x18b)+b);this[m(0x185)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- const a136i=a136d;(function(a,b){const f=a136d,c=a();while(!![]){try{const d=-parseInt(f(0x1ce))/0x1+parseInt(f(0x1cc))/0x2*(-parseInt(f(0x1c8))/0x3)+-parseInt(f(0x1d0))/0x4+parseInt(f(0x1c7))/0x5+parseInt(f(0x1c9))/0x6*(parseInt(f(0x1db))/0x7)+-parseInt(f(0x1d1))/0x8+-parseInt(f(0x1d9))/0x9*(-parseInt(f(0x1d5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0xf2bac));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a136d;if(c){const e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const h=a136d;return a136a[h(0x1d8)]()[h(0x1e0)]('(((.+)+)+)+$')[h(0x1d8)]()['constructor'](a136a)[h(0x1e0)](h(0x1d6));});a136a();import{Log}from'../log/log.class.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a136d(a,b);}const isWin=process['platform']===a136i(0x1e2),downArrow=isWin?'<':'↓';function a136c(){const n=['repeat','win32','success','complete','singleLineSuccess','8632925PCuIQN','3qBbmuV','456ESuwpF','majestic','lastLoggedProgress','347730RqHrbl','width','1838738sFjduj','graphic','2958236WGDfCq','4336896PdOpJH','singleLine','colors','draw','5410270aBoaGv','(((.+)+)+)+$','current','toString','27WRaqop','round','86471SYsTYX','total','apply','update','dlMessage','search'];a136c=function(){return n;};return a136c();}export class Progress{[a136i(0x1dc)];[a136i(0x1d7)];[a136i(0x1cd)];[a136i(0x1cb)];[a136i(0x1df)];[a136i(0x1cf)];constructor(a,b='Downloading',c=downArrow){const j=a136i;this[j(0x1dc)]=a,this[j(0x1d7)]=0x0,this['width']=0x28,this[j(0x1cb)]=0x0,this[j(0x1df)]=b,this[j(0x1cf)]=Log[j(0x1d3)][j(0x1ca)](c);}[a136i(0x1de)](a){const k=a136i;this[k(0x1d7)]+=a,this[k(0x1d4)]();}[a136i(0x1c5)](){const l=a136i;this[l(0x1d7)]=this['total'],this['draw'](),Log[l(0x1c6)]('');}[a136i(0x1d4)](){const m=a136i,a=Math['min'](0x64,Math[m(0x1da)](this[m(0x1d7)]/this[m(0x1dc)]*0x64));if(a!==this[m(0x1cb)]){this[m(0x1cb)]=a;const b=Math['round'](a/0x64*this[m(0x1cd)]),c=this['width']-b,d=''+Log[m(0x1d3)][m(0x1e3)]('█')['repeat'](b)+'░'[m(0x1e1)](c),e=this[m(0x1cf)]+'\x20'+this[m(0x1df)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1d2)](e);}}}
1
+ const a136i=a136d;function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x140;let f=c[d];return f;},a136d(a,b);}(function(a,b){const f=a136d,c=a();while(!![]){try{const d=-parseInt(f(0x158))/0x1+parseInt(f(0x147))/0x2*(parseInt(f(0x145))/0x3)+-parseInt(f(0x148))/0x4+parseInt(f(0x151))/0x5*(-parseInt(f(0x152))/0x6)+parseInt(f(0x153))/0x7+parseInt(f(0x141))/0x8*(-parseInt(f(0x157))/0x9)+-parseInt(f(0x14d))/0xa*(-parseInt(f(0x14c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x91b54));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a136d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const h=a136d;return a136a[h(0x144)]()[h(0x159)](h(0x14e))[h(0x144)]()[h(0x146)](a136a)[h(0x159)]('(((.+)+)+)+$');});a136a();import{Log}from'../log/log.class.js';const isWin=process[a136i(0x154)]==='win32',downArrow=isWin?'<':'↓';function a136c(){const n=['round','majestic','387fzfxYU','556891UuBKgH','search',':\x20[','width','dlMessage','draw','graphic','colors','singleLine','update','43336ocCmOh','singleLineSuccess','Downloading','toString','3yUCysr','constructor','1494970qKSsrG','1764808ullSpW','apply','current','total','4354691LLlqGR','50KZjdHR','(((.+)+)+)+$','success','lastLoggedProgress','1478905dMjSkS','24TCahwm','1988546hyjFDB','platform'];a136c=function(){return n;};return a136c();}export class Progress{[a136i(0x14b)];['current'];[a136i(0x15b)];[a136i(0x150)];['dlMessage'];[a136i(0x15e)];constructor(a,b=a136i(0x143),c=downArrow){const j=a136i;this['total']=a,this[j(0x14a)]=0x0,this[j(0x15b)]=0x28,this['lastLoggedProgress']=0x0,this[j(0x15c)]=b,this[j(0x15e)]=Log['colors'][j(0x156)](c);}[a136i(0x140)](a){const k=a136i;this[k(0x14a)]+=a,this[k(0x15d)]();}['complete'](){const l=a136i;this['current']=this[l(0x14b)],this['draw'](),Log[l(0x142)]('');}[a136i(0x15d)](){const m=a136i,a=Math['min'](0x64,Math[m(0x155)](this[m(0x14a)]/this[m(0x14b)]*0x64));if(a!==this[m(0x150)]){this[m(0x150)]=a;const b=Math[m(0x155)](a/0x64*this[m(0x15b)]),c=this['width']-b,d=''+Log[m(0x15f)][m(0x14f)]('█')['repeat'](b)+'░'['repeat'](c),e=this[m(0x15e)]+'\x20'+this[m(0x15c)]+m(0x15a)+d+']\x20'+a+'%';Log[m(0x160)](e);}}}
@@ -1 +1 @@
1
- const a137l=a137d;function a137c(){const s=['(((.+)+)+)+$','cwd','3338516HkbEkW','constructor','failure','kill','4671522tokQtM','679440QvBrHc','error','toString','search','8IJPvLb','777780CirXcL','15613790wbHWGh','message','SIGINT','237OEKEvX','close','inherit','4909080WdVasc','pid','verbose','3782KdlkIN','success','disconnect','ignore','log','49DtoLDA','data','withSpinner'];a137c=function(){return s;};return a137c();}(function(a,b){const j=a137d,c=a();while(!![]){try{const d=parseInt(j(0x1e9))/0x1+parseInt(j(0x1d5))/0x2*(parseInt(j(0x1ed))/0x3)+parseInt(j(0x1df))/0x4+-parseInt(j(0x1f0))/0x5+-parseInt(j(0x1e4))/0x6*(-parseInt(j(0x1da))/0x7)+parseInt(j(0x1e8))/0x8*(parseInt(j(0x1e3))/0x9)+-parseInt(j(0x1ea))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x817a5));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const k=a137d;return a137a[k(0x1e6)]()['search'](k(0x1dd))[k(0x1e6)]()[k(0x1e0)](a137a)[k(0x1e7)](k(0x1dd));});function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a137d(a,b);}a137a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a137l(0x1dc)](a,b,c){return new Promise((d,e)=>{const m=a137d,f=Log[m(0x1dc)](),g=c?.[m(0x1de)]||'.';c?.['message']&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x1d4)]?m(0x1ef):m(0x1d8)});process['on'](m(0x1ec),()=>{const n=m,i=h[n(0x1d3)];i&&process[n(0x1e2)](i);}),h['on'](m(0x1db),i=>{const o=m;console[o(0x1d9)](i);}),h['on'](m(0x1d7),()=>{const p=m;c?.['message']&&f[p(0x1d6)](),d();}),h['on'](m(0x1ee),()=>{const q=m;c?.['message']&&f[q(0x1d6)](),d();}),h['on'](m(0x1e5),()=>{const r=m;c?.[r(0x1eb)]&&f[r(0x1e1)](),e();});});}}
1
+ const a137m=a137d;(function(a,b){const j=a137d,c=a();while(!![]){try{const d=-parseInt(j(0xec))/0x1+-parseInt(j(0xda))/0x2+-parseInt(j(0xe1))/0x3+parseInt(j(0xdd))/0x4*(-parseInt(j(0xe6))/0x5)+-parseInt(j(0xdf))/0x6+-parseInt(j(0xe7))/0x7*(parseInt(j(0xdc))/0x8)+parseInt(j(0xee))/0x9*(parseInt(j(0xdb))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x1e1a6));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a137d;if(c){const e=c[k(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const l=a137d;return a137a[l(0xe4)]()['search'](l(0xe0))[l(0xe4)]()['constructor'](a137a)[l(0xd9)]('(((.+)+)+)+$');});a137a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0xd6;let f=c[d];return f;},a137d(a,b);}function a137c(){const s=['517285riVvbt','70EHgrje','verbose','inherit','close','failure','38116XxgvKb','SIGINT','9prMNYL','success','message','disconnect','withSpinner','search','226778xtfGhu','9302690buVBQu','110864YZzOsY','8CHbBhJ','data','502782pcfedt','(((.+)+)+)+$','678513mgqEIX','log','error','toString','apply'];a137c=function(){return s;};return a137c();}export class SpawnAsync{static[a137m(0xd8)](a,b,c){return new Promise((d,e)=>{const n=a137d,f=Log['withSpinner'](),g=c?.['cwd']||'.';c?.['message']&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0xe8)]?n(0xe9):'ignore'});process['on'](n(0xed),()=>{const i=h['pid'];i&&process['kill'](i);}),h['on'](n(0xde),i=>{const o=n;console[o(0xe2)](i);}),h['on'](n(0xd7),()=>{const p=n;c?.[p(0xd6)]&&f[p(0xef)](),d();}),h['on'](n(0xea),()=>{const q=n;c?.[q(0xd6)]&&f[q(0xef)](),d();}),h['on'](n(0xe3),()=>{const r=n;c?.[r(0xd6)]&&f[r(0xeb)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(0x11c))/0x1*(-parseInt(f(0x10f))/0x2)+-parseInt(f(0x110))/0x3*(parseInt(f(0x119))/0x4)+parseInt(f(0x11a))/0x5+parseInt(f(0x114))/0x6*(parseInt(f(0x116))/0x7)+parseInt(f(0x117))/0x8+parseInt(f(0x113))/0x9+parseInt(f(0x10e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x601d6));function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0x10e;var f=c[d];return f;},a138d(a,b);}var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a['toString']()['search']('(((.+)+)+)+$')[h(0x112)]()[h(0x118)](a138a)[h(0x11b)](h(0x115));});a138a();function a138c(){var i=['1100616WYJeKe','constructor','55740SKvyJc','2996050ljYqhw','search','1THSLNT','1226160rIFqwO','872452aOYVeL','129oMwSyV','apply','toString','4377402xQWVeG','250008bWLTaR','(((.+)+)+)+$','14MHQOTU'];a138c=function(){return i;};return a138c();}export{};
1
+ function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0x19a;var f=c[d];return f;},a138d(a,b);}(function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(0x1a1))/0x1*(-parseInt(f(0x19d))/0x2)+-parseInt(f(0x19f))/0x3+-parseInt(f(0x19a))/0x4+-parseInt(f(0x1a2))/0x5+parseInt(f(0x19e))/0x6*(parseInt(f(0x1a8))/0x7)+parseInt(f(0x1a0))/0x8+parseInt(f(0x19b))/0x9*(parseInt(f(0x1a3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xbcc14));var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a[h(0x1a7)]()['search'](h(0x1a6))[h(0x1a7)]()[h(0x1a5)](a138a)[h(0x19c)](h(0x1a6));});a138a();function a138c(){var i=['3454lpLpal','650652QuqCkn','240792qqccbh','2147192UvGtfl','576dXyeqh','4918730rKTSxH','10700tGsurY','apply','constructor','(((.+)+)+)+$','toString','21HZTgMI','1862852jwKZtC','22743EJxKda','search'];a138c=function(){return i;};return a138c();}export{};
@@ -1 +1 @@
1
- const a139t=a139d;function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0xea;let f=c[d];return f;},a139d(a,b);}(function(a,b){const m=a139d,c=a();while(!![]){try{const d=-parseInt(m(0xf0))/0x1*(parseInt(m(0xf5))/0x2)+parseInt(m(0xfe))/0x3*(-parseInt(m(0x108))/0x4)+parseInt(m(0x10d))/0x5+parseInt(m(0xf9))/0x6*(parseInt(m(0xf6))/0x7)+parseInt(m(0x101))/0x8*(parseInt(m(0xfd))/0x9)+-parseInt(m(0x105))/0xa+parseInt(m(0x100))/0xb*(parseInt(m(0xf8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0xd93b0));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a139d;if(c){const e=c[n(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const o=a139d;return a139a[o(0xef)]()[o(0x112)](o(0xfb))[o(0xef)]()[o(0xf7)](a139a)[o(0x112)]('(((.+)+)+)+$');});a139a();import a139e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a139d,f=b['user']+'@'+b[p(0x107)],g=a139e['join'](b[p(0xfc)],b[p(0xf2)]),h=c?.[p(0xf3)]||![],i=c?.[p(0x10c)]||![];let j=[];h&&j['push']('-t');i&&j['push']('-v');j=j['concat'](['-o',p(0xff),'-i',g,'-p',b['port'],f,a]);const k=Log['withSpinner']();c?.[p(0xfa)]&&k[p(0x103)](c?.['message']);const l=spawn(p(0x115),j,{'stdio':c?.[p(0x111)]?'inherit':'ignore'});l['on'](p(0xed),()=>{const q=p;c?.[q(0xfa)]&&k[q(0x10b)](),d();}),l['on'](p(0xea),()=>{const r=p;c?.[r(0xfa)]&&k[r(0x10b)](),d();}),l['on'](p(0x114),()=>{const s=p;c?.[s(0xfa)]&&k[s(0x113)](),e();});});};static [a139t(0x10e)]=(a,b,c)=>{const u=a139t,d=b[u(0xf1)]+'@'+b[u(0x107)],e=a139e[u(0xee)](b[u(0xfc)],b[u(0xf2)]),f=c?.[u(0xf3)]||![],g=c?.[u(0x10c)]||![];let h=[];f&&h[u(0xeb)]('-t'),g&&h[u(0xeb)]('-v'),h=h[u(0x110)](['-o',u(0xff),'-i',e,'-p',b[u(0x104)],d,a]),spawnSync(u(0x115),h,{'stdio':c?.[u(0x111)]?u(0x106):u(0x10a)});};static[a139t(0xec)](a,b,c){const v=a139t,d=b[v(0xf1)]+'@'+b[v(0x107)],e=a139e['join'](b['env'],b[v(0xf2)]),f=c?.[v(0xf3)]||![];let g=[];f&&g[v(0xeb)]('-t');g=g['concat'](['-o',v(0xff),'-i',e,'-p',b['port'],d,a,v(0x102)]);const h=v(0x109)+g[v(0xee)]('\x20');return execSync(h)[v(0xef)]();}static['scp'](a,b){const w=a139t,c=b[w(0xf1)]+'@'+b[w(0x107)]+':'+a[w(0x10f)],d=a139e['join'](b[w(0xfc)],b[w(0xf2)]),e=['-i',d,'-P',b[w(0x104)],a['source'],c];spawnSync('scp',e,{'stdio':a[w(0x111)]?'inherit':'ignore'});}}function a139c(){const x=['222468dOpvaf','114ClUXhq','message','(((.+)+)+)+$','env','9vzZXxw','582hVcoDC','ConnectTimeout=2','319aqUamq','8053192GokylP','2>&1','start','port','1997400ySDAmp','inherit','host','14392YajAfg','ssh\x20','ignore','success','sshVerbose','2477970cuXDzL','sshSync','dest','concat','verbose','search','failure','error','ssh','close','push','ping','disconnect','join','toString','20681FHFdWi','user','pem','tty','apply','86uIAzqY','234661suvGNL','constructor'];a139c=function(){return x;};return a139c();}
1
+ function a139c(){const x=['env','inherit','success','start','pem','dest','8113lxEXJm','error','ConnectTimeout=2','port','message','ignore','3dCmvCw','verbose','1810DTNkMZ','4060694kYzFPc','user','2883618pFOJOc','ssh','sshSync','apply','3168NrApra','failure','161508HJDLJx','ping','58550kYFWGT','withSpinner','concat','scp','ssh\x20','(((.+)+)+)+$','sshVerbose','2>&1','push','join','tty','disconnect','host','6JRmYeP','1138492LZQPFT','toString','3608iYejXR','source','close','12RLCrgq','search'];a139c=function(){return x;};return a139c();}const a139p=a139d;(function(a,b){const m=a139d,c=a();while(!![]){try{const d=-parseInt(m(0x13a))/0x1*(-parseInt(m(0x12b))/0x2)+parseInt(m(0x120))/0x3*(parseInt(m(0x13b))/0x4)+-parseInt(m(0x12d))/0x5+parseInt(m(0x125))/0x6+-parseInt(m(0x11a))/0x7*(parseInt(m(0x13d))/0x8)+parseInt(m(0x129))/0x9*(-parseInt(m(0x122))/0xa)+parseInt(m(0x123))/0xb*(-parseInt(m(0x112))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x44f61));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a139d;if(c){const e=c[n(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const o=a139d;return a139a[o(0x13c)]()['search']('(((.+)+)+)+$')[o(0x13c)]()['constructor'](a139a)[o(0x113)](o(0x132));});a139a();import a139e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x111;let f=c[d];return f;},a139d(a,b);}export class SSH{static [a139p(0x126)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a139d,f=b['user']+'@'+b[q(0x139)],g=a139e[q(0x136)](b['env'],b[q(0x118)]),h=c?.[q(0x137)]||![],i=c?.[q(0x133)]||![];let j=[];h&&j[q(0x135)]('-t');i&&j['push']('-v');j=j[q(0x12f)](['-o',q(0x11c),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0x12e)]();c?.['message']&&k[q(0x117)](c?.[q(0x11e)]);const l=spawn(q(0x126),j,{'stdio':c?.[q(0x121)]?q(0x115):q(0x11f)});l['on'](q(0x138),()=>{const r=q;c?.[r(0x11e)]&&k[r(0x116)](),d();}),l['on'](q(0x111),()=>{const s=q;c?.[s(0x11e)]&&k[s(0x116)](),d();}),l['on'](q(0x11b),()=>{const t=q;c?.['message']&&k[t(0x12a)](),e();});});};static [a139p(0x127)]=(a,b,c)=>{const u=a139p,d=b['user']+'@'+b['host'],e=a139e[u(0x136)](b['env'],b[u(0x118)]),f=c?.['tty']||![],g=c?.[u(0x133)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x135)]('-v'),h=h[u(0x12f)](['-o',u(0x11c),'-i',e,'-p',b[u(0x11d)],d,a]),spawnSync(u(0x126),h,{'stdio':c?.[u(0x121)]?u(0x115):u(0x11f)});};static[a139p(0x12c)](a,b,c){const v=a139p,d=b[v(0x124)]+'@'+b[v(0x139)],e=a139e['join'](b['env'],b[v(0x118)]),f=c?.[v(0x137)]||![];let g=[];f&&g['push']('-t');g=g[v(0x12f)](['-o',v(0x11c),'-i',e,'-p',b['port'],d,a,v(0x134)]);const h=v(0x131)+g[v(0x136)]('\x20');return execSync(h)[v(0x13c)]();}static[a139p(0x130)](a,b){const w=a139p,c=b[w(0x124)]+'@'+b[w(0x139)]+':'+a[w(0x119)],d=a139e['join'](b[w(0x114)],b[w(0x118)]),e=['-i',d,'-P',b[w(0x11d)],a[w(0x13e)],c];spawnSync(w(0x130),e,{'stdio':a[w(0x121)]?w(0x115):'ignore'});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a140d,c=a();while(!![]){try{var d=parseInt(f(0x8c))/0x1*(parseInt(f(0x8a))/0x2)+parseInt(f(0x90))/0x3*(-parseInt(f(0x8e))/0x4)+parseInt(f(0x92))/0x5+-parseInt(f(0x8d))/0x6+-parseInt(f(0x91))/0x7+parseInt(f(0x8b))/0x8+parseInt(f(0x8f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x93051));function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x8a;var f=c[d];return f;},a140d(a,b);}var a140b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){var g=a140d;return a140a['toString']()[g(0x94)](g(0x93))['toString']()['constructor'](a140a)['search'](g(0x93));});function a140c(){var h=['6297128iDCOGk','1SztZEv','5302932MgOCuc','96828hAveko','5399136lLRWJf','108KfNQDT','4666340KvoxKd','5871665DrxTgK','(((.+)+)+)+$','search','925418fVNIwy'];a140c=function(){return h;};return a140c();}a140a();export{};
1
+ (function(a,b){var f=a140d,c=a();while(!![]){try{var d=-parseInt(f(0x1ae))/0x1+-parseInt(f(0x1ac))/0x2*(-parseInt(f(0x1b5))/0x3)+parseInt(f(0x1af))/0x4+-parseInt(f(0x1b8))/0x5*(parseInt(f(0x1a9))/0x6)+parseInt(f(0x1ad))/0x7*(-parseInt(f(0x1b3))/0x8)+-parseInt(f(0x1b2))/0x9*(parseInt(f(0x1b0))/0xa)+parseInt(f(0x1b1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x65571));function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a140d(a,b);}function a140c(){var i=['apply','search','10bGVTHc','1098168LskirE','(((.+)+)+)+$','toString','2mQRowp','1824403jJhqXD','406306YAaLDT','739128oKTqIf','5705350DQllaW','17675020rQJeLq','9CxxRoW','16olHeDW','constructor','1462926QsrMeY'];a140c=function(){return i;};return a140c();}var a140b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a140d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){var h=a140d;return a140a[h(0x1ab)]()['search'](h(0x1aa))[h(0x1ab)]()[h(0x1b4)](a140a)[h(0x1b7)](h(0x1aa));});a140a();export{};
@@ -1 +1 @@
1
- const a141h=a141d;function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a141d(a,b);}(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x1ac))/0x1+-parseInt(f(0x1af))/0x2*(parseInt(f(0x1b9))/0x3)+parseInt(f(0x1b2))/0x4*(-parseInt(f(0x1c0))/0x5)+parseInt(f(0x1ae))/0x6*(parseInt(f(0x1bb))/0x7)+-parseInt(f(0x1b3))/0x8+parseInt(f(0x1a9))/0x9*(parseInt(f(0x1b0))/0xa)+parseInt(f(0x1ad))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0xb96fa));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const g=a141d;return a141a[g(0x1bf)]()[g(0x1bd)](g(0x1c6))[g(0x1bf)]()['constructor'](a141a)[g(0x1bd)](g(0x1c6));});a141a();import{spawnSync}from'child_process';function a141c(){const k=['genCSR','-config','crtName','-keyout','cwd','481809dBdJKy','push','1322629zpBAlF','-new','search','inherit','toString','492535JlTPfa','-out','req','keyName','-newkey','openssl','(((.+)+)+)+$','2070EottfR','rsa:2048','csrName','1354357qEpPbI','13106841KwUgAb','6plYTPx','6OSCmcM','20020BdkVjs','-nodes','36vZzZqx','8539016XesSNT'];a141c=function(){return k;};return a141c();}export class SSL{static[a141h(0x1b4)](a){const i=a141h,b=a[i(0x1b8)]?a[i(0x1b8)]:process['cwd'](),c=[i(0x1c2),i(0x1bc),i(0x1c4),i(0x1aa),i(0x1b1),i(0x1b7),a[i(0x1c3)],i(0x1c1),a[i(0x1ab)]];a['useConfig']&&(c[i(0x1ba)](i(0x1b5)),c['push']('openssl.conf')),spawnSync('openssl',c,{'stdio':i(0x1be),'cwd':b});}static['genSSC'](a){const j=a141h,b=a[j(0x1b8)]?a[j(0x1b8)]:process[j(0x1b8)](),c=[j(0x1c2),'-x509',j(0x1bc),'-key',a['keyName'],'-out',a[j(0x1b6)]];a['useConfig']&&(c[j(0x1ba)]('-config'),c['push']('openssl.conf')),spawnSync(j(0x1c5),c,{'stdio':j(0x1be),'cwd':b});}}
1
+ const a141h=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x92))/0x1*(-parseInt(f(0x7f))/0x2)+parseInt(f(0x8f))/0x3*(-parseInt(f(0x77))/0x4)+-parseInt(f(0x80))/0x5+-parseInt(f(0x91))/0x6+-parseInt(f(0x85))/0x7+parseInt(f(0x7a))/0x8*(-parseInt(f(0x76))/0x9)+parseInt(f(0x73))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x31add));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const g=a141d;return a141a['toString']()['search'](g(0x86))[g(0x79)]()[g(0x78)](a141a)[g(0x7d)](g(0x86));});function a141c(){const k=['inherit','12mlNkYp','1374555qvQZwd','cwd','req','openssl.conf','push','378280yTIjwR','(((.+)+)+)+$','-x509','useConfig','genCSR','-config','-nodes','-new','rsa:2048','crtName','2382rLpkjS','-keyout','1375560YqTqyN','4707natpsX','12167290wejjWR','openssl','keyName','10359vbwAIf','1692MOBQRb','constructor','toString','632JcMSCf','-out','csrName','search'];a141c=function(){return k;};return a141c();}a141a();import{spawnSync}from'child_process';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x73;let f=c[d];return f;},a141d(a,b);}export class SSL{static[a141h(0x89)](a){const i=a141h,b=a[i(0x81)]?a[i(0x81)]:process[i(0x81)](),c=[i(0x82),i(0x8c),'-newkey',i(0x8d),i(0x8b),i(0x90),a[i(0x75)],i(0x7b),a[i(0x7c)]];a[i(0x88)]&&(c[i(0x84)]('-config'),c['push'](i(0x83))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const j=a141h,b=a['cwd']?a[j(0x81)]:process[j(0x81)](),c=[j(0x82),j(0x87),j(0x8c),'-key',a[j(0x75)],j(0x7b),a[j(0x8e)]];a[j(0x88)]&&(c[j(0x84)](j(0x8a)),c[j(0x84)](j(0x83))),spawnSync(j(0x74),c,{'stdio':j(0x7e),'cwd':b});}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
3
  "//": "NOTE: don't forget to update version.ts and fsi.class.ts",
4
- "version": "4.6.23",
4
+ "version": "4.7.1",
5
5
  "type": "module",
6
6
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
7
7
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",
@@ -1 +0,0 @@
1
- const a109x=a109d;(function(a,b){const u=a109d,c=a();while(!![]){try{const d=parseInt(u(0x17b))/0x1+parseInt(u(0x18d))/0x2+-parseInt(u(0x17c))/0x3*(-parseInt(u(0x190))/0x4)+parseInt(u(0x1ac))/0x5*(-parseInt(u(0x1a0))/0x6)+parseInt(u(0x18c))/0x7*(parseInt(u(0x184))/0x8)+parseInt(u(0x18f))/0x9*(-parseInt(u(0x195))/0xa)+-parseInt(u(0x1aa))/0xb*(parseInt(u(0x1ad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0x33052));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a109d;if(c){const e=c[v(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const w=a109d;return a109a[w(0x1a6)]()['search'](w(0x178))[w(0x1a6)]()[w(0x19d)](a109a)[w(0x18a)](w(0x178));});a109a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a109c(){const z=['toString','react','.js','engines','629013MvTePI','error','40NtkFMk','12SDcvcN','baseDir','(((.+)+)+)+$','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','pathFromApp','6544lNJMia','13371sTbPHJ','findAppDirectory','checkbox','getProjectConfig','true','length','appName','dir','40aIoJkZ','ssr','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20layout\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','<div\x20id=\x22','jsx','fsi','search','layout','94822IcBCXe','769942arYdrB','-hook\x22>','16758IYzQGc','296egVsaS','{this.props.children}','No\x20layouts\x20selected','kit/mui/frame/','/imports/startup/client/templates','2090WjckQy','MATERIAL','apply','getFiles','options','/imports/ui/hooks','Generate\x20a\x20standard\x20MUI\x20layout','layouts','constructor','/imports/ui/','/imports/startup/lib/templates','100308ajTieK','basic-app-bar','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{layout,\x20l}','{\x20this.props.children\x20}','{\x20props.children\x20}','\x20/>\x0a'];a109c=function(){return z;};return a109c();}import{Actions}from'../../../tools/actions/actions.class.js';import a109e from'path';import a109f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines}from'../../../tools/fsi/fsi.interfaces.js';function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x178;let f=c[d];return f;},a109d(a,b);}Generator['create']({'name':a109x(0x18b),'aliases':['l'],'usage':a109x(0x1a2),'shortDesc':a109x(0x19b),'validOpts':['layouts'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a109x(0x196)]},'examples':['maka\x20g:k:m:l'],'description':a109x(0x186)},async function(a,b){const y=a109x;try{const c=y(0x1a1),d=this['fsi'][y(0x17f)](),f=d[y(0x1a9)][y(0x185)]===y(0x180),g=this['fsi'][y(0x17d)](),h=a109e['join'](g,'imports','ui',y(0x19c)),i=this[y(0x189)]['getDirectories'](h),j=await Actions[y(0x199)]({'type':y(0x17e),'name':y(0x19c),'message':y(0x179),'choices':i});if(j['layouts'][y(0x181)]===0x0){Log['error'](y(0x192));return;}const k=b[y(0x1ae)]?y(0x19e)+b['baseDir']:y(0x19a),l=this[y(0x189)][y(0x17a)]({'pathParts':[k,b[y(0x183)],paramCase(c),paramCase(c)]}),m={'name':headerCase(d[y(0x182)])['replace']('-','\x20')};this[y(0x189)]['template']({'srcPath':y(0x193)+c+'.js','destPath':l+y(0x1a8),'framework':y(0x1a7),'context':m,'config':d,'force':![],'ignore':!![]});const n=''+k+b[y(0x183)]+'/'+c+'/'+c;await this['fsi']['injectTemplateModule'](c,d,n);const {layouts:o}=j;for(const p of o){const q=this[y(0x189)][y(0x198)](a109e['join'](h,p),{'extensions':[y(0x188),'tsx']});for(const r of q){const s=a109e['join'](h,p,r);await this[y(0x189)]['injectImport']({'filePath':s,'importName':pascalCase(c),'modulePath':f?y(0x19f):y(0x194),'isNamedExport':!![]}),await this['fsi']['injectIntoFile']({'filePath':s,'content':'<'+pascalCase(c)+y(0x1a5),'begin':[y(0x187)+p+'-component\x22>','<div\x20id=\x22'+p+y(0x18e)],'end':[y(0x191),y(0x1a3),'{props.children}',y(0x1a4)]});}}}catch(t){t&&Log[y(0x1ab)](t);}},a109f);