@maka/maka-cli 4.6.8 → 4.6.9

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
- (function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(-parseInt(f(0x1e8))/0x2)+-parseInt(f(0x1ec))/0x3+parseInt(f(0x1f4))/0x4*(-parseInt(f(0x1eb))/0x5)+parseInt(f(0x1ef))/0x6+parseInt(f(0x1ee))/0x7*(-parseInt(f(0x1ea))/0x8)+parseInt(f(0x1ed))/0x9+parseInt(f(0x1f3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xf129b));var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a['toString']()[h(0x1f5)]('(((.+)+)+)+$')['toString']()[h(0x1f2)](a123a)[h(0x1f5)](h(0x1e9));});function a123c(){var i=['1ZHOPFf','constructor','3090640OedTUT','676cWuSRb','search','1042572TEuhyM','(((.+)+)+)+$','21688jfRqPP','15615TuqCtB','3229014HjLIci','13313025BnVilN','4130Troxur','11291058prcBPo','apply'];a123c=function(){return i;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a123d(a,b);}a123a();export{};
1
+ (function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0x1ad))/0x1*(-parseInt(f(0x1a3))/0x2)+parseInt(f(0x1a8))/0x3*(parseInt(f(0x1a9))/0x4)+-parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1a0))/0x6)+parseInt(f(0x1a4))/0x7+parseInt(f(0x19f))/0x8+parseInt(f(0x1a2))/0x9*(parseInt(f(0x1ab))/0xa)+-parseInt(f(0x1a1))/0xb*(parseInt(f(0x1a5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1952f));function a123c(){var h=['(((.+)+)+)+$','22161vQNGZO','1117880FjCnHr','1194VhiJlx','2390003ltrDWR','166059cCSgmh','8oVJvHr','797685TfzpFQ','12awCafg','735WrqlQx','search','507YNSCrt','1252fFmZFM','toString','40KAKVnG'];a123c=function(){return h;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x19f;var f=c[d];return f;},a123d(a,b);}var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var g=a123d;return a123a[g(0x1aa)]()[g(0x1a7)](g(0x1ac))[g(0x1aa)]()['constructor'](a123a)['search'](g(0x1ac));});a123a();export{};
@@ -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
+ 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 +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(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 +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(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 +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(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 +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 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 +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(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 +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
+ (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 +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(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 +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
+ 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 +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 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 +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
+ (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});}}
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.9",
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.",