@maka/maka-cli 4.6.4 → 4.6.5

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 (136) 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.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x14d))/0x1+parseInt(f(0x14a))/0x2+parseInt(f(0x143))/0x3+parseInt(f(0x141))/0x4*(parseInt(f(0x142))/0x5)+-parseInt(f(0x146))/0x6*(-parseInt(f(0x14b))/0x7)+-parseInt(f(0x140))/0x8*(-parseInt(f(0x147))/0x9)+-parseInt(f(0x144))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x81cab));function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x140;var f=c[d];return f;},a125d(a,b);}var a125b=(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;};}()),a125a=a125b(this,function(){var g=a125d;return a125a['toString']()[g(0x145)](g(0x14c))[g(0x148)]()[g(0x149)](a125a)['search'](g(0x14c));});a125a();export{};function a125c(){var h=['7393015UMbzah','(((.+)+)+)+$','376685YRVAYx','2748696mydXZs','12zgMRiP','1277855dltpan','941922vkXuIf','26477900BeYFFO','search','6GtylTb','18hWjfjB','toString','constructor','1464192SlocYH'];a125c=function(){return h;};return a125c();}
1
+ function a125c(){var i=['8FMNhAO','(((.+)+)+)+$','toString','30QXPVjr','142461LiWVlL','26084XbCLuW','37911YrXMWw','apply','4QzfAtQ','246928AxIySn','871835xqyToG','constructor','43715WPqApr','search','24CqWSYr','1594104gJwJBw'];a125c=function(){return i;};return a125c();}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x14f))/0x1*(parseInt(f(0x14c))/0x2)+parseInt(f(0x14d))/0x3*(-parseInt(f(0x147))/0x4)+-parseInt(f(0x151))/0x5+parseInt(f(0x145))/0x6*(-parseInt(f(0x143))/0x7)+parseInt(f(0x146))/0x8+parseInt(f(0x14b))/0x9+parseInt(f(0x14a))/0xa*(parseInt(f(0x150))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x1ad9f));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x149)]()['search'](h(0x148))[h(0x149)]()[h(0x152)](a125a)[h(0x144)](h(0x148));});a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x143;var f=c[d];return f;},a125d(a,b);}export{};
@@ -1 +1 @@
1
- const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x1f2))/0x1+parseInt(f(0x1d8))/0x2+parseInt(f(0x1e4))/0x3*(parseInt(f(0x1dd))/0x4)+parseInt(f(0x1ef))/0x5+-parseInt(f(0x1de))/0x6+parseInt(f(0x1ee))/0x7*(parseInt(f(0x1eb))/0x8)+-parseInt(f(0x1d9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x6151c));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a['toString']()['search']('(((.+)+)+)+$')[h(0x1ea)]()[h(0x1f0)](a126a)['search']('(((.+)+)+)+$');});a126a();function a126c(){const n=['singleLine','392533lBQdWM','apply','80314wNerqG','5255622ucakEF','lastLoggedProgress','total','win32','1282916BoWQGX','2214468cVWZKf','majestic','min','current','colors','width','3CZITai','dlMessage',':\x20[','draw','repeat','update','toString','4168cYLqUY','round','graphic','1589ajpXQz','2399850fWXBfg','constructor'];a126c=function(){return n;};return a126c();}import{Log}from'../log/log.class.js';const isWin=process['platform']===a126i(0x1dc),downArrow=isWin?'<':'↓';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a126d(a,b);}export class Progress{[a126i(0x1db)];[a126i(0x1e1)];[a126i(0x1e3)];[a126i(0x1da)];[a126i(0x1e5)];['graphic'];constructor(a,b='Downloading',c=downArrow){const j=a126i;this[j(0x1db)]=a,this[j(0x1e1)]=0x0,this[j(0x1e3)]=0x28,this[j(0x1da)]=0x0,this['dlMessage']=b,this[j(0x1ed)]=Log[j(0x1e2)][j(0x1df)](c);}[a126i(0x1e9)](a){const k=a126i;this[k(0x1e1)]+=a,this[k(0x1e7)]();}['complete'](){const l=a126i;this[l(0x1e1)]=this[l(0x1db)],this[l(0x1e7)](),Log['singleLineSuccess']('');}[a126i(0x1e7)](){const m=a126i,a=Math[m(0x1e0)](0x64,Math[m(0x1ec)](this[m(0x1e1)]/this[m(0x1db)]*0x64));if(a!==this[m(0x1da)]){this[m(0x1da)]=a;const b=Math[m(0x1ec)](a/0x64*this[m(0x1e3)]),c=this[m(0x1e3)]-b,d=''+Log[m(0x1e2)]['success']('█')[m(0x1e8)](b)+'░'[m(0x1e8)](c),e=this['graphic']+'\x20'+this['dlMessage']+m(0x1e6)+d+']\x20'+a+'%';Log[m(0x1f1)](e);}}}
1
+ function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x158;let f=c[d];return f;},a126d(a,b);}const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x164))/0x1+-parseInt(f(0x172))/0x2+parseInt(f(0x160))/0x3+parseInt(f(0x166))/0x4*(-parseInt(f(0x16e))/0x5)+parseInt(f(0x171))/0x6+-parseInt(f(0x15e))/0x7*(parseInt(f(0x159))/0x8)+parseInt(f(0x161))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xa94d6));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a['toString']()[h(0x16a)](h(0x16d))[h(0x158)]()[h(0x174)](a126a)['search'](h(0x16d));});function a126c(){const n=['22050SSKLMZ','repeat','1153716TcIZyV','28861371kOYiQJ','colors','round','165948poMiZm','update','344HhYqNJ','complete','lastLoggedProgress','singleLine','search','platform','total','(((.+)+)+)+$','45550zpKvUS','current','dlMessage','12726MMGdDz','1173384FBkJeN','success','constructor','toString','3464aSObzj','width','apply','graphic','draw'];a126c=function(){return n;};return a126c();}a126a();import{Log}from'../log/log.class.js';const isWin=process[a126i(0x16b)]==='win32',downArrow=isWin?'<':'↓';export class Progress{[a126i(0x16c)];[a126i(0x16f)];['width'];[a126i(0x168)];['dlMessage'];[a126i(0x15c)];constructor(a,b='Downloading',c=downArrow){const j=a126i;this[j(0x16c)]=a,this['current']=0x0,this[j(0x15a)]=0x28,this[j(0x168)]=0x0,this['dlMessage']=b,this['graphic']=Log[j(0x162)]['majestic'](c);}[a126i(0x165)](a){const k=a126i;this[k(0x16f)]+=a,this['draw']();}[a126i(0x167)](){const l=a126i;this[l(0x16f)]=this[l(0x16c)],this[l(0x15d)](),Log['singleLineSuccess']('');}[a126i(0x15d)](){const m=a126i,a=Math['min'](0x64,Math[m(0x163)](this[m(0x16f)]/this[m(0x16c)]*0x64));if(a!==this[m(0x168)]){this[m(0x168)]=a;const b=Math[m(0x163)](a/0x64*this[m(0x15a)]),c=this[m(0x15a)]-b,d=''+Log[m(0x162)][m(0x173)]('█')[m(0x15f)](b)+'░'[m(0x15f)](c),e=this[m(0x15c)]+'\x20'+this[m(0x170)]+':\x20['+d+']\x20'+a+'%';Log[m(0x169)](e);}}}
@@ -1 +1 @@
1
- function a127c(){const L=['26610122dErvef','join','bright','\x20>\x20','red','singleLine','usage','platform','search','singleLineSuccess','yellowBright','name','values','greenBright','notice','2711TPDnNw','10145iXVrFN','5120xMFjQR','header','whiteBright','withSpinner','apply','stdout','7531296skDurU','constructor','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','4LVADmv','447189jYoPfo','object','log','Usage:\x20','win32','forEach','DARK','[--','boolFlag','yellow','success','hide','blackBright','colorMode','bold','<value>','26154uebfFY','toString','warn','black','cyan','411222UqPjyw','cyanBright','error','hidden','colors','(((.+)+)+)+$','trim','info','show','Examples:','12iiYmfD','484GyEwfi','majestic'];a127c=function(){return L;};return a127c();}const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(0x10d))/0x1*(parseInt(k(0xfc))/0x2)+parseInt(k(0xdc))/0x3+-parseInt(k(0xdb))/0x4*(parseInt(k(0x10e))/0x5)+-parseInt(k(0xfb))/0x6*(-parseInt(k(0xf1))/0x7)+-parseInt(k(0xd8))/0x8+-parseInt(k(0xec))/0x9*(parseInt(k(0x10f))/0xa)+parseInt(k(0xfe))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xde446));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';import a127h from'elegant-spinner';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xd5;let f=c[d];return f;},a127d(a,b);}const isWin=process[a127l(0x105)]===a127l(0xe0),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a127d;if(h){const j=h[m(0xd6)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a127d;return e[n(0xed)]()[n(0x106)](n(0xf6))[n(0xed)]()[n(0xd9)](e)[n(0x106)]('(((.+)+)+)+$');});e(),c[c[o(0xe2)]=0x0]=o(0xe2),c[c['LIGHT']=0x1]='LIGHT';}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0x10b)],'warn':a127f[a127l(0x108)],'notice':a127f[a127l(0xf2)],'error':a127f['red']['bold'],'header':a127f[a127l(0xe8)],'bright':a127f[a127l(0x111)],'info':a127f[a127l(0xf2)],'majestic':a127f['magentaBright']},LightColors={'success':a127f['green'],'warn':a127f[a127l(0xe5)],'notice':a127f[a127l(0xf0)],'error':a127f[a127l(0x102)],'header':a127f[a127l(0xef)],'bright':a127f[a127l(0xef)],'info':a127f[a127l(0xf0)],'majestic':a127f['magenta']},formatOptionalOpts=a=>{const q=a127l;return a['map'](b=>{const p=a127d;if(typeof b===p(0xdd)){if(b?.[p(0xf4)])return'';if(b[p(0xe4)])return p(0xe3)+b['name']+']';return'[--'+b['name']+'='+(b?.[p(0x10a)]?b[p(0x10a)]['join']('|'):p(0xeb))+']';}return p(0xe3)+b+']';})[q(0xff)]('\x20');},formatRequiredOpts=a=>{return a['map'](b=>{const r=a127d;if(typeof b===r(0xdd)){if(b?.[r(0xf4)])return'';if(b['boolFlag'])return'--'+b[r(0x109)];return'--'+b[r(0x109)]+'='+(b?.[r(0x10a)]?b[r(0x10a)][r(0xff)]('|'):r(0xeb));}return'--'+b;})['join']('\x20');};export class Log{static [a127l(0xe9)]=ColorMode[a127l(0xe2)];static get[a127l(0xf5)](){const s=a127l;return Log['colorMode']===ColorMode[s(0xe2)]?DarkColors:LightColors;}static['setColorMode'](a){const t=a127l;Log[t(0xe9)]=a;}static[a127l(0xe6)](a){const u=a127l;console[u(0xde)](Log[u(0xf5)][u(0xe6)](a));}static['warn'](a){const v=a127l;console[v(0xde)](Log[v(0xf5)][v(0xee)](a));}static[a127l(0x10c)](a){const w=a127l;console[w(0xde)](Log['colors'][w(0x10c)](a));}static['error'](a){const x=a127l;console[x(0xde)](Log[x(0xf5)][x(0xf3)](a));}static[a127l(0x110)](a){const y=a127l;console['log'](Log[y(0xf5)][y(0x110)](a));}static['bright'](a){const z=a127l;console[z(0xde)](Log[z(0xf5)][z(0x100)](a));}static['info'](a){const A=a127l;console[A(0xde)](Log[A(0xf5)][A(0xf8)](a));}static['majestic'](a){const B=a127l;console[B(0xde)](Log[B(0xf5)][B(0xfd)](a));}static[a127l(0x104)](a,b,c,d,e,f){const C=a127l,g=a127f[C(0xe8)];Log[C(0x100)](d),b&&b['length']>0x0&&(Log[C(0x100)](g(C(0xfa))),b[C(0xe1)](h=>{const D=C;Log['bright'](D(0x101)+h);})),a&&(Log[C(0x110)]('\x0aManual:'),Log[C(0x10c)]('\x20\x20'+a[C(0xf7)]()+'\x0a')),c&&Log[C(0x100)](g(C(0xdf))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x110)](C(0xda));}static[a127l(0xd5)](a=''){const E=a127l;a127g[E(0xe7)]();const b=a127h();a127g[E(0xe7)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a127d;a127e[F(0xd7)](a127f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a127e[G(0xd7)](a127f[G(0x10b)](check)+'\x20'+a+'\x20'+d),console[G(0xde)](),a127g['show']();},'failure'(d=''){const H=E;clearInterval(c),a127e[H(0xd7)](a127f['red'][H(0xea)](cross)+'\x20'+a+'\x20'+d),console['log'](),a127g[H(0xf9)]();},'stop'(){const I=E;clearInterval(c),a127g[I(0xf9)]();}};}static[a127l(0x103)](a){const J=a127l;a127e[J(0xd7)](a);}static[a127l(0x107)](a){const K=a127l;a127e[K(0xd7)](a127f[K(0x10b)](check)+'\x20'+a);}}
1
+ const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(0xfb))/0x1+-parseInt(k(0xee))/0x2*(parseInt(k(0xd9))/0x3)+-parseInt(k(0x10c))/0x4*(parseInt(k(0xe6))/0x5)+parseInt(k(0xe7))/0x6*(-parseInt(k(0xfe))/0x7)+parseInt(k(0xf2))/0x8*(-parseInt(k(0x10a))/0x9)+parseInt(k(0xde))/0xa+parseInt(k(0xda))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x85a39));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';import a127h from'elegant-spinner';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xd2;let f=c[d];return f;},a127d(a,b);}const isWin=process[a127l(0xf6)]===a127l(0xe0),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;function a127c(){const K=['465005FtLkqA','12SiKBsn','success','join','boolFlag','colorMode','hidden','trim','4ZlsJZU','colors','search','withSpinner','4185584JHoSSA','LIGHT','name','singleLine','platform','\x0aManual:','info','map','forEach','568475vjITZG','whiteBright','bold','3480134NEtrIl','Usage:\x20','object','length','hide','log','cyanBright','stdout','majestic','greenBright','warn','values','9XizmZX','header','20dOQYSc','(((.+)+)+)+$','notice','setColorMode','green','red','bright','cyan','show','1319853jNHoLV','29647651ezfPif','toString','[--','yellow','1460980LtcYKB','black','win32','DARK','magentaBright','singleLineSuccess','Examples:','error'];a127c=function(){return K;};return a127c();}(function(c){const n=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a127d;return e['toString']()['search'](m(0x10d))[m(0xdb)]()['constructor'](e)[m(0xf0)](m(0x10d));});e(),c[c[n(0xe1)]=0x0]='DARK',c[c[n(0xf3)]=0x1]=n(0xf3);}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0x107)],'warn':a127f['yellowBright'],'notice':a127f['cyanBright'],'error':a127f[a127l(0xd5)][a127l(0xfd)],'header':a127f['blackBright'],'bright':a127f[a127l(0xfc)],'info':a127f[a127l(0x104)],'majestic':a127f[a127l(0xe2)]},LightColors={'success':a127f[a127l(0xd4)],'warn':a127f[a127l(0xdd)],'notice':a127f['cyan'],'error':a127f[a127l(0xd5)],'header':a127f['black'],'bright':a127f[a127l(0xdf)],'info':a127f['cyan'],'majestic':a127f['magenta']},formatOptionalOpts=a=>{const o=a127l;return a[o(0xf9)](b=>{const p=o;if(typeof b===p(0x100)){if(b?.[p(0xec)])return'';if(b[p(0xea)])return'[--'+b[p(0xf4)]+']';return p(0xdc)+b['name']+'='+(b?.[p(0x109)]?b['values'][p(0xe9)]('|'):'<value>')+']';}return p(0xdc)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const q=a127l;return a[q(0xf9)](b=>{const r=q;if(typeof b===r(0x100)){if(b?.['hidden'])return'';if(b[r(0xea)])return'--'+b[r(0xf4)];return'--'+b[r(0xf4)]+'='+(b?.[r(0x109)]?b[r(0x109)][r(0xe9)]('|'):'<value>');}return'--'+b;})[q(0xe9)]('\x20');};export class Log{static [a127l(0xeb)]=ColorMode[a127l(0xe1)];static get[a127l(0xef)](){const s=a127l;return Log[s(0xeb)]===ColorMode[s(0xe1)]?DarkColors:LightColors;}static[a127l(0xd3)](a){const t=a127l;Log[t(0xeb)]=a;}static[a127l(0xe8)](a){const u=a127l;console[u(0x103)](Log['colors'][u(0xe8)](a));}static['warn'](a){const v=a127l;console[v(0x103)](Log[v(0xef)][v(0x108)](a));}static[a127l(0xd2)](a){const w=a127l;console[w(0x103)](Log['colors'][w(0xd2)](a));}static['error'](a){const x=a127l;console['log'](Log[x(0xef)][x(0xe5)](a));}static['header'](a){const y=a127l;console[y(0x103)](Log['colors'][y(0x10b)](a));}static[a127l(0xd6)](a){const z=a127l;console[z(0x103)](Log[z(0xef)][z(0xd6)](a));}static[a127l(0xf8)](a){const A=a127l;console[A(0x103)](Log[A(0xef)][A(0xf8)](a));}static[a127l(0x106)](a){const B=a127l;console['log'](Log[B(0xef)][B(0x106)](a));}static['usage'](a,b,c,d,e,f){const C=a127l,g=a127f['blackBright'];Log[C(0xd6)](d),b&&b[C(0x101)]>0x0&&(Log[C(0xd6)](g(C(0xe4))),b[C(0xfa)](h=>{const D=C;Log[D(0xd6)]('\x20>\x20'+h);})),a&&(Log['header'](C(0xf7)),Log[C(0xd2)]('\x20\x20'+a[C(0xed)]()+'\x0a')),c&&Log[C(0xd6)](g(C(0xff))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x10b)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a127l(0xf1)](a=''){const E=a127l;a127g[E(0x102)]();const b=a127h();a127g[E(0x102)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a127d;a127e[F(0x105)](a127f[F(0xd7)](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a127e[G(0x105)](a127f['greenBright'](check)+'\x20'+a+'\x20'+d),console[G(0x103)](),a127g[G(0xd8)]();},'failure'(d=''){const H=E;clearInterval(c),a127e[H(0x105)](a127f[H(0xd5)][H(0xfd)](cross)+'\x20'+a+'\x20'+d),console['log'](),a127g[H(0xd8)]();},'stop'(){const I=E;clearInterval(c),a127g[I(0xd8)]();}};}static[a127l(0xf5)](a){a127e['stdout'](a);}static[a127l(0xe3)](a){const J=a127l;a127e[J(0x105)](a127f[J(0x107)](check)+'\x20'+a);}}
@@ -1 +1 @@
1
- (function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x9b))/0x1*(parseInt(f(0xa7))/0x2)+parseInt(f(0xa2))/0x3+-parseInt(f(0x9d))/0x4*(parseInt(f(0xa0))/0x5)+-parseInt(f(0x9a))/0x6+-parseInt(f(0x9c))/0x7*(-parseInt(f(0xa4))/0x8)+-parseInt(f(0xa1))/0x9*(-parseInt(f(0x9e))/0xa)+-parseInt(f(0xa9))/0xb*(-parseInt(f(0xa6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xdf372));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a['toString']()['search'](h(0xa5))[h(0xa3)]()[h(0x99)](a128a)[h(0xa8)](h(0xa5));});a128a();function a128c(){var i=['10YFeBai','apply','4252390SikjXj','2224557oHkTSH','1699743TAmjLi','toString','736lkfqbc','(((.+)+)+)+$','19152eLWXdX','2123612VrkjhL','search','2563QZvXOq','constructor','945336eZLCwS','1VmJvuV','136843BkIXwG','4AsncUV'];a128c=function(){return i;};return a128c();}function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x99;var f=c[d];return f;},a128d(a,b);}export{};
1
+ (function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1*(-parseInt(f(0x14a))/0x2)+-parseInt(f(0x153))/0x3*(parseInt(f(0x14f))/0x4)+-parseInt(f(0x150))/0x5+-parseInt(f(0x154))/0x6+-parseInt(f(0x156))/0x7*(-parseInt(f(0x14c))/0x8)+parseInt(f(0x149))/0x9*(-parseInt(f(0x151))/0xa)+parseInt(f(0x152))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x45dd9));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a['toString']()[h(0x14d)](h(0x14e))[h(0x155)]()[h(0x157)](a128a)['search'](h(0x14e));});a128a();export{};function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x148;var f=c[d];return f;},a128d(a,b);}function a128c(){var i=['(((.+)+)+)+$','136mlBkJR','384065ygKeQS','31130snOJpV','14773539TIUVbC','24909VBOzvf','3274968bexAVe','toString','3278233coGQpZ','constructor','99030sqoZnk','648hIUbvq','8ULdBGG','apply','8slklkI','search'];a128c=function(){return i;};return a128c();}
@@ -1 +1 @@
1
- function a129c(){const m=['Please\x20choose\x20a\x20valid\x20value\x20for\x20','41960tFwLhO','list','includes','requiredOpts','19804pAglLM','string','Invalid\x20value\x20for\x20','716492iqpoGd','handleRequiredOptions','4DLagLy','constructor','2796486GBErcz','Please\x20provide\x20a\x20valid\x20value\x20for\x20','length','options','93kVrJQE','search','6484690zODXVh','validOpts','1561545LlUpEe','opts','(((.+)+)+)+$','Please\x20choose\x20a\x20value\x20for\x20','1496169tyLrhs','handleValidOptions','ask','4763wtavYh','toString','inputOpts','24isiWgU','Please\x20provide\x20a\x20value\x20for\x20'];a129c=function(){return m;};return a129c();}const a129h=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x1e1))/0x1*(parseInt(f(0x1d6))/0x2)+-parseInt(f(0x1e9))/0x3+-parseInt(f(0x1db))/0x4*(-parseInt(f(0x1e3))/0x5)+parseInt(f(0x1dd))/0x6+parseInt(f(0x1d9))/0x7*(parseInt(f(0x1cf))/0x8)+parseInt(f(0x1e5))/0x9+parseInt(f(0x1d2))/0xa*(-parseInt(f(0x1ec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xcf3f7));const a129b=(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;};}()),a129a=a129b(this,function(){const g=a129d;return a129a[g(0x1ed)]()[g(0x1e2)]('(((.+)+)+)+$')[g(0x1ed)]()[g(0x1dc)](a129a)[g(0x1e2)](g(0x1e7));});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a129d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];[a129h(0x1e6)];[a129h(0x1d5)];['validOpts'];constructor(){const i=a129h;this[i(0x1ce)]=[],this[i(0x1e6)]={},this[i(0x1d5)]=[],this[i(0x1e4)]=[];}async['handleOptions'](a,b,c){const j=a129h;this['inputOpts']=a,this[j(0x1d5)]=b,this[j(0x1e4)]=c,await this[j(0x1da)](),await this[j(0x1ea)]();}async[a129h(0x1da)](){const k=a129h;if(this['requiredOpts']?.[k(0x1df)]>0x0)for(const a of this[k(0x1d5)]){let b=!![];const {name:c,values:d}=typeof a===k(0x1d7)?{'name':a,'values':undefined}:a;if(!this[k(0x1ce)][k(0x1d4)](c)){const e=d?await Actions[k(0x1e0)]({'type':k(0x1d3),'name':c,'message':k(0x1e8)+c,'choices':d}):await Actions[k(0x1eb)](k(0x1d0)+c);this['opts'][c]=d?e[c]:e,b=d?d[k(0x1d4)](this[k(0x1e6)][c]):!![];}else b=d?d['includes'](this[k(0x1e6)][c]):!![];if(!b)throw new Error(k(0x1d8)+c+':\x20'+this[k(0x1e6)][c]);}}async[a129h(0x1ea)](){const l=a129h;if(this[l(0x1e4)]?.[l(0x1df)]>0x0)for(const a of this[l(0x1e4)]){const {name:b,values:c}=typeof a===l(0x1d7)?{'name':a,'values':undefined}:a,d=this[l(0x1e6)][b];if(d!==undefined&&(!c||!c[l(0x1d4)](d))){const e=c?await Actions[l(0x1e0)]({'type':l(0x1d3),'name':b,'message':l(0x1d1)+b,'choices':c}):await Actions[l(0x1eb)](l(0x1de)+b);this['opts'][b]=c?e[b]:e;}}}}
1
+ const a129i=a129d;function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x116;let f=c[d];return f;},a129d(a,b);}(function(a,b){const f=a129d,c=a();while(!![]){try{const d=-parseInt(f(0x118))/0x1*(-parseInt(f(0x11c))/0x2)+parseInt(f(0x119))/0x3+-parseInt(f(0x12f))/0x4+-parseInt(f(0x116))/0x5+-parseInt(f(0x120))/0x6+parseInt(f(0x122))/0x7+parseInt(f(0x117))/0x8*(parseInt(f(0x135))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x22aa4));function a129c(){const n=['5674WEJVgt','opts','search','toString','1205208qYqvyZ','ask','66941iLBmhC','handleOptions','Please\x20choose\x20a\x20valid\x20value\x20for\x20','includes','inputOpts','handleValidOptions','list','requiredOpts','constructor','options','Please\x20provide\x20a\x20value\x20for\x20','string','(((.+)+)+)+$','327484QfZSda','Invalid\x20value\x20for\x20','handleRequiredOptions','validOpts','apply','Please\x20provide\x20a\x20valid\x20value\x20for\x20','24561vmNygf','716105tXIGxc','872DZcvMl','76bXttbq','135936GhwrNY','Please\x20choose\x20a\x20value\x20for\x20','length'];a129c=function(){return n;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x11f)]()[h(0x11e)](h(0x12e))[h(0x11f)]()[h(0x12a)](a129a)[h(0x11e)]('(((.+)+)+)+$');});a129a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a129i(0x126)];[a129i(0x11d)];['requiredOpts'];[a129i(0x132)];constructor(){const j=a129i;this[j(0x126)]=[],this['opts']={},this[j(0x129)]=[],this[j(0x132)]=[];}async[a129i(0x123)](a,b,c){const k=a129i;this[k(0x126)]=a,this[k(0x129)]=b,this[k(0x132)]=c,await this['handleRequiredOptions'](),await this[k(0x127)]();}async[a129i(0x131)](){const l=a129i;if(this['requiredOpts']?.[l(0x11b)]>0x0)for(const a of this[l(0x129)]){let b=!![];const {name:c,values:d}=typeof a===l(0x12d)?{'name':a,'values':undefined}:a;if(!this[l(0x126)][l(0x125)](c)){const e=d?await Actions[l(0x12b)]({'type':'list','name':c,'message':l(0x11a)+c,'choices':d}):await Actions[l(0x121)](l(0x12c)+c);this[l(0x11d)][c]=d?e[c]:e,b=d?d['includes'](this[l(0x11d)][c]):!![];}else b=d?d[l(0x125)](this['opts'][c]):!![];if(!b)throw new Error(l(0x130)+c+':\x20'+this[l(0x11d)][c]);}}async[a129i(0x127)](){const m=a129i;if(this[m(0x132)]?.[m(0x11b)]>0x0)for(const a of this[m(0x132)]){const {name:b,values:c}=typeof a===m(0x12d)?{'name':a,'values':undefined}:a,d=this[m(0x11d)][b];if(d!==undefined&&(!c||!c[m(0x125)](d))){const e=c?await Actions['options']({'type':m(0x128),'name':b,'message':m(0x124)+b,'choices':c}):await Actions[m(0x121)](m(0x134)+b);this[m(0x11d)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xf4;let f=c[d];return f;},a130d(a,b);}const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0xfe))/0x1+-parseInt(j(0xfd))/0x2*(parseInt(j(0x100))/0x3)+-parseInt(j(0xf4))/0x4*(parseInt(j(0x108))/0x5)+-parseInt(j(0xfa))/0x6*(parseInt(j(0x104))/0x7)+-parseInt(j(0xf9))/0x8*(-parseInt(j(0x10a))/0x9)+-parseInt(j(0x109))/0xa*(-parseInt(j(0x105))/0xb)+parseInt(j(0xf6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xa66c5));function a130c(){const t=['search','9YbaJFd','cwd','verbose','ignore','392LkHMdE','11EbnKuv','failure','start','180770kPGVil','294730RslZcP','8118tGIPkd','constructor','apply','success','kill','72jjBcDX','withSpinner','40852632wKmOma','log','message','8312eZzKrV','102462WKYrHE','(((.+)+)+)+$','toString','482916rDJYsM','1357910kQyAzM'];a130c=function(){return t;};return a130c();}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0xfc)]()[l(0xff)]('(((.+)+)+)+$')[l(0xfc)]()[l(0x10b)](a130a)['search'](l(0xfb));});a130a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0xf5)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log[n(0xf5)](),g=c?.[n(0x101)]||'.';c?.['message']&&f[n(0x107)](c?.[n(0xf8)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x102)]?'inherit':n(0x103)});process['on']('SIGINT',()=>{const o=n,i=h['pid'];i&&process[o(0x10e)](i);}),h['on']('data',i=>{const p=n;console[p(0xf7)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0xf8)]&&f['success'](),d();}),h['on']('close',()=>{const r=n;c?.[r(0xf8)]&&f[r(0x10d)](),d();}),h['on']('error',()=>{const s=n;c?.[s(0xf8)]&&f[s(0x106)](),e();});});}}
1
+ function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a130d(a,b);}const a130l=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x1b8))/0x1*(parseInt(j(0x1b0))/0x2)+parseInt(j(0x1bf))/0x3+parseInt(j(0x1b3))/0x4+-parseInt(j(0x1c1))/0x5+-parseInt(j(0x1be))/0x6+parseInt(j(0x1af))/0x7+parseInt(j(0x1c8))/0x8*(parseInt(j(0x1b1))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x46529));const a130b=(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;};}()),a130a=a130b(this,function(){const k=a130d;return a130a[k(0x1b2)]()['search'](k(0x1ae))['toString']()[k(0x1bc)](a130a)[k(0x1c4)](k(0x1ae));});a130a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130l(0x1b9)](a,b,c){return new Promise((d,e)=>{const m=a130d,f=Log['withSpinner'](),g=c?.[m(0x1c0)]||'.';c?.[m(0x1c2)]&&f[m(0x1b4)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x1c5):m(0x1bd)});process['on'](m(0x1b7),()=>{const n=m,i=h[n(0x1c7)];i&&process['kill'](i);}),h['on'](m(0x1c6),i=>{const o=m;console[o(0x1c3)](i);}),h['on'](m(0x1b5),()=>{const p=m;c?.[p(0x1c2)]&&f['success'](),d();}),h['on']('close',()=>{const q=m;c?.[q(0x1c2)]&&f[q(0x1ba)](),d();}),h['on'](m(0x1b6),()=>{const r=m;c?.[r(0x1c2)]&&f[r(0x1bb)](),e();});});}}function a130c(){const s=['toString','1618768EKVTlB','start','disconnect','error','SIGINT','31307ZxFtZj','withSpinner','success','failure','constructor','ignore','764610IVsuYl','1275168YexWbF','cwd','2087010nHJKnt','message','log','search','inherit','data','pid','88FTQrEM','(((.+)+)+)+$','1644587dFlTGc','16qDbaZZ','15255BmBTDA'];a130c=function(){return s;};return a130c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x85))/0x1+-parseInt(f(0x82))/0x2+-parseInt(f(0x8a))/0x3*(parseInt(f(0x89))/0x4)+-parseInt(f(0x8c))/0x5*(parseInt(f(0x81))/0x6)+-parseInt(f(0x84))/0x7+-parseInt(f(0x8e))/0x8+parseInt(f(0x83))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xd0b6c));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x8b)]()['search']('(((.+)+)+)+$')[h(0x8b)]()[h(0x86)](a131a)[h(0x88)](h(0x8d));});a131a();export{};function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x81;var f=c[d];return f;},a131d(a,b);}function a131c(){var i=['2454970PdGgfT','1174650UnSWAI','constructor','apply','search','14188LDJfzr','1314qWmrPq','toString','5344015SfjrnL','(((.+)+)+)+$','6981496lvbrNY','6yptqEh','1876268AKFWdG','40177458JvGZDs'];a131c=function(){return i;};return a131c();}
1
+ (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xba))/0x2*(-parseInt(f(0xc2))/0x3)+parseInt(f(0xc5))/0x4*(parseInt(f(0xbf))/0x5)+parseInt(f(0xb7))/0x6*(parseInt(f(0xbc))/0x7)+parseInt(f(0xc1))/0x8+parseInt(f(0xc4))/0x9+-parseInt(f(0xbd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xaa5da));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0xb8)](h(0xbb))[h(0xc0)]()[h(0xbe)](a131a)[h(0xb8)](h(0xbb));});a131a();function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xb7;var f=c[d];return f;},a131d(a,b);}function a131c(){var i=['toString','6357504dWNDPJ','3CRfvrE','1113900MdopMH','7135650oFeKCk','15200hfuiCu','26046xnNznR','search','apply','1668092SGeLMW','(((.+)+)+)+$','1897qgkjYL','25701850uecClW','constructor','295thCcNa'];a131c=function(){return i;};return a131c();}export{};
@@ -1 +1 @@
1
- const a132t=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=parseInt(m(0x1a7))/0x1*(parseInt(m(0x1ac))/0x2)+parseInt(m(0x1ad))/0x3+parseInt(m(0x1bc))/0x4*(parseInt(m(0x1ba))/0x5)+-parseInt(m(0x1a3))/0x6*(-parseInt(m(0x1c9))/0x7)+-parseInt(m(0x1a9))/0x8+-parseInt(m(0x1a4))/0x9*(-parseInt(m(0x1a5))/0xa)+parseInt(m(0x1a8))/0xb*(-parseInt(m(0x1b6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x7033c));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0x1ae)]()['search']('(((.+)+)+)+$')[o(0x1ae)]()[o(0x1bf)](a132a)[o(0x1bb)](o(0x1c3));});function a132c(){const x=['toString','apply','ignore','disconnect','ping','ssh','scp','success','1399128QFgKzt','host','pem','push','23225YYfouN','search','500BClLqr','tty','message','constructor','join','start','withSpinner','(((.+)+)+)+$','user','env','port','sshSync','source','7hgrUrZ','ssh\x20','sshVerbose','2>&1','4249680viQJox','171kzMqdW','30650bljHtU','failure','1Qvmwgm','143Brdzyp','2839232PiLfos','ConnectTimeout=2','verbose','942122WOAQFR','1536015WiJtME'];a132c=function(){return x;};return a132c();}a132a();import a132e from'path';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a132d(a,b);}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=a132d,f=b[p(0x1c4)]+'@'+b['host'],g=a132e[p(0x1c0)](b[p(0x1c5)],b['pem']),h=c?.[p(0x1bd)]||![],i=c?.[p(0x1a1)]||![];let j=[];h&&j[p(0x1b9)]('-t');i&&j[p(0x1b9)]('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x1c6)],f,a]);const k=Log[p(0x1c2)]();c?.['message']&&k[p(0x1c1)](c?.['message']);const l=spawn(p(0x1b3),j,{'stdio':c?.['verbose']?'inherit':p(0x1b0)});l['on'](p(0x1b1),()=>{const q=p;c?.['message']&&k[q(0x1b5)](),d();}),l['on']('close',()=>{const r=p;c?.[r(0x1be)]&&k[r(0x1b5)](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x1be)]&&k[s(0x1a6)](),e();});});};static [a132t(0x1c7)]=(a,b,c)=>{const u=a132t,d=b[u(0x1c4)]+'@'+b[u(0x1b7)],e=a132e['join'](b['env'],b[u(0x1b8)]),f=c?.[u(0x1bd)]||![],g=c?.[u(0x1a1)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h['concat'](['-o',u(0x1aa),'-i',e,'-p',b[u(0x1c6)],d,a]),spawnSync(u(0x1b3),h,{'stdio':c?.['verbose']?'inherit':u(0x1b0)});};static[a132t(0x1b2)](a,b,c){const v=a132t,d=b['user']+'@'+b[v(0x1b7)],e=a132e[v(0x1c0)](b[v(0x1c5)],b[v(0x1b8)]),f=c?.['tty']||![];let g=[];f&&g[v(0x1b9)]('-t');g=g['concat'](['-o',v(0x1aa),'-i',e,'-p',b[v(0x1c6)],d,a,v(0x1a2)]);const h=v(0x1ca)+g[v(0x1c0)]('\x20');return execSync(h)['toString']();}static[a132t(0x1b4)](a,b){const w=a132t,c=b[w(0x1c4)]+'@'+b[w(0x1b7)]+':'+a['dest'],d=a132e[w(0x1c0)](b['env'],b['pem']),e=['-i',d,'-P',b[w(0x1c6)],a[w(0x1c8)],c];spawnSync(w(0x1b4),e,{'stdio':a[w(0x1ab)]?'inherit':w(0x1b0)});}}
1
+ const a132p=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x132))/0x1*(-parseInt(m(0x12a))/0x2)+parseInt(m(0x11e))/0x3*(parseInt(m(0x13e))/0x4)+parseInt(m(0x12e))/0x5+-parseInt(m(0x13c))/0x6*(parseInt(m(0x11c))/0x7)+-parseInt(m(0x118))/0x8*(-parseInt(m(0x11d))/0x9)+-parseInt(m(0x130))/0xa+parseInt(m(0x123))/0xb*(parseInt(m(0x137))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x8e3dd));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0x117)]()[o(0x128)](o(0x12c))[o(0x117)]()[o(0x11b)](a132a)[o(0x128)](o(0x12c));});a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a132p(0x124)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b['user']+'@'+b['host'],g=a132e[q(0x11a)](b[q(0x135)],b[q(0x121)]),h=c?.[q(0x136)]||![],i=c?.[q(0x12d)]||![];let j=[];h&&j[q(0x12f)]('-t');i&&j[q(0x12f)]('-v');j=j[q(0x12b)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0x13d)],f,a]);const k=Log['withSpinner']();c?.[q(0x139)]&&k[q(0x13b)](c?.['message']);const l=spawn('ssh',j,{'stdio':c?.[q(0x138)]?q(0x127):q(0x126)});l['on'](q(0x131),()=>{const r=q;c?.[r(0x139)]&&k[r(0x115)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x139)]&&k[s(0x115)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x139)]&&k[t(0x120)](),e();});});};static [a132p(0x11f)]=(a,b,c)=>{const u=a132p,d=b['user']+'@'+b[u(0x134)],e=a132e['join'](b[u(0x135)],b[u(0x121)]),f=c?.[u(0x136)]||![],g=c?.[u(0x12d)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x12f)]('-v'),h=h[u(0x12b)](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a]),spawnSync(u(0x124),h,{'stdio':c?.[u(0x138)]?u(0x127):u(0x126)});};static['ping'](a,b,c){const v=a132p,d=b[v(0x122)]+'@'+b['host'],e=a132e[v(0x11a)](b[v(0x135)],b['pem']),f=c?.[v(0x136)]||![];let g=[];f&&g[v(0x12f)]('-t');g=g[v(0x12b)](['-o',v(0x129),'-i',e,'-p',b['port'],d,a,v(0x133)]);const h='ssh\x20'+g[v(0x11a)]('\x20');return execSync(h)[v(0x117)]();}static[a132p(0x119)](a,b){const w=a132p,c=b[w(0x122)]+'@'+b[w(0x134)]+':'+a[w(0x13a)],d=a132e[w(0x11a)](b[w(0x135)],b[w(0x121)]),e=['-i',d,'-P',b[w(0x13d)],a[w(0x116)],c];spawnSync('scp',e,{'stdio':a[w(0x138)]?w(0x127):w(0x126)});}}function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x115;let f=c[d];return f;},a132d(a,b);}function a132c(){const x=['join','constructor','4537603TAsrUT','189lGJZRk','6zTjihh','sshSync','failure','pem','user','364507nhmKpj','ssh','apply','ignore','inherit','search','ConnectTimeout=2','721358deABHv','concat','(((.+)+)+)+$','sshVerbose','3423680dVBFBR','push','5965900bMUATw','disconnect','1KwoyoU','2>&1','host','env','tty','204WXbmXZ','verbose','message','dest','start','6vTndfF','port','189340nNgUum','success','source','toString','47248EiiFov','scp'];a132c=function(){return x;};return a132c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0x157))/0x1+parseInt(f(0x160))/0x2*(-parseInt(f(0x162))/0x3)+-parseInt(f(0x15a))/0x4+-parseInt(f(0x161))/0x5+-parseInt(f(0x15f))/0x6*(parseInt(f(0x156))/0x7)+-parseInt(f(0x158))/0x8*(parseInt(f(0x159))/0x9)+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x9e989));function a133c(){var i=['constructor','(((.+)+)+)+$','6FDcfXp','828418bCXevE','1886825xYFMrb','3UcZGIb','search','toString','2777999RzrunZ','729768DmAlCB','8440ANbzWV','1161WPenjk','3437716KtsXXE','35633320rUBLIP','apply'];a133c=function(){return i;};return a133c();}var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x164)]()['search'](h(0x15e))['toString']()[h(0x15d)](a133a)[h(0x163)]('(((.+)+)+)+$');});a133a();function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x156;var f=c[d];return f;},a133d(a,b);}export{};
1
+ function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x12c;var f=c[d];return f;},a133d(a,b);}function a133c(){var i=['231376WMtEDL','search','toString','932650rLzyJS','2141550DEoRvu','231rNClxp','5892840CtyUXQ','1667788mZaoaA','18kRLPbu','2294331vZAHvL','constructor','76ehfHtX','apply','(((.+)+)+)+$','29224zpuMJM'];a133c=function(){return i;};return a133c();}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x13a))/0x1*(-parseInt(f(0x137))/0x2)+-parseInt(f(0x135))/0x3+parseInt(f(0x133))/0x4+-parseInt(f(0x12f))/0x5+parseInt(f(0x130))/0x6+-parseInt(f(0x131))/0x7*(-parseInt(f(0x12c))/0x8)+parseInt(f(0x134))/0x9*(parseInt(f(0x132))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xce4f7));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x12e)]()[h(0x12d)](h(0x139))[h(0x12e)]()[h(0x136)](a133a)[h(0x12d)](h(0x139));});a133a();export{};
@@ -1 +1 @@
1
- const a134h=a134d;function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x105;let f=c[d];return f;},a134d(a,b);}(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0x107))/0x1+parseInt(f(0x116))/0x2+parseInt(f(0x10a))/0x3*(-parseInt(f(0x11d))/0x4)+parseInt(f(0x11b))/0x5+-parseInt(f(0x118))/0x6+-parseInt(f(0x10b))/0x7+parseInt(f(0x115))/0x8*(parseInt(f(0x109))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x94db2));const a134b=(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;};}()),a134a=a134b(this,function(){const g=a134d;return a134a['toString']()['search'](g(0x113))['toString']()['constructor'](a134a)[g(0x10f)](g(0x113));});function a134c(){const k=['openssl','csrName','search','useConfig','genCSR','keyName','(((.+)+)+)+$','push','8OkbCUd','1391218jmjIZv','genSSC','2008824csSScf','-out','-new','4021105auqzdf','cwd','426984wdAGef','inherit','openssl.conf','52299qwVFuc','-keyout','6102027CWGqZY','33AIEFhA','779856BXSOYj','-key'];a134c=function(){return k;};return a134c();}a134a();import{spawnSync}from'child_process';export class SSL{static[a134h(0x111)](a){const i=a134h,b=a['cwd']?a[i(0x11c)]:process['cwd'](),c=['req',i(0x11a),'-newkey','rsa:2048','-nodes',i(0x108),a[i(0x112)],'-out',a[i(0x10e)]];a[i(0x110)]&&(c[i(0x114)]('-config'),c['push']('openssl.conf')),spawnSync(i(0x10d),c,{'stdio':i(0x105),'cwd':b});}static[a134h(0x117)](a){const j=a134h,b=a['cwd']?a['cwd']:process[j(0x11c)](),c=['req','-x509',j(0x11a),j(0x10c),a['keyName'],j(0x119),a['crtName']];a[j(0x110)]&&(c[j(0x114)]('-config'),c[j(0x114)](j(0x106))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}}
1
+ const a134i=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0x1c5))/0x1+parseInt(f(0x1b9))/0x2+parseInt(f(0x1ba))/0x3+parseInt(f(0x1c6))/0x4+parseInt(f(0x1c0))/0x5*(parseInt(f(0x1c1))/0x6)+parseInt(f(0x1b3))/0x7*(-parseInt(f(0x1ad))/0x8)+-parseInt(f(0x1c3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xc8bda));function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0x1cc)]()[h(0x1b0)](h(0x1b2))['toString']()['constructor'](a134a)[h(0x1b0)]('(((.+)+)+)+$');});a134a();import{spawnSync}from'child_process';export class SSL{static[a134i(0x1bd)](a){const j=a134i,b=a[j(0x1be)]?a[j(0x1be)]:process['cwd'](),c=[j(0x1c7),j(0x1c8),j(0x1bb),j(0x1c2),j(0x1cb),j(0x1ae),a['keyName'],j(0x1c4),a[j(0x1c9)]];a[j(0x1b8)]&&(c[j(0x1b1)](j(0x1b7)),c[j(0x1b1)]('openssl.conf')),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static[a134i(0x1ac)](a){const k=a134i,b=a[k(0x1be)]?a[k(0x1be)]:process[k(0x1be)](),c=[k(0x1c7),k(0x1b4),k(0x1c8),k(0x1b6),a[k(0x1bf)],k(0x1c4),a[k(0x1af)]];a[k(0x1b8)]&&(c[k(0x1b1)](k(0x1b7)),c[k(0x1b1)]('openssl.conf')),spawnSync(k(0x1bc),c,{'stdio':k(0x1ca),'cwd':b});}}function a134c(){const l=['1905087lrTBtr','-newkey','openssl','genCSR','cwd','keyName','15wIuAkK','2025930FeyHZw','rsa:2048','20584242pnBvlq','-out','152217jFbQeU','1525592wpOciZ','req','-new','csrName','inherit','-nodes','toString','genSSC','8nUIcGH','-keyout','crtName','search','push','(((.+)+)+)+$','733180ovdEVe','-x509','apply','-key','-config','useConfig','2065006hEdcad'];a134c=function(){return l;};return a134c();}
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.4",
4
+ "version": "4.6.5",
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.",