@maka/maka-cli 4.4.4 → 4.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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(0x13c))/0x1+-parseInt(n(0x143))/0x2*(parseInt(n(0x146))/0x3)+-parseInt(n(0x145))/0x4*(parseInt(n(0x140))/0x5)+-parseInt(n(0x138))/0x6+parseInt(n(0x13f))/0x7+parseInt(n(0x139))/0x8*(-parseInt(n(0x135))/0x9)+parseInt(n(0x12c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x999cd));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0x12d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a[p(0x136)]()['search'](p(0x13e))[p(0x136)]()['constructor'](a88a)[p(0x142)](p(0x13e));});function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x124;let f=c[d];return f;},a88d(a,b);}a88a();import a88e from'https';import a88f from'fs';const TIMEOUT=0xbb8;process[a88q(0x141)][a88q(0x133)]=process[a88q(0x141)][a88q(0x130)]===a88q(0x134)?'0':'1';function a88c(){const A=['request','data','abort','46093910tNTtrw','apply','statusCode','readFileSync','MAKA_DEV','BAD\x20RETURN','get','NODE_TLS_REJECT_UNAUTHORIZED','True','662373uDCZqt','toString','POST','6797976RbzqiK','48ezopFM','statusMessage','stringify','868453ACrGQw','length','(((.+)+)+)+$','2381057eDMrhY','13405NwTwCG','env','search','2387318VknYex','assign','1020RMlVwp','3ZenvFi','write','post','application/json','end','Request\x20timeout','error'];a88c=function(){return A;};return a88c();}export class HTTPS{static async[a88q(0x124)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON[r(0x13b)](c),g={'Content-Type':r(0x125),'Content-Length':f[r(0x13d)]};Object[r(0x144)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x137),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a88f[r(0x12f)](e)}),new Promise((i,j)=>{const s=r,k=a88e[s(0x129)](h,l=>{const t=s;l['on'](t(0x12a),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||u(0x131),'data':m['toString']()});});});k['on']('error',l=>{j(l);}),k['on']('timeout',()=>{const v=s;k[v(0x12b)](),j({'statusCode':0x198,'statusMessage':v(0x127)});}),k[s(0x147)](f),k[s(0x126)]();});}static[a88q(0x132)]({url:a,headers:b,cert:c}){const d={'Content-Type':'application/json'};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a88f['readFileSync'](c)}),new Promise((f,g)=>{const w=a88d,h=a88e[w(0x132)](a,e,i=>{const x=w;i['on'](x(0x12a),j=>{const y=x;f({'statusCode':i[y(0x12e)]||0x1f4,'statusMessage':i[y(0x13a)]||y(0x131),'data':j[y(0x136)]()});});});h['on'](w(0x128),i=>{g(i);}),h['on']('timeout',()=>{const z=w;h['abort'](),g({'statusCode':0x198,'statusMessage':z(0x127)});});});}}
1
+ const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=parseInt(n(0x133))/0x1+-parseInt(n(0x142))/0x2*(parseInt(n(0x12d))/0x3)+-parseInt(n(0x12e))/0x4+-parseInt(n(0x13c))/0x5+parseInt(n(0x144))/0x6+-parseInt(n(0x137))/0x7*(-parseInt(n(0x139))/0x8)+parseInt(n(0x13b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x2d150));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a[p(0x12b)]()['search']('(((.+)+)+)+$')[p(0x12b)]()['constructor'](a88a)['search'](p(0x143));});a88a();function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x12b;let f=c[d];return f;},a88d(a,b);}import a88e from'https';function a88c(){const B=['BAD\x20RETURN','readFileSync','end','Request\x20timeout','958WWyFiI','(((.+)+)+)+$','461790XJCMTh','timeout','abort','statusMessage','data','apply','toString','application/json','1305VzbXjl','1018316DPYNnk','POST','assign','stringify','length','296499PoVlrG','get','write','error','4837OMamHW','request','976XeDHgK','post','2839374yNciia','628260VwKEvO','statusCode'];a88c=function(){return B;};return a88c();}import a88f from'fs';const TIMEOUT=0xbb8;process['env']['NODE_TLS_REJECT_UNAUTHORIZED']=process['env']['MAKA_DEV']==='True'?'0':'1';export class HTTPS{static async[a88q(0x13a)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON[r(0x131)](c),g={'Content-Type':'application/json','Content-Length':f[r(0x132)]};Object[r(0x130)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x12f),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a88f[r(0x13f)](e)}),new Promise((i,j)=>{const s=r,k=a88e[s(0x138)](h,l=>{const t=s;l['on'](t(0x148),m=>{const u=t;i({'statusCode':l[u(0x13d)]||0x1f4,'statusMessage':l[u(0x147)]||u(0x13e),'data':m[u(0x12b)]()});});});k['on'](s(0x136),l=>{j(l);}),k['on'](s(0x145),()=>{const v=s;k[v(0x146)](),j({'statusCode':0x198,'statusMessage':v(0x141)});}),k[s(0x135)](f),k[s(0x140)]();});}static[a88q(0x134)]({url:a,headers:b,cert:c}){const w=a88q,d={'Content-Type':w(0x12c)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a88f[w(0x13f)](c)}),new Promise((f,g)=>{const x=w,h=a88e[x(0x134)](a,e,i=>{const y=x;i['on'](y(0x148),j=>{const z=y;f({'statusCode':i[z(0x13d)]||0x1f4,'statusMessage':i[z(0x147)]||'BAD\x20RETURN','data':j[z(0x12b)]()});});});h['on'](x(0x136),i=>{g(i);}),h['on'](x(0x145),()=>{const A=x;h['abort'](),g({'statusCode':0x198,'statusMessage':A(0x141)});});});}}
@@ -1 +1 @@
1
- function a89c(){var i=['8QdYkuZ','2297155Iiyyho','search','toString','1214176xbgdDM','1297316PZpIBT','1869516xzSQjs','662454LfeyRt','11074869epVLiM','(((.+)+)+)+$','6akIhIo','apply','1884720MkkUcI','constructor'];a89c=function(){return i;};return a89c();}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0xb6))/0x1+parseInt(f(0xb4))/0x2+parseInt(f(0xb5))/0x3+-parseInt(f(0xc1))/0x4+parseInt(f(0xbb))/0x5*(-parseInt(f(0xb9))/0x6)+parseInt(f(0xbe))/0x7*(parseInt(f(0xbd))/0x8)+-parseInt(f(0xb7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x55cbc));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0xc0)]()[h(0xbf)](h(0xb8))[h(0xc0)]()[h(0xbc)](a89a)[h(0xbf)]('(((.+)+)+)+$');});a89a();function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0xb4;var f=c[d];return f;},a89d(a,b);}export{};
1
+ function a89c(){var h=['25546037htXpse','36DgzgUu','constructor','(((.+)+)+)+$','17553070ISZVpy','2hBJhtq','609VfOWVI','3437192abAYTH','6538728frlMgT','19356bwAraL','1458933nXsWWx','24IhCLlW','6xMQgDW','toString','1671805vlczpz'];a89c=function(){return h;};return a89c();}function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x10d;var f=c[d];return f;},a89d(a,b);}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x111))/0x1*(-parseInt(f(0x11b))/0x2)+parseInt(f(0x10d))/0x3*(-parseInt(f(0x110))/0x4)+parseInt(f(0x115))/0x5*(-parseInt(f(0x113))/0x6)+-parseInt(f(0x10f))/0x7+parseInt(f(0x10e))/0x8*(parseInt(f(0x117))/0x9)+-parseInt(f(0x11a))/0xa+parseInt(f(0x116))/0xb*(parseInt(f(0x112))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xdb504));var a89b=(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;};}()),a89a=a89b(this,function(){var g=a89d;return a89a[g(0x114)]()['search'](g(0x119))['toString']()[g(0x118)](a89a)['search'](g(0x119));});a89a();export{};
@@ -1 +1 @@
1
- const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0x1ae))/0x1+parseInt(i(0x1b5))/0x2+parseInt(i(0x1ba))/0x3+-parseInt(i(0x1b2))/0x4*(parseInt(i(0x1c2))/0x5)+parseInt(i(0x1bf))/0x6*(parseInt(i(0x1a1))/0x7)+parseInt(i(0x1bb))/0x8*(parseInt(i(0x1b4))/0x9)+parseInt(i(0x1ac))/0xa*(parseInt(i(0x1bc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x50a22));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(0x1c7)]()[k(0x19f)](k(0x1a5))[k(0x1c7)]()[k(0x1ad)](a90a)[k(0x19f)](k(0x1a5));});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x19d;let f=c[d];return f;},a90d(a,b);}const isWin=process[a90l(0x1a6)]==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static[a90l(0x1b3)](a){const m=a90l;console[m(0x1c5)](a90f['greenBright'](a));}static[a90l(0x1a9)](a){const n=a90l;console[n(0x1c5)](a90f[n(0x1bd)](a));}static['notice'](a){const o=a90l;console[o(0x1c5)](a90f[o(0x1b7)](a));}static['error'](a){const p=a90l;console[p(0x1c5)](a90f[p(0x1a8)][p(0x1b0)](a));}static[a90l(0x1b8)](a){const q=a90l;console['log'](a90f[q(0x1c0)](a));}static['bright'](a){const r=a90l;console[r(0x1c5)](a90f[r(0x19e)](a));}static[a90l(0x1c1)](a){const s=a90l;console[s(0x1c5)](a90f[s(0x1b1)](a));}static[a90l(0x1a2)](a,b,c,d){const t=a90l,e=a90f['blackBright'];Log['bright'](d),b&&b[t(0x1b6)]>0x0&&(Log[t(0x1c3)](e('Examples:')),b[t(0x1ab)](f=>{const u=t;Log['bright'](u(0x1b9)+f);})),a&&(Log[t(0x1b8)](t(0x19d)),Log['notice']('\x20\x20'+a[t(0x1af)]()+'\x0a')),c&&Log[t(0x1c3)](e(t(0x1a0))+c+'\x0a'),Log[t(0x1b8)](t(0x1a4));}static[a90l(0x1a7)](a=''){const v=a90l;a90g[v(0x1aa)]();const b=a90h();a90g[v(0x1aa)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x1c6)](a90f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e[x(0x1c6)](a90f[x(0x1a3)](check)+'\x20'+a+'\x20'+d),console[x(0x1c5)](),a90g['show']();},'failure'(d=''){const y=v;clearInterval(c),a90e['stdout'](a90f[y(0x1a8)][y(0x1b0)](cross)+'\x20'+a+'\x20'+d),console['log'](),a90g['show']();},'stop'(){const z=v;clearInterval(c),a90g[z(0x1c4)]();}};}}function a90c(){const A=['show','log','stdout','toString','\x0aManual:','whiteBright','search','Usage:\x20','497owDrjh','usage','greenBright','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','(((.+)+)+)+$','platform','withSpinner','red','warn','hide','forEach','10HDsvaa','constructor','163253UCvtJl','trim','bold','magentaBright','258880OTknAN','success','5391477GyQsXj','83140ajBMoQ','length','cyanBright','header','\x20>\x20','310593UFDocX','8nUsHYq','2515238zMyZyo','yellowBright','apply','14190tCVTpW','blackBright','majestic','50bgscUc','bright'];a90c=function(){return A;};return a90c();}
1
+ const a90l=a90d;function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x75;let f=c[d];return f;},a90d(a,b);}(function(a,b){const i=a90d,c=a();while(!![]){try{const d=parseInt(i(0x84))/0x1*(parseInt(i(0x80))/0x2)+parseInt(i(0x83))/0x3+-parseInt(i(0x9f))/0x4*(parseInt(i(0x92))/0x5)+parseInt(i(0x7c))/0x6*(-parseInt(i(0x88))/0x7)+parseInt(i(0x85))/0x8*(parseInt(i(0x99))/0x9)+-parseInt(i(0x7e))/0xa*(-parseInt(i(0x91))/0xb)+-parseInt(i(0x87))/0xc*(-parseInt(i(0x8e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x20db0));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0x77)]()['search'](k(0x78))[k(0x77)]()[k(0x89)](a90a)[k(0x81)]('(((.+)+)+)+$');});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(0x7b)]===a90l(0xa2),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a90c(){const z=['log','apply','win32','error','blackBright','length','toString','(((.+)+)+)+$','yellowBright','show','platform','6ZLgwQv','trim','3090YNfnyF','cyan','2fGLVbF','search','hide','33231EGJClp','199745jwPNcP','8ClYGgA','withSpinner','12KNUNAn','836444KVWaab','constructor','stdout','usage','red','magentaBright','23387wotHPl','Usage:\x20','bright','891EHlEnv','2315rlfSie','header','cyanBright','success','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','warn','majestic','2235429qirwFm','notice','Examples:','\x0aManual:','whiteBright','forEach','2004TdCUAW'];a90c=function(){return z;};return a90c();}export class Log{static[a90l(0x95)](a){const m=a90l;console[m(0xa0)](a90f['greenBright'](a));}static[a90l(0x97)](a){const n=a90l;console[n(0xa0)](a90f[n(0x79)](a));}static['notice'](a){const o=a90l;console['log'](a90f[o(0x94)](a));}static[a90l(0xa3)](a){const p=a90l;console[p(0xa0)](a90f[p(0x8c)]['bold'](a));}static[a90l(0x93)](a){const q=a90l;console['log'](a90f[q(0x75)](a));}static[a90l(0x90)](a){const r=a90l;console[r(0xa0)](a90f[r(0x9d)](a));}static[a90l(0x98)](a){const s=a90l;console[s(0xa0)](a90f[s(0x8d)](a));}static[a90l(0x8b)](a,b,c,d){const t=a90l,e=a90f[t(0x75)];Log['bright'](d),b&&b[t(0x76)]>0x0&&(Log[t(0x90)](e(t(0x9b))),b[t(0x9e)](f=>{const u=t;Log[u(0x90)]('\x20>\x20'+f);})),a&&(Log[t(0x93)](t(0x9c)),Log[t(0x9a)]('\x20\x20'+a[t(0x7d)]()+'\x0a')),c&&Log['bright'](e(t(0x8f))+c+'\x0a'),Log[t(0x93)](t(0x96));}static[a90l(0x86)](a=''){const v=a90l;a90g['hide']();const b=a90h();a90g[v(0x82)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x8a)](a90f[w(0x7f)](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e[x(0x8a)](a90f['greenBright'](check)+'\x20'+a+'\x20'+d),console[x(0xa0)](),a90g[x(0x7a)]();},'failure'(d=''){const y=v;clearInterval(c),a90e[y(0x8a)](a90f[y(0x8c)]['bold'](cross)+'\x20'+a+'\x20'+d),console[y(0xa0)](),a90g['show']();},'stop'(){clearInterval(c),a90g['show']();}};}}
@@ -1 +1 @@
1
- function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x140;var f=c[d];return f;},a91d(a,b);}(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x142))/0x1*(-parseInt(f(0x145))/0x2)+parseInt(f(0x143))/0x3*(parseInt(f(0x147))/0x4)+parseInt(f(0x149))/0x5*(parseInt(f(0x14a))/0x6)+parseInt(f(0x14d))/0x7+-parseInt(f(0x14c))/0x8+parseInt(f(0x140))/0x9+parseInt(f(0x146))/0xa*(-parseInt(f(0x148))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x1f228));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a['toString']()['search'](h(0x141))[h(0x14e)]()[h(0x14b)](a91a)['search'](h(0x141));});function a91c(){var i=['2xahiEw','5190mArBkh','23356CdpaMU','1397rSoMkX','15ryDvtS','11112WTbaFc','constructor','545976nAZPFf','403963TuRfjf','toString','2202741VPYFOI','(((.+)+)+)+$','145589TMNtDa','51pjCIQV','apply'];a91c=function(){return i;};return a91c();}a91a();export{};
1
+ (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x1dd))/0x1*(-parseInt(f(0x1e3))/0x2)+-parseInt(f(0x1d5))/0x3*(-parseInt(f(0x1e1))/0x4)+-parseInt(f(0x1df))/0x5*(parseInt(f(0x1d6))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1d9))/0x8)+-parseInt(f(0x1dc))/0x9+-parseInt(f(0x1d8))/0xa+parseInt(f(0x1e0))/0xb*(parseInt(f(0x1db))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x63810));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1de)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1da)]()[h(0x1d4)](h(0x1d7))[h(0x1da)]()[h(0x1e4)](a91a)[h(0x1d4)](h(0x1d7));});function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a91d(a,b);}function a91c(){var i=['955weHRnC','apply','60YdGjWx','1705jLZOnx','1516NOBjCw','7bnOCfK','1490EchkuE','constructor','search','2856gyESwc','346686hGlwYZ','(((.+)+)+)+$','7449980FtTYQh','4826464lkWYuE','toString','107736IejiQU','131643ORBcsU'];a91c=function(){return i;};return a91c();}a91a();export{};
@@ -1 +1 @@
1
- const a93m=a93d;function a93c(){const t=['307136yETqIu','14162751lEMEyj','inherit','message','verbose','56VFCvUT','data','constructor','log','failure','apply','(((.+)+)+)+$','success','start','3975032VCONrh','2750292wndtyP','4LAEBvT','pid','kill','186132TkIimp','withSpinner','error','1995825lCBOQF','toString','SIGINT','close','disconnect','cwd','46203zuhOYA'];a93c=function(){return t;};return a93c();}(function(a,b){const j=a93d,c=a();while(!![]){try{const d=parseInt(j(0x16a))/0x1*(parseInt(j(0x17a))/0x2)+parseInt(j(0x169))/0x3+parseInt(j(0x179))/0x4+parseInt(j(0x163))/0x5+parseInt(j(0x160))/0x6*(-parseInt(j(0x16f))/0x7)+parseInt(j(0x178))/0x8+-parseInt(j(0x16b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x5f933));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0x174)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a['toString']()['search'](l(0x175))[l(0x164)]()[l(0x171)](a93a)['search'](l(0x175));});function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x15e;let f=c[d];return f;},a93d(a,b);}a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93m(0x161)](a,b,c){return new Promise((d,e)=>{const n=a93d,f=Log[n(0x161)](),g=c?.[n(0x168)]||'.';c?.[n(0x16d)]&&f[n(0x177)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x16e)]?n(0x16c):'ignore'});process['on'](n(0x165),()=>{const o=n,i=h[o(0x15e)];i&&process[o(0x15f)](i);}),h['on'](n(0x170),i=>{const p=n;console[p(0x172)](i);}),h['on'](n(0x167),()=>{const q=n;c?.[q(0x16d)]&&f[q(0x176)](),d();}),h['on'](n(0x166),()=>{const r=n;c?.[r(0x16d)]&&f['success'](),d();}),h['on'](n(0x162),()=>{const s=n;c?.[s(0x16d)]&&f[s(0x173)](),e();});});}}
1
+ function a93c(){const s=['withSpinner','apply','kill','data','failure','234UJJPPB','1078743VYGXND','constructor','8024107TccEGB','inherit','message','(((.+)+)+)+$','2114420wuYzfK','start','log','cwd','8063016WzdWuG','5JbeXza','disconnect','11016110YurBwM','8APCGYY','9025506tBLWRy','27326XKfnzL','close'];a93c=function(){return s;};return a93c();}const a93m=a93d;(function(a,b){const j=a93d,c=a();while(!![]){try{const d=parseInt(j(0x12c))/0x1+-parseInt(j(0x124))/0x2*(-parseInt(j(0x12b))/0x3)+parseInt(j(0x132))/0x4+parseInt(j(0x11f))/0x5*(parseInt(j(0x136))/0x6)+-parseInt(j(0x12e))/0x7*(parseInt(j(0x122))/0x8)+-parseInt(j(0x123))/0x9+-parseInt(j(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xbb0c8));function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x11f;let f=c[d];return f;},a93d(a,b);}const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a['toString']()['search'](l(0x131))['toString']()[l(0x12d)](a93a)['search']('(((.+)+)+)+$');});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93m(0x126)](a,b,c){return new Promise((d,e)=>{const n=a93d,f=Log[n(0x126)](),g=c?.[n(0x135)]||'.';c?.[n(0x130)]&&f[n(0x133)](c?.[n(0x130)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0x12f):'ignore'});process['on']('SIGINT',()=>{const o=n,i=h['pid'];i&&process[o(0x128)](i);}),h['on'](n(0x129),i=>{const p=n;console[p(0x134)](i);}),h['on'](n(0x120),()=>{c?.['message']&&f['success'](),d();}),h['on'](n(0x125),()=>{const q=n;c?.[q(0x130)]&&f['success'](),d();}),h['on']('error',()=>{const r=n;c?.[r(0x130)]&&f[r(0x12a)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0xaf))/0x1*(parseInt(f(0xa9))/0x2)+-parseInt(f(0xa5))/0x3*(-parseInt(f(0xb1))/0x4)+parseInt(f(0xb0))/0x5+-parseInt(f(0xa7))/0x6*(parseInt(f(0xa6))/0x7)+-parseInt(f(0xaa))/0x8+-parseInt(f(0xa8))/0x9+-parseInt(f(0xad))/0xa*(-parseInt(f(0xa3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x1d402));function a94c(){var i=['31mtIGUs','919395XfQmYc','3012iZbOUr','66irUcrC','constructor','39kLVnTM','9933BEkFgn','18xRzjIV','1337949lsLwjA','10166slZank','891720HpEcZS','toString','search','54920KSUbGx','apply'];a94c=function(){return i;};return a94c();}var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a['toString']()[h(0xac)]('(((.+)+)+)+$')[h(0xab)]()[h(0xa4)](a94a)['search']('(((.+)+)+)+$');});a94a();function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0xa3;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-0x105;var f=c[d];return f;},a94d(a,b);}(function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x114))/0x1*(parseInt(f(0x112))/0x2)+-parseInt(f(0x10e))/0x3*(parseInt(f(0x105))/0x4)+parseInt(f(0x107))/0x5*(-parseInt(f(0x10d))/0x6)+-parseInt(f(0x10c))/0x7+-parseInt(f(0x10a))/0x8+parseInt(f(0x108))/0x9*(-parseInt(f(0x113))/0xa)+-parseInt(f(0x106))/0xb*(-parseInt(f(0x10f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xac7bb));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x110)]()[h(0x109)](h(0x111))[h(0x110)]()['constructor'](a94a)[h(0x109)]('(((.+)+)+)+$');});a94a();function a94c(){var i=['5SxtqYH','18YitOjp','search','4210224uafBRd','apply','1501276wAGbAf','7582638Mcfmhn','12pOXSXo','1476hehAVU','toString','(((.+)+)+)+$','118BXaXQV','5571170DyLeoX','17IpCLMZ','318276avQBuJ','370469YCLKcy'];a94c=function(){return i;};return a94c();}export{};
@@ -1 +1 @@
1
- const a96o=a96d;function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x15e;let f=c[d];return f;},a96d(a,b);}(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0x16f))/0x1+parseInt(m(0x16b))/0x2+parseInt(m(0x182))/0x3*(parseInt(m(0x160))/0x4)+-parseInt(m(0x162))/0x5+-parseInt(m(0x163))/0x6*(parseInt(m(0x169))/0x7)+-parseInt(m(0x16c))/0x8+parseInt(m(0x180))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x614ff));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(0x161)]()['search']('(((.+)+)+)+$')['toString']()[n(0x179)](a96a)[n(0x15e)](n(0x171));});function a96c(){const w=['toString','1409115velYBd','1170DlctMF','concat','port','sshVerbose','start','sshSync','3885OaRzRy','inherit','166044DdauGf','4062272ARBZBp','host','join','499711pEGvfk','scp','(((.+)+)+)+$','ping','message','user','verbose','ConnectTimeout=2','error','env','constructor','success','pem','tty','2>&1','push','ssh','11555919zWIlhH','ignore','16719dRpmVD','search','failure','308Rryxwy'];a96c=function(){return w;};return a96c();}a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a96o(0x17f)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a96d,f=b[p(0x174)]+'@'+b[p(0x16d)],g=a96e[p(0x16e)](b['env'],b[p(0x17b)]),h=c?.[p(0x17c)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x17e)]('-t');i&&j[p(0x17e)]('-v');j=j[p(0x164)](['-o',p(0x176),'-i',g,'-p',b[p(0x165)],f,a]);const k=Log['withSpinner']();c?.['message']&&k[p(0x167)](c?.['message']);const l=spawn(p(0x17f),j,{'stdio':c?.[p(0x175)]?p(0x16a):p(0x181)});l['on']('disconnect',()=>{const q=p;c?.[q(0x173)]&&k[q(0x17a)](),d();}),l['on']('close',()=>{const r=p;c?.['message']&&k[r(0x17a)](),d();}),l['on'](p(0x177),()=>{const s=p;c?.[s(0x173)]&&k[s(0x15f)](),e();});});};static [a96o(0x168)]=(a,b,c)=>{const t=a96o,d=b[t(0x174)]+'@'+b[t(0x16d)],e=a96e[t(0x16e)](b[t(0x178)],b[t(0x17b)]),f=c?.[t(0x17c)]||![],g=c?.[t(0x166)]||![];let h=[];f&&h[t(0x17e)]('-t'),g&&h['push']('-v'),h=h[t(0x164)](['-o',t(0x176),'-i',e,'-p',b['port'],d,a]),spawnSync(t(0x17f),h,{'stdio':c?.[t(0x175)]?t(0x16a):'ignore'});};static[a96o(0x172)](a,b,c){const u=a96o,d=b[u(0x174)]+'@'+b[u(0x16d)],e=a96e[u(0x16e)](b[u(0x178)],b['pem']),f=c?.[u(0x17c)]||![];let g=[];f&&g[u(0x17e)]('-t');g=g[u(0x164)](['-o',u(0x176),'-i',e,'-p',b[u(0x165)],d,a,u(0x17d)]);const h='ssh\x20'+g[u(0x16e)]('\x20');return execSync(h)['toString']();}static[a96o(0x170)](a,b){const v=a96o,c=b[v(0x174)]+'@'+b[v(0x16d)]+':'+a['dest'],d=a96e['join'](b[v(0x178)],b[v(0x17b)]),e=['-i',d,'-P',b[v(0x165)],a['source'],c];spawnSync('scp',e,{'stdio':a['verbose']?'inherit':v(0x181)});}}
1
+ function a96c(){const x=['4YIJOcJ','1385owQifj','success','close','3561453obxddV','push','concat','host','apply','1993856pWUywT','sshVerbose','3402828PLjLjI','join','disconnect','ignore','port','scp','env','error','pem','2>&1','verbose','ssh','constructor','3387927oNwsju','start','source','toString','130JVXJLm','sshSync','852GznzdD','inherit','ConnectTimeout=2','message','8482473kTrhQR','1647624Kkonod','(((.+)+)+)+$','8oritTp','tty','user'];a96c=function(){return x;};return a96c();}const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0x1aa))/0x1+parseInt(m(0x190))/0x2+-parseInt(m(0x19f))/0x3*(parseInt(m(0x187))/0x4)+-parseInt(m(0x188))/0x5*(-parseInt(m(0x1a5))/0x6)+parseInt(m(0x18b))/0x7*(-parseInt(m(0x184))/0x8)+-parseInt(m(0x1a9))/0x9+parseInt(m(0x1a3))/0xa*(parseInt(m(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xca889));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0x1a2)]()['search'](o(0x183))[o(0x1a2)]()[o(0x19e)](a96a)['search'](o(0x183));});a96a();import a96e from'path';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x183;let f=c[d];return f;},a96d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a96p(0x19d)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0x186)]+'@'+b['host'],g=a96e[q(0x193)](b[q(0x198)],b[q(0x19a)]),h=c?.['tty']||![],i=c?.[q(0x191)]||![];let j=[];h&&j[q(0x18c)]('-t');i&&j['push']('-v');j=j['concat'](['-o',q(0x1a7),'-i',g,'-p',b[q(0x196)],f,a]);const k=Log['withSpinner']();c?.[q(0x1a8)]&&k[q(0x1a0)](c?.[q(0x1a8)]);const l=spawn(q(0x19d),j,{'stdio':c?.['verbose']?q(0x1a6):'ignore'});l['on'](q(0x194),()=>{const r=q;c?.[r(0x1a8)]&&k[r(0x189)](),d();}),l['on'](q(0x18a),()=>{const s=q;c?.['message']&&k[s(0x189)](),d();}),l['on'](q(0x199),()=>{const t=q;c?.[t(0x1a8)]&&k['failure'](),e();});});};static [a96p(0x1a4)]=(a,b,c)=>{const u=a96p,d=b['user']+'@'+b[u(0x18e)],e=a96e[u(0x193)](b[u(0x198)],b[u(0x19a)]),f=c?.[u(0x185)]||![],g=c?.[u(0x191)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h['concat'](['-o',u(0x1a7),'-i',e,'-p',b[u(0x196)],d,a]),spawnSync(u(0x19d),h,{'stdio':c?.[u(0x19c)]?u(0x1a6):u(0x195)});};static['ping'](a,b,c){const v=a96p,d=b['user']+'@'+b[v(0x18e)],e=a96e['join'](b['env'],b['pem']),f=c?.[v(0x185)]||![];let g=[];f&&g[v(0x18c)]('-t');g=g[v(0x18d)](['-o',v(0x1a7),'-i',e,'-p',b[v(0x196)],d,a,v(0x19b)]);const h='ssh\x20'+g['join']('\x20');return execSync(h)[v(0x1a2)]();}static[a96p(0x197)](a,b){const w=a96p,c=b[w(0x186)]+'@'+b[w(0x18e)]+':'+a['dest'],d=a96e[w(0x193)](b[w(0x198)],b[w(0x19a)]),e=['-i',d,'-P',b[w(0x196)],a[w(0x1a1)],c];spawnSync(w(0x197),e,{'stdio':a['verbose']?w(0x1a6):'ignore'});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1+-parseInt(f(0x71))/0x2*(-parseInt(f(0x69))/0x3)+-parseInt(f(0x70))/0x4+-parseInt(f(0x66))/0x5*(parseInt(f(0x6d))/0x6)+parseInt(f(0x65))/0x7+parseInt(f(0x6c))/0x8*(parseInt(f(0x68))/0x9)+-parseInt(f(0x6b))/0xa*(-parseInt(f(0x67))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x5a8b1));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x64)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a['toString']()[h(0x72)](h(0x6f))[h(0x6a)]()['constructor'](a97a)[h(0x72)]('(((.+)+)+)+$');});function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x64;var f=c[d];return f;},a97d(a,b);}a97a();export{};function a97c(){var i=['2392aYslAB','66OepPYq','136107RjSgcH','(((.+)+)+)+$','1017516WXroSs','41214wdkOMc','search','apply','368277WkBzAL','68095GQcusn','3102WySjAC','1566TlHopB','81bkxJDU','toString','8870sBlmVI'];a97c=function(){return i;};return a97c();}
1
+ (function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x193))/0x1*(-parseInt(f(0x189))/0x2)+parseInt(f(0x18d))/0x3+-parseInt(f(0x192))/0x4*(-parseInt(f(0x18e))/0x5)+-parseInt(f(0x191))/0x6+-parseInt(f(0x18a))/0x7+parseInt(f(0x18c))/0x8+parseInt(f(0x18f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x36cff));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a[h(0x188)]()[h(0x18b)](h(0x187))[h(0x188)]()[h(0x190)](a97a)[h(0x18b)](h(0x187));});a97a();function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x186;var f=c[d];return f;},a97d(a,b);}export{};function a97c(){var i=['1497307kheQhZ','search','981632UlaRdb','438744tzjKIy','136320KybXNr','47754QfTfRU','constructor','1503234PdJKLg','20xNJMdg','92791bhrvGR','apply','(((.+)+)+)+$','toString','6DrNaFx'];a97c=function(){return i;};return a97c();}
@@ -1 +1 @@
1
- const a99i=a99d;function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x119;let f=c[d];return f;},a99d(a,b);}(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x133))/0x1*(parseInt(f(0x120))/0x2)+parseInt(f(0x137))/0x3*(parseInt(f(0x11e))/0x4)+parseInt(f(0x129))/0x5+parseInt(f(0x121))/0x6*(parseInt(f(0x12c))/0x7)+-parseInt(f(0x11a))/0x8*(parseInt(f(0x12b))/0x9)+parseInt(f(0x131))/0xa+-parseInt(f(0x127))/0xb*(-parseInt(f(0x13a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x51044));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()[h(0x126)](h(0x125))['toString']()[h(0x12e)](a99a)[h(0x126)](h(0x125));});function a99c(){const l=['364185KNbYEy','27762pAGWDg','-new','constructor','-x509','-nodes','527580uzePWM','rsa:2048','4uzyUFz','-keyout','keyName','openssl.conf','5241GkUYjk','cwd','useConfig','1332pupLpO','push','apply','104TJjTCE','genCSR','genSSC','csrName','232HOTbig','req','295342Yieoib','678XaeacT','-config','crtName','-key','(((.+)+)+)+$','search','20295enzRhZ','-newkey','3207680JCbRro','inherit'];a99c=function(){return l;};return a99c();}a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0x11b)](a){const j=a99i,b=a['cwd']?a[j(0x138)]:process['cwd'](),c=[j(0x11f),'-new',j(0x128),j(0x132),j(0x130),j(0x134),a[j(0x135)],'-out',a[j(0x11d)]];a['useConfig']&&(c[j(0x13b)](j(0x122)),c['push']('openssl.conf')),spawnSync('openssl',c,{'stdio':j(0x12a),'cwd':b});}static[a99i(0x11c)](a){const k=a99i,b=a[k(0x138)]?a[k(0x138)]:process[k(0x138)](),c=['req',k(0x12f),k(0x12d),k(0x124),a[k(0x135)],'-out',a[k(0x123)]];a[k(0x139)]&&(c[k(0x13b)](k(0x122)),c[k(0x13b)](k(0x136))),spawnSync('openssl',c,{'stdio':k(0x12a),'cwd':b});}}
1
+ const a99h=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=parseInt(f(0x1fe))/0x1*(parseInt(f(0x1e5))/0x2)+parseInt(f(0x1e7))/0x3*(parseInt(f(0x1e6))/0x4)+parseInt(f(0x1f7))/0x5*(-parseInt(f(0x1ed))/0x6)+parseInt(f(0x1f2))/0x7*(-parseInt(f(0x1e2))/0x8)+parseInt(f(0x1fb))/0x9+parseInt(f(0x1ff))/0xa*(parseInt(f(0x1fc))/0xb)+-parseInt(f(0x1f3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xbd874));function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x1de;let f=c[d];return f;},a99d(a,b);}const a99b=(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;};}()),a99a=a99b(this,function(){const g=a99d;return a99a[g(0x1e4)]()[g(0x1f0)](g(0x1fa))[g(0x1e4)]()[g(0x1e9)](a99a)['search']('(((.+)+)+)+$');});a99a();function a99c(){const k=['-keyout','259sBLfhX','14945664FqvBoy','-newkey','keyName','openssl.conf','5vjwXzn','cwd','openssl','(((.+)+)+)+$','9420363ixpBSv','4168351LJdmjJ','-out','22cHtMEn','10vSCMSm','push','genSSC','csrName','-new','-nodes','240904LkAvoR','-x509','toString','109338GlEymH','57632zwnrRG','129SfrvZe','inherit','constructor','-key','genCSR','req','671694kTwQUl','useConfig','-config','search'];a99c=function(){return k;};return a99c();}import{spawnSync}from'child_process';export class SSL{static[a99h(0x1eb)](a){const i=a99h,b=a[i(0x1f8)]?a[i(0x1f8)]:process['cwd'](),c=[i(0x1ec),i(0x1e0),i(0x1f4),'rsa:2048',i(0x1e1),i(0x1f1),a[i(0x1f5)],i(0x1fd),a[i(0x1df)]];a[i(0x1ee)]&&(c[i(0x200)](i(0x1ef)),c['push'](i(0x1f6))),spawnSync(i(0x1f9),c,{'stdio':i(0x1e8),'cwd':b});}static[a99h(0x1de)](a){const j=a99h,b=a[j(0x1f8)]?a[j(0x1f8)]:process[j(0x1f8)](),c=[j(0x1ec),j(0x1e3),j(0x1e0),j(0x1ea),a[j(0x1f5)],j(0x1fd),a['crtName']];a[j(0x1ee)]&&(c['push'](j(0x1ef)),c[j(0x200)](j(0x1f6))),spawnSync(j(0x1f9),c,{'stdio':j(0x1e8),'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.4.4",
4
+ "version": "4.4.5",
5
5
  "type": "module",
6
6
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
7
7
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",