@maka/maka-cli 4.5.33 → 4.5.35

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 (138) 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/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/templates/meteor/app/server/main.js +4 -1
  117. package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +4 -1
  118. package/bundle/obf/src/templates/meteor/app/server/main.js.ts +4 -1
  119. package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +4 -1
  120. package/bundle/obf/src/templates/meteor/config/settings.json +2 -1
  121. package/bundle/obf/src/tool.js +1 -1
  122. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  123. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  124. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  126. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  128. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/https/https.class.js +1 -1
  130. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  131. package/bundle/obf/src/tools/log/log.class.js +1 -1
  132. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  137. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  138. package/package.json +1 -1
@@ -1 +1 @@
1
- function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x161;let f=c[d];return f;},a123d(a,b);}const a123p=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x180))/0x1+parseInt(n(0x165))/0x2*(-parseInt(n(0x172))/0x3)+-parseInt(n(0x166))/0x4+-parseInt(n(0x17e))/0x5*(parseInt(n(0x181))/0x6)+parseInt(n(0x164))/0x7*(-parseInt(n(0x161))/0x8)+parseInt(n(0x16d))/0x9+parseInt(n(0x168))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x8de8b));const a123b=(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;};}()),a123a=a123b(this,function(){const o=a123d;return a123a[o(0x176)]()['search'](o(0x178))[o(0x176)]()['constructor'](a123a)[o(0x17c)](o(0x178));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process[a123p(0x16e)]['NODE_TLS_REJECT_UNAUTHORIZED']=process['env'][a123p(0x179)]===a123p(0x177)?'0':'1';function a123c(){const B=['statusCode','assign','search','error','495005jevSGP','/v1/engines/davinci/completions','106461owZfYR','42HAJJab','api.openai.com','stringify','abort','8158504ifVbqg','request','askGPT','7jZlPcg','121480lqREZI','2429940ZPbQhq','data','29374520sEETyD','timeout','get','end','Request\x20timeout','6918759ZjvfiJ','env','Bearer\x20','write','post','45qouorQ','readFileSync','application/json','statusMessage','toString','True','(((.+)+)+)+$','MAKA_DEV'];a123c=function(){return B;};return a123c();}export class HTTPS{static async[a123p(0x171)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x183)](c),g={'Content-Type':'application/json','Content-Length':f['length']};Object[q(0x17b)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[q(0x17b)](h,{'cert':a123f[q(0x173)](e)}),new Promise((i,j)=>{const r=q,k=a123e[r(0x162)](h,l=>{const s=r;l['on'](s(0x167),m=>{const t=s;i({'statusCode':l[t(0x17a)]||0x1f4,'statusMessage':l[t(0x175)]||'BAD\x20RETURN','data':m[t(0x176)]()});});});k['on'](r(0x17d),l=>{j(l);}),k['on'](r(0x169),()=>{const u=r;k['abort'](),j({'statusCode':0x198,'statusMessage':u(0x16c)});}),k[r(0x170)](f),k[r(0x16b)]();});}static[a123p(0x16a)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':v(0x174)};Object[v(0x17b)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x17b)](e,{'cert':a123f[v(0x173)](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x16a)](a,e,i=>{const x=w;i['on'](x(0x167),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[y(0x175)]||'BAD\x20RETURN','data':j[y(0x176)]()});});});h['on'](w(0x17d),i=>{g(i);}),h['on'](w(0x169),()=>{const z=w;h[z(0x184)](),g({'statusCode':0x198,'statusMessage':z(0x16c)});});});}static async[a123p(0x163)]({prompt:a,openApiKey:b,certPath:c}){const A=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x16f)+b},f=await this['post']({'hostname':A(0x182),'path':A(0x17f),'data':d,'headers':e,'cert':c});return f;}}
1
+ const a123p=a123d;function a123c(){const A=['constructor','search','api.openai.com','BAD\x20RETURN','1170180UnsMby','assign','end','statusCode','42814MKoWin','True','963828gHWxmx','1520628nWnRKe','statusMessage','stringify','askGPT','write','request','post','length','application/json','toString','POST','error','timeout','22DkUdWO','abort','Request\x20timeout','NODE_TLS_REJECT_UNAUTHORIZED','16hkCuPp','341228WIOwwe','readFileSync','get','data','/v1/engines/davinci/completions','(((.+)+)+)+$','33IjLuBJ','2855118uSfveG','env','1494860eeMANE'];a123c=function(){return A;};return a123c();}(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x65))/0x1*(parseInt(n(0x7c))/0x2)+parseInt(n(0x70))/0x3*(-parseInt(n(0x6a))/0x4)+parseInt(n(0x78))/0x5+parseInt(n(0x7f))/0x6+parseInt(n(0x71))/0x7*(parseInt(n(0x69))/0x8)+-parseInt(n(0x7e))/0x9+-parseInt(n(0x73))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x8d695));const a123b=(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;};}()),a123a=a123b(this,function(){const o=a123d;return a123a[o(0x88)]()[o(0x75)](o(0x6f))['toString']()[o(0x74)](a123a)[o(0x75)](o(0x6f));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process['env'][a123p(0x68)]=process[a123p(0x72)]['MAKA_DEV']===a123p(0x7d)?'0':'1';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x64;let f=c[d];return f;},a123d(a,b);}export class HTTPS{static async[a123p(0x85)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x81)](c),g={'Content-Type':q(0x87),'Content-Length':f[q(0x86)]};Object[q(0x79)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x89),'headers':g,'timeout':TIMEOUT};return e&&Object[q(0x79)](h,{'cert':a123f[q(0x6b)](e)}),new Promise((i,j)=>{const r=q,k=a123e[r(0x84)](h,l=>{const s=r;l['on'](s(0x6d),m=>{const t=s;i({'statusCode':l[t(0x7b)]||0x1f4,'statusMessage':l['statusMessage']||t(0x77),'data':m[t(0x88)]()});});});k['on'](r(0x8a),l=>{j(l);}),k['on'](r(0x64),()=>{const u=r;k[u(0x66)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[r(0x83)](f),k[r(0x7a)]();});}static[a123p(0x6c)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':'application/json'};Object[v(0x79)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[v(0x6b)](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x6c)](a,e,i=>{i['on']('data',j=>{const x=a123d;f({'statusCode':i[x(0x7b)]||0x1f4,'statusMessage':i[x(0x80)]||x(0x77),'data':j[x(0x88)]()});});});h['on']('error',i=>{g(i);}),h['on'](w(0x64),()=>{const y=w;h[y(0x66)](),g({'statusCode':0x198,'statusMessage':y(0x67)});});});}static async[a123p(0x82)]({prompt:a,openApiKey:b,certPath:c}){const z=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this['post']({'hostname':z(0x76),'path':z(0x6e),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a124c(){var i=['1123248KzHpLw','search','80875UGUFeF','(((.+)+)+)+$','454656izRXBH','toString','192898wDwUpd','30BpTpgA','apply','227643VceqAf','1436078wZmtnc','230886PPpNdS'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x175))/0x1+parseInt(f(0x16e))/0x2+-parseInt(f(0x178))/0x3+parseInt(f(0x173))/0x4+parseInt(f(0x171))/0x5*(parseInt(f(0x176))/0x6)+parseInt(f(0x179))/0x7+-parseInt(f(0x16f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x19ddf));function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x16e;var f=c[d];return f;},a124d(a,b);}var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x174)]()[h(0x170)](h(0x172))[h(0x174)]()['constructor'](a124a)[h(0x170)]('(((.+)+)+)+$');});a124a();export{};
1
+ function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0xf5;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1+parseInt(f(0x102))/0x2*(-parseInt(f(0xfe))/0x3)+-parseInt(f(0xf6))/0x4+parseInt(f(0xf7))/0x5+-parseInt(f(0xf8))/0x6*(-parseInt(f(0xfc))/0x7)+parseInt(f(0xff))/0x8+parseInt(f(0x101))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x413ad));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0xfb)]()['search'](h(0xfd))[h(0xfb)]()[h(0xf9)](a124a)[h(0xf5)](h(0xfd));});a124a();export{};function a124c(){var i=['263012LtSeHr','25815Einzem','252RwDtAj','constructor','515320dpUrcU','toString','50309yYMorB','(((.+)+)+)+$','1713tNrygd','1266432iFqZoL','apply','5599638kfoCvg','838VmTtTt','search'];a124c=function(){return i;};return a124c();}
@@ -1 +1 @@
1
- const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x119))/0x1*(parseInt(i(0x113))/0x2)+-parseInt(i(0x105))/0x3+parseInt(i(0x10c))/0x4*(-parseInt(i(0xfe))/0x5)+parseInt(i(0x11a))/0x6+parseInt(i(0x117))/0x7*(parseInt(i(0x10f))/0x8)+-parseInt(i(0x106))/0x9*(-parseInt(i(0x120))/0xa)+-parseInt(i(0x101))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x629aa));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x112)]()[k(0xf6)](k(0x102))[k(0x112)]()[k(0x121)](a125a)[k(0xf6)](k(0x102));});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xf4;let f=c[d];return f;},a125d(a,b);}a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';function a125c(){const C=['error','notice','687870ImoAas','constructor','\x0aManual:','success','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','stdout','search','header','bright','Examples:','bold','red','whiteBright','cyanBright','35gsJOTI','platform','cyan','1750529sXUCBN','(((.+)+)+)+$','withSpinner','[--','1508775RkTziZ','9pNufdL','warn','forEach','join','trim','greenBright','199812mFbeSc','blackBright','\x20>\x20','1392hCzGig','Usage:\x20','hide','toString','7438ilukxf','map','apply','yellowBright','17577xdQxtP','usage','111QdbCgp','2982642ugYxxe','log','win32','show'];a125c=function(){return C;};return a125c();}const isWin=process[a125l(0xff)]===a125l(0x11c),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x114)](b=>{const n=m;return n(0x104)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const o=a125l;return a['map'](b=>{return'--'+b;})[o(0x109)]('\x20');};export class Log{static[a125l(0x123)](a){console['log'](a125f['greenBright'](a));}static[a125l(0x107)](a){const p=a125l;console['log'](a125f[p(0x116)](a));}static[a125l(0x11f)](a){const q=a125l;console[q(0x11b)](a125f[q(0xfd)](a));}static[a125l(0x11e)](a){const r=a125l;console[r(0x11b)](a125f[r(0xfb)][r(0xfa)](a));}static[a125l(0xf7)](a){const s=a125l;console['log'](a125f[s(0x10d)](a));}static[a125l(0xf8)](a){const t=a125l;console[t(0x11b)](a125f[t(0xfc)](a));}static['majestic'](a){const u=a125l;console[u(0x11b)](a125f['magentaBright'](a));}static[a125l(0x118)](a,b,c,d,e,f){const v=a125l,g=a125f['blackBright'];Log[v(0xf8)](d),b&&b['length']>0x0&&(Log[v(0xf8)](g(v(0xf9))),b[v(0x108)](h=>{const w=v;Log['bright'](w(0x10e)+h);})),a&&(Log[v(0xf7)](v(0x122)),Log['notice']('\x20\x20'+a[v(0x10a)]()+'\x0a')),c&&Log[v(0xf8)](g(v(0x110))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0xf7)](v(0xf4));}static[a125l(0x103)](a=''){const x=a125l;a125g['hide']();const b=a125h();a125g[x(0x111)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a125d;a125e[y(0xf5)](a125f[y(0x100)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a125e['stdout'](a125f[z(0x10b)](check)+'\x20'+a+'\x20'+d),console[z(0x11b)](),a125g['show']();},'failure'(d=''){const A=x;clearInterval(c),a125e[A(0xf5)](a125f[A(0xfb)][A(0xfa)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[A(0x11d)]();},'stop'(){const B=x;clearInterval(c),a125g[B(0x11d)]();}};}}
1
+ const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=-parseInt(i(0x21a))/0x1*(-parseInt(i(0x206))/0x2)+-parseInt(i(0x20d))/0x3+parseInt(i(0x1fe))/0x4+parseInt(i(0x216))/0x5+-parseInt(i(0x1f9))/0x6+parseInt(i(0x1ff))/0x7+-parseInt(i(0x1f7))/0x8*(-parseInt(i(0x20b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x6d0c6));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x21b)]()[k(0x201)](k(0x210))['toString']()[k(0x209)](a125a)['search'](k(0x210));});function a125c(){const B=['show','3377313aBskSA','\x20>\x20','2080197UmlbWv','Usage:\x20','map','(((.+)+)+)+$','cyanBright','log','majestic','cyan','magentaBright','4184665eyOTzR','success','red','greenBright','9RTrqFl','toString','trim','Examples:','hide','notice','stdout','blackBright','8SobUKL','apply','4497372AxCvNV','header','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','error','yellowBright','1347988iAyLDG','1977836lKrUNY','warn','search','win32','withSpinner','whiteBright','usage','12864dNTijV','bold','bright','constructor'];a125c=function(){return B;};return a125c();}a125a();import*as a125e from'single-line-log2';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a125d(a,b);}import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0x202),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x20f)](b=>{return'[--'+b+']';})['join']('\x20');},formatRequiredOpts=a=>{return a['map'](b=>{return'--'+b;})['join']('\x20');};export class Log{static[a125l(0x217)](a){const n=a125l;console[n(0x212)](a125f[n(0x219)](a));}static[a125l(0x200)](a){const o=a125l;console[o(0x212)](a125f[o(0x1fd)](a));}static[a125l(0x1f4)](a){const p=a125l;console[p(0x212)](a125f[p(0x211)](a));}static[a125l(0x1fc)](a){const q=a125l;console['log'](a125f[q(0x218)]['bold'](a));}static[a125l(0x1fa)](a){const r=a125l;console['log'](a125f[r(0x1f6)](a));}static[a125l(0x208)](a){const s=a125l;console[s(0x212)](a125f[s(0x204)](a));}static[a125l(0x213)](a){const t=a125l;console[t(0x212)](a125f[t(0x215)](a));}static[a125l(0x205)](a,b,c,d,e,f){const u=a125l,g=a125f[u(0x1f6)];Log[u(0x208)](d),b&&b['length']>0x0&&(Log[u(0x208)](g(u(0x21d))),b['forEach'](h=>{const v=u;Log[v(0x208)](v(0x20c)+h);})),a&&(Log[u(0x1fa)]('\x0aManual:'),Log[u(0x1f4)]('\x20\x20'+a[u(0x21c)]()+'\x0a')),c&&Log[u(0x208)](g(u(0x20e))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[u(0x1fa)](u(0x1fb));}static[a125l(0x203)](a=''){const w=a125l;a125g[w(0x21e)]();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const x=a125d;a125e[x(0x1f5)](a125f[x(0x214)](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=w;clearInterval(c),a125e[y(0x1f5)](a125f[y(0x219)](check)+'\x20'+a+'\x20'+d),console[y(0x212)](),a125g[y(0x20a)]();},'failure'(d=''){const z=w;clearInterval(c),a125e[z(0x1f5)](a125f[z(0x218)][z(0x207)](cross)+'\x20'+a+'\x20'+d),console[z(0x212)](),a125g[z(0x20a)]();},'stop'(){const A=w;clearInterval(c),a125g[A(0x20a)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x127))/0x1+parseInt(f(0x123))/0x2*(-parseInt(f(0x129))/0x3)+parseInt(f(0x128))/0x4+parseInt(f(0x12c))/0x5+-parseInt(f(0x131))/0x6*(parseInt(f(0x12a))/0x7)+-parseInt(f(0x12b))/0x8*(-parseInt(f(0x126))/0x9)+-parseInt(f(0x12e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xf20cc));function a126c(){var i=['7826156MGRxrK','2834463jzUQqZ','25151qZAabh','904YpqQVg','2924685BFNuMJ','search','9874530vSScLs','toString','apply','2568STSMOu','2Setzws','constructor','(((.+)+)+)+$','19629MuenZo','1673585qBGzLS'];a126c=function(){return i;};return a126c();}var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x12f)]()['search']('(((.+)+)+)+$')[h(0x12f)]()[h(0x124)](a126a)[h(0x12d)](h(0x125));});a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x123;var f=c[d];return f;},a126d(a,b);}export{};
1
+ (function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x149))/0x1*(-parseInt(f(0x145))/0x2)+-parseInt(f(0x144))/0x3*(parseInt(f(0x146))/0x4)+-parseInt(f(0x147))/0x5*(parseInt(f(0x14a))/0x6)+-parseInt(f(0x14e))/0x7*(-parseInt(f(0x14f))/0x8)+-parseInt(f(0x141))/0x9+parseInt(f(0x148))/0xa+parseInt(f(0x14d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc1f0a));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x14c)]()[h(0x14b)]('(((.+)+)+)+$')['toString']()[h(0x143)](a126a)[h(0x14b)](h(0x150));});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x141;var f=c[d];return f;},a126d(a,b);}function a126c(){var i=['30840282DpDJXs','130669RHOmVX','488dpEuqs','(((.+)+)+)+$','6994998jPuifI','apply','constructor','3tUbvgz','128XwDMgw','5688992cvfBLd','1085wLpmxy','11617150nYrCxk','14500fgVmEB','32688XAmScZ','search','toString'];a126c=function(){return i;};return a126c();}a126a();export{};
@@ -1 +1 @@
1
- const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=parseInt(j(0xe5))/0x1*(-parseInt(j(0xe0))/0x2)+parseInt(j(0xf7))/0x3*(-parseInt(j(0xee))/0x4)+parseInt(j(0xea))/0x5*(parseInt(j(0xf4))/0x6)+-parseInt(j(0xf2))/0x7+parseInt(j(0xe9))/0x8*(parseInt(j(0xe1))/0x9)+-parseInt(j(0xf1))/0xa*(parseInt(j(0xe2))/0xb)+parseInt(j(0xe7))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xbad68));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a['toString']()[l(0xde)](l(0xdf))['toString']()[l(0xef)](a127a)[l(0xde)](l(0xdf));});a127a();function a127c(){const t=['40664YLROgB','1121319hbDqFN','44krzHvZ','data','verbose','34cIPaDA','ignore','47878164Hcilbg','apply','24NXGMGl','253370JhAUBz','cwd','failure','log','8rroYwc','constructor','start','3673630OuibBM','8191330wIHcbP','SIGINT','48bVQlBG','inherit','message','1009191UMLjAU','disconnect','kill','withSpinner','search','(((.+)+)+)+$'];a127c=function(){return t;};return a127c();}function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xdc;let f=c[d];return f;},a127d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0xdd)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log['withSpinner'](),g=c?.[n(0xeb)]||'.';c?.[n(0xf6)]&&f[n(0xf0)](c?.[n(0xf6)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0xe4)]?n(0xf5):n(0xe6)});process['on'](n(0xf3),()=>{const o=n,i=h['pid'];i&&process[o(0xdc)](i);}),h['on'](n(0xe3),i=>{const p=n;console[p(0xed)](i);}),h['on'](n(0xf8),()=>{const q=n;c?.[q(0xf6)]&&f['success'](),d();}),h['on']('close',()=>{const r=n;c?.[r(0xf6)]&&f['success'](),d();}),h['on']('error',()=>{const s=n;c?.[s(0xf6)]&&f[s(0xec)](),e();});});}}
1
+ const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=-parseInt(j(0x128))/0x1*(parseInt(j(0x12c))/0x2)+parseInt(j(0x13e))/0x3+-parseInt(j(0x142))/0x4+parseInt(j(0x138))/0x5*(parseInt(j(0x12d))/0x6)+parseInt(j(0x12e))/0x7*(-parseInt(j(0x127))/0x8)+-parseInt(j(0x139))/0x9*(-parseInt(j(0x133))/0xa)+-parseInt(j(0x129))/0xb*(-parseInt(j(0x136))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x30e07));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a[l(0x13d)]()[l(0x143)](l(0x130))[l(0x13d)]()[l(0x12f)](a127a)[l(0x143)](l(0x130));});function a127c(){const s=['start','40912moCDVQ','385972oFvoGm','11VxWXAT','message','cwd','2mkbIIQ','254742uUzjMK','497oUjBje','constructor','(((.+)+)+)+$','success','withSpinner','3301670nXqeQN','SIGINT','data','8290836uPgpDg','ignore','10pykeqj','9CHHtRb','inherit','close','apply','toString','564969OEqzDM','failure','log','kill','1380168jLNBhZ','search','error'];a127c=function(){return s;};return a127c();}a127a();import{spawn}from'child_process';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x125;let f=c[d];return f;},a127d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0x132)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log['withSpinner'](),g=c?.[n(0x12b)]||'.';c?.[n(0x12a)]&&f[n(0x126)](c?.[n(0x12a)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0x13a):n(0x137)});process['on'](n(0x134),()=>{const o=n,i=h['pid'];i&&process[o(0x141)](i);}),h['on'](n(0x135),i=>{const p=n;console[p(0x140)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0x12a)]&&f[q(0x131)](),d();}),h['on'](n(0x13b),()=>{c?.['message']&&f['success'](),d();}),h['on'](n(0x125),()=>{const r=n;c?.[r(0x12a)]&&f[r(0x13f)](),e();});});}}
@@ -1 +1 @@
1
- function a128c(){var i=['constructor','2930039AkBKOm','6PlUcij','search','(((.+)+)+)+$','2awXSPg','apply','136137ItstXS','4wKNFXR','20kcbcVI','2630712mrGMVz','toString','2165760SiNMoN','2949441UppgUx','1340445nrezoW','1389501IbsvLW'];a128c=function(){return i;};return a128c();}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1*(-parseInt(f(0x9a))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0x9d))/0x4)+parseInt(f(0xa1))/0x5+-parseInt(f(0xa7))/0x6*(parseInt(f(0xa6))/0x7)+-parseInt(f(0x9f))/0x8+-parseInt(f(0xa4))/0x9*(parseInt(f(0x9e))/0xa)+parseInt(f(0xa2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x37ac9));function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x9a;var f=c[d];return f;},a128d(a,b);}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xa0)]()[h(0xa8)](h(0xa9))[h(0xa0)]()[h(0xa5)](a128a)[h(0xa8)](h(0xa9));});a128a();export{};
1
+ (function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x101))/0x1*(-parseInt(f(0xf7))/0x2)+parseInt(f(0xff))/0x3+-parseInt(f(0xfd))/0x4*(-parseInt(f(0xfb))/0x5)+-parseInt(f(0xf4))/0x6+parseInt(f(0xfa))/0x7*(-parseInt(f(0xf6))/0x8)+-parseInt(f(0xfe))/0x9*(-parseInt(f(0x102))/0xa)+-parseInt(f(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa66c4));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xf9)]()[h(0xf3)]('(((.+)+)+)+$')[h(0xf9)]()[h(0xf8)](a128a)[h(0xf3)](h(0xfc));});function a128c(){var i=['136ZmrRuV','17102tolgYb','constructor','toString','47257RFzYmh','433955GdsjGP','(((.+)+)+)+$','56WogWUo','9qfWoXX','1213074zgUjst','9559649iYNaHJ','17giGANe','10237070pjEzuA','search','6738072dMjbUS','apply'];a128c=function(){return i;};return a128c();}function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0xf3;var f=c[d];return f;},a128d(a,b);}a128a();export{};
@@ -1 +1 @@
1
- const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x91))/0x1+-parseInt(m(0x6c))/0x2*(parseInt(m(0x85))/0x3)+-parseInt(m(0x82))/0x4*(parseInt(m(0x7b))/0x5)+parseInt(m(0x68))/0x6*(parseInt(m(0x78))/0x7)+parseInt(m(0x6a))/0x8*(parseInt(m(0x6e))/0x9)+parseInt(m(0x8c))/0xa+-parseInt(m(0x73))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3c19f));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x6b)]()[o(0x7a)]('(((.+)+)+)+$')[o(0x6b)]()[o(0x83)](a129a)[o(0x7a)]('(((.+)+)+)+$');});function a129c(){const x=['ConnectTimeout=2','verbose','user','950800jUwtnG','sshVerbose','sshSync','disconnect','ignore','446753AdfoxX','12KlwvFt','scp','10232MyFpLq','toString','56BVZAln','failure','1503ESrPYT','source','close','apply','pem','1377574dYzkgZ','2>&1','inherit','concat','host','1057364yncRTy','ping','search','15UtIaEO','error','tty','join','message','success','port','261196bgBouy','constructor','env','52524onxSgC','ssh\x20','ssh','push'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x68;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x87)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b[q(0x8b)]+'@'+b[q(0x77)],g=a129e['join'](b['env'],b[q(0x72)]),h=c?.['tty']||![],i=c?.[q(0x8d)]||![];let j=[];h&&j[q(0x88)]('-t');i&&j[q(0x88)]('-v');j=j[q(0x76)](['-o',q(0x89),'-i',g,'-p',b[q(0x81)],f,a]);const k=Log['withSpinner']();c?.[q(0x7f)]&&k['start'](c?.['message']);const l=spawn(q(0x87),j,{'stdio':c?.['verbose']?q(0x75):q(0x90)});l['on'](q(0x8f),()=>{const r=q;c?.[r(0x7f)]&&k[r(0x80)](),d();}),l['on'](q(0x70),()=>{const s=q;c?.[s(0x7f)]&&k[s(0x80)](),d();}),l['on'](q(0x7c),()=>{const t=q;c?.[t(0x7f)]&&k[t(0x6d)](),e();});});};static [a129p(0x8e)]=(a,b,c)=>{const u=a129p,d=b[u(0x8b)]+'@'+b[u(0x77)],e=a129e['join'](b[u(0x84)],b[u(0x72)]),f=c?.[u(0x7d)]||![],g=c?.[u(0x8d)]||![];let h=[];f&&h[u(0x88)]('-t'),g&&h[u(0x88)]('-v'),h=h[u(0x76)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x81)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x8a)]?'inherit':u(0x90)});};static[a129p(0x79)](a,b,c){const v=a129p,d=b[v(0x8b)]+'@'+b[v(0x77)],e=a129e[v(0x7e)](b[v(0x84)],b[v(0x72)]),f=c?.[v(0x7d)]||![];let g=[];f&&g['push']('-t');g=g[v(0x76)](['-o',v(0x89),'-i',e,'-p',b[v(0x81)],d,a,v(0x74)]);const h=v(0x86)+g[v(0x7e)]('\x20');return execSync(h)[v(0x6b)]();}static['scp'](a,b){const w=a129p,c=b[w(0x8b)]+'@'+b[w(0x77)]+':'+a['dest'],d=a129e[w(0x7e)](b[w(0x84)],b[w(0x72)]),e=['-i',d,'-P',b[w(0x81)],a[w(0x6f)],c];spawnSync(w(0x69),e,{'stdio':a[w(0x8a)]?w(0x75):w(0x90)});}}
1
+ const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x94))/0x1+-parseInt(m(0x96))/0x2*(parseInt(m(0x85))/0x3)+parseInt(m(0x90))/0x4+parseInt(m(0x8b))/0x5*(parseInt(m(0x9f))/0x6)+parseInt(m(0x9e))/0x7*(parseInt(m(0x8f))/0x8)+-parseInt(m(0x8e))/0x9*(-parseInt(m(0x8d))/0xa)+parseInt(m(0x83))/0xb*(-parseInt(m(0x86))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xab06a));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x84)]()[o(0xa8)](o(0x88))[o(0x84)]()[o(0xa9)](a129a)[o(0xa8)](o(0x88));});function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x7f;let f=c[d];return f;},a129d(a,b);}function a129c(){const x=['verbose','2255NyctQk','toString','3HXbYbt','95436AQffdG','host','(((.+)+)+)+$','env','ssh\x20','44040JjlbEu','push','3020KtMtHN','5697SweBpA','16LofhOY','664044YStKiq','withSpinner','start','ping','976843aLrIlj','scp','1255418hToEzx','port','source','failure','inherit','2>&1','message','ignore','2109968cUZtaQ','696IgiQUn','user','ConnectTimeout=2','pem','disconnect','join','apply','sshVerbose','dest','search','constructor','concat','ssh','success'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x80)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b['user']+'@'+b[q(0x87)],g=a129e['join'](b[q(0x89)],b['pem']),h=c?.['tty']||![],i=c?.[q(0xa6)]||![];let j=[];h&&j[q(0x8c)]('-t');i&&j[q(0x8c)]('-v');j=j[q(0x7f)](['-o',q(0xa1),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0x91)]();c?.[q(0x9c)]&&k[q(0x92)](c?.['message']);const l=spawn(q(0x80),j,{'stdio':c?.['verbose']?'inherit':'ignore'});l['on'](q(0xa3),()=>{const r=q;c?.[r(0x9c)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x9c)]&&k[s(0x81)](),d();}),l['on']('error',()=>{const t=q;c?.['message']&&k[t(0x99)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a129p,d=b[u(0xa0)]+'@'+b[u(0x87)],e=a129e[u(0xa4)](b[u(0x89)],b[u(0xa2)]),f=c?.['tty']||![],g=c?.[u(0xa6)]||![];let h=[];f&&h[u(0x8c)]('-t'),g&&h[u(0x8c)]('-v'),h=h['concat'](['-o',u(0xa1),'-i',e,'-p',b[u(0x97)],d,a]),spawnSync(u(0x80),h,{'stdio':c?.[u(0x82)]?'inherit':u(0x9d)});};static[a129p(0x93)](a,b,c){const v=a129p,d=b[v(0xa0)]+'@'+b[v(0x87)],e=a129e[v(0xa4)](b['env'],b[v(0xa2)]),f=c?.['tty']||![];let g=[];f&&g[v(0x8c)]('-t');g=g[v(0x7f)](['-o',v(0xa1),'-i',e,'-p',b[v(0x97)],d,a,v(0x9b)]);const h=v(0x8a)+g[v(0xa4)]('\x20');return execSync(h)['toString']();}static[a129p(0x95)](a,b){const w=a129p,c=b[w(0xa0)]+'@'+b[w(0x87)]+':'+a[w(0xa7)],d=a129e[w(0xa4)](b['env'],b[w(0xa2)]),e=['-i',d,'-P',b[w(0x97)],a[w(0x98)],c];spawnSync(w(0x95),e,{'stdio':a[w(0x82)]?w(0x9a):'ignore'});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(parseInt(f(0x1c9))/0x2)+parseInt(f(0x1c6))/0x3+parseInt(f(0x1d2))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1c8))/0x6*(-parseInt(f(0x1d5))/0x7)+parseInt(f(0x1ca))/0x8*(parseInt(f(0x1cf))/0x9)+-parseInt(f(0x1ce))/0xa+-parseInt(f(0x1c7))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xc0e10));function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a130d(a,b);}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0x1cb)](h(0x1cc))[h(0x1d3)]()[h(0x1c5)](a130a)[h(0x1cb)](h(0x1cc));});a130a();export{};function a130c(){var i=['2215110aJKhQY','11GLlwWM','441114xPoFIO','82QNJYCq','164104rhdCkt','search','(((.+)+)+)+$','29734zwXpSL','11636980POjLff','675RESPsS','apply','4619976LdMhze','4hNsLqM','toString','716930gswqZL','35vCKNaM','constructor'];a130c=function(){return i;};return a130c();}
1
+ (function(a,b){var f=a130d,c=a();while(!![]){try{var d=parseInt(f(0x7c))/0x1+parseInt(f(0x72))/0x2*(parseInt(f(0x74))/0x3)+-parseInt(f(0x76))/0x4*(-parseInt(f(0x75))/0x5)+parseInt(f(0x77))/0x6+-parseInt(f(0x79))/0x7+-parseInt(f(0x73))/0x8+parseInt(f(0x70))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x5c1fd));var a130b=(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;};}()),a130a=a130b(this,function(){var g=a130d;return a130a[g(0x78)]()[g(0x7b)](g(0x71))[g(0x78)]()[g(0x7a)](a130a)[g(0x7b)](g(0x71));});a130a();export{};function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x70;var f=c[d];return f;},a130d(a,b);}function a130c(){var h=['267798LObpDU','4839824NNbpuy','3AKwSsP','5kpCMUg','833432tURGOm','437826YmAeCR','toString','1784209hVmZUx','constructor','search','322868CSqUMQ','4491990xQBxiY','(((.+)+)+)+$'];a130c=function(){return h;};return a130c();}
@@ -1 +1 @@
1
- function a131c(){const k=['inherit','599937jWTnhf','1336yfXYYX','2862sABXDM','cwd','-out','-newkey','toString','genSSC','(((.+)+)+)+$','8918qRRwCE','13686vKxyTX','crtName','keyName','-nodes','genCSR','5629888VDtOvr','38838OUSmLp','-key','req','2100Svejgs','8DfcoSD','search','-config','295ZOPSst','openssl.conf','push','-keyout','constructor','857384LyAAJk','-new','openssl','useConfig'];a131c=function(){return k;};return a131c();}const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7e))/0x2)+-parseInt(f(0x6e))/0x3+-parseInt(f(0x69))/0x4+parseInt(f(0x85))/0x5*(parseInt(f(0x78))/0x6)+-parseInt(f(0x77))/0x7*(parseInt(f(0x6f))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x7d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1a564));const a131b=(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;};}()),a131a=a131b(this,function(){const g=a131d;return a131a[g(0x74)]()['search'](g(0x76))[g(0x74)]()[g(0x68)](a131a)[g(0x83)](g(0x76));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x66;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131h(0x7c)](a){const i=a131h,b=a[i(0x71)]?a[i(0x71)]:process['cwd'](),c=[i(0x80),i(0x6a),i(0x73),'rsa:2048',i(0x7b),i(0x67),a['keyName'],i(0x72),a['csrName']];a[i(0x6c)]&&(c[i(0x66)](i(0x84)),c['push'](i(0x86))),spawnSync(i(0x6b),c,{'stdio':'inherit','cwd':b});}static[a131h(0x75)](a){const j=a131h,b=a[j(0x71)]?a[j(0x71)]:process[j(0x71)](),c=[j(0x80),'-x509',j(0x6a),j(0x7f),a[j(0x7a)],j(0x72),a[j(0x79)]];a[j(0x6c)]&&(c[j(0x66)](j(0x84)),c[j(0x66)](j(0x86))),spawnSync(j(0x6b),c,{'stdio':j(0x6d),'cwd':b});}}
1
+ const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x129))/0x1*(parseInt(f(0x139))/0x2)+parseInt(f(0x142))/0x3+-parseInt(f(0x136))/0x4*(-parseInt(f(0x12f))/0x5)+parseInt(f(0x13d))/0x6+-parseInt(f(0x137))/0x7+parseInt(f(0x135))/0x8*(parseInt(f(0x127))/0x9)+parseInt(f(0x12d))/0xa*(-parseInt(f(0x141))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xe9da4));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a['toString']()[h(0x13e)]('(((.+)+)+)+$')['toString']()[h(0x13f)](a131a)[h(0x13e)]('(((.+)+)+)+$');});a131a();function a131c(){const l=['genCSR','176652epPBGZ','search','constructor','apply','11yVQfAR','5029617JWcCDS','useConfig','crtName','push','-x509','324eqOJzc','-out','80516HgKFzE','openssl.conf','-keyout','genSSC','3980260TVKaeL','inherit','445ImjDaS','-new','rsa:2048','-newkey','openssl','keyName','160760gvNTFS','33908wVUvXv','2650760eNEtWy','req','36wFlsXG','cwd','-config'];a131c=function(){return l;};return a131c();}import{spawnSync}from'child_process';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x127;let f=c[d];return f;},a131d(a,b);}export class SSL{static[a131i(0x13c)](a){const j=a131i,b=a[j(0x13a)]?a[j(0x13a)]:process[j(0x13a)](),c=[j(0x138),j(0x130),j(0x132),j(0x131),'-nodes',j(0x12b),a[j(0x134)],j(0x128),a['csrName']];a[j(0x143)]&&(c[j(0x145)](j(0x13b)),c[j(0x145)](j(0x12a))),spawnSync(j(0x133),c,{'stdio':'inherit','cwd':b});}static[a131i(0x12c)](a){const k=a131i,b=a[k(0x13a)]?a[k(0x13a)]:process['cwd'](),c=['req',k(0x146),k(0x130),'-key',a[k(0x134)],k(0x128),a[k(0x144)]];a[k(0x143)]&&(c['push'](k(0x13b)),c[k(0x145)](k(0x12a))),spawnSync('openssl',c,{'stdio':k(0x12e),'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.5.33",
4
+ "version": "4.5.35",
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.",