@maka/maka-cli 4.3.30 → 4.4.0

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 (97) 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/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/generate.js +1 -1
  29. package/bundle/obf/src/commands/get/_index.js +1 -1
  30. package/bundle/obf/src/commands/get/get.command.js +1 -1
  31. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/help.js +1 -1
  35. package/bundle/obf/src/commands/install.js +1 -1
  36. package/bundle/obf/src/commands/jsdoc.js +1 -1
  37. package/bundle/obf/src/commands/lint.js +1 -1
  38. package/bundle/obf/src/commands/login.js +1 -1
  39. package/bundle/obf/src/commands/logout.js +1 -1
  40. package/bundle/obf/src/commands/logs.js +1 -1
  41. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  42. package/bundle/obf/src/commands/murder.js +1 -1
  43. package/bundle/obf/src/commands/proxy.js +1 -1
  44. package/bundle/obf/src/commands/reconfig.js +1 -1
  45. package/bundle/obf/src/commands/run/_index.js +1 -1
  46. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  47. package/bundle/obf/src/commands/run/run.command.js +1 -1
  48. package/bundle/obf/src/commands/set/_index.js +1 -1
  49. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  51. package/bundle/obf/src/commands/set/set.command.js +1 -1
  52. package/bundle/obf/src/commands/ssh.js +1 -1
  53. package/bundle/obf/src/commands/ssl.js +1 -1
  54. package/bundle/obf/src/commands/test.js +1 -1
  55. package/bundle/obf/src/commands/version.js +1 -1
  56. package/bundle/obf/src/error.js +1 -1
  57. package/bundle/obf/src/generator.js +1 -1
  58. package/bundle/obf/src/generators/_index.js +1 -1
  59. package/bundle/obf/src/generators/api.js +1 -1
  60. package/bundle/obf/src/generators/collection.js +1 -1
  61. package/bundle/obf/src/generators/component.js +1 -1
  62. package/bundle/obf/src/generators/config.js +1 -1
  63. package/bundle/obf/src/generators/dbc.js +1 -1
  64. package/bundle/obf/src/generators/dockerfile.js +1 -1
  65. package/bundle/obf/src/generators/hook.js +1 -1
  66. package/bundle/obf/src/generators/kit.js +1 -1
  67. package/bundle/obf/src/generators/layout.js +1 -1
  68. package/bundle/obf/src/generators/maka.gen.js +1 -1
  69. package/bundle/obf/src/generators/methods.js +1 -1
  70. package/bundle/obf/src/generators/package.js +1 -1
  71. package/bundle/obf/src/generators/page.js +1 -1
  72. package/bundle/obf/src/generators/publish.js +1 -1
  73. package/bundle/obf/src/generators/route.js +1 -1
  74. package/bundle/obf/src/generators/service.js +1 -1
  75. package/bundle/obf/src/generators/services/_index.js +1 -1
  76. package/bundle/obf/src/generators/services/openssl.js +1 -1
  77. package/bundle/obf/src/generators/services/translation.js +1 -1
  78. package/bundle/obf/src/maka.js +1 -1
  79. package/bundle/obf/src/tool.js +1 -1
  80. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  81. package/bundle/obf/src/tools/actions/actions.test.js +1 -1
  82. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  83. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  84. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  85. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  86. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  87. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  88. package/bundle/obf/src/tools/https/https.class.js +1 -1
  89. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  90. package/bundle/obf/src/tools/log/log.class.js +1 -1
  91. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  92. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  93. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  94. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  95. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  96. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  97. package/package.json +1 -1
