@maka/maka-cli 4.6.9 → 4.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +1 -1
@@ -1 +1 @@
1
- const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=-parseInt(p(0x9e))/0x1*(-parseInt(p(0x8f))/0x2)+parseInt(p(0xa6))/0x3*(-parseInt(p(0x82))/0x4)+parseInt(p(0x99))/0x5+parseInt(p(0x7f))/0x6*(parseInt(p(0x74))/0x7)+parseInt(p(0x8a))/0x8*(-parseInt(p(0x84))/0x9)+-parseInt(p(0x70))/0xa+-parseInt(p(0x73))/0xb*(parseInt(p(0x89))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x8227a));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0x80)]()[r(0x94)](r(0x9a))[r(0x80)]()[r(0xa0)](a124a)['search']('(((.+)+)+)+$');});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;function a124c(){const Q=['timeout','840FQmUUb','17464dUXsJX','close','BAD\x20RETURN','Request\x20Failed\x20with\x20Status\x20Code:\x20','headers','1932006dQfTqM','end','length','assign','checkAvailability','search','finish','askGPT','createWriteStream','Bearer\x20','3290315KgaUfG','(((.+)+)+)+$','get','request','readFileSync','1YfdMEe','catch','constructor','error','POST','content-length','Request\x20timeout','api.openai.com','12gzWbXZ','stringify','statusMessage','statusCode','4676860cNyLtu','data','write','72215AKKKGz','189ybEiuK','then','downloadFile','post','env','abort','hostname','HEAD','application/json','True','Redirected\x20response\x20without\x20Location\x20header','46218sYQdfC','toString','NODE_TLS_REJECT_UNAUTHORIZED','155580uSuYXV','application/octet-stream','891pZsXDK','location','/v1/engines/davinci/completions','apply'];a124c=function(){return Q;};return a124c();}process['env'][a124s(0x81)]=process[a124s(0x78)]['MAKA_DEV']===a124s(0x7d)?'0':'1';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x6f;let f=c[d];return f;},a124d(a,b);}export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON[t(0xa7)](c),g={'Content-Type':t(0x7c),'Content-Length':f[t(0x91)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0xa2),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0x92)](h,{'cert':a124f[t(0x9d)](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0x9c)](h,l=>{const w=u;let m='';l['on']('data',n=>{const v=a124d;m+=n[v(0x80)]();}),l['on'](w(0x90),()=>{const x=w;l[x(0x6f)]===0x12d&&l[x(0x8e)][x(0x85)]?this[x(0x77)]({'hostname':new URL(l[x(0x8e)][x(0x85)])[x(0x7a)],'path':new URL(l[x(0x8e)][x(0x85)])['pathname'],'data':c,'headers':d,'cert':e})['then'](i)[x(0x9f)](j):i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||x(0x8c),'data':m});});});k['on'](u(0xa1),l=>{j(l);}),k['on'](u(0x88),()=>{const y=u;k[y(0x79)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[u(0x72)](f),k[u(0x90)]();});}static[a124s(0x9b)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':z(0x7c)};Object[z(0x92)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[z(0x92)](e,{'cert':a124f[z(0x9d)](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0x9b)](a,e,i=>{const B=A;let j='';i['on'](B(0x71),k=>{j+=k['toString']();}),i['on'](B(0x90),()=>{const C=B;i[C(0x6f)]===0x12d&&i[C(0x8e)][C(0x85)]?this[C(0x9b)]({'url':i[C(0x8e)][C(0x85)],'headers':b,'cert':c})[C(0x75)](f)[C(0x9f)](g):f({'statusCode':i[C(0x6f)]||0x1f4,'statusMessage':i[C(0xa8)]||'BAD\x20RETURN','data':j});});});h['on']('error',i=>{g(i);}),h['on'](A(0x88),()=>{const D=A;h[D(0x79)](),g({'statusCode':0x198,'statusMessage':D(0xa4)});});});}static[a124s(0x76)]({url:a,headers:b,cert:c,destPath:d}){const E=a124s,e={'Content-Type':E(0x83)};Object['assign'](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[E(0x92)](f,{'cert':a124f[E(0x9d)](c)}),new Promise((g,h)=>{const J=E,i=k=>{const F=a124d;if(k[F(0x6f)]===0x12e||k['statusCode']===0x12d){if(!k[F(0x8e)][F(0x85)])return h(new Error(F(0x7e)));return this[F(0x76)]({'url':k['headers'][F(0x85)],'headers':b,'cert':c,'destPath':d})[F(0x75)](g)[F(0x9f)](h);}if(k[F(0x6f)]&&(k[F(0x6f)]<0xc8||k[F(0x6f)]>=0x12c))return h(new Error(F(0x8d)+k[F(0x6f)]));const l=parseInt(k[F(0x8e)][F(0xa3)],0xa),m=new Progress(l),n=a124f[F(0x97)](d);k['on'](F(0x71),o=>{const G=F;m['update'](o[G(0x91)]),n['write'](o);}),k['on'](F(0x90),()=>{const H=F;n[H(0x90)](),m['complete']();}),n['on'](F(0x95),()=>{const I=F;n[I(0x8b)]();}),n['on'](F(0x8b),g);},j=a124e[J(0x9b)](a,f,i);j['on'](J(0xa1),k=>{h(k);}),j['on'](J(0x88),()=>{const K=J;j[K(0x79)](),h({'statusCode':0x198,'statusMessage':K(0xa4)});});});}static['checkAvailability']({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const L=a124s,d={'Content-Type':L(0x7c)};Object['assign'](d,b);const e={'method':L(0x7b),'headers':d,'timeout':TIMEOUT};return c&&Object[L(0x92)](e,{'cert':a124f[L(0x9d)](c)}),new Promise((f,g)=>{const M=L,h=a124e[M(0x9c)](a,e,i=>{const N=M;if(i[N(0x6f)]&&(i['statusCode']>=0xc8&&i[N(0x6f)]<0x12c))f(!![]);else i[N(0x6f)]&&(i[N(0x6f)]>=0x12c&&i['statusCode']<0x190)&&i[N(0x8e)][N(0x85)]?maxRedirects<=0x0?f(![]):this[N(0x93)]({'url':new URL(i[N(0x8e)][N(0x85)],a)[N(0x80)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[N(0x75)](f)[N(0x9f)](g):f(![]);});h['on'](M(0xa1),i=>{g(i);}),h['on'](M(0x88),()=>{const O=M;h[O(0x79)](),g({'statusCode':0x198,'statusMessage':O(0xa4)});}),h['end']();});}static async[a124s(0x96)]({prompt:a,openApiKey:b,certPath:c}){const P=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':P(0x98)+b},f=await this['post']({'hostname':P(0xa5),'path':P(0x86),'data':d,'headers':e,'cert':c});return f;}}
1
+ function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x16b;let f=c[d];return f;},a124d(a,b);}const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=-parseInt(p(0x16e))/0x1+parseInt(p(0x19c))/0x2*(parseInt(p(0x17a))/0x3)+parseInt(p(0x16b))/0x4*(parseInt(p(0x175))/0x5)+-parseInt(p(0x181))/0x6+parseInt(p(0x180))/0x7*(-parseInt(p(0x16d))/0x8)+parseInt(p(0x17d))/0x9*(parseInt(p(0x17e))/0xa)+-parseInt(p(0x19e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x2aa6c));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0x19f)]()[r(0x179)]('(((.+)+)+)+$')[r(0x19f)]()[r(0x190)](a124a)[r(0x179)](r(0x174));});a124a();import a124e from'https';function a124c(){const Q=['assign','MAKA_DEV','apply','constructor','finish','then','post','update','pathname','end','Redirected\x20response\x20without\x20Location\x20header','abort','length','stringify','get','4922TxymWl','data','1947814SaBqQf','toString','1308932lpJcaF','readFileSync','1432304kOjmYy','245576EiSpfn','askGPT','location','error','checkAvailability','HEAD','(((.+)+)+)+$','5vaEqBz','write','api.openai.com','catch','search','381zCCmCh','content-length','env','201141asAHSo','70nrQQAY','application/json','7PzBYJA','119010oSlFSp','statusMessage','NODE_TLS_REJECT_UNAUTHORIZED','statusCode','timeout','BAD\x20RETURN','Request\x20timeout','headers','downloadFile','request','POST','close'];a124c=function(){return Q;};return a124c();}import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;process[a124s(0x17c)][a124s(0x183)]=process[a124s(0x17c)][a124s(0x18e)]==='True'?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON[t(0x19a)](c),g={'Content-Type':'application/json','Content-Length':f['length']};Object[t(0x18d)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0x18b),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0x18d)](h,{'cert':a124f[t(0x16c)](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0x18a)](h,l=>{const v=u;let m='';l['on'](v(0x19d),n=>{const w=v;m+=n[w(0x19f)]();}),l['on'](v(0x196),()=>{const x=v;l[x(0x184)]===0x12d&&l[x(0x188)][x(0x170)]?this[x(0x193)]({'hostname':new URL(l[x(0x188)][x(0x170)])['hostname'],'path':new URL(l[x(0x188)]['location'])[x(0x195)],'data':c,'headers':d,'cert':e})[x(0x192)](i)[x(0x178)](j):i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[x(0x182)]||'BAD\x20RETURN','data':m});});});k['on'](u(0x171),l=>{j(l);}),k['on']('timeout',()=>{const y=u;k['abort'](),j({'statusCode':0x198,'statusMessage':y(0x187)});}),k[u(0x176)](f),k[u(0x196)]();});}static[a124s(0x19b)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':z(0x17f)};Object[z(0x18d)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[z(0x18d)](e,{'cert':a124f[z(0x16c)](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0x19b)](a,e,i=>{const B=A;let j='';i['on'](B(0x19d),k=>{j+=k['toString']();}),i['on'](B(0x196),()=>{const C=B;i['statusCode']===0x12d&&i['headers']['location']?this[C(0x19b)]({'url':i[C(0x188)][C(0x170)],'headers':b,'cert':c})[C(0x192)](f)[C(0x178)](g):f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[C(0x182)]||C(0x186),'data':j});});});h['on'](A(0x171),i=>{g(i);}),h['on'](A(0x185),()=>{const D=A;h['abort'](),g({'statusCode':0x198,'statusMessage':D(0x187)});});});}static[a124s(0x189)]({url:a,headers:b,cert:c,destPath:d}){const E=a124s,e={'Content-Type':'application/octet-stream'};Object[E(0x18d)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a124f[E(0x16c)](c)}),new Promise((g,h)=>{const J=E,i=k=>{const F=a124d;if(k[F(0x184)]===0x12e||k[F(0x184)]===0x12d){if(!k[F(0x188)][F(0x170)])return h(new Error(F(0x197)));return this[F(0x189)]({'url':k[F(0x188)][F(0x170)],'headers':b,'cert':c,'destPath':d})[F(0x192)](g)['catch'](h);}if(k['statusCode']&&(k[F(0x184)]<0xc8||k[F(0x184)]>=0x12c))return h(new Error('Request\x20Failed\x20with\x20Status\x20Code:\x20'+k[F(0x184)]));const l=parseInt(k[F(0x188)][F(0x17b)],0xa),m=new Progress(l),n=a124f['createWriteStream'](d);k['on'](F(0x19d),o=>{const G=F;m[G(0x194)](o[G(0x199)]),n[G(0x176)](o);}),k['on'](F(0x196),()=>{const H=F;n[H(0x196)](),m['complete']();}),n['on'](F(0x191),()=>{const I=F;n[I(0x18c)]();}),n['on'](F(0x18c),g);},j=a124e[J(0x19b)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](J(0x185),()=>{const K=J;j[K(0x198)](),h({'statusCode':0x198,'statusMessage':K(0x187)});});});}static[a124s(0x172)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const L=a124s,d={'Content-Type':L(0x17f)};Object[L(0x18d)](d,b);const e={'method':L(0x173),'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a124f[L(0x16c)](c)}),new Promise((f,g)=>{const M=L,h=a124e[M(0x18a)](a,e,i=>{const N=M;if(i[N(0x184)]&&(i[N(0x184)]>=0xc8&&i[N(0x184)]<0x12c))f(!![]);else i[N(0x184)]&&(i[N(0x184)]>=0x12c&&i[N(0x184)]<0x190)&&i[N(0x188)]['location']?maxRedirects<=0x0?f(![]):this[N(0x172)]({'url':new URL(i['headers']['location'],a)[N(0x19f)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[N(0x192)](f)[N(0x178)](g):f(![]);});h['on'](M(0x171),i=>{g(i);}),h['on']('timeout',()=>{const O=M;h[O(0x198)](),g({'statusCode':0x198,'statusMessage':O(0x187)});}),h[M(0x196)]();});}static async[a124s(0x16f)]({prompt:a,openApiKey:b,certPath:c}){const P=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[P(0x193)]({'hostname':P(0x177),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- (function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x91))/0x1*(parseInt(f(0x95))/0x2)+-parseInt(f(0x8b))/0x3+parseInt(f(0x94))/0x4+parseInt(f(0x96))/0x5*(parseInt(f(0x98))/0x6)+parseInt(f(0x93))/0x7*(parseInt(f(0x8c))/0x8)+parseInt(f(0x8f))/0x9*(-parseInt(f(0x8e))/0xa)+parseInt(f(0x92))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xdba8d));function a125c(){var h=['1515101iwAzzH','512848hCSMzS','154nLRgbJ','5yeYyaG','(((.+)+)+)+$','978072QIzlrm','constructor','480138FnTQlJ','8RnGgcU','search','10154720cnBLLF','9NVVMaI','toString','4566HYMhzs','21110738xtZjlA'];a125c=function(){return h;};return a125c();}function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x8a;var f=c[d];return f;},a125d(a,b);}var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var g=a125d;return a125a['toString']()[g(0x8d)]('(((.+)+)+)+$')[g(0x90)]()[g(0x8a)](a125a)['search'](g(0x97));});a125a();export{};
1
+ (function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x132))/0x1+-parseInt(f(0x12e))/0x2+parseInt(f(0x129))/0x3+parseInt(f(0x12d))/0x4+-parseInt(f(0x12f))/0x5+-parseInt(f(0x12b))/0x6+-parseInt(f(0x12c))/0x7*(-parseInt(f(0x131))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xbb5f6));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x12a)]()[h(0x128)](h(0x127))[h(0x12a)]()[h(0x130)](a125a)['search']('(((.+)+)+)+$');});function a125c(){var i=['2827660axvNkV','1432830SZMTtv','2464805VKeteq','constructor','5921704pYUSnU','242207FnaBni','apply','(((.+)+)+)+$','search','4359552eiaPOD','toString','4087506cdHsQV','7JLoXjY'];a125c=function(){return i;};return a125c();}a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x127;var f=c[d];return f;},a125d(a,b);}export{};
@@ -1 +1 @@
1
- const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x1bb))/0x1*(-parseInt(f(0x1a3))/0x2)+-parseInt(f(0x1ae))/0x3+parseInt(f(0x1aa))/0x4+parseInt(f(0x1b7))/0x5*(parseInt(f(0x1ad))/0x6)+parseInt(f(0x1a1))/0x7*(parseInt(f(0x1af))/0x8)+parseInt(f(0x1b5))/0x9*(-parseInt(f(0x1b2))/0xa)+parseInt(f(0x1b0))/0xb*(parseInt(f(0x1a8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc5118));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x1a7)]()[h(0x1a6)](h(0x1ba))[h(0x1a7)]()[h(0x1a2)](a126a)[h(0x1a6)](h(0x1ba));});a126a();function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a126d(a,b);}import{Log}from'../log/log.class.js';const isWin=process[a126i(0x1b1)]===a126i(0x1ac),downArrow=isWin?'<':'↓';export class Progress{[a126i(0x1c1)];['current'];[a126i(0x1bd)];[a126i(0x1b4)];[a126i(0x1c0)];[a126i(0x1b9)];constructor(a,b=a126i(0x1b3),c=downArrow){const j=a126i;this[j(0x1c1)]=a,this[j(0x1b6)]=0x0,this['width']=0x28,this['lastLoggedProgress']=0x0,this[j(0x1c0)]=b,this[j(0x1b9)]=Log[j(0x1c2)][j(0x1a5)](c);}[a126i(0x1be)](a){this['current']+=a,this['draw']();}['complete'](){const k=a126i;this['current']=this[k(0x1c1)],this[k(0x1a4)](),Log[k(0x1b8)]('');}[a126i(0x1a4)](){const l=a126i,a=Math['min'](0x64,Math[l(0x1a0)](this[l(0x1b6)]/this[l(0x1c1)]*0x64));if(a!==this['lastLoggedProgress']){this[l(0x1b4)]=a;const b=Math[l(0x1a0)](a/0x64*this['width']),c=this['width']-b,d=''+Log['colors']['success']('█')['repeat'](b)+'░'[l(0x1a9)](c),e=this[l(0x1b9)]+'\x20'+this[l(0x1c0)]+l(0x1ab)+d+']\x20'+a+'%';Log[l(0x1bf)](e);}}}function a126c(){const m=['297577LgFvBU','constructor','181774BLrNjS','draw','majestic','search','toString','12AWbGcM','repeat','548936PIxyPc',':\x20[','win32','3206622OZtvxl','3532923tvfYSa','224xBvJnf','7429213jEiheR','platform','230qXVsCx','Downloading','lastLoggedProgress','460899TariLy','current','10JKIRnq','singleLineSuccess','graphic','(((.+)+)+)+$','1ebBISd','apply','width','update','singleLine','dlMessage','total','colors','round'];a126c=function(){return m;};return a126c();}
1
+ const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x1b6))/0x1+parseInt(f(0x1b8))/0x2*(parseInt(f(0x1a8))/0x3)+parseInt(f(0x1b1))/0x4*(parseInt(f(0x1b5))/0x5)+-parseInt(f(0x1a9))/0x6*(-parseInt(f(0x1a3))/0x7)+parseInt(f(0x1ac))/0x8*(-parseInt(f(0x1b7))/0x9)+parseInt(f(0x1af))/0xa*(parseInt(f(0x1a0))/0xb)+-parseInt(f(0x1b2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x946e2));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a['toString']()[h(0x1ba)](h(0x1a6))['toString']()[h(0x1a2)](a126a)['search'](h(0x1a6));});function a126c(){const n=['20191572MmwOjs','success','singleLine','3729445rSBsAc','279732HelncR','27uamjTL','34xbhQEw','repeat','search','apply','dlMessage','update','19129MqarDq','draw','constructor','119YUgmeg','complete','platform','(((.+)+)+)+$','current','190047Pydpdn','179178RsqkOS','graphic','total','2582056rvwJTl','width','lastLoggedProgress','3730RNSwDK','min','4HPSpUE'];a126c=function(){return n;};return a126c();}function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x19d;let f=c[d];return f;},a126d(a,b);}a126a();import{Log}from'../log/log.class.js';const isWin=process[a126i(0x1a5)]==='win32',downArrow=isWin?'<':'↓';export class Progress{[a126i(0x1ab)];['current'];[a126i(0x1ad)];[a126i(0x1ae)];['dlMessage'];[a126i(0x1aa)];constructor(a,b='Downloading',c=downArrow){const j=a126i;this[j(0x1ab)]=a,this['current']=0x0,this[j(0x1ad)]=0x28,this[j(0x1ae)]=0x0,this[j(0x19e)]=b,this[j(0x1aa)]=Log['colors']['majestic'](c);}[a126i(0x19f)](a){const k=a126i;this[k(0x1a7)]+=a,this['draw']();}[a126i(0x1a4)](){const l=a126i;this['current']=this[l(0x1ab)],this['draw'](),Log['singleLineSuccess']('');}[a126i(0x1a1)](){const m=a126i,a=Math[m(0x1b0)](0x64,Math['round'](this['current']/this['total']*0x64));if(a!==this[m(0x1ae)]){this[m(0x1ae)]=a;const b=Math['round'](a/0x64*this[m(0x1ad)]),c=this[m(0x1ad)]-b,d=''+Log['colors'][m(0x1b3)]('█')[m(0x1b9)](b)+'░'[m(0x1b9)](c),e=this[m(0x1aa)]+'\x20'+this[m(0x19e)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1b4)](e);}}}
@@ -1 +1 @@
1
- const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=-parseInt(k(0x144))/0x1+parseInt(k(0x163))/0x2*(-parseInt(k(0x147))/0x3)+-parseInt(k(0x155))/0x4+-parseInt(k(0x16a))/0x5+parseInt(k(0x150))/0x6*(parseInt(k(0x152))/0x7)+parseInt(k(0x16e))/0x8*(-parseInt(k(0x146))/0x9)+parseInt(k(0x13f))/0xa*(parseInt(k(0x149))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x61d48));import*as a127e from'single-line-log2';import a127f from'cli-color';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x137;let f=c[d];return f;},a127d(a,b);}import a127g from'cli-cursor';import a127h from'elegant-spinner';const isWin=process[a127l(0x151)]===a127l(0x13e),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const n=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a127d;return e[m(0x16c)]()['search'](m(0x13c))[m(0x16c)]()[m(0x169)](e)['search'](m(0x13c));});e(),c[c['DARK']=0x0]=n(0x13a),c[c[n(0x154)]=0x1]='LIGHT';}(ColorMode||(ColorMode={})));function a127c(){const K=['length','stdout','trim','error','Examples:','show','magentaBright','blackBright','1560838gmElAc','bold','bright','object','colorMode','red','constructor','1460900hfLTPH','greenBright','toString','name','56SbMJey','[--','info','success','yellow','forEach','map','DARK','setColorMode','(((.+)+)+)+$','boolFlag','win32','30290junngI','usage','cyan','values','magenta','122110JhqKJx','warn','935559MCwhuv','3BAFldO','hidden','8899lAWUsZ','<value>','green','hide','header','notice','\x20>\x20','384996vRouul','platform','42FzHILE','whiteBright','LIGHT','2049516eMFtTU','log','majestic','join','colors','black'];a127c=function(){return K;};return a127c();}const DarkColors={'success':a127f['greenBright'],'warn':a127f['yellowBright'],'notice':a127f['cyanBright'],'error':a127f[a127l(0x168)][a127l(0x164)],'header':a127f[a127l(0x162)],'bright':a127f[a127l(0x153)],'info':a127f['cyanBright'],'majestic':a127f[a127l(0x161)]},LightColors={'success':a127f[a127l(0x14b)],'warn':a127f[a127l(0x137)],'notice':a127f[a127l(0x141)],'error':a127f[a127l(0x168)],'header':a127f[a127l(0x15a)],'bright':a127f[a127l(0x15a)],'info':a127f[a127l(0x141)],'majestic':a127f[a127l(0x143)]},formatOptionalOpts=a=>{const o=a127l;return a[o(0x139)](b=>{const p=o;if(typeof b===p(0x166)){if(b?.[p(0x148)])return'';if(b[p(0x13d)])return p(0x16f)+b['name']+']';return p(0x16f)+b['name']+'='+(b?.[p(0x142)]?b[p(0x142)][p(0x158)]('|'):'<value>')+']';}return p(0x16f)+b+']';})[o(0x158)]('\x20');},formatRequiredOpts=a=>{const q=a127l;return a[q(0x139)](b=>{const r=q;if(typeof b===r(0x166)){if(b?.['hidden'])return'';if(b[r(0x13d)])return'--'+b[r(0x16d)];return'--'+b[r(0x16d)]+'='+(b?.[r(0x142)]?b[r(0x142)][r(0x158)]('|'):r(0x14a));}return'--'+b;})[q(0x158)]('\x20');};export class Log{static [a127l(0x167)]=ColorMode['DARK'];static get[a127l(0x159)](){const s=a127l;return Log['colorMode']===ColorMode[s(0x13a)]?DarkColors:LightColors;}static[a127l(0x13b)](a){Log['colorMode']=a;}static[a127l(0x171)](a){const t=a127l;console[t(0x156)](Log[t(0x159)][t(0x171)](a));}static[a127l(0x145)](a){const u=a127l;console[u(0x156)](Log[u(0x159)][u(0x145)](a));}static[a127l(0x14e)](a){const v=a127l;console[v(0x156)](Log[v(0x159)][v(0x14e)](a));}static[a127l(0x15e)](a){const w=a127l;console[w(0x156)](Log['colors']['error'](a));}static[a127l(0x14d)](a){const x=a127l;console[x(0x156)](Log[x(0x159)][x(0x14d)](a));}static['bright'](a){const y=a127l;console[y(0x156)](Log[y(0x159)]['bright'](a));}static[a127l(0x170)](a){const z=a127l;console[z(0x156)](Log['colors'][z(0x170)](a));}static[a127l(0x157)](a){const A=a127l;console[A(0x156)](Log[A(0x159)][A(0x157)](a));}static[a127l(0x140)](a,b,c,d,e,f){const B=a127l,g=a127f['blackBright'];Log[B(0x165)](d),b&&b[B(0x15b)]>0x0&&(Log[B(0x165)](g(B(0x15f))),b[B(0x138)](h=>{const C=B;Log[C(0x165)](C(0x14f)+h);})),a&&(Log[B(0x14d)]('\x0aManual:'),Log['notice']('\x20\x20'+a[B(0x15d)]()+'\x0a')),c&&Log[B(0x165)](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[B(0x14d)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const D=a127l;a127g[D(0x14c)]();const b=a127h();a127g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a127d;a127e[E(0x15c)](a127f[E(0x141)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a127e[F(0x15c)](a127f[F(0x16b)](check)+'\x20'+a+'\x20'+d),console[F(0x156)](),a127g[F(0x160)]();},'failure'(d=''){const G=D;clearInterval(c),a127e[G(0x15c)](a127f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console['log'](),a127g[G(0x160)]();},'stop'(){const H=D;clearInterval(c),a127g[H(0x160)]();}};}static['singleLine'](a){const I=a127l;a127e[I(0x15c)](a);}static['singleLineSuccess'](a){const J=a127l;a127e[J(0x15c)](a127f[J(0x16b)](check)+'\x20'+a);}}
1
+ const a127l=a127d;function a127c(){const L=['296240mIlCys','whiteBright','1733204htNAiN','colors','blackBright','log','singleLineSuccess','28wpwTjP','cyanBright','Examples:','DARK','magentaBright','platform','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','apply','bright','60vMLtvj','name','join','setColorMode','greenBright','Usage:\x20','success','toString','constructor','show','win32','\x20>\x20','\x0aManual:','LIGHT','error','yellowBright','info','colorMode','1162932txmWxI','trim','271032FforMN','109355EuCRQh','red','values','cyan','singleLine','forEach','hidden','387236TOVJSk','stdout','header','notice','withSpinner','warn','majestic','[--','search','boolFlag','bold','<value>','4478841Hcqajq','usage','black','map','object','(((.+)+)+)+$','yellow'];a127c=function(){return L;};return a127c();}(function(a,b){const k=a127d,c=a();while(!![]){try{const d=-parseInt(k(0x108))/0x1+parseInt(k(0xf5))/0x2+parseInt(k(0xeb))/0x3+parseInt(k(0xcb))/0x4+-parseInt(k(0xee))/0x5*(-parseInt(k(0xd9))/0x6)+parseInt(k(0xd0))/0x7*(-parseInt(k(0xed))/0x8)+-parseInt(k(0x101))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x4a2fc));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';import a127h from'elegant-spinner';const isWin=process[a127l(0xd5)]===a127l(0xe3),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xcb;let f=c[d];return f;},a127d(a,b);}export var ColorMode;(function(c){const o=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a127d;if(h){const j=h[m(0xd7)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a127d;return e[n(0xe0)]()[n(0xfd)]('(((.+)+)+)+$')['toString']()[n(0xe1)](e)[n(0xfd)](n(0x106));});e(),c[c[o(0xd3)]=0x0]='DARK',c[c[o(0xe6)]=0x1]=o(0xe6);}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0xdd)],'warn':a127f[a127l(0xe8)],'notice':a127f[a127l(0xd1)],'error':a127f[a127l(0xef)][a127l(0xff)],'header':a127f[a127l(0xcd)],'bright':a127f[a127l(0x109)],'info':a127f[a127l(0xd1)],'majestic':a127f[a127l(0xd4)]},LightColors={'success':a127f['green'],'warn':a127f[a127l(0x107)],'notice':a127f[a127l(0xf1)],'error':a127f[a127l(0xef)],'header':a127f[a127l(0x103)],'bright':a127f[a127l(0x103)],'info':a127f['cyan'],'majestic':a127f['magenta']},formatOptionalOpts=a=>{const p=a127l;return a[p(0x104)](b=>{const q=p;if(typeof b===q(0x105)){if(b?.['hidden'])return'';if(b[q(0xfe)])return'[--'+b[q(0xda)]+']';return q(0xfc)+b['name']+'='+(b?.[q(0xf0)]?b[q(0xf0)][q(0xdb)]('|'):q(0x100))+']';}return q(0xfc)+b+']';})[p(0xdb)]('\x20');},formatRequiredOpts=a=>{const s=a127l;return a['map'](b=>{const r=a127d;if(typeof b===r(0x105)){if(b?.[r(0xf4)])return'';if(b[r(0xfe)])return'--'+b[r(0xda)];return'--'+b[r(0xda)]+'='+(b?.[r(0xf0)]?b[r(0xf0)][r(0xdb)]('|'):r(0x100));}return'--'+b;})[s(0xdb)]('\x20');};export class Log{static [a127l(0xea)]=ColorMode[a127l(0xd3)];static get[a127l(0xcc)](){const t=a127l;return Log[t(0xea)]===ColorMode['DARK']?DarkColors:LightColors;}static[a127l(0xdc)](a){const u=a127l;Log[u(0xea)]=a;}static['success'](a){const v=a127l;console[v(0xce)](Log[v(0xcc)][v(0xdf)](a));}static[a127l(0xfa)](a){const w=a127l;console[w(0xce)](Log[w(0xcc)][w(0xfa)](a));}static[a127l(0xf8)](a){const x=a127l;console[x(0xce)](Log[x(0xcc)]['notice'](a));}static['error'](a){const y=a127l;console[y(0xce)](Log['colors'][y(0xe7)](a));}static['header'](a){const z=a127l;console[z(0xce)](Log[z(0xcc)][z(0xf7)](a));}static['bright'](a){const A=a127l;console[A(0xce)](Log[A(0xcc)]['bright'](a));}static[a127l(0xe9)](a){const B=a127l;console[B(0xce)](Log['colors'][B(0xe9)](a));}static[a127l(0xfb)](a){const C=a127l;console[C(0xce)](Log[C(0xcc)][C(0xfb)](a));}static[a127l(0x102)](a,b,c,d,e,f){const D=a127l,g=a127f[D(0xcd)];Log[D(0xd8)](d),b&&b['length']>0x0&&(Log[D(0xd8)](g(D(0xd2))),b[D(0xf3)](h=>{const E=D;Log['bright'](E(0xe4)+h);})),a&&(Log['header'](D(0xe5)),Log[D(0xf8)]('\x20\x20'+a[D(0xec)]()+'\x0a')),c&&Log[D(0xd8)](g(D(0xde))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0xf7)](D(0xd6));}static[a127l(0xf9)](a=''){a127g['hide']();const b=a127h();a127g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a127d;a127e[F(0xf6)](a127f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=a127d;clearInterval(c),a127e[G(0xf6)](a127f['greenBright'](check)+'\x20'+a+'\x20'+d),console[G(0xce)](),a127g['show']();},'failure'(d=''){const H=a127d;clearInterval(c),a127e[H(0xf6)](a127f['red'][H(0xff)](cross)+'\x20'+a+'\x20'+d),console[H(0xce)](),a127g[H(0xe2)]();},'stop'(){const I=a127d;clearInterval(c),a127g[I(0xe2)]();}};}static[a127l(0xf2)](a){const J=a127l;a127e[J(0xf6)](a);}static[a127l(0xcf)](a){const K=a127l;a127e[K(0xf6)](a127f[K(0xdd)](check)+'\x20'+a);}}
@@ -1 +1 @@
1
- function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x1e3;var f=c[d];return f;},a128d(a,b);}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x1ee))/0x1+parseInt(f(0x1e7))/0x2*(-parseInt(f(0x1ec))/0x3)+-parseInt(f(0x1e9))/0x4*(-parseInt(f(0x1f0))/0x5)+-parseInt(f(0x1e5))/0x6+-parseInt(f(0x1e8))/0x7+-parseInt(f(0x1eb))/0x8+-parseInt(f(0x1e3))/0x9*(-parseInt(f(0x1ed))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x62900));var a128b=(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;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x1e4)]()[g(0x1e6)]('(((.+)+)+)+$')[g(0x1e4)]()[g(0x1ea)](a128a)[g(0x1e6)](g(0x1ef));});a128a();function a128c(){var h=['search','844412VoCGop','3248035KbduIB','1928280NqjuGx','constructor','2311608ZHNxUQ','3jYSXOE','26590erDAry','130787PgWgDs','(((.+)+)+)+$','5WfWDZR','5013exPpRa','toString','3090276NsxHIw'];a128c=function(){return h;};return a128c();}export{};
1
+ (function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x151))/0x1+-parseInt(f(0x153))/0x2+parseInt(f(0x155))/0x3*(-parseInt(f(0x14f))/0x4)+-parseInt(f(0x154))/0x5+parseInt(f(0x14b))/0x6+-parseInt(f(0x14d))/0x7*(-parseInt(f(0x14c))/0x8)+parseInt(f(0x14e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x5cad2));var a128b=(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;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x152)]()['search'](g(0x150))[g(0x152)]()[g(0x14a)](a128a)[g(0x156)](g(0x150));});function a128c(){var h=['200LjefNN','132664TDgCoI','3709062oMGEHd','833876asYcCN','(((.+)+)+)+$','302523BkAPYS','toString','881540pcHvwY','1236825ODdXPP','3FAcOrc','search','constructor','4156866fyWJwD'];a128c=function(){return h;};return a128c();}a128a();function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x14a;var f=c[d];return f;},a128d(a,b);}export{};
@@ -1 +1 @@
1
- const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x126))/0x1*(parseInt(f(0x12e))/0x2)+-parseInt(f(0x121))/0x3*(parseInt(f(0x12b))/0x4)+-parseInt(f(0x11f))/0x5+-parseInt(f(0x123))/0x6+parseInt(f(0x134))/0x7+-parseInt(f(0x129))/0x8+parseInt(f(0x125))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x41368));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x13b)]()[h(0x127)](h(0x120))['toString']()[h(0x135)](a129a)[h(0x127)]('(((.+)+)+)+$');});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x11f;let f=c[d];return f;},a129d(a,b);}import{Actions}from'../actions/actions.class.js';function a129c(){const n=['apply','3140292aJGtUJ','includes','9629631TQuEOD','1ZMNMyx','search','string','404328MzAgoJ','inputOpts','1091804WsLcng','options','length','123472FwiCYX','opts','handleValidOptions','list','Please\x20provide\x20a\x20valid\x20value\x20for\x20','Please\x20choose\x20a\x20value\x20for\x20','786807qpMZcO','constructor','Please\x20choose\x20a\x20valid\x20value\x20for\x20','handleRequiredOptions','validOpts','Invalid\x20value\x20for\x20','requiredOpts','toString','650550tVaVdP','(((.+)+)+)+$','3rVxCdm'];a129c=function(){return n;};return a129c();}export class OptionHandler{[a129i(0x12a)];['opts'];[a129i(0x13a)];['validOpts'];constructor(){const j=a129i;this[j(0x12a)]=[],this[j(0x12f)]={},this['requiredOpts']=[],this[j(0x138)]=[];}async['handleOptions'](a,b,c){const k=a129i;this[k(0x12a)]=a,this['requiredOpts']=b,this['validOpts']=c,await this[k(0x137)](),await this[k(0x130)]();}async[a129i(0x137)](){const l=a129i;if(this[l(0x13a)]?.['length']>0x0)for(const a of this[l(0x13a)]){let b=!![];const {name:c,values:d}=typeof a===l(0x128)?{'name':a,'values':undefined}:a;if(!this['inputOpts']['includes'](c)){const e=d?await Actions[l(0x12c)]({'type':l(0x131),'name':c,'message':l(0x133)+c,'choices':d}):await Actions['ask']('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x12f)][c]=d?e[c]:e,b=d?d['includes'](this['opts'][c]):!![];}else b=d?d['includes'](this[l(0x12f)][c]):!![];if(!b)throw new Error(l(0x139)+c+':\x20'+this[l(0x12f)][c]);}}async[a129i(0x130)](){const m=a129i;if(this[m(0x138)]?.[m(0x12d)]>0x0)for(const a of this[m(0x138)]){const {name:b,values:c}=typeof a===m(0x128)?{'name':a,'values':undefined}:a,d=this[m(0x12f)][b];if(d!==undefined&&(!c||!c[m(0x124)](d))){const e=c?await Actions[m(0x12c)]({'type':m(0x131),'name':b,'message':m(0x136)+b,'choices':c}):await Actions['ask'](m(0x132)+b);this[m(0x12f)][b]=c?e[b]:e;}}}}
1
+ const a129i=a129d;function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x67;let f=c[d];return f;},a129d(a,b);}(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x7e))/0x1+parseInt(f(0x78))/0x2+parseInt(f(0x76))/0x3+-parseInt(f(0x6f))/0x4+parseInt(f(0x67))/0x5*(-parseInt(f(0x80))/0x6)+-parseInt(f(0x69))/0x7*(-parseInt(f(0x74))/0x8)+-parseInt(f(0x73))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xa6cf7));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x70)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x6d)]()[h(0x7f)]('(((.+)+)+)+$')[h(0x6d)]()[h(0x7a)](a129a)['search'](h(0x7d));});function a129c(){const n=['validOpts','constructor','ask','includes','(((.+)+)+)+$','273264SeHXCs','search','14394cZjxXs','opts','string','inputOpts','575ARZXuN','handleRequiredOptions','108101PTXGBs','Please\x20choose\x20a\x20value\x20for\x20','list','handleValidOptions','toString','Please\x20choose\x20a\x20valid\x20value\x20for\x20','1010196KGjhpT','apply','Please\x20provide\x20a\x20valid\x20value\x20for\x20','requiredOpts','2411793Pgtxiv','80DSUsEd','Invalid\x20value\x20for\x20','763926dnkgfK','options','1594660RZJULO'];a129c=function(){return n;};return a129c();}a129a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a129i(0x83)];[a129i(0x81)];[a129i(0x72)];['validOpts'];constructor(){const j=a129i;this[j(0x83)]=[],this[j(0x81)]={},this[j(0x72)]=[],this[j(0x79)]=[];}async['handleOptions'](a,b,c){const k=a129i;this[k(0x83)]=a,this[k(0x72)]=b,this['validOpts']=c,await this[k(0x68)](),await this[k(0x6c)]();}async['handleRequiredOptions'](){const l=a129i;if(this['requiredOpts']?.['length']>0x0)for(const a of this[l(0x72)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x83)][l(0x7c)](c)){const e=d?await Actions[l(0x77)]({'type':l(0x6b),'name':c,'message':l(0x6a)+c,'choices':d}):await Actions[l(0x7b)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x81)][c]=d?e[c]:e,b=d?d[l(0x7c)](this['opts'][c]):!![];}else b=d?d['includes'](this[l(0x81)][c]):!![];if(!b)throw new Error(l(0x75)+c+':\x20'+this[l(0x81)][c]);}}async[a129i(0x6c)](){const m=a129i;if(this[m(0x79)]?.['length']>0x0)for(const a of this[m(0x79)]){const {name:b,values:c}=typeof a===m(0x82)?{'name':a,'values':undefined}:a,d=this[m(0x81)][b];if(d!==undefined&&(!c||!c[m(0x7c)](d))){const e=c?await Actions[m(0x77)]({'type':m(0x6b),'name':b,'message':m(0x6e)+b,'choices':c}):await Actions['ask'](m(0x71)+b);this[m(0x81)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- (function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x6e))/0x1*(-parseInt(j(0x78))/0x2)+parseInt(j(0x7c))/0x3*(parseInt(j(0x6d))/0x4)+-parseInt(j(0x7d))/0x5*(parseInt(j(0x80))/0x6)+-parseInt(j(0x82))/0x7+parseInt(j(0x74))/0x8+-parseInt(j(0x81))/0x9*(parseInt(j(0x6b))/0xa)+-parseInt(j(0x7a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3eada));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x6f)]()['search'](l(0x7f))[l(0x6f)]()[l(0x6a)](a130a)[l(0x79)](l(0x7f));});function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x64;let f=c[d];return f;},a130d(a,b);}a130a();import{spawn}from'child_process';function a130c(){const r=['failure','908043IDpXuK','305lzqHSR','error','(((.+)+)+)+$','696zzAFoI','9maOQiT','2497985lOhrIq','message','withSpinner','success','verbose','SIGINT','pid','constructor','2128970oDbUdk','kill','4pqBFii','6357XiawPo','toString','cwd','close','apply','ignore','3354384Wpatfg','inherit','data','disconnect','40LkOdit','search','171171HrhaHw'];a130c=function(){return r;};return a130c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a130d,f=Log[m(0x65)](),g=c?.[m(0x70)]||'.';c?.[m(0x64)]&&f['start'](c?.[m(0x64)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x67)]?m(0x75):m(0x73)});process['on'](m(0x68),()=>{const n=m,i=h[n(0x69)];i&&process[n(0x6c)](i);}),h['on'](m(0x76),i=>{console['log'](i);}),h['on'](m(0x77),()=>{const o=m;c?.[o(0x64)]&&f['success'](),d();}),h['on'](m(0x71),()=>{const p=m;c?.[p(0x64)]&&f[p(0x66)](),d();}),h['on'](m(0x7e),()=>{const q=m;c?.[q(0x64)]&&f[q(0x7b)](),e();});});}}
1
+ const a130m=a130d;function a130c(){const t=['verbose','message','1566560LOttzy','cwd','toString','inherit','(((.+)+)+)+$','constructor','SIGINT','data','withSpinner','1968KuRQGm','ignore','185864xkSnhf','8ubJKSL','log','search','237928jpPclu','start','failure','18dfMJst','success','close','38951yKzPyu','6aAkqpg','1969150ewqiAi','1riHKjM','640535hmkSgr','kill','815568wzEljb','apply'];a130c=function(){return t;};return a130c();}(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x168))/0x1*(-parseInt(j(0x17e))/0x2)+parseInt(j(0x16b))/0x3+parseInt(j(0x17b))/0x4*(-parseInt(j(0x169))/0x5)+-parseInt(j(0x185))/0x6*(parseInt(j(0x17a))/0x7)+parseInt(j(0x16f))/0x8+-parseInt(j(0x181))/0x9*(parseInt(j(0x186))/0xa)+parseInt(j(0x184))/0xb*(parseInt(j(0x178))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3dba8));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x171)]()[l(0x17d)](l(0x173))[l(0x171)]()[l(0x174)](a130a)[l(0x17d)]('(((.+)+)+)+$');});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x168;let f=c[d];return f;},a130d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x177)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log[n(0x177)](),g=c?.[n(0x170)]||'.';c?.[n(0x16e)]&&f[n(0x17f)](c?.[n(0x16e)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x16d)]?n(0x172):n(0x179)});process['on'](n(0x175),()=>{const o=n,i=h['pid'];i&&process[o(0x16a)](i);}),h['on'](n(0x176),i=>{const p=n;console[p(0x17c)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0x16e)]&&f[q(0x182)](),d();}),h['on'](n(0x183),()=>{const r=n;c?.[r(0x16e)]&&f[r(0x182)](),d();}),h['on']('error',()=>{const s=n;c?.[s(0x16e)]&&f[s(0x180)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0xac))/0x1+-parseInt(f(0xa9))/0x2*(-parseInt(f(0xb4))/0x3)+-parseInt(f(0xb2))/0x4*(-parseInt(f(0xb7))/0x5)+parseInt(f(0xb5))/0x6+parseInt(f(0xae))/0x7+parseInt(f(0xaf))/0x8*(-parseInt(f(0xb3))/0x9)+-parseInt(f(0xb6))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xad191));function a131c(){var i=['3293127qwzftI','5629038dSubiW','10GaEESl','225BRmxPP','2EUaokW','(((.+)+)+)+$','constructor','1678ylDLmb','toString','1775340AiFEUr','12664IWnyxC','apply','15321229zpsKxv','11172cIUxzE','1791AiWBOx'];a131c=function(){return i;};return a131c();}function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xa9;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0xad)]()['search'](h(0xaa))[h(0xad)]()[h(0xab)](a131a)['search']('(((.+)+)+)+$');});a131a();export{};
1
+ function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x163;var f=c[d];return f;},a131d(a,b);}(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x16a))/0x1*(parseInt(f(0x170))/0x2)+parseInt(f(0x16b))/0x3*(-parseInt(f(0x16c))/0x4)+-parseInt(f(0x165))/0x5+parseInt(f(0x171))/0x6*(parseInt(f(0x164))/0x7)+parseInt(f(0x16d))/0x8+-parseInt(f(0x163))/0x9+-parseInt(f(0x166))/0xa*(-parseInt(f(0x167))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x8b9eb));var a131b=(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;};}()),a131a=a131b(this,function(){var g=a131d;return a131a[g(0x16f)]()[g(0x169)](g(0x16e))['toString']()[g(0x168)](a131a)['search']('(((.+)+)+)+$');});a131a();function a131c(){var h=['842512YwEPwH','constructor','search','128577eoxSZn','3639MvFIEA','3416wojsgs','8195632pwVsQu','(((.+)+)+)+$','toString','2VhKvAf','36HQshsJ','5371767eWsbId','1257466xqXbiv','4589685AjwdfA','150tIcgXv'];a131c=function(){return h;};return a131c();}export{};
@@ -1 +1 @@
1
- const a132s=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=parseInt(m(0x19a))/0x1*(-parseInt(m(0x1ad))/0x2)+parseInt(m(0x194))/0x3*(-parseInt(m(0x1a9))/0x4)+-parseInt(m(0x1b8))/0x5+parseInt(m(0x1bb))/0x6+parseInt(m(0x1b4))/0x7+-parseInt(m(0x19e))/0x8+parseInt(m(0x1aa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xb0830));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x193;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0x1b0)]()[o(0x198)](o(0x1b2))[o(0x1b0)]()[o(0x193)](a132a)[o(0x198)](o(0x1b2));});a132a();import a132e 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=a132d,f=b[p(0x1a7)]+'@'+b[p(0x1a6)],g=a132e[p(0x1a8)](b[p(0x1b5)],b[p(0x1b9)]),h=c?.[p(0x195)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x1b3)]('-t');i&&j[p(0x1b3)]('-v');j=j[p(0x1a1)](['-o',p(0x1a4),'-i',g,'-p',b[p(0x199)],f,a]);const k=Log[p(0x19f)]();c?.[p(0x1b7)]&&k[p(0x1ac)](c?.[p(0x1b7)]);const l=spawn(p(0x197),j,{'stdio':c?.[p(0x19b)]?p(0x1ba):p(0x1a3)});l['on']('disconnect',()=>{const q=p;c?.['message']&&k[q(0x1a0)](),d();}),l['on'](p(0x1bc),()=>{c?.['message']&&k['success'](),d();}),l['on'](p(0x1a2),()=>{const r=p;c?.[r(0x1b7)]&&k[r(0x1b1)](),e();});});};static [a132s(0x196)]=(a,b,c)=>{const t=a132s,d=b[t(0x1a7)]+'@'+b['host'],e=a132e[t(0x1a8)](b[t(0x1b5)],b['pem']),f=c?.[t(0x195)]||![],g=c?.[t(0x1af)]||![];let h=[];f&&h[t(0x1b3)]('-t'),g&&h[t(0x1b3)]('-v'),h=h[t(0x1a1)](['-o','ConnectTimeout=2','-i',e,'-p',b[t(0x199)],d,a]),spawnSync(t(0x197),h,{'stdio':c?.[t(0x19b)]?'inherit':t(0x1a3)});};static[a132s(0x1ae)](a,b,c){const u=a132s,d=b[u(0x1a7)]+'@'+b[u(0x1a6)],e=a132e['join'](b['env'],b[u(0x1b9)]),f=c?.[u(0x195)]||![];let g=[];f&&g['push']('-t');g=g[u(0x1a1)](['-o',u(0x1a4),'-i',e,'-p',b[u(0x199)],d,a,u(0x19d)]);const h=u(0x1a5)+g[u(0x1a8)]('\x20');return execSync(h)[u(0x1b0)]();}static[a132s(0x19c)](a,b){const v=a132s,c=b[v(0x1a7)]+'@'+b[v(0x1a6)]+':'+a['dest'],d=a132e['join'](b[v(0x1b5)],b[v(0x1b9)]),e=['-i',d,'-P',b[v(0x199)],a[v(0x1b6)],c];spawnSync(v(0x19c),e,{'stdio':a[v(0x19b)]?v(0x1ba):v(0x1a3)});}}function a132c(){const w=['2975905HuFiuB','pem','inherit','1644714RTeCbM','close','constructor','993hSfSno','tty','sshSync','ssh','search','port','1NrcNbs','verbose','scp','2>&1','9095120jQXLhD','withSpinner','success','concat','error','ignore','ConnectTimeout=2','ssh\x20','host','user','join','12508KDZWVi','23025159YLEkKw','apply','start','404692lGttah','ping','sshVerbose','toString','failure','(((.+)+)+)+$','push','6019832xMvOnc','env','source','message'];a132c=function(){return w;};return a132c();}
1
+ function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x182;let f=c[d];return f;},a132d(a,b);}const a132s=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x1a7))/0x1+parseInt(m(0x18f))/0x2+-parseInt(m(0x18a))/0x3*(-parseInt(m(0x189))/0x4)+-parseInt(m(0x1a6))/0x5*(parseInt(m(0x1a2))/0x6)+-parseInt(m(0x19b))/0x7+-parseInt(m(0x1a3))/0x8+parseInt(m(0x19e))/0x9*(parseInt(m(0x1a0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x1fa18));const a132b=(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;};}()),a132a=a132b(this,function(){const n=a132d;return a132a[n(0x182)]()[n(0x186)]('(((.+)+)+)+$')['toString']()['constructor'](a132a)[n(0x186)]('(((.+)+)+)+$');});a132a();import a132e from'path';function a132c(){const w=['message','828WiaFwu','sshVerbose','70490MBpMdo','close','120738hwXZMY','1847752sSWckq','env','port','55aDGFUD','258802xbHytY','inherit','toString','source','scp','ping','search','dest','push','470964xmktcR','3nZUHjG','disconnect','user','error','success','512026rrXjGM','host','withSpinner','join','ConnectTimeout=2','ssh','pem','concat','verbose','sshSync','ssh\x20','failure','1271046DrBEsU','ignore'];a132c=function(){return w;};return a132c();}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 o=a132d,f=b[o(0x18c)]+'@'+b[o(0x190)],g=a132e['join'](b[o(0x1a4)],b[o(0x195)]),h=c?.['tty']||![],i=c?.[o(0x19f)]||![];let j=[];h&&j[o(0x188)]('-t');i&&j['push']('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[o(0x1a5)],f,a]);const k=Log[o(0x191)]();c?.[o(0x19d)]&&k['start'](c?.[o(0x19d)]);const l=spawn(o(0x194),j,{'stdio':c?.[o(0x197)]?o(0x1a8):o(0x19c)});l['on'](o(0x18b),()=>{const p=o;c?.[p(0x19d)]&&k[p(0x18e)](),d();}),l['on'](o(0x1a1),()=>{const q=o;c?.['message']&&k[q(0x18e)](),d();}),l['on'](o(0x18d),()=>{const r=o;c?.[r(0x19d)]&&k[r(0x19a)](),e();});});};static [a132s(0x198)]=(a,b,c)=>{const t=a132s,d=b[t(0x18c)]+'@'+b[t(0x190)],e=a132e[t(0x192)](b[t(0x1a4)],b[t(0x195)]),f=c?.['tty']||![],g=c?.['sshVerbose']||![];let h=[];f&&h[t(0x188)]('-t'),g&&h['push']('-v'),h=h[t(0x196)](['-o',t(0x193),'-i',e,'-p',b[t(0x1a5)],d,a]),spawnSync('ssh',h,{'stdio':c?.[t(0x197)]?t(0x1a8):t(0x19c)});};static[a132s(0x185)](a,b,c){const u=a132s,d=b['user']+'@'+b['host'],e=a132e[u(0x192)](b[u(0x1a4)],b['pem']),f=c?.['tty']||![];let g=[];f&&g[u(0x188)]('-t');g=g[u(0x196)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x1a5)],d,a,'2>&1']);const h=u(0x199)+g['join']('\x20');return execSync(h)[u(0x182)]();}static[a132s(0x184)](a,b){const v=a132s,c=b[v(0x18c)]+'@'+b['host']+':'+a[v(0x187)],d=a132e[v(0x192)](b[v(0x1a4)],b[v(0x195)]),e=['-i',d,'-P',b[v(0x1a5)],a[v(0x183)],c];spawnSync(v(0x184),e,{'stdio':a['verbose']?v(0x1a8):v(0x19c)});}}
@@ -1 +1 @@
1
- function a133c(){var i=['toString','981246pgqLoP','constructor','2109928AzRfjU','search','3415290GUgBYB','1822128buBKUu','1706421eGZGYp','1817438YiUGeK','1909956xONyYp','(((.+)+)+)+$','1jSHOud','apply'];a133c=function(){return i;};return a133c();}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x1cd))/0x1*(parseInt(f(0x1cb))/0x2)+-parseInt(f(0x1c9))/0x3+-parseInt(f(0x1c8))/0x4+parseInt(f(0x1c7))/0x5+parseInt(f(0x1d0))/0x6+parseInt(f(0x1ca))/0x7+-parseInt(f(0x1d2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xbcc0b));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x1cf)]()[h(0x1c6)](h(0x1cc))[h(0x1cf)]()[h(0x1d1)](a133a)[h(0x1c6)](h(0x1cc));});a133a();function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a133d(a,b);}export{};
1
+ function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0xc8;var f=c[d];return f;},a133d(a,b);}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0xd5))/0x1*(-parseInt(f(0xcb))/0x2)+parseInt(f(0xce))/0x3+-parseInt(f(0xd3))/0x4+parseInt(f(0xcf))/0x5*(parseInt(f(0xcc))/0x6)+-parseInt(f(0xd1))/0x7*(parseInt(f(0xc8))/0x8)+-parseInt(f(0xd0))/0x9+parseInt(f(0xca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xde090));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0xd2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0xcd)]('(((.+)+)+)+$')[h(0xd4)]()[h(0xc9)](a133a)[h(0xcd)]('(((.+)+)+)+$');});a133a();function a133c(){var i=['1323765xdithu','5wINsZe','3172293MQVAsE','7adgGzB','apply','5791676Ljzizs','toString','91LBslar','2269168KNmaJJ','constructor','9271880klznSg','7892SPTeic','7595814vvXKcr','search'];a133c=function(){return i;};return a133c();}export{};
@@ -1 +1 @@
1
- (function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0xee))/0x1*(-parseInt(f(0xef))/0x2)+parseInt(f(0xf1))/0x3*(-parseInt(f(0xea))/0x4)+parseInt(f(0xe0))/0x5*(parseInt(f(0xd7))/0x6)+-parseInt(f(0xdc))/0x7+-parseInt(f(0xd9))/0x8+-parseInt(f(0xd6))/0x9*(parseInt(f(0xf3))/0xa)+-parseInt(f(0xe1))/0xb*(-parseInt(f(0xeb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x428b2));function a134c(){const k=['toString','4155104xzYQFM','-out','useConfig','2905917MXFrLC','req','push','(((.+)+)+)+$','555470vNCRCa','10631896bNqfgN','apply','-config','crtName','-new','openssl','inherit','cwd','-key','175108eyiSZw','24OLXdIp','-newkey','-nodes','1nLBjbD','836590QwtGuE','rsa:2048','21HdlHyz','constructor','371710jwtUaH','csrName','keyName','openssl.conf','-x509','-keyout','81AoImsl','18HSEpiY'];a134c=function(){return k;};return a134c();}function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0xd5;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0xd8)]()['search'](h(0xdf))[h(0xd8)]()[h(0xf2)](a134a)['search'](h(0xdf));});a134a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a134d,b=a[i(0xe8)]?a['cwd']:process[i(0xe8)](),c=[i(0xdd),i(0xe5),i(0xec),i(0xf0),i(0xed),i(0xd5),a[i(0xf5)],i(0xda),a[i(0xf4)]];a[i(0xdb)]&&(c['push'](i(0xe3)),c[i(0xde)]('openssl.conf')),spawnSync(i(0xe6),c,{'stdio':i(0xe7),'cwd':b});}static['genSSC'](a){const j=a134d,b=a[j(0xe8)]?a[j(0xe8)]:process[j(0xe8)](),c=[j(0xdd),j(0xf7),'-new',j(0xe9),a[j(0xf5)],j(0xda),a[j(0xe4)]];a[j(0xdb)]&&(c[j(0xde)](j(0xe3)),c[j(0xde)](j(0xf6))),spawnSync(j(0xe6),c,{'stdio':'inherit','cwd':b});}}
1
+ const a134i=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0xd0))/0x1*(parseInt(f(0xd3))/0x2)+-parseInt(f(0xf0))/0x3+parseInt(f(0xd5))/0x4*(-parseInt(f(0xe3))/0x5)+parseInt(f(0xdd))/0x6*(-parseInt(f(0xe0))/0x7)+-parseInt(f(0xd6))/0x8*(-parseInt(f(0xd7))/0x9)+parseInt(f(0xf2))/0xa*(parseInt(f(0xd8))/0xb)+parseInt(f(0xe6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xcf0da));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0xd2)]()[h(0xef)](h(0xee))[h(0xd2)]()[h(0xd9)](a134a)[h(0xef)]('(((.+)+)+)+$');});a134a();import{spawnSync}from'child_process';function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0xce;let f=c[d];return f;},a134d(a,b);}export class SSL{static[a134i(0xde)](a){const j=a134i,b=a[j(0xda)]?a['cwd']:process[j(0xda)](),c=['req',j(0xed),j(0xe7),j(0xea),j(0xe8),'-keyout',a[j(0xd1)],j(0xe9),a[j(0xcf)]];a[j(0xe2)]&&(c[j(0xe5)](j(0xdc)),c[j(0xe5)](j(0xeb))),spawnSync(j(0xdf),c,{'stdio':'inherit','cwd':b});}static[a134i(0xdb)](a){const k=a134i,b=a['cwd']?a[k(0xda)]:process[k(0xda)](),c=[k(0xec),k(0xd4),k(0xed),k(0xe4),a[k(0xd1)],'-out',a[k(0xce)]];a[k(0xe2)]&&(c['push'](k(0xdc)),c[k(0xe5)](k(0xeb))),spawnSync(k(0xdf),c,{'stdio':k(0xf1),'cwd':b});}}function a134c(){const l=['855710KayYGO','-key','push','403068AAZFBv','-newkey','-nodes','-out','rsa:2048','openssl.conf','req','-new','(((.+)+)+)+$','search','1078545UDvhXD','inherit','10ePgLFH','crtName','csrName','15AcUarI','keyName','toString','55270SFGBpH','-x509','32hKXsdt','4689696ShxHXb','18OMtYqB','11000198dZiCRq','constructor','cwd','genSSC','-config','2286sVgMcA','genCSR','openssl','805TAqFYj','apply','useConfig'];a134c=function(){return l;};return a134c();}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
3
  "//": "NOTE: don't forget to update version.ts and fsi.class.ts",
4
- "version": "4.6.9",
4
+ "version": "4.6.10",
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.",