@maka/maka-cli 4.5.28 → 4.5.30

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 (132) 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/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/build/_index.js +1 -1
  19. package/bundle/obf/src/commands/build/build.js +1 -1
  20. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/create.js +1 -1
  22. package/bundle/obf/src/commands/debug.js +1 -1
  23. package/bundle/obf/src/commands/deploy.js +1 -1
  24. package/bundle/obf/src/commands/game/_index.js +1 -1
  25. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/play.command.js +1 -1
  27. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/generate.js +1 -1
  65. package/bundle/obf/src/commands/get/_index.js +1 -1
  66. package/bundle/obf/src/commands/get/get.command.js +1 -1
  67. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/help.js +1 -1
  71. package/bundle/obf/src/commands/jsdoc.js +1 -1
  72. package/bundle/obf/src/commands/lint.js +1 -1
  73. package/bundle/obf/src/commands/login.js +1 -1
  74. package/bundle/obf/src/commands/logout.js +1 -1
  75. package/bundle/obf/src/commands/logs.js +1 -1
  76. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  77. package/bundle/obf/src/commands/murder.js +1 -1
  78. package/bundle/obf/src/commands/proxy.js +1 -1
  79. package/bundle/obf/src/commands/reconfig.js +1 -1
  80. package/bundle/obf/src/commands/run/_index.js +1 -1
  81. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  82. package/bundle/obf/src/commands/run/run.command.js +1 -1
  83. package/bundle/obf/src/commands/set/_index.js +1 -1
  84. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  85. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/set.command.js +1 -1
  87. package/bundle/obf/src/commands/ssh.js +1 -1
  88. package/bundle/obf/src/commands/ssl.js +1 -1
  89. package/bundle/obf/src/commands/test.js +1 -1
  90. package/bundle/obf/src/commands/version.js +1 -1
  91. package/bundle/obf/src/error.js +1 -1
  92. package/bundle/obf/src/exec.js +1 -1
  93. package/bundle/obf/src/generator.js +1 -1
  94. package/bundle/obf/src/generators/_index.js +1 -1
  95. package/bundle/obf/src/generators/api.js +1 -1
  96. package/bundle/obf/src/generators/collection.js +1 -1
  97. package/bundle/obf/src/generators/component.js +1 -1
  98. package/bundle/obf/src/generators/config.js +1 -1
  99. package/bundle/obf/src/generators/dbc.js +1 -1
  100. package/bundle/obf/src/generators/dockerfile.js +1 -1
  101. package/bundle/obf/src/generators/hook.js +1 -1
  102. package/bundle/obf/src/generators/kit.js +1 -1
  103. package/bundle/obf/src/generators/layout.js +1 -1
  104. package/bundle/obf/src/generators/maka.gen.js +1 -1
  105. package/bundle/obf/src/generators/methods.js +1 -1
  106. package/bundle/obf/src/generators/package.js +1 -1
  107. package/bundle/obf/src/generators/page.js +1 -1
  108. package/bundle/obf/src/generators/publish.js +1 -1
  109. package/bundle/obf/src/generators/route.js +1 -1
  110. package/bundle/obf/src/generators/service.js +1 -1
  111. package/bundle/obf/src/generators/services/_index.js +1 -1
  112. package/bundle/obf/src/generators/services/openssl.js +1 -1
  113. package/bundle/obf/src/generators/services/translation.js +1 -1
  114. package/bundle/obf/src/maka.js +1 -1
  115. package/bundle/obf/src/tool.js +1 -1
  116. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  117. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  119. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/https/https.class.js +1 -1
  124. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  125. package/bundle/obf/src/tools/log/log.class.js +1 -1
  126. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  132. package/package.json +1 -1
