@maka/maka-cli 4.6.8 → 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 a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0xa7;let f=c[d];return f;},a124d(a,b);}(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0xae))/0x1*(parseInt(p(0xd3))/0x2)+parseInt(p(0xda))/0x3*(-parseInt(p(0xcc))/0x4)+parseInt(p(0xdf))/0x5+parseInt(p(0xb0))/0x6+parseInt(p(0xc0))/0x7*(-parseInt(p(0xdc))/0x8)+-parseInt(p(0xd2))/0x9*(parseInt(p(0xd7))/0xa)+-parseInt(p(0xc8))/0xb*(-parseInt(p(0xc1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xb3a9e));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0xb8)]()[r(0xdb)](r(0xc3))[r(0xb8)]()['constructor'](a124a)[r(0xdb)](r(0xc3));});a124a();import a124e from'https';function a124c(){const Q=['length','write','content-length','7663326Ysxcqz','application/json','catch','post','5212gQnLVx','application/octet-stream','error','Request\x20Failed\x20with\x20Status\x20Code:\x20','stringify','headers','207mpRSRS','210190YLnYcV','abort','MAKA_DEV','HEAD','119180ONvkVh','pathname','checkAvailability','2367UEmadX','search','56LUuKkw','request','location','3329595Dgnhlg','Bearer\x20','env','end','then','downloadFile','Request\x20timeout','update','3iONwHk','Redirected\x20response\x20without\x20Location\x20header','6822690JukVQn','statusCode','apply','BAD\x20RETURN','close','api.openai.com','timeout','assign','toString','finish','statusMessage','hostname','get','data','True','POST','776902gHncTO','12kOpsfC','NODE_TLS_REJECT_UNAUTHORIZED','(((.+)+)+)+$','readFileSync'];a124c=function(){return Q;};return a124c();}import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;process[a124s(0xa8)][a124s(0xc2)]=process[a124s(0xa8)][a124s(0xd5)]===a124s(0xbe)?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON[t(0xd0)](c),g={'Content-Type':t(0xc9),'Content-Length':f[t(0xc5)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0xbf),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0xb7)](h,{'cert':a124f[t(0xc4)](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0xdd)](h,l=>{const w=u;let m='';l['on']('data',n=>{const v=a124d;m+=n[v(0xb8)]();}),l['on'](w(0xa9),()=>{const x=w;l['statusCode']===0x12d&&l[x(0xd1)][x(0xde)]?this[x(0xcb)]({'hostname':new URL(l[x(0xd1)][x(0xde)])[x(0xbb)],'path':new URL(l[x(0xd1)][x(0xde)])[x(0xd8)],'data':c,'headers':d,'cert':e})[x(0xaa)](i)[x(0xca)](j):i({'statusCode':l[x(0xb1)]||0x1f4,'statusMessage':l[x(0xba)]||x(0xb3),'data':m});});});k['on'](u(0xce),l=>{j(l);}),k['on'](u(0xb6),()=>{const y=u;k[y(0xd4)](),j({'statusCode':0x198,'statusMessage':y(0xac)});}),k[u(0xc6)](f),k[u(0xa9)]();});}static[a124s(0xbc)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':'application/json'};Object[z(0xb7)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a124f['readFileSync'](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0xbc)](a,e,i=>{const B=A;let j='';i['on'](B(0xbd),k=>{const C=B;j+=k[C(0xb8)]();}),i['on'](B(0xa9),()=>{const D=B;i[D(0xb1)]===0x12d&&i['headers'][D(0xde)]?this[D(0xbc)]({'url':i[D(0xd1)][D(0xde)],'headers':b,'cert':c})[D(0xaa)](f)[D(0xca)](g):f({'statusCode':i[D(0xb1)]||0x1f4,'statusMessage':i[D(0xba)]||'BAD\x20RETURN','data':j});});});h['on'](A(0xce),i=>{g(i);}),h['on']('timeout',()=>{const E=A;h[E(0xd4)](),g({'statusCode':0x198,'statusMessage':E(0xac)});});});}static[a124s(0xab)]({url:a,headers:b,cert:c,destPath:d}){const F=a124s,e={'Content-Type':F(0xcd)};Object[F(0xb7)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[F(0xb7)](f,{'cert':a124f[F(0xc4)](c)}),new Promise((g,h)=>{const J=F,i=k=>{const G=a124d;if(k['statusCode']===0x12e||k[G(0xb1)]===0x12d){if(!k[G(0xd1)][G(0xde)])return h(new Error(G(0xaf)));return this[G(0xab)]({'url':k[G(0xd1)]['location'],'headers':b,'cert':c,'destPath':d})[G(0xaa)](g)[G(0xca)](h);}if(k[G(0xb1)]&&(k['statusCode']<0xc8||k[G(0xb1)]>=0x12c))return h(new Error(G(0xcf)+k[G(0xb1)]));const l=parseInt(k['headers'][G(0xc7)],0xa),m=new Progress(l),n=a124f['createWriteStream'](d);k['on']('data',o=>{const H=G;m[H(0xad)](o[H(0xc5)]),n[H(0xc6)](o);}),k['on'](G(0xa9),()=>{const I=G;n[I(0xa9)](),m['complete']();}),n['on'](G(0xb9),()=>{n['close']();}),n['on'](G(0xb4),g);},j=a124e[J(0xbc)](a,f,i);j['on'](J(0xce),k=>{h(k);}),j['on'](J(0xb6),()=>{const K=J;j[K(0xd4)](),h({'statusCode':0x198,'statusMessage':K(0xac)});});});}static[a124s(0xd9)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const L=a124s,d={'Content-Type':'application/json'};Object[L(0xb7)](d,b);const e={'method':L(0xd6),'headers':d,'timeout':TIMEOUT};return c&&Object[L(0xb7)](e,{'cert':a124f['readFileSync'](c)}),new Promise((f,g)=>{const M=L,h=a124e[M(0xdd)](a,e,i=>{const N=M;if(i[N(0xb1)]&&(i[N(0xb1)]>=0xc8&&i[N(0xb1)]<0x12c))f(!![]);else i[N(0xb1)]&&(i['statusCode']>=0x12c&&i[N(0xb1)]<0x190)&&i['headers'][N(0xde)]?maxRedirects<=0x0?f(![]):this[N(0xd9)]({'url':new URL(i[N(0xd1)][N(0xde)],a)[N(0xb8)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)[N(0xca)](g):f(![]);});h['on']('error',i=>{g(i);}),h['on'](M(0xb6),()=>{const O=M;h[O(0xd4)](),g({'statusCode':0x198,'statusMessage':O(0xac)});}),h[M(0xa9)]();});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const P=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':P(0xa7)+b},f=await this[P(0xcb)]({'hostname':P(0xb5),'path':'/v1/engines/davinci/completions','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(0x144))/0x1*(-parseInt(f(0x142))/0x2)+-parseInt(f(0x140))/0x3*(-parseInt(f(0x136))/0x4)+parseInt(f(0x13a))/0x5+-parseInt(f(0x141))/0x6*(-parseInt(f(0x137))/0x7)+-parseInt(f(0x13f))/0x8*(parseInt(f(0x143))/0x9)+parseInt(f(0x138))/0xa+-parseInt(f(0x13d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xe89e6));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[g(0x139)]()['search'](g(0x13e))[g(0x139)]()[g(0x13b)](a125a)[g(0x13c)](g(0x13e));});a125a();export{};function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x136;var f=c[d];return f;},a125d(a,b);}function a125c(){var h=['241323oTPQcx','6pEDujh','2nxVhvY','2391651ADjKow','641722YiYApo','64gwigAx','2469614AGTtXe','8459670pqkhzb','toString','4244920MlFpHo','constructor','search','4527446bEJlVK','(((.+)+)+)+$','40WngvoX'];a125c=function(){return h;};return a125c();}
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 a126c(){const n=['228981ykmoMQ','majestic','win32','repeat','14198140RQZVVw','success','platform','width','15vLAmmm',':\x20[','current','dlMessage','constructor','singleLine','update','graphic','2861390kIGewS','lastLoggedProgress','search','Downloading','1393116NiqtZD','(((.+)+)+)+$','round','draw','86249muquYk','complete','2mOAhxf','apply','8855152fOZnBx','colors','min','total','56vmuLGJ','singleLineSuccess','10090719EywnmZ','toString'];a126c=function(){return n;};return a126c();}(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0xae))/0x1*(-parseInt(f(0xb0))/0x2)+parseInt(f(0xba))/0x3*(-parseInt(f(0xb6))/0x4)+parseInt(f(0xc2))/0x5*(parseInt(f(0xaa))/0x6)+-parseInt(f(0xa6))/0x7+-parseInt(f(0xb2))/0x8+parseInt(f(0xb8))/0x9+parseInt(f(0xbe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x8a720));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0xb9)]()[h(0xa8)](h(0xab))['toString']()[h(0xa2)](a126a)[h(0xa8)](h(0xab));});a126a();function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x9f;let f=c[d];return f;},a126d(a,b);}import{Log}from'../log/log.class.js';const isWin=process[a126i(0xc0)]===a126i(0xbc),downArrow=isWin?'<':'↓';export class Progress{[a126i(0xb5)];['current'];[a126i(0xc1)];[a126i(0xa7)];[a126i(0xa1)];[a126i(0xa5)];constructor(a,b=a126i(0xa9),c=downArrow){const j=a126i;this[j(0xb5)]=a,this[j(0xa0)]=0x0,this[j(0xc1)]=0x28,this['lastLoggedProgress']=0x0,this['dlMessage']=b,this[j(0xa5)]=Log[j(0xb3)][j(0xbb)](c);}[a126i(0xa4)](a){const k=a126i;this[k(0xa0)]+=a,this[k(0xad)]();}[a126i(0xaf)](){const l=a126i;this['current']=this[l(0xb5)],this['draw'](),Log[l(0xb7)]('');}[a126i(0xad)](){const m=a126i,a=Math[m(0xb4)](0x64,Math[m(0xac)](this[m(0xa0)]/this['total']*0x64));if(a!==this[m(0xa7)]){this['lastLoggedProgress']=a;const b=Math[m(0xac)](a/0x64*this[m(0xc1)]),c=this[m(0xc1)]-b,d=''+Log[m(0xb3)][m(0xbf)]('█')[m(0xbd)](b)+'░'['repeat'](c),e=this['graphic']+'\x20'+this[m(0xa1)]+m(0x9f)+d+']\x20'+a+'%';Log[m(0xa3)](e);}}}
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 a127c(){const M=['10264qVtAGP','12lQVeQK','forEach','show','DARK','colorMode','success','colors','values','yellow','stdout','Usage:\x20','cyanBright','map','yellowBright','cyan','majestic','singleLineSuccess','win32','\x20>\x20','11PeeFJb','bright','length','530fEpctC','<value>','hide','join','apply','Examples:','name','info','963242GdyHeJ','error','[--','search','red','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','LIGHT','blackBright','usage','30aGSiFa','log','hidden','setColorMode','object','singleLine','constructor','trim','3191784CfSugy','1335168vLvoox','(((.+)+)+)+$','warn','header','863586PFlars','2OOmlQI','greenBright','notice','boolFlag','black','12928DkBnZd','1983312bHejpa'];a127c=function(){return M;};return a127c();}(function(a,b){const k=a127d,c=a();while(!![]){try{const d=-parseInt(k(0xb7))/0x1*(parseInt(k(0xbe))/0x2)+parseInt(k(0xb2))/0x3+-parseInt(k(0xbc))/0x4*(-parseInt(k(0x98))/0x5)+-parseInt(k(0xbf))/0x6*(parseInt(k(0xa0))/0x7)+-parseInt(k(0xb1))/0x8+-parseInt(k(0xb6))/0x9*(-parseInt(k(0xa9))/0xa)+parseInt(k(0x95))/0xb*(-parseInt(k(0xbd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x371f9));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';import a127h from'elegant-spinner';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x89;let f=c[d];return f;},a127d(a,b);}const isWin=process['platform']===a127l(0x93),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';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(0x9c)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a127d;return e['toString']()['search'](n(0xb3))['toString']()[n(0xaf)](e)[n(0xa3)](n(0xb3));});e(),c[c['DARK']=0x0]='DARK',c[c['LIGHT']=0x1]=o(0xa6);}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0xb8)],'warn':a127f[a127l(0x8f)],'notice':a127f[a127l(0x8d)],'error':a127f[a127l(0xa4)]['bold'],'header':a127f[a127l(0xa7)],'bright':a127f['whiteBright'],'info':a127f[a127l(0x8d)],'majestic':a127f['magentaBright']},LightColors={'success':a127f['green'],'warn':a127f[a127l(0x8a)],'notice':a127f[a127l(0x90)],'error':a127f[a127l(0xa4)],'header':a127f['black'],'bright':a127f[a127l(0xbb)],'info':a127f[a127l(0x90)],'majestic':a127f['magenta']},formatOptionalOpts=a=>{const q=a127l;return a['map'](b=>{const p=a127d;if(typeof b===p(0xad)){if(b?.[p(0xab)])return'';if(b[p(0xba)])return p(0xa2)+b[p(0x9e)]+']';return p(0xa2)+b['name']+'='+(b?.['values']?b[p(0x89)][p(0x9b)]('|'):p(0x99))+']';}return p(0xa2)+b+']';})[q(0x9b)]('\x20');},formatRequiredOpts=a=>{const r=a127l;return a[r(0x8e)](b=>{const s=r;if(typeof b===s(0xad)){if(b?.['hidden'])return'';if(b[s(0xba)])return'--'+b[s(0x9e)];return'--'+b[s(0x9e)]+'='+(b?.[s(0x89)]?b['values']['join']('|'):s(0x99));}return'--'+b;})[r(0x9b)]('\x20');};export class Log{static [a127l(0xc3)]=ColorMode[a127l(0xc2)];static get[a127l(0xc5)](){const t=a127l;return Log[t(0xc3)]===ColorMode['DARK']?DarkColors:LightColors;}static[a127l(0xac)](a){const u=a127l;Log[u(0xc3)]=a;}static['success'](a){const v=a127l;console[v(0xaa)](Log['colors'][v(0xc4)](a));}static[a127l(0xb4)](a){const w=a127l;console[w(0xaa)](Log[w(0xc5)][w(0xb4)](a));}static['notice'](a){const x=a127l;console[x(0xaa)](Log[x(0xc5)][x(0xb9)](a));}static[a127l(0xa1)](a){const y=a127l;console[y(0xaa)](Log['colors'][y(0xa1)](a));}static[a127l(0xb5)](a){const z=a127l;console[z(0xaa)](Log['colors']['header'](a));}static[a127l(0x96)](a){const A=a127l;console[A(0xaa)](Log[A(0xc5)]['bright'](a));}static['info'](a){const B=a127l;console['log'](Log[B(0xc5)][B(0x9f)](a));}static['majestic'](a){const C=a127l;console['log'](Log[C(0xc5)][C(0x91)](a));}static[a127l(0xa8)](a,b,c,d,e,f){const D=a127l,g=a127f['blackBright'];Log['bright'](d),b&&b[D(0x97)]>0x0&&(Log['bright'](g(D(0x9d))),b[D(0xc0)](h=>{const E=D;Log[E(0x96)](E(0x94)+h);})),a&&(Log[D(0xb5)]('\x0aManual:'),Log[D(0xb9)]('\x20\x20'+a[D(0xb0)]()+'\x0a')),c&&Log[D(0x96)](g(D(0x8c))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0xb5)](D(0xa5));}static['withSpinner'](a=''){const F=a127l;a127g[F(0x9a)]();const b=a127h();a127g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a127d;a127e[G(0x8b)](a127f[G(0x90)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a127e[H(0x8b)](a127f[H(0xb8)](check)+'\x20'+a+'\x20'+d),console['log'](),a127g[H(0xc1)]();},'failure'(d=''){const I=F;clearInterval(c),a127e[I(0x8b)](a127f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console[I(0xaa)](),a127g['show']();},'stop'(){const J=F;clearInterval(c),a127g[J(0xc1)]();}};}static[a127l(0xae)](a){const K=a127l;a127e[K(0x8b)](a);}static[a127l(0x92)](a){const L=a127l;a127e['stdout'](a127f[L(0xb8)](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(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x89))/0x1*(-parseInt(f(0x91))/0x2)+-parseInt(f(0x8f))/0x3+-parseInt(f(0x8a))/0x4*(parseInt(f(0x8d))/0x5)+parseInt(f(0x8c))/0x6*(parseInt(f(0x95))/0x7)+parseInt(f(0x8e))/0x8+-parseInt(f(0x8b))/0x9+parseInt(f(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x3176e));function a128c(){var i=['(((.+)+)+)+$','89061WDBfzn','6844480ARLhho','71VPNSQd','343396FkIads','743247cVJPZV','18OJRidV','10NdRiym','823384iLEGgG','39255PmDZFz','apply','10016UNUGxL','constructor','search'];a128c=function(){return i;};return a128c();}function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x88;var f=c[d];return f;},a128d(a,b);}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a['toString']()[h(0x93)](h(0x94))['toString']()[h(0x92)](a128a)[h(0x93)](h(0x94));});a128a();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
- function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x19f;let f=c[d];return f;},a129d(a,b);}function a129c(){const n=['Invalid\x20value\x20for\x20','97780EBjcWY','708519XKvDIF','search','19QMvJEv','618359LcwehZ','4668786LPgmel','80kHcrAf','Please\x20choose\x20a\x20valid\x20value\x20for\x20','inputOpts','string','ask','handleRequiredOptions','constructor','requiredOpts','410DzzXUF','toString','927692tDxHbu','102465SWapFr','apply','20sZQIqO','9511953eAKhbu','handleOptions','Please\x20choose\x20a\x20value\x20for\x20','validOpts','Please\x20provide\x20a\x20valid\x20value\x20for\x20','includes','options','list','opts','handleValidOptions'];a129c=function(){return n;};return a129c();}const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x1b6))/0x1*(parseInt(f(0x1b3))/0x2)+parseInt(f(0x1b4))/0x3+parseInt(f(0x1a4))/0x4*(-parseInt(f(0x1a7))/0x5)+parseInt(f(0x1b8))/0x6+parseInt(f(0x1b7))/0x7*(-parseInt(f(0x1b9))/0x8)+-parseInt(f(0x1a5))/0x9*(parseInt(f(0x1a2))/0xa)+parseInt(f(0x1a8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x816aa));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a['toString']()[h(0x1b5)]('(((.+)+)+)+$')[h(0x1a3)]()[h(0x1a0)](a129a)['search']('(((.+)+)+)+$');});a129a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a129i(0x1bb)];['opts'];['requiredOpts'];[a129i(0x1ab)];constructor(){const j=a129i;this['inputOpts']=[],this[j(0x1b0)]={},this[j(0x1a1)]=[],this[j(0x1ab)]=[];}async[a129i(0x1a9)](a,b,c){const k=a129i;this[k(0x1bb)]=a,this[k(0x1a1)]=b,this[k(0x1ab)]=c,await this['handleRequiredOptions'](),await this[k(0x1b1)]();}async[a129i(0x19f)](){const l=a129i;if(this[l(0x1a1)]?.['length']>0x0)for(const a of this[l(0x1a1)]){let b=!![];const {name:c,values:d}=typeof a===l(0x1bc)?{'name':a,'values':undefined}:a;if(!this[l(0x1bb)][l(0x1ad)](c)){const e=d?await Actions[l(0x1ae)]({'type':l(0x1af),'name':c,'message':l(0x1aa)+c,'choices':d}):await Actions[l(0x1bd)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x1b0)][c]=d?e[c]:e,b=d?d[l(0x1ad)](this[l(0x1b0)][c]):!![];}else b=d?d[l(0x1ad)](this['opts'][c]):!![];if(!b)throw new Error(l(0x1b2)+c+':\x20'+this[l(0x1b0)][c]);}}async[a129i(0x1b1)](){const m=a129i;if(this[m(0x1ab)]?.['length']>0x0)for(const a of this[m(0x1ab)]){const {name:b,values:c}=typeof a===m(0x1bc)?{'name':a,'values':undefined}:a,d=this[m(0x1b0)][b];if(d!==undefined&&(!c||!c[m(0x1ad)](d))){const e=c?await Actions[m(0x1ae)]({'type':m(0x1af),'name':b,'message':m(0x1ba)+b,'choices':c}):await Actions[m(0x1bd)](m(0x1ac)+b);this['opts'][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
- const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x1d4))/0x1+-parseInt(j(0x1ef))/0x2+parseInt(j(0x1de))/0x3+-parseInt(j(0x1eb))/0x4*(-parseInt(j(0x1e4))/0x5)+parseInt(j(0x1e0))/0x6+parseInt(j(0x1e1))/0x7+parseInt(j(0x1e6))/0x8*(-parseInt(j(0x1dd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x65816));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x1d8)]()[l(0x1e5)](l(0x1da))['toString']()[l(0x1e2)](a130a)[l(0x1e5)](l(0x1da));});function a130c(){const t=['inherit','639aHGNKW','500691dGQTDx','success','4951746QiBIzg','3033555tyzdSq','constructor','log','206725XAwVad','search','173888MMyxpW','data','cwd','verbose','message','76uFeJfW','withSpinner','close','kill','403642ixxSqi','SIGINT','pid','50265qNvmQB','error','start','apply','toString','failure','(((.+)+)+)+$','ignore'];a130c=function(){return t;};return a130c();}a130a();import{spawn}from'child_process';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a130d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x1ec)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log['withSpinner'](),g=c?.[n(0x1e8)]||'.';c?.[n(0x1ea)]&&f[n(0x1d6)](c?.[n(0x1ea)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x1e9)]?n(0x1dc):n(0x1db)});process['on'](n(0x1f0),()=>{const o=n,i=h[o(0x1d3)];i&&process[o(0x1ee)](i);}),h['on'](n(0x1e7),i=>{const p=n;console[p(0x1e3)](i);}),h['on']('disconnect',()=>{const q=n;c?.['message']&&f[q(0x1df)](),d();}),h['on'](n(0x1ed),()=>{const r=n;c?.['message']&&f[r(0x1df)](),d();}),h['on'](n(0x1d5),()=>{const s=n;c?.[s(0x1ea)]&&f[s(0x1d9)](),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(0xb3))/0x1+parseInt(f(0xa8))/0x2*(-parseInt(f(0xac))/0x3)+parseInt(f(0xaa))/0x4+-parseInt(f(0xb4))/0x5+-parseInt(f(0xa9))/0x6*(-parseInt(f(0xab))/0x7)+-parseInt(f(0xb0))/0x8*(-parseInt(f(0xb5))/0x9)+parseInt(f(0xaf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x7f4eb));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0xb6)]()[h(0xb1)](h(0xae))['toString']()[h(0xb2)](a131a)['search'](h(0xae));});function a131c(){var i=['2921812RAKlrR','7TWXVES','192NyDsfy','apply','(((.+)+)+)+$','4939110ulaNNa','44344WhLupJ','search','constructor','236235IVYvWm','3647460gsQxCr','63qCYcBP','toString','22142VQlCCw','2760522aSlZCP'];a131c=function(){return i;};return a131c();}function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xa8;var f=c[d];return f;},a131d(a,b);}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 a132c(){const w=['join','failure','search','ssh','host','81CiAcjP','success','2MeLUXV','2>&1','70172jLJUXr','47272lRcDOQ','close','675690cfEOTX','concat','45558NLByCp','error','714963ZqkBAY','204673gtCJBU','sshSync','dest','pem','ignore','ConnectTimeout=2','(((.+)+)+)+$','tty','constructor','ping','user','start','inherit','sshVerbose','verbose','port','11ydKsTF','push','322ptDjKN','env','toString','scp','1307370fFnwav','message'];a132c=function(){return w;};return a132c();}(function(a,b){const m=a132d,c=a();while(!![]){try{const d=parseInt(m(0x1e8))/0x1+parseInt(m(0x207))/0x2*(-parseInt(m(0x1e7))/0x3)+parseInt(m(0x209))/0x4+-parseInt(m(0x20c))/0x5+parseInt(m(0x20e))/0x6*(parseInt(m(0x1fa))/0x7)+-parseInt(m(0x20a))/0x8*(parseInt(m(0x205))/0x9)+-parseInt(m(0x1fe))/0xa*(-parseInt(m(0x1f8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x43487));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(0x1fc)]()[n(0x202)](n(0x1ee))['toString']()[n(0x1f0)](a132a)[n(0x202)](n(0x1ee));});function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a132d(a,b);}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 o=a132d,f=b[o(0x1f2)]+'@'+b[o(0x204)],g=a132e[o(0x200)](b[o(0x1fb)],b[o(0x1eb)]),h=c?.[o(0x1ef)]||![],i=c?.[o(0x1f5)]||![];let j=[];h&&j[o(0x1f9)]('-t');i&&j['push']('-v');j=j[o(0x20d)](['-o',o(0x1ed),'-i',g,'-p',b[o(0x1f7)],f,a]);const k=Log['withSpinner']();c?.[o(0x1ff)]&&k[o(0x1f3)](c?.[o(0x1ff)]);const l=spawn(o(0x203),j,{'stdio':c?.[o(0x1f6)]?'inherit':o(0x1ec)});l['on']('disconnect',()=>{const p=o;c?.[p(0x1ff)]&&k['success'](),d();}),l['on'](o(0x20b),()=>{const q=o;c?.[q(0x1ff)]&&k[q(0x206)](),d();}),l['on'](o(0x1e6),()=>{const r=o;c?.[r(0x1ff)]&&k[r(0x201)](),e();});});};static [a132s(0x1e9)]=(a,b,c)=>{const t=a132s,d=b[t(0x1f2)]+'@'+b[t(0x204)],e=a132e['join'](b[t(0x1fb)],b[t(0x1eb)]),f=c?.[t(0x1ef)]||![],g=c?.[t(0x1f5)]||![];let h=[];f&&h[t(0x1f9)]('-t'),g&&h[t(0x1f9)]('-v'),h=h[t(0x20d)](['-o',t(0x1ed),'-i',e,'-p',b[t(0x1f7)],d,a]),spawnSync(t(0x203),h,{'stdio':c?.['verbose']?t(0x1f4):t(0x1ec)});};static[a132s(0x1f1)](a,b,c){const u=a132s,d=b['user']+'@'+b[u(0x204)],e=a132e['join'](b['env'],b[u(0x1eb)]),f=c?.[u(0x1ef)]||![];let g=[];f&&g[u(0x1f9)]('-t');g=g[u(0x20d)](['-o',u(0x1ed),'-i',e,'-p',b[u(0x1f7)],d,a,u(0x208)]);const h='ssh\x20'+g[u(0x200)]('\x20');return execSync(h)[u(0x1fc)]();}static[a132s(0x1fd)](a,b){const v=a132s,c=b[v(0x1f2)]+'@'+b[v(0x204)]+':'+a[v(0x1ea)],d=a132e[v(0x200)](b[v(0x1fb)],b[v(0x1eb)]),e=['-i',d,'-P',b[v(0x1f7)],a['source'],c];spawnSync(v(0x1fd),e,{'stdio':a['verbose']?'inherit':v(0x1ec)});}}
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=['700ihrdOt','40923ekudNz','86PRfCbI','2079348PxlBPd','apply','74583Fvavgm','2007155YCYZVt','8666824NEoAUv','430342PGShbu','12yfmiEW','toString','search','1457682MIXztI','7yrhPrz','(((.+)+)+)+$','55lIeufI'];a133c=function(){return i;};return a133c();}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0xe8))/0x1+parseInt(f(0xe2))/0x2*(parseInt(f(0xe1))/0x3)+parseInt(f(0xe9))/0x4*(parseInt(f(0xe6))/0x5)+-parseInt(f(0xec))/0x6+-parseInt(f(0xed))/0x7*(-parseInt(f(0xe7))/0x8)+parseInt(f(0xe5))/0x9*(-parseInt(f(0xf0))/0xa)+-parseInt(f(0xef))/0xb*(parseInt(f(0xe3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xb8303));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0xeb)](h(0xee))[h(0xea)]()['constructor'](a133a)[h(0xeb)](h(0xee));});a133a();function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0xe1;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
- const a134i=a134d;function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x174;let f=c[d];return f;},a134d(a,b);}(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0x187))/0x1*(parseInt(f(0x18e))/0x2)+parseInt(f(0x189))/0x3+parseInt(f(0x184))/0x4*(-parseInt(f(0x196))/0x5)+-parseInt(f(0x18c))/0x6*(-parseInt(f(0x179))/0x7)+-parseInt(f(0x18b))/0x8+-parseInt(f(0x178))/0x9+-parseInt(f(0x191))/0xa*(-parseInt(f(0x17f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xa73c2));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0x195)]()[h(0x180)]('(((.+)+)+)+$')[h(0x195)]()[h(0x18a)](a134a)[h(0x180)](h(0x181));});a134a();import{spawnSync}from'child_process';export class SSL{static[a134i(0x18f)](a){const j=a134i,b=a['cwd']?a['cwd']:process[j(0x183)](),c=['req',j(0x17b),j(0x176),j(0x17c),j(0x188),j(0x177),a[j(0x192)],j(0x175),a['csrName']];a['useConfig']&&(c[j(0x17e)](j(0x182)),c[j(0x17e)]('openssl.conf')),spawnSync(j(0x186),c,{'stdio':j(0x185),'cwd':b});}static[a134i(0x174)](a){const k=a134i,b=a['cwd']?a[k(0x183)]:process[k(0x183)](),c=[k(0x17d),k(0x190),'-new',k(0x193),a[k(0x192)],k(0x175),a['crtName']];a[k(0x18d)]&&(c[k(0x17e)](k(0x182)),c[k(0x17e)](k(0x17a))),spawnSync(k(0x186),c,{'stdio':k(0x185),'cwd':b});}}function a134c(){const l=['toString','25525RDQDFu','genSSC','-out','-newkey','-keyout','9700668PdBEPt','8922221XUrrAa','openssl.conf','-new','rsa:2048','req','push','112343IyUfLU','search','(((.+)+)+)+$','-config','cwd','920lYFezJ','inherit','openssl','1baJZJV','-nodes','3627630cFFVkh','constructor','3564688PvsIuB','6tjetuz','useConfig','592404HolfVh','genCSR','-x509','590EhNXFX','keyName','-key','apply'];a134c=function(){return l;};return a134c();}
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.8",
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.",