@@ -1 +1 @@
1
- const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=-parseInt(n(0xb9))/0x1*(parseInt(n(0xc5))/0x2)+-parseInt(n(0xc2))/0x3+parseInt(n(0xc1))/0x4+parseInt(n(0xc0))/0x5+parseInt(n(0xbf))/0x6+parseInt(n(0xcc))/0x7*(-parseInt(n(0xcb))/0x8)+parseInt(n(0xb4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x1e356));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a[p(0xc8)]()[p(0xc4)](p(0xd2))['toString']()[p(0xcf)](a88a)[p(0xc4)](p(0xd2));});function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xb4;let f=c[d];return f;},a88d(a,b);}function a88c(){const B=['385860eBkBTv','840575xwltOS','692048Gaesrw','717906PxdvbT','NODE_TLS_REJECT_UNAUTHORIZED','search','186158zVGNKU','BAD\x20RETURN','True','toString','length','assign','32tgnXyO','128786IchJTb','apply','error','constructor','timeout','get','(((.+)+)+)+$','1118430OLHBRP','request','readFileSync','application/json','end','1UYhnJT','abort','statusCode','Request\x20timeout','data','write'];a88c=function(){return B;};return a88c();}a88a();import a88e from'https';import a88f from'fs';const TIMEOUT=0xbb8;process['env'][a88q(0xc3)]=process['env']['MAKA_DEV']===a88q(0xc7)?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON['stringify'](c),g={'Content-Type':r(0xb7),'Content-Length':f[r(0xc9)]};Object[r(0xca)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[r(0xca)](h,{'cert':a88f[r(0xb6)](e)}),new Promise((i,j)=>{const s=r,k=a88e[s(0xb5)](h,l=>{const t=s;l['on'](t(0xbd),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||u(0xc6),'data':m[u(0xc8)]()});});});k['on'](s(0xce),l=>{j(l);}),k['on'](s(0xd0),()=>{const v=s;k[v(0xba)](),j({'statusCode':0x198,'statusMessage':v(0xbc)});}),k[s(0xbe)](f),k[s(0xb8)]();});}static[a88q(0xd1)]({url:a,headers:b,cert:c}){const w=a88q,d={'Content-Type':'application/json'};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0xca)](e,{'cert':a88f[w(0xb6)](c)}),new Promise((f,g)=>{const z=w,h=a88e['get'](a,e,i=>{const x=a88d;i['on'](x(0xbd),j=>{const y=x;f({'statusCode':i[y(0xbb)]||0x1f4,'statusMessage':i['statusMessage']||y(0xc6),'data':j[y(0xc8)]()});});});h['on'](z(0xce),i=>{g(i);}),h['on'](z(0xd0),()=>{const A=z;h[A(0xba)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}}
1
+ const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=parseInt(n(0xd7))/0x1+-parseInt(n(0xd5))/0x2*(parseInt(n(0xf3))/0x3)+parseInt(n(0xdb))/0x4+parseInt(n(0xeb))/0x5*(-parseInt(n(0xe7))/0x6)+parseInt(n(0xf2))/0x7*(-parseInt(n(0xda))/0x8)+-parseInt(n(0xe8))/0x9+parseInt(n(0xf1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x5598b));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a[p(0xe6)]()[p(0xe2)](p(0xec))[p(0xe6)]()[p(0xf6)](a88a)[p(0xe2)](p(0xec));});function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xd5;let f=c[d];return f;},a88d(a,b);}a88a();function a88c(){const B=['Request\x20timeout','constructor','env','331666CmHifq','timeout','566757wpfKzs','BAD\x20RETURN','statusCode','16ceCZHB','964436KZpNOS','application/json','post','end','MAKA_DEV','statusMessage','length','search','readFileSync','NODE_TLS_REJECT_UNAUTHORIZED','True','toString','112056TWUzlJ','6137334pZBMLk','abort','get','155ZrtKeR','(((.+)+)+)+$','data','stringify','error','apply','11430540kysejY','607607QAkTuV','3tRrUKz','assign'];a88c=function(){return B;};return a88c();}import a88e from'https';import a88f from'fs';const TIMEOUT=0xbb8;process[a88q(0xf7)][a88q(0xe4)]=process['env'][a88q(0xdf)]===a88q(0xe5)?'0':'1';export class HTTPS{static async[a88q(0xdd)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON[r(0xee)](c),g={'Content-Type':r(0xdc),'Content-Length':f[r(0xe1)]};Object[r(0xf4)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[r(0xf4)](h,{'cert':a88f[r(0xe3)](e)}),new Promise((i,j)=>{const u=r,k=a88e['request'](h,l=>{const s=a88d;l['on'](s(0xed),m=>{const t=s;i({'statusCode':l[t(0xd9)]||0x1f4,'statusMessage':l[t(0xe0)]||t(0xd8),'data':m['toString']()});});});k['on'](u(0xef),l=>{j(l);}),k['on'](u(0xd6),()=>{const v=u;k[v(0xe9)](),j({'statusCode':0x198,'statusMessage':v(0xf5)});}),k['write'](f),k[u(0xde)]();});}static[a88q(0xea)]({url:a,headers:b,cert:c}){const w=a88q,d={'Content-Type':w(0xdc)};Object[w(0xf4)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0xf4)](e,{'cert':a88f[w(0xe3)](c)}),new Promise((f,g)=>{const x=w,h=a88e[x(0xea)](a,e,i=>{const y=x;i['on'](y(0xed),j=>{const z=y;f({'statusCode':i[z(0xd9)]||0x1f4,'statusMessage':i[z(0xe0)]||z(0xd8),'data':j['toString']()});});});h['on']('error',i=>{g(i);}),h['on'](x(0xd6),()=>{const A=x;h[A(0xe9)](),g({'statusCode':0x198,'statusMessage':A(0xf5)});});});}}
@@ -1 +1 @@
1
- function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1f1;var f=c[d];return f;},a89d(a,b);}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x1f2))/0x1*(-parseInt(f(0x200))/0x2)+parseInt(f(0x1fd))/0x3+-parseInt(f(0x1fb))/0x4*(-parseInt(f(0x1f5))/0x5)+parseInt(f(0x1f9))/0x6*(parseInt(f(0x1fa))/0x7)+-parseInt(f(0x1f7))/0x8*(parseInt(f(0x1f1))/0x9)+-parseInt(f(0x1ff))/0xa+parseInt(f(0x1f6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x40545));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1fe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1f3)]()[h(0x1f4)](h(0x1fc))['toString']()[h(0x1f8)](a89a)[h(0x1f4)]('(((.+)+)+)+$');});a89a();function a89c(){var i=['1JXbuYi','toString','search','2195WXyGSA','5963243kCrofC','293144enqPSn','constructor','6jNuaBm','991459xeJbbP','3076KPQQnq','(((.+)+)+)+$','631659FfRkGp','apply','3256160pqnRzB','992426hFPXqV','36LFwsoU'];a89c=function(){return i;};return a89c();}export{};
1
+ (function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x1b4))/0x1+-parseInt(f(0x1ab))/0x2*(parseInt(f(0x1b3))/0x3)+parseInt(f(0x1ae))/0x4+parseInt(f(0x1af))/0x5*(-parseInt(f(0x1ac))/0x6)+-parseInt(f(0x1a6))/0x7+parseInt(f(0x1b2))/0x8*(parseInt(f(0x1a9))/0x9)+parseInt(f(0x1a8))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xc81bf));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1b0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1aa)]()[h(0x1b5)](h(0x1a7))[h(0x1aa)]()[h(0x1b1)](a89a)[h(0x1b5)](h(0x1a7));});a89a();function a89c(){var i=['toString','24896FaNEaV','12Ubomfm','43571SwFZDV','6168492UcBVsX','2289290EuWvBS','apply','constructor','3080344qGBzbO','144NXiYjZ','931437xFsCcF','search','5194756ehboKJ','(((.+)+)+)+$','2370fqgQwL','36NfcusU'];a89c=function(){return i;};return a89c();}function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1a6;var f=c[d];return f;},a89d(a,b);}export{};
@@ -1 +1 @@
1
- const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0x9c))/0x1*(parseInt(i(0xc1))/0x2)+-parseInt(i(0xb7))/0x3*(-parseInt(i(0xbc))/0x4)+-parseInt(i(0xad))/0x5+-parseInt(i(0x9f))/0x6+-parseInt(i(0x9e))/0x7*(parseInt(i(0xae))/0x8)+parseInt(i(0xb9))/0x9+parseInt(i(0xa7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x2e748));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0xbb)]()['search'](k(0xbd))[k(0xbb)]()[k(0xb5)](a90a)[k(0xb4)](k(0xbd));});a90a();import*as a90e from'single-line-log2';function a90c(){const y=['greenBright','magentaBright','header','350580sWJOEb','8EnxSGW','bold','usage','blackBright','cyan','red','search','constructor','trim','6CbBizt','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','368802saGouN','show','toString','334004jvBfaw','(((.+)+)+)+$','warn','majestic','stdout','2DfbuYP','\x0aManual:','169847FjvfXl','log','1125341QlUMJy','1734438gfZScu','cyanBright','whiteBright','forEach','apply','withSpinner','bright','yellowBright','6720990IVGQMc','win32','notice'];a90c=function(){return y;};return a90c();}import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process['platform']===a90l(0xa8),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x9b;let f=c[d];return f;},a90d(a,b);}export class Log{static['success'](a){const m=a90l;console[m(0x9d)](a90f['greenBright'](a));}static[a90l(0xbe)](a){const n=a90l;console['log'](a90f[n(0xa6)](a));}static['notice'](a){const o=a90l;console[o(0x9d)](a90f[o(0xa0)](a));}static['error'](a){const p=a90l;console[p(0x9d)](a90f[p(0xb3)][p(0xaf)](a));}static[a90l(0xac)](a){const q=a90l;console['log'](a90f[q(0xb1)](a));}static[a90l(0xa5)](a){const r=a90l;console[r(0x9d)](a90f[r(0xa1)](a));}static[a90l(0xbf)](a){const s=a90l;console[s(0x9d)](a90f[s(0xab)](a));}static[a90l(0xb0)](a,b,c,d){const t=a90l,e=a90f[t(0xb1)];Log[t(0xa5)](d),b&&b['length']>0x0&&(Log[t(0xa5)](e('Examples:')),b[t(0xa2)](f=>{const u=t;Log[u(0xa5)]('\x20>\x20'+f);})),a&&(Log['header'](t(0x9b)),Log[t(0xa9)]('\x20\x20'+a[t(0xb6)]()+'\x0a')),c&&Log[t(0xa5)](e('Usage:\x20')+c+'\x0a'),Log['header'](t(0xb8));}static[a90l(0xa4)](a=''){a90g['hide']();const b=a90h();a90g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const v=a90d;a90e['stdout'](a90f[v(0xb2)](b())+'\x20'+d);},0x5a);},'success'(d=''){const w=a90d;clearInterval(c),a90e['stdout'](a90f[w(0xaa)](check)+'\x20'+a+'\x20'+d),console[w(0x9d)](),a90g[w(0xba)]();},'failure'(d=''){const x=a90d;clearInterval(c),a90e[x(0xc0)](a90f[x(0xb3)]['bold'](cross)+'\x20'+a+'\x20'+d),console[x(0x9d)](),a90g[x(0xba)]();},'stop'(){clearInterval(c),a90g['show']();}};}}
1
+ const a90l=a90d;function a90c(){const A=['whiteBright','368247EEWZIy','28XJjUIK','toString','header','4725760QBZCgK','trim','\x20>\x20','show','yellowBright','apply','red','length','bright','magentaBright','win32','greenBright','error','Examples:','notice','log','15QIFSkH','1409936lTfKoA','5581975qnxUbp','success','hide','12208HOoivx','stdout','withSpinner','Usage:\x20','search','2145258oLkamH','bold','4UKulJF','warn','blackBright','1640GuPKWF','74997MZqLAW','forEach','majestic','\x0aManual:','platform'];a90c=function(){return A;};return a90c();}(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0x1b6))/0x1*(parseInt(i(0x1ce))/0x2)+parseInt(i(0x1b5))/0x3*(parseInt(i(0x1d5))/0x4)+-parseInt(i(0x1c9))/0x5*(-parseInt(i(0x1d3))/0x6)+-parseInt(i(0x1cb))/0x7+-parseInt(i(0x1b9))/0x8+-parseInt(i(0x1af))/0x9*(-parseInt(i(0x1ae))/0xa)+-parseInt(i(0x1ca))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xd5905));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0x1b7)]()[k(0x1d2)]('(((.+)+)+)+$')[k(0x1b7)]()['constructor'](a90a)['search']('(((.+)+)+)+$');});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process[a90l(0x1b3)]===a90l(0x1c3),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a90d(a,b);}export class Log{static[a90l(0x1cc)](a){const m=a90l;console[m(0x1c8)](a90f[m(0x1c4)](a));}static[a90l(0x1d6)](a){const n=a90l;console[n(0x1c8)](a90f[n(0x1bd)](a));}static['notice'](a){const o=a90l;console[o(0x1c8)](a90f['cyanBright'](a));}static[a90l(0x1c5)](a){const p=a90l;console[p(0x1c8)](a90f[p(0x1bf)][p(0x1d4)](a));}static['header'](a){const q=a90l;console[q(0x1c8)](a90f[q(0x1d7)](a));}static[a90l(0x1c1)](a){const r=a90l;console[r(0x1c8)](a90f[r(0x1b4)](a));}static[a90l(0x1b1)](a){const s=a90l;console[s(0x1c8)](a90f[s(0x1c2)](a));}static['usage'](a,b,c,d){const t=a90l,e=a90f['blackBright'];Log['bright'](d),b&&b[t(0x1c0)]>0x0&&(Log[t(0x1c1)](e(t(0x1c6))),b[t(0x1b0)](f=>{const u=t;Log['bright'](u(0x1bb)+f);})),a&&(Log['header'](t(0x1b2)),Log[t(0x1c7)]('\x20\x20'+a[t(0x1ba)]()+'\x0a')),c&&Log[t(0x1c1)](e(t(0x1d1))+c+'\x0a'),Log[t(0x1b8)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a90l(0x1d0)](a=''){const v=a90l;a90g[v(0x1cd)]();const b=a90h();a90g[v(0x1cd)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x1cf)](a90f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e[x(0x1cf)](a90f[x(0x1c4)](check)+'\x20'+a+'\x20'+d),console[x(0x1c8)](),a90g[x(0x1bc)]();},'failure'(d=''){const y=v;clearInterval(c),a90e[y(0x1cf)](a90f[y(0x1bf)][y(0x1d4)](cross)+'\x20'+a+'\x20'+d),console[y(0x1c8)](),a90g[y(0x1bc)]();},'stop'(){const z=v;clearInterval(c),a90g[z(0x1bc)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x15f))/0x1*(parseInt(f(0x160))/0x2)+-parseInt(f(0x162))/0x3*(parseInt(f(0x15a))/0x4)+parseInt(f(0x166))/0x5+parseInt(f(0x163))/0x6+-parseInt(f(0x167))/0x7+-parseInt(f(0x161))/0x8*(parseInt(f(0x164))/0x9)+parseInt(f(0x15e))/0xa*(parseInt(f(0x15b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x75368));function a91c(){var h=['search','90fLCLQx','55788gsLuFk','10zibjZK','40VJqnmy','5769ZQtRuy','2249868cSQsut','540117uvYMkm','toString','4782030iYXbji','3573955HlORKR','876lfRshd','124113CxHjbT','(((.+)+)+)+$'];a91c=function(){return h;};return a91c();}var a91b=(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;};}()),a91a=a91b(this,function(){var g=a91d;return a91a[g(0x165)]()[g(0x15d)](g(0x15c))[g(0x165)]()['constructor'](a91a)[g(0x15d)](g(0x15c));});function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x15a;var f=c[d];return f;},a91d(a,b);}a91a();export{};
1
+ function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a91d(a,b);}(function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x1e0))/0x1+-parseInt(f(0x1df))/0x2*(parseInt(f(0x1da))/0x3)+-parseInt(f(0x1d7))/0x4*(-parseInt(f(0x1d5))/0x5)+-parseInt(f(0x1db))/0x6+parseInt(f(0x1d9))/0x7+parseInt(f(0x1dc))/0x8*(-parseInt(f(0x1d8))/0x9)+parseInt(f(0x1de))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xcd4c3));function a91c(){var i=['23080ESZlNo','search','toString','7067545xMmZLr','(((.+)+)+)+$','4Yaieeh','103941wOJeRv','4871993bynnng','1308477xYzodQ','4215936SxHNIN','664WGrWFT','apply','12880120ZkTPLz','4ZMqSjm'];a91c=function(){return i;};return a91c();}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1e2)]()[h(0x1e1)](h(0x1d6))[h(0x1e2)]()['constructor'](a91a)['search'](h(0x1d6));});a91a();export{};
@@ -1 +1 @@
1
- const a93l=a93d;(function(a,b){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0x190))/0x1*(parseInt(j(0x193))/0x2)+-parseInt(j(0x197))/0x3*(-parseInt(j(0x186))/0x4)+-parseInt(j(0x198))/0x5*(-parseInt(j(0x196))/0x6)+-parseInt(j(0x184))/0x7+parseInt(j(0x18e))/0x8+parseInt(j(0x191))/0x9+parseInt(j(0x18c))/0xa*(-parseInt(j(0x19a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x782a4));const a93b=(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;};}()),a93a=a93b(this,function(){const k=a93d;return a93a[k(0x18a)]()[k(0x195)](k(0x19b))[k(0x18a)]()[k(0x192)](a93a)['search'](k(0x19b));});a93a();function a93c(){const r=['ignore','2402722qfKihS','log','129324zQBtVy','data','SIGINT','cwd','toString','pid','8990ElBwPr','verbose','6378760oqozNR','disconnect','1TxymPW','3722355vpvydL','constructor','62726IDxTcB','message','search','1719450BVhoNJ','9tAYGEG','15YxjuYo','error','15917oklObl','(((.+)+)+)+$','withSpinner','success'];a93c=function(){return r;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x184;let f=c[d];return f;},a93d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93l(0x19c)](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0x19c)](),g=c?.[m(0x189)]||'.';c?.[m(0x194)]&&f['start'](c?.[m(0x194)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x18d)]?'inherit':m(0x19e)});process['on'](m(0x188),()=>{const n=m,i=h[n(0x18b)];i&&process['kill'](i);}),h['on'](m(0x187),i=>{const o=m;console[o(0x185)](i);}),h['on'](m(0x18f),()=>{const p=m;c?.['message']&&f[p(0x19d)](),d();}),h['on']('close',()=>{const q=m;c?.[q(0x194)]&&f[q(0x19d)](),d();}),h['on'](m(0x199),()=>{c?.['message']&&f['failure'](),e();});});}}
1
+ function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a93d(a,b);}(function(a,b){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0x1e6))/0x1*(parseInt(j(0x1ee))/0x2)+-parseInt(j(0x1eb))/0x3*(-parseInt(j(0x1e4))/0x4)+parseInt(j(0x1e8))/0x5+parseInt(j(0x1ef))/0x6+-parseInt(j(0x1dc))/0x7*(parseInt(j(0x1f1))/0x8)+parseInt(j(0x1ed))/0x9*(-parseInt(j(0x1dd))/0xa)+-parseInt(j(0x1e3))/0xb*(-parseInt(j(0x1f3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x43ea3));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0x1ea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a['toString']()[l(0x1f4)](l(0x1df))['toString']()[l(0x1e5)](a93a)[l(0x1f4)](l(0x1df));});function a93c(){const s=['464237quppMn','failure','915910uwacPt','log','apply','3vASijG','message','513iDLvum','2xBuJqv','3091752vVRQyx','ignore','104BSsaUj','SIGINT','1308ZZIIpT','search','cwd','withSpinner','verbose','error','disconnect','61089yKTJWy','22090pTWOWP','kill','(((.+)+)+)+$','inherit','success','close','25509HOSWHF','122140aYKHdG','constructor'];a93c=function(){return s;};return a93c();}a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0x1d8)](),g=c?.[m(0x1d7)]||'.';c?.[m(0x1ec)]&&f['start'](c?.[m(0x1ec)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x1d9)]?m(0x1e0):m(0x1f0)});process['on'](m(0x1f2),()=>{const n=m,i=h['pid'];i&&process[n(0x1de)](i);}),h['on']('data',i=>{const o=m;console[o(0x1e9)](i);}),h['on'](m(0x1db),()=>{const p=m;c?.[p(0x1ec)]&&f[p(0x1e1)](),d();}),h['on'](m(0x1e2),()=>{const q=m;c?.[q(0x1ec)]&&f[q(0x1e1)](),d();}),h['on'](m(0x1da),()=>{const r=m;c?.[r(0x1ec)]&&f[r(0x1e7)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x1cc))/0x1+-parseInt(f(0x1cd))/0x2*(parseInt(f(0x1c8))/0x3)+-parseInt(f(0x1be))/0x4+-parseInt(f(0x1c3))/0x5*(parseInt(f(0x1c0))/0x6)+-parseInt(f(0x1c6))/0x7*(-parseInt(f(0x1ca))/0x8)+-parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1c5))/0xa)+parseInt(f(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xc071e));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x1c9)]()[h(0x1c2)]('(((.+)+)+)+$')[h(0x1c9)]()[h(0x1c1)](a94a)[h(0x1c2)](h(0x1bf));});a94a();function a94c(){var i=['4021878ZQVIry','constructor','search','5vEQrxo','apply','224970xrhShe','2034851GrenXa','153UJgOcU','33RBZhGv','toString','32twOufU','39159505RbxFWs','1466118MTaujP','176336cfjSxI','4842572QOsvDo','(((.+)+)+)+$'];a94c=function(){return i;};return a94c();}function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1be;var f=c[d];return f;},a94d(a,b);}export{};
1
+ function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1ae;var f=c[d];return f;},a94d(a,b);}function a94c(){var i=['3067691DXNCLp','215BIuYyG','constructor','apply','10dzbVPl','12dRBFgj','43689eHVntH','5012UsCiQZ','170376ZyesGx','2134OfiTis','1896jDJkbJ','1053063zEJeEL','search','(((.+)+)+)+$','toString','28HNQyOz','486020NAzVWT'];a94c=function(){return i;};return a94c();}(function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x1bb))/0x1*(-parseInt(f(0x1b2))/0x2)+parseInt(f(0x1af))/0x3*(parseInt(f(0x1b8))/0x4)+-parseInt(f(0x1b9))/0x5+parseInt(f(0x1b1))/0x6+parseInt(f(0x1b0))/0x7*(parseInt(f(0x1b3))/0x8)+-parseInt(f(0x1b4))/0x9*(parseInt(f(0x1be))/0xa)+parseInt(f(0x1ba))/0xb*(parseInt(f(0x1ae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x2107e));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a['toString']()[h(0x1b5)](h(0x1b6))[h(0x1b7)]()[h(0x1bc)](a94a)[h(0x1b5)]('(((.+)+)+)+$');});a94a();export{};
@@ -1 +1 @@
1
- const a96o=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=parseInt(m(0x16c))/0x1*(-parseInt(m(0x15e))/0x2)+-parseInt(m(0x158))/0x3*(-parseInt(m(0x162))/0x4)+-parseInt(m(0x15a))/0x5+-parseInt(m(0x156))/0x6*(parseInt(m(0x15f))/0x7)+parseInt(m(0x177))/0x8*(-parseInt(m(0x166))/0x9)+-parseInt(m(0x15c))/0xa*(parseInt(m(0x175))/0xb)+parseInt(m(0x160))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x7d0a5));const a96b=(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;};}()),a96a=a96b(this,function(){const n=a96d;return a96a[n(0x155)]()['search'](n(0x17b))[n(0x155)]()[n(0x178)](a96a)['search'](n(0x17b));});a96a();function a96c(){const w=['user','169058olWGxW','4550NhOZGI','33293784vHBIGd','disconnect','12SSaNdn','push','ConnectTimeout=2','env','3267QiVMqd','success','port','message','failure','inherit','7thCzPC','host','error','concat','tty','ssh','ignore','withSpinner','dest','3056031VhfnGW','verbose','9816iISiLA','constructor','sshVerbose','scp','(((.+)+)+)+$','join','toString','5310zBVieV','start','478578gkZCkw','pem','2864495artKVP','sshSync','20vTCYlG'];a96c=function(){return w;};return a96c();}import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x154;let f=c[d];return f;},a96d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a96o(0x171)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a96d,f=b['user']+'@'+b[p(0x16d)],g=a96e[p(0x154)](b[p(0x165)],b[p(0x159)]),h=c?.[p(0x170)]||![],i=c?.[p(0x179)]||![];let j=[];h&&j[p(0x163)]('-t');i&&j[p(0x163)]('-v');j=j[p(0x16f)](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x168)],f,a]);const k=Log[p(0x173)]();c?.[p(0x169)]&&k[p(0x157)](c?.[p(0x169)]);const l=spawn(p(0x171),j,{'stdio':c?.['verbose']?p(0x16b):p(0x172)});l['on'](p(0x161),()=>{const q=p;c?.[q(0x169)]&&k[q(0x167)](),d();}),l['on']('close',()=>{const r=p;c?.[r(0x169)]&&k['success'](),d();}),l['on'](p(0x16e),()=>{const s=p;c?.[s(0x169)]&&k[s(0x16a)](),e();});});};static [a96o(0x15b)]=(a,b,c)=>{const t=a96o,d=b[t(0x15d)]+'@'+b[t(0x16d)],e=a96e['join'](b[t(0x165)],b['pem']),f=c?.[t(0x170)]||![],g=c?.[t(0x179)]||![];let h=[];f&&h[t(0x163)]('-t'),g&&h['push']('-v'),h=h[t(0x16f)](['-o',t(0x164),'-i',e,'-p',b[t(0x168)],d,a]),spawnSync(t(0x171),h,{'stdio':c?.[t(0x176)]?t(0x16b):t(0x172)});};static['ping'](a,b,c){const u=a96o,d=b['user']+'@'+b[u(0x16d)],e=a96e[u(0x154)](b[u(0x165)],b[u(0x159)]),f=c?.[u(0x170)]||![];let g=[];f&&g['push']('-t');g=g[u(0x16f)](['-o',u(0x164),'-i',e,'-p',b[u(0x168)],d,a,'2>&1']);const h='ssh\x20'+g[u(0x154)]('\x20');return execSync(h)[u(0x155)]();}static[a96o(0x17a)](a,b){const v=a96o,c=b[v(0x15d)]+'@'+b['host']+':'+a[v(0x174)],d=a96e[v(0x154)](b[v(0x165)],b[v(0x159)]),e=['-i',d,'-P',b[v(0x168)],a['source'],c];spawnSync(v(0x17a),e,{'stdio':a[v(0x176)]?v(0x16b):v(0x172)});}}
1
+ const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0x1fa))/0x1+-parseInt(m(0x1f3))/0x2*(-parseInt(m(0x1f5))/0x3)+-parseInt(m(0x1fc))/0x4+parseInt(m(0x207))/0x5*(parseInt(m(0x211))/0x6)+-parseInt(m(0x210))/0x7+-parseInt(m(0x212))/0x8+-parseInt(m(0x20d))/0x9*(-parseInt(m(0x205))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xa5e4a));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0x20e)]()[o(0x20a)]('(((.+)+)+)+$')[o(0x20e)]()[o(0x1e8)](a96a)[o(0x20a)](o(0x1fe));});a96a();function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a96d(a,b);}import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a96c(){const x=['port','570LHmJGY','host','user','search','inherit','tty','1976346qZXpON','toString','disconnect','4188170FShPPD','17862oWQIcf','1407352HnoiES','constructor','close','message','pem','ssh\x20','ssh','sshVerbose','withSpinner','sshSync','ignore','verbose','613562GCdDHJ','apply','3SzaZvp','2>&1','concat','push','success','25498UAJwdc','join','2816368qoQqAu','ping','(((.+)+)+)+$','scp','start','ConnectTimeout=2','error','env','source','70lwxwpe'];a96c=function(){return x;};return a96c();}export class SSH{static [a96p(0x1ed)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0x209)]+'@'+b[q(0x208)],g=a96e[q(0x1fb)](b[q(0x203)],b['pem']),h=c?.[q(0x20c)]||![],i=c?.[q(0x1ee)]||![];let j=[];h&&j[q(0x1f8)]('-t');i&&j[q(0x1f8)]('-v');j=j[q(0x1f7)](['-o',q(0x201),'-i',g,'-p',b[q(0x206)],f,a]);const k=Log[q(0x1ef)]();c?.[q(0x1ea)]&&k[q(0x200)](c?.[q(0x1ea)]);const l=spawn(q(0x1ed),j,{'stdio':c?.[q(0x1f2)]?'inherit':q(0x1f1)});l['on'](q(0x20f),()=>{const r=q;c?.[r(0x1ea)]&&k[r(0x1f9)](),d();}),l['on'](q(0x1e9),()=>{const s=q;c?.[s(0x1ea)]&&k['success'](),d();}),l['on'](q(0x202),()=>{const t=q;c?.[t(0x1ea)]&&k['failure'](),e();});});};static [a96p(0x1f0)]=(a,b,c)=>{const u=a96p,d=b[u(0x209)]+'@'+b['host'],e=a96e[u(0x1fb)](b[u(0x203)],b[u(0x1eb)]),f=c?.[u(0x20c)]||![],g=c?.[u(0x1ee)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x1f8)]('-v'),h=h[u(0x1f7)](['-o',u(0x201),'-i',e,'-p',b['port'],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x1f2)]?'inherit':u(0x1f1)});};static[a96p(0x1fd)](a,b,c){const v=a96p,d=b[v(0x209)]+'@'+b[v(0x208)],e=a96e[v(0x1fb)](b[v(0x203)],b[v(0x1eb)]),f=c?.[v(0x20c)]||![];let g=[];f&&g[v(0x1f8)]('-t');g=g['concat'](['-o',v(0x201),'-i',e,'-p',b[v(0x206)],d,a,v(0x1f6)]);const h=v(0x1ec)+g[v(0x1fb)]('\x20');return execSync(h)[v(0x20e)]();}static[a96p(0x1ff)](a,b){const w=a96p,c=b[w(0x209)]+'@'+b['host']+':'+a['dest'],d=a96e[w(0x1fb)](b['env'],b[w(0x1eb)]),e=['-i',d,'-P',b[w(0x206)],a[w(0x204)],c];spawnSync(w(0x1ff),e,{'stdio':a[w(0x1f2)]?w(0x20b):w(0x1f1)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x1e9))/0x1*(-parseInt(f(0x1f3))/0x2)+-parseInt(f(0x1ed))/0x3+parseInt(f(0x1ea))/0x4+-parseInt(f(0x1f6))/0x5*(-parseInt(f(0x1ef))/0x6)+parseInt(f(0x1f0))/0x7+parseInt(f(0x1f2))/0x8*(-parseInt(f(0x1ec))/0x9)+parseInt(f(0x1f7))/0xa*(-parseInt(f(0x1eb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xad585));function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a97d(a,b);}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a['toString']()['search'](h(0x1f1))[h(0x1f5)]()[h(0x1f4)](a97a)[h(0x1ee)](h(0x1f1));});a97a();export{};function a97c(){var i=['4135500DvHUCX','search','14856GprTFG','1571185KGXyuC','(((.+)+)+)+$','8RIbPHm','1831766YqwZNo','constructor','toString','2440SpEvzw','318910cqLRnz','apply','1XypUzr','4695900XDtpEH','143vxWqnm','9175473dMWWgy'];a97c=function(){return i;};return a97c();}
1
+ function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1be;var f=c[d];return f;},a97d(a,b);}(function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x1c6))/0x1*(-parseInt(f(0x1c7))/0x2)+-parseInt(f(0x1c4))/0x3*(-parseInt(f(0x1cb))/0x4)+parseInt(f(0x1c2))/0x5+parseInt(f(0x1c5))/0x6*(parseInt(f(0x1ca))/0x7)+-parseInt(f(0x1c1))/0x8*(-parseInt(f(0x1c9))/0x9)+-parseInt(f(0x1c3))/0xa*(-parseInt(f(0x1be))/0xb)+-parseInt(f(0x1c0))/0xc*(parseInt(f(0x1c8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xa5e00));var a97b=(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;};}()),a97a=a97b(this,function(){var g=a97d;return a97a[g(0x1bf)]()['search'](g(0x1cc))[g(0x1bf)]()['constructor'](a97a)['search']('(((.+)+)+)+$');});function a97c(){var h=['3771745zkmjmb','3649790oGRJLN','4215BHFyYN','17160fEvrHQ','740UsZhbh','2290tbYEJt','45708897krnyUu','117135SJLORt','1036xLgKOk','3436zNLIsV','(((.+)+)+)+$','11ZnfFLX','toString','12gjFgSe','368XqaKxj'];a97c=function(){return h;};return a97c();}a97a();export{};
@@ -1 +1 @@
1
- function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xe6;let f=c[d];return f;},a99d(a,b);}const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0xff))/0x1+parseInt(f(0xf8))/0x2+-parseInt(f(0xe7))/0x3*(-parseInt(f(0xeb))/0x4)+-parseInt(f(0xf7))/0x5+-parseInt(f(0xf1))/0x6*(-parseInt(f(0xed))/0x7)+parseInt(f(0x100))/0x8+-parseInt(f(0xfc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x4544d));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a[h(0xf3)]()[h(0xfa)]('(((.+)+)+)+$')['toString']()[h(0xef)](a99a)['search'](h(0xec));});a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0xe9)](a){const j=a99i,b=a[j(0xfb)]?a[j(0xfb)]:process[j(0xfb)](),c=['req','-new',j(0xf9),j(0xea),j(0xe8),'-keyout',a['keyName'],j(0x102),a[j(0xf6)]];a[j(0xfe)]&&(c[j(0xe6)](j(0xf0)),c['push'](j(0xfd))),spawnSync('openssl',c,{'stdio':j(0xee),'cwd':b});}static[a99i(0x103)](a){const k=a99i,b=a['cwd']?a[k(0xfb)]:process[k(0xfb)](),c=[k(0xf4),'-x509',k(0x104),'-key',a[k(0xf2)],k(0x102),a[k(0xf5)]];a[k(0xfe)]&&(c[k(0xe6)](k(0xf0)),c[k(0xe6)](k(0xfd))),spawnSync('openssl',c,{'stdio':k(0xee),'cwd':b});}}function a99c(){const l=['-config','6EikKJY','keyName','toString','req','crtName','csrName','1020560szwZHA','908044HvXtJh','-newkey','search','cwd','4375548rZotJN','openssl.conf','useConfig','561403CBdzRI','3153072lFpwGC','apply','-out','genSSC','-new','push','1001877OvoBhe','-nodes','genCSR','rsa:2048','4pNFjHB','(((.+)+)+)+$','2473079howVdP','inherit','constructor'];a99c=function(){return l;};return a99c();}
1
+ const a99i=a99d;function a99c(){const l=['apply','openssl.conf','1038226iZceqT','4JGZKGs','(((.+)+)+)+$','useConfig','genCSR','search','inherit','-keyout','2514435GdJvut','-config','openssl','toString','-nodes','24GnZrCO','-newkey','genSSC','keyName','16438970sJStsh','push','9eetNAd','373776vyfKlx','csrName','419015sCnoiC','-out','861843YEoZtM','req','crtName','3455802dCkKYU','cwd','-new','rsa:2048'];a99c=function(){return l;};return a99c();}function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x76;let f=c[d];return f;},a99d(a,b);}(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x90))/0x1+parseInt(f(0x7b))/0x2*(parseInt(f(0x92))/0x3)+parseInt(f(0x8e))/0x4+-parseInt(f(0x82))/0x5+-parseInt(f(0x95))/0x6+parseInt(f(0x7a))/0x7*(-parseInt(f(0x87))/0x8)+parseInt(f(0x8d))/0x9*(parseInt(f(0x8b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x5a1b8));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a[h(0x85)]()[h(0x7f)](h(0x7c))[h(0x85)]()['constructor'](a99a)[h(0x7f)](h(0x7c));});a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0x7e)](a){const j=a99i,b=a[j(0x96)]?a[j(0x96)]:process[j(0x96)](),c=[j(0x93),j(0x76),j(0x88),j(0x77),j(0x86),j(0x81),a[j(0x8a)],j(0x91),a[j(0x8f)]];a[j(0x7d)]&&(c[j(0x8c)]('-config'),c['push']('openssl.conf')),spawnSync('openssl',c,{'stdio':j(0x80),'cwd':b});}static[a99i(0x89)](a){const k=a99i,b=a[k(0x96)]?a[k(0x96)]:process[k(0x96)](),c=[k(0x93),'-x509',k(0x76),'-key',a[k(0x8a)],k(0x91),a[k(0x94)]];a[k(0x7d)]&&(c[k(0x8c)](k(0x83)),c[k(0x8c)](k(0x79))),spawnSync(k(0x84),c,{'stdio':k(0x80),'cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.3.30",
3
+ "version": "4.4.0",
4
4
  "type": "module",
5
5
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
6
6
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",