@@ -1 +1 @@
1
- const a122p=a122d;(function(a,b){const n=a122d,c=a();while(!![]){try{const d=-parseInt(n(0x117))/0x1+-parseInt(n(0x113))/0x2+parseInt(n(0x10f))/0x3*(-parseInt(n(0x111))/0x4)+-parseInt(n(0x10e))/0x5+-parseInt(n(0x11b))/0x6*(-parseInt(n(0x11e))/0x7)+-parseInt(n(0x102))/0x8+parseInt(n(0x11c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x1bde3));const a122b=(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;};}()),a122a=a122b(this,function(){const o=a122d;return a122a['toString']()[o(0x118)](o(0x115))[o(0x105)]()[o(0x11d)](a122a)[o(0x118)]('(((.+)+)+)+$');});a122a();function a122c(){const y=['data','Request\x20timeout','abort','477128BMJAuU','write','application/json','toString','get','statusCode','env','error','assign','NODE_TLS_REJECT_UNAUTHORIZED','BAD\x20RETURN','length','800800ivQwun','502179AkFgRT','post','4ClDSfy','readFileSync','119126BkWzNF','stringify','(((.+)+)+)+$','request','58796qYUZBR','search','timeout','MAKA_DEV','24TqWzCI','3716280fzdZMN','constructor','361865FePtkg','end'];a122c=function(){return y;};return a122c();}import a122e from'https';import a122f from'fs';const TIMEOUT=0xbb8;function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x101;let f=c[d];return f;},a122d(a,b);}process[a122p(0x108)][a122p(0x10b)]=process[a122p(0x108)][a122p(0x11a)]==='True'?'0':'1';export class HTTPS{static async[a122p(0x110)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a122p,f=JSON[q(0x114)](c),g={'Content-Type':q(0x104),'Content-Length':f[q(0x10d)]};Object[q(0x10a)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[q(0x10a)](h,{'cert':a122f[q(0x112)](e)}),new Promise((i,j)=>{const r=q,k=a122e[r(0x116)](h,l=>{l['on']('data',m=>{const s=a122d;i({'statusCode':l[s(0x107)]||0x1f4,'statusMessage':l['statusMessage']||s(0x10c),'data':m[s(0x105)]()});});});k['on'](r(0x109),l=>{j(l);}),k['on'](r(0x119),()=>{k['abort'](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[r(0x103)](f),k[r(0x11f)]();});}static['get']({url:a,headers:b,cert:c}){const t=a122p,d={'Content-Type':'application/json'};Object[t(0x10a)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a122f[t(0x112)](c)}),new Promise((f,g)=>{const u=t,h=a122e[u(0x106)](a,e,i=>{const v=u;i['on'](v(0x120),j=>{const w=v;f({'statusCode':i[w(0x107)]||0x1f4,'statusMessage':i['statusMessage']||w(0x10c),'data':j['toString']()});});});h['on'](u(0x109),i=>{g(i);}),h['on'](u(0x119),()=>{const x=u;h[x(0x101)](),g({'statusCode':0x198,'statusMessage':x(0x121)});});});}}
1
+ const a122q=a122d;(function(a,b){const n=a122d,c=a();while(!![]){try{const d=parseInt(n(0x163))/0x1+parseInt(n(0x153))/0x2*(-parseInt(n(0x14e))/0x3)+parseInt(n(0x14b))/0x4+-parseInt(n(0x160))/0x5+parseInt(n(0x15b))/0x6+-parseInt(n(0x16a))/0x7+parseInt(n(0x15a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xd6012));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a122d;if(c){const e=c[o(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const p=a122d;return a122a['toString']()[p(0x15d)](p(0x16b))[p(0x15f)]()[p(0x14c)](a122a)[p(0x15d)](p(0x16b));});a122a();import a122e from'https';import a122f from'fs';function a122c(){const B=['(((.+)+)+)+$','2087176wswyBl','constructor','statusCode','228QCsufC','apply','True','env','MAKA_DEV','1888MPhGNZ','NODE_TLS_REJECT_UNAUTHORIZED','get','length','application/json','error','readFileSync','19377392ecEmCQ','3894120IvkiPz','abort','search','timeout','toString','8523435kOKDgS','data','statusMessage','414586qvxsfP','Request\x20timeout','BAD\x20RETURN','request','stringify','assign','write','9482067nXprWH'];a122c=function(){return B;};return a122c();}function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x14b;let f=c[d];return f;},a122d(a,b);}const TIMEOUT=0xbb8;process[a122q(0x151)][a122q(0x154)]=process[a122q(0x151)][a122q(0x152)]===a122q(0x150)?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a122q,f=JSON[r(0x167)](c),g={'Content-Type':r(0x157),'Content-Length':f[r(0x156)]};Object[r(0x168)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[r(0x168)](h,{'cert':a122f[r(0x159)](e)}),new Promise((i,j)=>{const s=r,k=a122e[s(0x166)](h,l=>{const t=s;l['on'](t(0x161),m=>{const u=t;i({'statusCode':l[u(0x14d)]||0x1f4,'statusMessage':l[u(0x162)]||u(0x165),'data':m[u(0x15f)]()});});});k['on'](s(0x158),l=>{j(l);}),k['on'](s(0x15e),()=>{const v=s;k['abort'](),j({'statusCode':0x198,'statusMessage':v(0x164)});}),k[s(0x169)](f),k['end']();});}static[a122q(0x155)]({url:a,headers:b,cert:c}){const w=a122q,d={'Content-Type':w(0x157)};Object[w(0x168)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0x168)](e,{'cert':a122f['readFileSync'](c)}),new Promise((f,g)=>{const x=w,h=a122e[x(0x155)](a,e,i=>{const y=x;i['on'](y(0x161),j=>{const z=y;f({'statusCode':i[z(0x14d)]||0x1f4,'statusMessage':i[z(0x162)]||z(0x165),'data':j[z(0x15f)]()});});});h['on'](x(0x158),i=>{g(i);}),h['on']('timeout',()=>{const A=x;h[A(0x15c)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}}
@@ -1 +1 @@
1
- function a123c(){var i=['606mIiNAg','165388LBFfll','(((.+)+)+)+$','apply','907005dpLaRx','35402WBWKrj','1260611TfYcdu','106527TFmTrf','constructor','search','8HhRYEz','21917romLyc','4LYNIyX','toString','10TWzBmV','1588959cdwNQD'];a123c=function(){return i;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x9e;var f=c[d];return f;},a123d(a,b);}(function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1+parseInt(f(0xaa))/0x2*(-parseInt(f(0xa5))/0x3)+parseInt(f(0x9f))/0x4+parseInt(f(0xa2))/0x5+-parseInt(f(0x9e))/0x6*(parseInt(f(0xa9))/0x7)+-parseInt(f(0xa8))/0x8*(-parseInt(f(0xad))/0x9)+-parseInt(f(0xac))/0xa*(-parseInt(f(0xa4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x27905));var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a[h(0xab)]()[h(0xa7)](h(0xa0))['toString']()[h(0xa6)](a123a)[h(0xa7)](h(0xa0));});a123a();export{};
1
+ (function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1*(-parseInt(f(0x9f))/0x2)+-parseInt(f(0xa2))/0x3*(-parseInt(f(0xa0))/0x4)+-parseInt(f(0xa5))/0x5+parseInt(f(0x9c))/0x6+parseInt(f(0x9b))/0x7*(parseInt(f(0x9d))/0x8)+-parseInt(f(0xa6))/0x9+-parseInt(f(0xa4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x2afdc));function a123c(){var h=['18720BQaQNd','31504BEuHOd','(((.+)+)+)+$','66lZtEqG','4CLOzyU','1332420KdyJCe','180915eqWIhw','2453112FSiYiL','toString','52521hSSCaP','867708NtvZhg','360QotgZK','search'];a123c=function(){return h;};return a123c();}var a123b=(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;};}()),a123a=a123b(this,function(){var g=a123d;return a123a[g(0xa7)]()['search'](g(0xa1))[g(0xa7)]()['constructor'](a123a)[g(0x9e)](g(0xa1));});a123a();function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x9b;var f=c[d];return f;},a123d(a,b);}export{};
@@ -1 +1 @@
1
- function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x10c;let f=c[d];return f;},a124d(a,b);}function a124c(){const z=['constructor','55UoMszL','join','majestic','6932814GQPBSu','4097cAwalK','Usage:\x20','\x0aManual:','header','log','blackBright','bright','search','hide','242IgKbZA','map','3045564aTzTFJ','notice','stdout','warn','bold','magentaBright','Examples:','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','4536310vHWeGx','cyanBright','success','greenBright','3216936EjSmYc','yellowBright','(((.+)+)+)+$','show','trim','7LGnmim','win32','length','cyan','toString','usage','platform','43551kFPAzt','red','163036ipfskN'];a124c=function(){return z;};return a124c();}const a124k=a124d;(function(a,b){const i=a124d,c=a();while(!![]){try{const d=-parseInt(i(0x10d))/0x1*(-parseInt(i(0x116))/0x2)+parseInt(i(0x130))/0x3+-parseInt(i(0x132))/0x4*(parseInt(i(0x134))/0x5)+parseInt(i(0x10c))/0x6+parseInt(i(0x129))/0x7*(parseInt(i(0x124))/0x8)+-parseInt(i(0x118))/0x9+-parseInt(i(0x120))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xca048));const a124b=(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;};}()),a124a=a124b(this,function(){const j=a124d;return a124a[j(0x12d)]()[j(0x114)](j(0x126))[j(0x12d)]()[j(0x133)](a124a)[j(0x114)]('(((.+)+)+)+$');});a124a();import*as a124e from'single-line-log2';import a124f from'cli-color';import a124g from'cli-cursor';import a124h from'elegant-spinner';const isWin=process[a124k(0x12f)]===a124k(0x12a),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a124k;return a[l(0x117)](b=>{return'[--'+b+']';})[l(0x135)]('\x20');},formatRequiredOpts=a=>{const m=a124k;return a[m(0x117)](b=>{return'--'+b;})[m(0x135)]('\x20');};export class Log{static[a124k(0x122)](a){const n=a124k;console[n(0x111)](a124f[n(0x123)](a));}static[a124k(0x11b)](a){const o=a124k;console[o(0x111)](a124f[o(0x125)](a));}static[a124k(0x119)](a){const p=a124k;console[p(0x111)](a124f[p(0x121)](a));}static['error'](a){const q=a124k;console[q(0x111)](a124f[q(0x131)]['bold'](a));}static[a124k(0x110)](a){const r=a124k;console[r(0x111)](a124f[r(0x112)](a));}static[a124k(0x113)](a){console['log'](a124f['whiteBright'](a));}static[a124k(0x136)](a){const s=a124k;console['log'](a124f[s(0x11d)](a));}static[a124k(0x12e)](a,b,c,d,e,f){const t=a124k,g=a124f['blackBright'];Log[t(0x113)](d),b&&b[t(0x12b)]>0x0&&(Log[t(0x113)](g(t(0x11e))),b['forEach'](h=>{const u=t;Log[u(0x113)]('\x20>\x20'+h);})),a&&(Log[t(0x110)](t(0x10f)),Log[t(0x119)]('\x20\x20'+a[t(0x128)]()+'\x0a')),c&&Log['bright'](g(t(0x10e))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[t(0x110)](t(0x11f));}static['withSpinner'](a=''){const v=a124k;a124g[v(0x115)]();const b=a124h();a124g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a124d;a124e['stdout'](a124f[w(0x12c)](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a124e[x(0x11a)](a124f[x(0x123)](check)+'\x20'+a+'\x20'+d),console[x(0x111)](),a124g[x(0x127)]();},'failure'(d=''){const y=v;clearInterval(c),a124e['stdout'](a124f['red'][y(0x11c)](cross)+'\x20'+a+'\x20'+d),console[y(0x111)](),a124g[y(0x127)]();},'stop'(){clearInterval(c),a124g['show']();}};}}
1
+ const a124l=a124d;(function(a,b){const i=a124d,c=a();while(!![]){try{const d=parseInt(i(0x10d))/0x1+-parseInt(i(0x103))/0x2+parseInt(i(0x11b))/0x3*(-parseInt(i(0x106))/0x4)+parseInt(i(0x10f))/0x5+-parseInt(i(0xf5))/0x6*(parseInt(i(0x108))/0x7)+-parseInt(i(0x10c))/0x8+parseInt(i(0x105))/0x9*(parseInt(i(0x10e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x428ef));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a124d;if(c){const e=c[j(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const k=a124d;return a124a[k(0xf4)]()[k(0x11d)](k(0xfe))['toString']()[k(0xff)](a124a)[k(0x11d)](k(0xfe));});a124a();import*as a124e from'single-line-log2';import a124f from'cli-color';function a124c(){const D=['show','log','4185896pBZroq','75229sncNaH','200fqrNAY','2125080stNyMW','cyan','bright','Examples:','withSpinner','whiteBright','map','notice','warn','Usage:\x20','blackBright','yellowBright','59859TIRXkP','greenBright','search','[--','length','win32','header','toString','75540UeJmhD','join','forEach','magentaBright','platform','usage','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','bold','red','(((.+)+)+)+$','constructor','success','hide','cyanBright','777820xScxJP','error','556029WBxOFI','60sMRXpz','stdout','140MVvdie','apply'];a124c=function(){return D;};return a124c();}import a124g from'cli-cursor';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0xf3;let f=c[d];return f;},a124d(a,b);}import a124h from'elegant-spinner';const isWin=process[a124l(0xf9)]===a124l(0x120),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a124l;return a[m(0x115)](b=>{const n=m;return n(0x11e)+b+']';})[m(0xf6)]('\x20');},formatRequiredOpts=a=>{const o=a124l;return a[o(0x115)](b=>{return'--'+b;})[o(0xf6)]('\x20');};export class Log{static[a124l(0x100)](a){const p=a124l;console[p(0x10b)](a124f[p(0x11c)](a));}static[a124l(0x117)](a){const q=a124l;console[q(0x10b)](a124f[q(0x11a)](a));}static[a124l(0x116)](a){const r=a124l;console[r(0x10b)](a124f[r(0x102)](a));}static[a124l(0x104)](a){const s=a124l;console[s(0x10b)](a124f[s(0xfd)][s(0xfc)](a));}static[a124l(0xf3)](a){const t=a124l;console['log'](a124f[t(0x119)](a));}static[a124l(0x111)](a){const u=a124l;console[u(0x10b)](a124f[u(0x114)](a));}static['majestic'](a){const v=a124l;console[v(0x10b)](a124f[v(0xf8)](a));}static[a124l(0xfa)](a,b,c,d,e,f){const w=a124l,g=a124f[w(0x119)];Log[w(0x111)](d),b&&b[w(0x11f)]>0x0&&(Log[w(0x111)](g(w(0x112))),b[w(0xf7)](h=>{const x=w;Log[x(0x111)]('\x20>\x20'+h);})),a&&(Log[w(0xf3)]('\x0aManual:'),Log[w(0x116)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[w(0x111)](g(w(0x118))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0xf3)](w(0xfb));}static[a124l(0x113)](a=''){const y=a124l;a124g[y(0x101)]();const b=a124h();a124g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a124d;a124e[z(0x107)](a124f[z(0x110)](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a124e[A(0x107)](a124f[A(0x11c)](check)+'\x20'+a+'\x20'+d),console[A(0x10b)](),a124g[A(0x10a)]();},'failure'(d=''){const B=y;clearInterval(c),a124e[B(0x107)](a124f['red'][B(0xfc)](cross)+'\x20'+a+'\x20'+d),console[B(0x10b)](),a124g['show']();},'stop'(){const C=y;clearInterval(c),a124g[C(0x10a)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x157))/0x1*(parseInt(f(0x150))/0x2)+-parseInt(f(0x154))/0x3*(parseInt(f(0x156))/0x4)+-parseInt(f(0x14e))/0x5+-parseInt(f(0x14d))/0x6+parseInt(f(0x151))/0x7*(parseInt(f(0x14a))/0x8)+-parseInt(f(0x152))/0x9*(parseInt(f(0x155))/0xa)+-parseInt(f(0x153))/0xb*(parseInt(f(0x158))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x5bf2f));function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x14a;var f=c[d];return f;},a125d(a,b);}var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x14b)]()['search']('(((.+)+)+)+$')[h(0x14b)]()['constructor'](a125a)[h(0x14c)]('(((.+)+)+)+$');});a125a();export{};function a125c(){var i=['20egbufG','944wgbUlD','60aHcwsz','6744dykJMv','toString','search','685164aykVPv','873730qsWYcf','apply','1580TcElcL','3934EqXoxo','2691207LJCozv','296087sBATyf','72213GlENBF','10pnaoJm'];a125c=function(){return i;};return a125c();}
1
+ (function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1+parseInt(f(0x1a6))/0x2*(parseInt(f(0x1a7))/0x3)+parseInt(f(0x1a4))/0x4*(-parseInt(f(0x1a1))/0x5)+-parseInt(f(0x1a3))/0x6+-parseInt(f(0x19f))/0x7+parseInt(f(0x19c))/0x8*(-parseInt(f(0x19e))/0x9)+parseInt(f(0x19d))/0xa*(parseInt(f(0x1a8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xe674f));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x1a2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a['toString']()[h(0x1a0)](h(0x19b))[h(0x1a9)]()['constructor'](a125a)[h(0x1a0)](h(0x19b));});a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x19b;var f=c[d];return f;},a125d(a,b);}export{};function a125c(){var i=['35588uOuYec','478480wYBuNa','21hTiFLW','3377JmlyEJ','toString','(((.+)+)+)+$','664FfhnrR','108610lJfdSS','170649hUvXlN','3665585eouqHm','search','11635hcIMOF','apply','9827322zAGkDo','628JIChrr'];a125c=function(){return i;};return a125c();}
@@ -1 +1 @@
1
- const a126m=a126d;(function(a,b){const j=a126d,c=a();while(!![]){try{const d=-parseInt(j(0x10f))/0x1*(-parseInt(j(0x116))/0x2)+-parseInt(j(0x123))/0x3+-parseInt(j(0x122))/0x4*(-parseInt(j(0x125))/0x5)+-parseInt(j(0x10e))/0x6*(parseInt(j(0x10d))/0x7)+parseInt(j(0x110))/0x8*(parseInt(j(0x111))/0x9)+parseInt(j(0x11b))/0xa*(-parseInt(j(0x11c))/0xb)+-parseInt(j(0x112))/0xc*(parseInt(j(0x10b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xab6f7));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a126d;if(c){const e=c[k(0x105)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const l=a126d;return a126a[l(0x115)]()['search'](l(0x11d))[l(0x115)]()[l(0x121)](a126a)[l(0x107)](l(0x11d));});function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x105;let f=c[d];return f;},a126d(a,b);}function a126c(){const s=['search','close','ignore','cwd','5446233RqTxwO','message','7hinSUY','765546YtqOFn','7CezXzh','8UrJWYp','10395009UyVtPc','12XKAVdH','SIGINT','success','toString','376034eYoaJR','verbose','inherit','start','data','4970QAmsJc','20834nlyOmU','(((.+)+)+)+$','withSpinner','log','failure','constructor','708572pcTcbP','1906071YjHAoT','disconnect','10bpuOfi','apply','pid'];a126c=function(){return s;};return a126c();}a126a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a126m(0x11e)](a,b,c){return new Promise((d,e)=>{const n=a126d,f=Log[n(0x11e)](),g=c?.[n(0x10a)]||'.';c?.['message']&&f[n(0x119)](c?.[n(0x10c)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x117)]?n(0x118):n(0x109)});process['on'](n(0x113),()=>{const o=n,i=h[o(0x106)];i&&process['kill'](i);}),h['on'](n(0x11a),i=>{const p=n;console[p(0x11f)](i);}),h['on'](n(0x124),()=>{const q=n;c?.['message']&&f[q(0x114)](),d();}),h['on'](n(0x108),()=>{c?.['message']&&f['success'](),d();}),h['on']('error',()=>{const r=n;c?.[r(0x10c)]&&f[r(0x120)](),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 a126m=a126d;(function(a,b){const j=a126d,c=a();while(!![]){try{const d=parseInt(j(0x168))/0x1+parseInt(j(0x165))/0x2+-parseInt(j(0x166))/0x3*(-parseInt(j(0x161))/0x4)+parseInt(j(0x16b))/0x5*(parseInt(j(0x172))/0x6)+-parseInt(j(0x169))/0x7+parseInt(j(0x173))/0x8*(-parseInt(j(0x15d))/0x9)+-parseInt(j(0x15b))/0xa*(-parseInt(j(0x15c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x86ecf));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a126d;if(c){const e=c[k(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const l=a126d;return a126a[l(0x171)]()[l(0x174)](l(0x16d))[l(0x171)]()['constructor'](a126a)[l(0x174)]('(((.+)+)+)+$');});a126a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a126c(){const t=['close','11004pzgAcL','5002634zDXLmH','success','505VkoDCp','inherit','(((.+)+)+)+$','withSpinner','start','failure','toString','11208kSGOlA','1163256mHgTah','search','ignore','data','kill','130pTzedX','308561SuHoHZ','9ienoUD','apply','message','disconnect','16WedMaJ','log','error','cwd','1471010UTNCuK','84663iRTSZG'];a126c=function(){return t;};return a126c();}export class SpawnAsync{static[a126m(0x16e)](a,b,c){return new Promise((d,e)=>{const n=a126d,f=Log[n(0x16e)](),g=c?.[n(0x164)]||'.';c?.[n(0x15f)]&&f[n(0x16f)](c?.[n(0x15f)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0x16c):n(0x158)});process['on']('SIGINT',()=>{const o=n,i=h['pid'];i&&process[o(0x15a)](i);}),h['on'](n(0x159),i=>{const p=n;console[p(0x162)](i);}),h['on'](n(0x160),()=>{const q=n;c?.[q(0x15f)]&&f[q(0x16a)](),d();}),h['on'](n(0x167),()=>{const r=n;c?.[r(0x15f)]&&f[r(0x16a)](),d();}),h['on'](n(0x163),()=>{const s=n;c?.['message']&&f[s(0x170)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a127d,c=a();while(!![]){try{var d=parseInt(f(0x1a4))/0x1*(parseInt(f(0x1a6))/0x2)+-parseInt(f(0x1ac))/0x3*(parseInt(f(0x1a7))/0x4)+-parseInt(f(0x1a8))/0x5*(-parseInt(f(0x1a3))/0x6)+parseInt(f(0x1a1))/0x7+parseInt(f(0x1a9))/0x8*(parseInt(f(0x1a2))/0x9)+parseInt(f(0x1ad))/0xa+parseInt(f(0x19f))/0xb*(-parseInt(f(0x1ae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x40c8d));var a127b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a127d;if(c){var e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){var h=a127d;return a127a['toString']()['search'](h(0x1a5))['toString']()[h(0x1a0)](a127a)[h(0x1aa)]('(((.+)+)+)+$');});function a127c(){var i=['981098dXfdwJ','5752cnQwsB','2245yObXCg','51112GfDkjE','search','apply','483BzDYcF','1573560IOckgG','12Gwkcau','4907177GPHCwe','constructor','1248674tJQZcs','153BaDEIN','108aEHzhc','1AOEXTo','(((.+)+)+)+$'];a127c=function(){return i;};return a127c();}function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x19f;var f=c[d];return f;},a127d(a,b);}a127a();export{};
1
+ (function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0xb6))/0x1+parseInt(f(0xb5))/0x2+parseInt(f(0xab))/0x3+parseInt(f(0xaf))/0x4*(parseInt(f(0xb2))/0x5)+parseInt(f(0xae))/0x6+-parseInt(f(0xb3))/0x7*(-parseInt(f(0xb1))/0x8)+-parseInt(f(0xb4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x9bd2c));var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0xad)]()['search'](g(0xb7))[g(0xad)]()[g(0xac)](a127a)[g(0xb0)]('(((.+)+)+)+$');});a127a();function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0xab;var f=c[d];return f;},a127d(a,b);}function a127c(){var h=['13249368KWYmKE','1287284eZJOtU','860216HLSSnB','(((.+)+)+)+$','795708pUFBOX','constructor','toString','7549974qyjHxr','4FNqPuj','search','24QgMCCG','3978575AtvoMf','17962vgnCfj'];a127c=function(){return h;};return a127c();}export{};
@@ -1 +1 @@
1
- const a128t=a128d;function a128c(){const x=['withSpinner','inherit','join','toString','5789330nVQfPL','error','concat','6937655eTmZPP','ignore','search','1695904fsUUvG','scp','user','message','port','verbose','tty','push','ssh\x20','47AaloHu','48qAojRr','13342791KHHhfO','success','9ZfsuAm','ConnectTimeout=2','host','env','source','2>&1','2876KtrrFc','475209JULETj','sshSync','(((.+)+)+)+$','apply','2505660jqrBlP','sshVerbose','4CSMqlR','disconnect','pem'];a128c=function(){return x;};return a128c();}(function(a,b){const m=a128d,c=a();while(!![]){try{const d=-parseInt(m(0x90))/0x1*(parseInt(m(0x9a))/0x2)+-parseInt(m(0x9f))/0x3+parseInt(m(0xa1))/0x4*(parseInt(m(0xab))/0x5)+parseInt(m(0x91))/0x6*(-parseInt(m(0x9b))/0x7)+parseInt(m(0xae))/0x8+parseInt(m(0x94))/0x9*(-parseInt(m(0xa8))/0xa)+parseInt(m(0x92))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xc04d1));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a128d;if(c){const e=c[n(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const o=a128d;return a128a[o(0xa7)]()[o(0xad)](o(0x9d))[o(0xa7)]()['constructor'](a128a)[o(0xad)](o(0x9d));});a128a();import a128e from'path';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x8e;let f=c[d];return f;},a128d(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=a128d,f=b[p(0xb0)]+'@'+b[p(0x96)],g=a128e[p(0xa6)](b[p(0x97)],b[p(0xa3)]),h=c?.[p(0xb4)]||![],i=c?.[p(0xa0)]||![];let j=[];h&&j[p(0x8e)]('-t');i&&j[p(0x8e)]('-v');j=j[p(0xaa)](['-o',p(0x95),'-i',g,'-p',b[p(0xb2)],f,a]);const k=Log[p(0xa4)]();c?.[p(0xb1)]&&k['start'](c?.[p(0xb1)]);const l=spawn('ssh',j,{'stdio':c?.['verbose']?p(0xa5):p(0xac)});l['on'](p(0xa2),()=>{const q=p;c?.[q(0xb1)]&&k[q(0x93)](),d();}),l['on']('close',()=>{const r=p;c?.[r(0xb1)]&&k[r(0x93)](),d();}),l['on'](p(0xa9),()=>{const s=p;c?.[s(0xb1)]&&k['failure'](),e();});});};static [a128t(0x9c)]=(a,b,c)=>{const u=a128t,d=b[u(0xb0)]+'@'+b[u(0x96)],e=a128e['join'](b['env'],b[u(0xa3)]),f=c?.[u(0xb4)]||![],g=c?.[u(0xa0)]||![];let h=[];f&&h[u(0x8e)]('-t'),g&&h[u(0x8e)]('-v'),h=h[u(0xaa)](['-o',u(0x95),'-i',e,'-p',b[u(0xb2)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0xb3)]?u(0xa5):u(0xac)});};static['ping'](a,b,c){const v=a128t,d=b[v(0xb0)]+'@'+b['host'],e=a128e[v(0xa6)](b[v(0x97)],b[v(0xa3)]),f=c?.[v(0xb4)]||![];let g=[];f&&g['push']('-t');g=g[v(0xaa)](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0xb2)],d,a,v(0x99)]);const h=v(0x8f)+g[v(0xa6)]('\x20');return execSync(h)[v(0xa7)]();}static[a128t(0xaf)](a,b){const w=a128t,c=b['user']+'@'+b[w(0x96)]+':'+a['dest'],d=a128e[w(0xa6)](b[w(0x97)],b['pem']),e=['-i',d,'-P',b['port'],a[w(0x98)],c];spawnSync(w(0xaf),e,{'stdio':a[w(0xb3)]?'inherit':w(0xac)});}}
1
+ const a128u=a128d;function a128c(){const x=['scp','start','tty','env','join','toString','98819gAEtyM','(((.+)+)+)+$','concat','ConnectTimeout=2','inherit','disconnect','dest','ping','5885DZFtSa','failure','sshVerbose','ssh\x20','port','ignore','message','verbose','72bkKcGA','4527636hqLSud','apply','push','543249exmJkJ','1421710TlJAHr','153494NiwLNb','constructor','host','search','success','2>&1','user','withSpinner','error','70910SUcVZx','27WauoHW','342QSDoPd','source','6285150apNdju','ssh','pem'];a128c=function(){return x;};return a128c();}(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0x158))/0x1+-parseInt(m(0x159))/0x2*(parseInt(m(0x137))/0x3)+-parseInt(m(0x154))/0x4+-parseInt(m(0x13a))/0x5+parseInt(m(0x138))/0x6*(-parseInt(m(0x143))/0x7)+-parseInt(m(0x153))/0x8*(parseInt(m(0x157))/0x9)+parseInt(m(0x136))/0xa*(parseInt(m(0x14b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xc0567));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a128d;if(c){const e=c[n(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const o=a128d;return a128a['toString']()[o(0x15c)](o(0x144))[o(0x142)]()[o(0x15a)](a128a)[o(0x15c)]('(((.+)+)+)+$');});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x132;let f=c[d];return f;},a128d(a,b);}import a128e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a128d,f=b['user']+'@'+b[p(0x15b)],g=a128e[p(0x141)](b[p(0x140)],b['pem']),h=c?.[p(0x13f)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x156)]('-t');i&&j[p(0x156)]('-v');j=j['concat'](['-o',p(0x146),'-i',g,'-p',b[p(0x14f)],f,a]);const k=Log[p(0x134)]();c?.[p(0x151)]&&k[p(0x13e)](c?.[p(0x151)]);const l=spawn(p(0x13b),j,{'stdio':c?.['verbose']?p(0x147):p(0x150)});l['on'](p(0x148),()=>{const q=p;c?.['message']&&k[q(0x15d)](),d();}),l['on']('close',()=>{const r=p;c?.['message']&&k[r(0x15d)](),d();}),l['on'](p(0x135),()=>{const s=p;c?.[s(0x151)]&&k[s(0x14c)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a128d,d=b[t(0x133)]+'@'+b[t(0x15b)],e=a128e[t(0x141)](b[t(0x140)],b['pem']),f=c?.[t(0x13f)]||![],g=c?.[t(0x14d)]||![];let h=[];f&&h['push']('-t'),g&&h[t(0x156)]('-v'),h=h['concat'](['-o',t(0x146),'-i',e,'-p',b[t(0x14f)],d,a]),spawnSync('ssh',h,{'stdio':c?.['verbose']?'inherit':t(0x150)});};static[a128u(0x14a)](a,b,c){const v=a128u,d=b[v(0x133)]+'@'+b['host'],e=a128e[v(0x141)](b[v(0x140)],b['pem']),f=c?.[v(0x13f)]||![];let g=[];f&&g[v(0x156)]('-t');g=g[v(0x145)](['-o',v(0x146),'-i',e,'-p',b[v(0x14f)],d,a,v(0x132)]);const h=v(0x14e)+g[v(0x141)]('\x20');return execSync(h)[v(0x142)]();}static[a128u(0x13d)](a,b){const w=a128u,c=b[w(0x133)]+'@'+b[w(0x15b)]+':'+a[w(0x149)],d=a128e[w(0x141)](b[w(0x140)],b[w(0x13c)]),e=['-i',d,'-P',b[w(0x14f)],a[w(0x139)],c];spawnSync(w(0x13d),e,{'stdio':a[w(0x152)]?w(0x147):w(0x150)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x16d))/0x1+parseInt(f(0x178))/0x2*(parseInt(f(0x174))/0x3)+parseInt(f(0x173))/0x4*(-parseInt(f(0x16c))/0x5)+-parseInt(f(0x175))/0x6+parseInt(f(0x16f))/0x7+parseInt(f(0x170))/0x8*(-parseInt(f(0x16a))/0x9)+-parseInt(f(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x92eac));function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x16a;var f=c[d];return f;},a129d(a,b);}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()[h(0x176)]('(((.+)+)+)+$')[h(0x171)]()[h(0x16e)](a129a)[h(0x176)](h(0x177));});a129a();function a129c(){var i=['1810CbJYui','845829dgWKuT','apply','1517790UNiLIG','1061745mJRDsp','constructor','873614uGORab','32pVoOlP','toString','10205320FYXlLH','4CqaFkH','3909yhHwhO','383856ykUpYI','search','(((.+)+)+)+$'];a129c=function(){return i;};return a129c();}export{};
1
+ function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0xb7;var f=c[d];return f;},a129d(a,b);}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0xc1))/0x1+-parseInt(f(0xc5))/0x2*(parseInt(f(0xbd))/0x3)+parseInt(f(0xb7))/0x4+parseInt(f(0xbc))/0x5*(-parseInt(f(0xc4))/0x6)+parseInt(f(0xbb))/0x7*(parseInt(f(0xb8))/0x8)+parseInt(f(0xc2))/0x9*(-parseInt(f(0xb9))/0xa)+-parseInt(f(0xbf))/0xb*(parseInt(f(0xc0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xcf1d3));function a129c(){var i=['apply','101431lTazxX','12MffZTc','1454187eJyPlz','13761DdYMVM','constructor','216vAfOLe','2eIDcJh','(((.+)+)+)+$','4186544yNkTPB','8TqyLUx','6950pTOiei','search','4578077kJEKvX','73080HRsEed','2125329UTnuII'];a129c=function(){return i;};return a129c();}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()[h(0xba)]('(((.+)+)+)+$')['toString']()[h(0xc3)](a129a)[h(0xba)](h(0xc6));});a129a();export{};
@@ -1 +1 @@
1
- (function(a,b){const f=a130d,c=a();while(!![]){try{const d=parseInt(f(0x9f))/0x1*(parseInt(f(0xa9))/0x2)+parseInt(f(0x91))/0x3+parseInt(f(0xa0))/0x4+-parseInt(f(0xa1))/0x5*(parseInt(f(0x8c))/0x6)+parseInt(f(0x90))/0x7*(-parseInt(f(0x94))/0x8)+-parseInt(f(0x92))/0x9+parseInt(f(0x93))/0xa*(parseInt(f(0x8e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x4280c));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a['toString']()[h(0x8b)](h(0x9c))['toString']()['constructor'](a130a)[h(0x8b)](h(0x9c));});a130a();import{spawnSync}from'child_process';function a130c(){const k=['openssl','csrName','55978WEOHWt','2012108UIKKvs','10sleNkT','inherit','keyName','-keyout','openssl.conf','-x509','req','apply','10SMQYSI','-key','push','search','1397856pKLftE','-config','102773uJefQN','-new','1128673AtGXXx','55059AToAEN','796887enJVpg','200EFJFol','8IyIABy','-newkey','-out','useConfig','crtName','cwd','-nodes','rsa:2048','(((.+)+)+)+$'];a130c=function(){return k;};return a130c();}function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x8a;let f=c[d];return f;},a130d(a,b);}export class SSL{static['genCSR'](a){const i=a130d,b=a[i(0x99)]?a[i(0x99)]:process[i(0x99)](),c=[i(0xa7),i(0x8f),i(0x95),i(0x9b),i(0x9a),i(0xa4),a['keyName'],i(0x96),a[i(0x9e)]];a[i(0x97)]&&(c[i(0x8a)](i(0x8d)),c[i(0x8a)]('openssl.conf')),spawnSync(i(0x9d),c,{'stdio':i(0xa2),'cwd':b});}static['genSSC'](a){const j=a130d,b=a['cwd']?a['cwd']:process[j(0x99)](),c=['req',j(0xa6),j(0x8f),j(0xaa),a[j(0xa3)],j(0x96),a[j(0x98)]];a['useConfig']&&(c['push'](j(0x8d)),c[j(0x8a)](j(0xa5))),spawnSync(j(0x9d),c,{'stdio':j(0xa2),'cwd':b});}}
1
+ const a130j=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xd7;let f=c[d];return f;},a130d(a,b);}(function(a,b){const f=a130d,c=a();while(!![]){try{const d=-parseInt(f(0xef))/0x1+-parseInt(f(0xee))/0x2*(parseInt(f(0xf4))/0x3)+-parseInt(f(0xe5))/0x4*(parseInt(f(0xd9))/0x5)+-parseInt(f(0xdd))/0x6*(parseInt(f(0xde))/0x7)+parseInt(f(0xe7))/0x8*(-parseInt(f(0xdb))/0x9)+-parseInt(f(0xea))/0xa+parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x22c15));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xe6)]()['search'](h(0xe0))[h(0xe6)]()['constructor'](a130a)[h(0xed)]('(((.+)+)+)+$');});a130a();function a130c(){const l=['cwd','28992niHRks','273KOyPdz','-config','(((.+)+)+)+$','apply','useConfig','12748780tenXpb','-new','4UERxwI','toString','1203784uQaKvc','inherit','req','2740430GOzOBT','csrName','-newkey','search','150fgEcbC','196135OyAGdR','-nodes','-x509','genSSC','keyName','8265pRlLhX','openssl.conf','-out','-key','4495vYTtWQ','push','9fsJMIz'];a130c=function(){return l;};return a130c();}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a130d,b=a[i(0xdc)]?a[i(0xdc)]:process[i(0xdc)](),c=[i(0xe9),i(0xe4),i(0xec),'rsa:2048',i(0xf0),'-keyout',a[i(0xf3)],i(0xd7),a[i(0xeb)]];a[i(0xe2)]&&(c['push'](i(0xdf)),c['push'](i(0xf5))),spawnSync('openssl',c,{'stdio':i(0xe8),'cwd':b});}static[a130j(0xf2)](a){const k=a130j,b=a[k(0xdc)]?a[k(0xdc)]:process['cwd'](),c=[k(0xe9),k(0xf1),k(0xe4),k(0xd8),a[k(0xf3)],k(0xd7),a['crtName']];a['useConfig']&&(c[k(0xda)]('-config'),c[k(0xda)](k(0xf5))),spawnSync('openssl',c,{'stdio':k(0xe8),'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.28",
4
+ "version": "4.5.30",
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.",