@maka/maka-cli 4.2.29 → 4.2.30

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 (96) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/login.js +1 -1
  37. package/dist/commands/logout.js +1 -1
  38. package/dist/commands/logs.js +1 -1
  39. package/dist/commands/maka.cmd.js +1 -1
  40. package/dist/commands/murder.js +1 -1
  41. package/dist/commands/proxy.js +1 -1
  42. package/dist/commands/reconfig.js +1 -1
  43. package/dist/commands/run/_index.js +1 -1
  44. package/dist/commands/run/docker.sub.cmd.js +1 -1
  45. package/dist/commands/run/run.command.js +1 -1
  46. package/dist/commands/set/_index.js +1 -1
  47. package/dist/commands/set/global.sub.cmd.js +1 -1
  48. package/dist/commands/set/local.sub.cmd.js +1 -1
  49. package/dist/commands/set/set.command.js +1 -1
  50. package/dist/commands/ssh.js +1 -1
  51. package/dist/commands/ssl.js +1 -1
  52. package/dist/commands/test.js +1 -1
  53. package/dist/commands/version.js +1 -1
  54. package/dist/error.js +1 -1
  55. package/dist/generator.js +1 -1
  56. package/dist/generators/_index.js +1 -1
  57. package/dist/generators/api.js +1 -1
  58. package/dist/generators/collection.js +1 -1
  59. package/dist/generators/component.js +1 -1
  60. package/dist/generators/config.js +1 -1
  61. package/dist/generators/dbc.js +1 -1
  62. package/dist/generators/dockerfile.js +1 -1
  63. package/dist/generators/hook.js +1 -1
  64. package/dist/generators/kit.js +1 -1
  65. package/dist/generators/layout.js +1 -1
  66. package/dist/generators/maka.gen.js +1 -1
  67. package/dist/generators/methods.js +1 -1
  68. package/dist/generators/package.js +1 -1
  69. package/dist/generators/page.js +1 -1
  70. package/dist/generators/publish.js +1 -1
  71. package/dist/generators/route.js +1 -1
  72. package/dist/generators/scaffold.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/tool.js +1 -1
  79. package/dist/tools/actions/actions.class.js +1 -1
  80. package/dist/tools/actions/actions.test.js +1 -1
  81. package/dist/tools/aws/aws.class.js +1 -1
  82. package/dist/tools/aws/aws.interfaces.js +1 -1
  83. package/dist/tools/docker/docker.class.js +1 -1
  84. package/dist/tools/docker/docker.interfaces.js +1 -1
  85. package/dist/tools/fsi/fsi.class.js +1 -1
  86. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  87. package/dist/tools/https/https.class.js +1 -1
  88. package/dist/tools/https/https.interface.js +1 -1
  89. package/dist/tools/log/log.class.js +1 -1
  90. package/dist/tools/log/log.interfaces.js +1 -1
  91. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/dist/tools/ssh/ssh.class.js +1 -1
  94. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  95. package/dist/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var u=a91d,c=a();while(!![]){try{var d=-parseInt(u(0x8f))/0x1+parseInt(u(0x97))/0x2*(parseInt(u(0x98))/0x3)+parseInt(u(0x9b))/0x4+parseInt(u(0x95))/0x5+-parseInt(u(0x9a))/0x6+-parseInt(u(0x91))/0x7*(-parseInt(u(0x94))/0x8)+-parseInt(u(0x90))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xd68b8));function a91c(){var x=['5114210sJAlkz','apply','1157382KKycFj','9aSKmaJ','search','711330ocZSCi','5725272TSkKtq','constructor','1641779ZVmJtN','14264712WHHOWU','35WPqlDM','(((.+)+)+)+$','toString','54152ktOpef'];a91c=function(){return x;};return a91c();}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x8f;var f=c[d];return f;},a91d(a,b);}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a91d;if(c){var e=c[v(0x96)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var w=a91d;return a91a[w(0x93)]()[w(0x99)](w(0x92))[w(0x93)]()[w(0x9c)](a91a)[w(0x99)]('(((.+)+)+)+$');});a91a();export{};
1
+ function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xb7;var f=c[d];return f;},a91d(a,b);}(function(a,b){var u=a91d,c=a();while(!![]){try{var d=parseInt(u(0xbe))/0x1*(-parseInt(u(0xb9))/0x2)+-parseInt(u(0xbb))/0x3*(-parseInt(u(0xc3))/0x4)+-parseInt(u(0xc5))/0x5*(parseInt(u(0xc4))/0x6)+parseInt(u(0xc6))/0x7+parseInt(u(0xbc))/0x8+-parseInt(u(0xba))/0x9+parseInt(u(0xb7))/0xa*(parseInt(u(0xbf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xe8627));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a91d;if(c){var e=c[v(0xc2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var w=a91d;return a91a[w(0xc0)]()[w(0xb8)](w(0xbd))[w(0xc0)]()[w(0xc1)](a91a)[w(0xb8)]('(((.+)+)+)+$');});a91a();function a91c(){var x=['constructor','apply','289812sKaewz','8940AnWhlP','5095eFxckY','2379671xxfWcp','30604970kvsEIx','search','167834WGphLh','7782201WzCdAv','6HDNVxe','9728632FbrVlE','(((.+)+)+)+$','17BkDDIS','11iKLHoy','toString'];a91c=function(){return x;};return a91c();}export{};
@@ -1 +1 @@
1
- const a93y=a93d;(function(a,b){const u=a93d,c=a();while(!![]){try{const d=-parseInt(u(0x156))/0x1+-parseInt(u(0x161))/0x2+-parseInt(u(0x15b))/0x3*(parseInt(u(0x141))/0x4)+-parseInt(u(0x14e))/0x5+parseInt(u(0x14b))/0x6*(-parseInt(u(0x148))/0x7)+-parseInt(u(0x159))/0x8+parseInt(u(0x162))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x75dbb));const a93b=(function(){let a=!![];return function(b,c){const v=a93d;if(v(0x157)===v(0x14f))return c['toString']()[v(0x151)](v(0x153))[v(0x155)]()[v(0x143)](d)[v(0x151)](v(0x153));else{const e=a?function(){const w=v;if(w(0x145)!==w(0x145))c['log'](d);else{if(c){if(w(0x15a)==='AsOKO'){const g=c[w(0x15c)](b,arguments);return c=null,g;}else c[w(0x144)](d);}}}:function(){};return a=![],e;}};}()),a93a=a93b(this,function(){const x=a93d;return a93a['toString']()[x(0x151)](x(0x153))['toString']()[x(0x143)](a93a)[x(0x151)]('(((.+)+)+)+$');});a93a();import{spawn}from'child_process';function a93c(){const E=['success','message','pid','1579624XBtrRG','28033038SZKDZr','disconnect','WsSGO','mttXT','527496IZLsqG','eNuxi','constructor','kill','GVomU','start','ignore','1819167STkXRr','cwd','tcgvC','6uLPbKs','SIGINT','data','1445150adloxW','VELGG','lkqVF','search','error','(((.+)+)+)+$','withSpinner','toString','735880QtLRhm','QeuXO','failure','3404464pRzdVM','AsOKO','3OPUIUv','apply','inherit'];a93c=function(){return E;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x140;let f=c[d];return f;},a93d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{constructor(){}static[a93y(0x154)](a,b,c){return new Promise((d,e)=>{const z=a93d,f=Log[z(0x154)](),g=(c===null||c===void 0x0?void 0x0:c[z(0x149)])||'.';(c===null||c===void 0x0?void 0x0:c[z(0x15f)])&&(z(0x142)!=='eNuxi'?b[z(0x15e)]():f[z(0x146)](c===null||c===void 0x0?void 0x0:c['message']));const h=spawn(a,b,{'cwd':g,'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?z(0x15d):z(0x147)});process['on'](z(0x14c),()=>{const A=z;if(A(0x14a)===A(0x14a)){const j=h[A(0x160)];j&&('mttXT'!==A(0x140)?((f===null||g===void 0x0?void 0x0:h['message'])&&k[A(0x15e)](),j()):process[A(0x144)](j));}else{const m=c[A(0x160)];m&&e['kill'](m);}}),h['on'](z(0x14d),j=>{console['log'](j);}),h['on'](z(0x163),()=>{const B=z;(c===null||c===void 0x0?void 0x0:c[B(0x15f)])&&f[B(0x15e)](),d();}),h['on']('close',()=>{const C=z;(c===null||c===void 0x0?void 0x0:c[C(0x15f)])&&f[C(0x15e)](),d();}),h['on'](z(0x152),()=>{const D=z;if(D(0x164)!==D(0x164)){const k=d[D(0x15c)](e,arguments);return f=null,k;}else(c===null||c===void 0x0?void 0x0:c[D(0x15f)])&&(D(0x150)!=='lkqVF'?((f===null||g===void 0x0?void 0x0:h[D(0x15f)])&&k['success'](),j()):f[D(0x158)]()),e();});});}}
1
+ function a93c(){const E=['nSoAS','13476360DbkToO','log','TNmno','aQmsC','withSpinner','kill','1835925ArwELT','pid','failure','message','CzrWD','verbose','WYeFW','apply','36646iRjLaI','constructor','search','ignore','9000dDgAdy','error','start','disconnect','38ZguWmY','1220xgJFCI','556200DhCrZB','7563411XMoZgH','(((.+)+)+)+$','data','JrsvV','MkLFu','toString','success','4LDDsgs','iIYRo','mQnjE','cwd','2030001UWMoXr'];a93c=function(){return E;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x175;let f=c[d];return f;},a93d(a,b);}const a93x=a93d;(function(a,b){const u=a93d,c=a();while(!![]){try{const d=parseInt(u(0x199))/0x1*(parseInt(u(0x191))/0x2)+-parseInt(u(0x181))/0x3*(parseInt(u(0x17d))/0x4)+-parseInt(u(0x19a))/0x5*(parseInt(u(0x195))/0x6)+parseInt(u(0x189))/0x7+parseInt(u(0x175))/0x8+-parseInt(u(0x176))/0x9+parseInt(u(0x183))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x78478));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a93d;if('nSoAS'!==v(0x182)){if(e){const f=i[v(0x190)](j,arguments);return k=null,f;}}else{if(c){const f=c[v(0x190)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const w=a93d;return a93a[w(0x17b)]()[w(0x193)](w(0x177))[w(0x17b)]()[w(0x192)](a93a)[w(0x193)](w(0x177));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{constructor(){}static[a93x(0x187)](a,b,c){return new Promise((d,e)=>{const y=a93d,f=Log[y(0x187)](),g=(c===null||c===void 0x0?void 0x0:c[y(0x180)])||'.';(c===null||c===void 0x0?void 0x0:c[y(0x18c)])&&f[y(0x197)](c===null||c===void 0x0?void 0x0:c['message']);const h=spawn(a,b,{'cwd':g,'stdio':(c===null||c===void 0x0?void 0x0:c[y(0x18e)])?'inherit':y(0x194)});process['on']('SIGINT',()=>{const z=y;if(z(0x18d)===z(0x18d)){const i=h[z(0x18a)];i&&('WRMaz'!==z(0x186)?process['kill'](i):c[z(0x184)](d));}else b['success']();}),h['on'](y(0x178),i=>{const A=y;console[A(0x184)](i);}),h['on'](y(0x198),()=>{const B=y;if(B(0x17a)!==B(0x179)){if(c===null||c===void 0x0?void 0x0:c[B(0x18c)]){if(B(0x18f)!==B(0x18f)){const j=c[B(0x18a)];j&&e[B(0x188)](j);}else f[B(0x17c)]();}d();}else{const k=d[B(0x190)](e,arguments);return f=null,k;}}),h['on']('close',()=>{const C=y;C(0x17f)!==C(0x17f)?b['failure']():((c===null||c===void 0x0?void 0x0:c['message'])&&(C(0x185)===C(0x185)?f['success']():c[C(0x188)](d)),d());}),h['on'](y(0x196),()=>{const D=y;D(0x17e)===D(0x17e)?((c===null||c===void 0x0?void 0x0:c[D(0x18c)])&&f[D(0x18b)](),e()):e[D(0x197)](f===null||g===void 0x0?void 0x0:h[D(0x18c)]);});});}}
@@ -1 +1 @@
1
- function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0xbf;var f=c[d];return f;},a94d(a,b);}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=-parseInt(u(0xcc))/0x1*(-parseInt(u(0xc1))/0x2)+parseInt(u(0xcd))/0x3*(-parseInt(u(0xbf))/0x4)+parseInt(u(0xcb))/0x5*(-parseInt(u(0xc3))/0x6)+parseInt(u(0xc8))/0x7*(parseInt(u(0xc4))/0x8)+parseInt(u(0xc6))/0x9+parseInt(u(0xca))/0xa+-parseInt(u(0xc0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xa0bd4));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a94d;if(c){var e=c[v(0xc5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var w=a94d;return a94a[w(0xc2)]()['search'](w(0xc7))[w(0xc2)]()[w(0xc9)](a94a)['search']('(((.+)+)+)+$');});a94a();export{};function a94c(){var x=['83510gnaHGK','constructor','740430aFnBQh','45jmBNBa','3182fDmyBl','3803628uVsuuL','4dhrcJh','10429958CMcAPe','780TlFMGO','toString','66042cvncuN','376veQlFT','apply','9879948MHiHCu','(((.+)+)+)+$'];a94c=function(){return x;};return a94c();}
1
+ function a94c(){var w=['115hQzGXC','toString','8cwSBoH','15yyJPJD','22WmCmGS','186396JtTKfn','constructor','321375yKqdbT','(((.+)+)+)+$','1572291vBLvjH','82398bpniur','search','1599270FeNXTW','1096083DziMpE','133682uARNIl'];a94c=function(){return w;};return a94c();}function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1e2;var f=c[d];return f;},a94d(a,b);}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=parseInt(u(0x1ef))/0x1+-parseInt(u(0x1e7))/0x2*(-parseInt(u(0x1eb))/0x3)+parseInt(u(0x1ed))/0x4+-parseInt(u(0x1e8))/0x5*(parseInt(u(0x1e3))/0x6)+parseInt(u(0x1e2))/0x7+-parseInt(u(0x1ea))/0x8*(parseInt(u(0x1e6))/0x9)+-parseInt(u(0x1e5))/0xa*(parseInt(u(0x1ec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x2954c));var a94b=(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;};}()),a94a=a94b(this,function(){var v=a94d;return a94a['toString']()[v(0x1e4)]('(((.+)+)+)+$')[v(0x1e9)]()[v(0x1ee)](a94a)[v(0x1e4)](v(0x1f0));});a94a();export{};
@@ -1 +1 @@
1
- const a96R=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=parseInt(O(0xa8))/0x1*(parseInt(O(0xb6))/0x2)+parseInt(O(0x81))/0x3+parseInt(O(0xbc))/0x4+-parseInt(O(0x90))/0x5*(parseInt(O(0xaa))/0x6)+parseInt(O(0x8a))/0x7*(parseInt(O(0x7b))/0x8)+parseInt(O(0x8d))/0x9+parseInt(O(0x9c))/0xa*(-parseInt(O(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xab548));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const P=a96d;if('ggmEg'!==P(0xa1))b[P(0x91)]();else{if(c){if(P(0x96)!=='YdEHG'){const f=c['apply'](b,arguments);return c=null,f;}else{const h=g?function(){if(h){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const Q=a96d;return a96a[Q(0x83)]()[Q(0xb8)](Q(0x85))[Q(0x83)]()[Q(0x8b)](a96a)[Q(0xb8)]('(((.+)+)+)+$');});a96a();var __awaiter=this&&this[a96R(0xb2)]||function(a,b,c,d){function e(f){const S=a96d;if('xdoJr'===S(0x82)){let h=l[S(0x94)]+'@'+m[S(0xb5)],i=n[S(0xbb)](o[S(0x9f)],p[S(0x7f)]),j=(q===null||r===void 0x0?void 0x0:s[S(0x93)])||![],k=[];j&&k[S(0x9b)]('-t');k=k[S(0xb0)](['-o','ConnectTimeout=2','-i',i,'-p',t[S(0x89)],h,u,'2>&1']);let l=S(0x98)+k[S(0xbb)]('\x20');return v(l)[S(0x83)]();}else return f instanceof c?f:new c(function(h){const T=S;T(0xa7)!==T(0xb4)?h(f):h['done']?i(j[T(0x99)]):k(l[T(0x99)])['then'](m,n);});}return new(c||(c=Promise))(function(f,g){const X=a96d;function h(k){const U=a96d;try{U(0xab)!==U(0x8f)?j(d[U(0xa4)](k)):d(e['throw'](f));}catch(m){U(0xb7)===U(0x80)?c(d):g(m);}}function i(k){const V=a96d;try{'YihTP'==='nLSWA'?((f===null||g===void 0x0?void 0x0:h[V(0x87)])&&k[V(0x91)](),j()):j(d['throw'](k));}catch(m){V(0x88)!==V(0x88)?b['push']('-t'):g(m);}}function j(k){const W=a96d;W(0xae)!==W(0x84)?k['done']?f(k[W(0x99)]):e(k['value'])[W(0xa9)](h,i):b[W(0x9b)]('-v');}j((d=d[X(0x7c)](a,b||[]))[X(0xa4)]());});},_a;import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';import{FSI}from'../fsi/fsi.class.js';const fsi=new FSI();function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x7b;let f=c[d];return f;},a96d(a,b);}export class SSH{constructor(){}static[a96R(0x95)](a,b,c){const Y=a96R;let d=b[Y(0x94)]+'@'+b[Y(0xb5)],e=a96N[Y(0xbb)](b[Y(0x9f)],b[Y(0x7f)]),f=(c===null||c===void 0x0?void 0x0:c[Y(0x93)])||![],g=[];f&&g[Y(0x9b)]('-t');g=g[Y(0xb0)](['-o',Y(0x92),'-i',e,'-p',b[Y(0x89)],d,a,Y(0x97)]);let h=Y(0x98)+g[Y(0xbb)]('\x20');return execSync(h)[Y(0x83)]();}static[a96R(0xb3)](a,b){const Z=a96R;let c=b[Z(0x94)]+'@'+b[Z(0xb5)]+':'+a[Z(0x7e)],d=a96N[Z(0xbb)](b[Z(0x9f)],b[Z(0x7f)]),e=['-i',d,'-P',b[Z(0x89)],a['source'],c];spawnSync('scp',e,{'stdio':a[Z(0x8e)]?Z(0x8c):Z(0xa3)});}}_a=SSH,SSH['ssh']=(a,b,c)=>{return new Promise((d,e)=>__awaiter(void 0x0,void 0x0,void 0x0,function*(){const a0=a96d;if(a0(0x7d)!==a0(0x7d))b['push']('-t');else{let g=b[a0(0x94)]+'@'+b[a0(0xb5)],h=a96N[a0(0xbb)](b['env'],b[a0(0x7f)]),i=(c===null||c===void 0x0?void 0x0:c['tty'])||![],j=(c===null||c===void 0x0?void 0x0:c[a0(0xa5)])||![],k=[];i&&k['push']('-t');j&&k['push']('-v');k=k[a0(0xb0)](['-o',a0(0x92),'-i',h,'-p',b[a0(0x89)],g,a]);const l=Log[a0(0xba)]();if(c===null||c===void 0x0?void 0x0:c[a0(0x87)]){if(a0(0xb9)===a0(0x9e))return c[a0(0x83)]()[a0(0xb8)](a0(0x85))['toString']()[a0(0x8b)](d)['search'](a0(0x85));else l[a0(0x9d)](c===null||c===void 0x0?void 0x0:c[a0(0x87)]);}const m=spawn(a0(0xac),k,{'stdio':(c===null||c===void 0x0?void 0x0:c[a0(0x8e)])?a0(0x8c):a0(0xa3)});m['on'](a0(0x86),()=>{const a1=a0;if(a1(0xa0)==='tdnDA'){let p=r[a1(0x94)]+'@'+s[a1(0xb5)],q=t['join'](u[a1(0x9f)],v['pem']),r=(w===null||x===void 0x0?void 0x0:y[a1(0x93)])||![],s=(z===null||A===void 0x0?void 0x0:B['sshVerbose'])||![],t=[];r&&t[a1(0x9b)]('-t'),s&&t['push']('-v'),t=t[a1(0xb0)](['-o',a1(0x92),'-i',q,'-p',C[a1(0x89)],p,D]),E(a1(0xac),t,{'stdio':(F===null||G===void 0x0?void 0x0:H[a1(0x8e)])?a1(0x8c):'ignore'});}else(c===null||c===void 0x0?void 0x0:c['message'])&&(a1(0xaf)===a1(0xaf)?l[a1(0x91)]():c(d)),d();}),m['on'](a0(0xa2),o=>{const a2=a0;(c===null||c===void 0x0?void 0x0:c[a2(0x87)])&&(a2(0x9a)===a2(0x9a)?l[a2(0x91)]():b['push']('-v')),d();}),m['on']('error',o=>{const a3=a0;(c===null||c===void 0x0?void 0x0:c[a3(0x87)])&&(a3(0xa6)!=='OISkT'?((f===null||g===void 0x0?void 0x0:h[a3(0x87)])&&k['failure'](),j()):l['failure']()),e();});}}));},SSH['sshSync']=(a,b,c)=>{const a4=a96R;let d=b[a4(0x94)]+'@'+b[a4(0xb5)],e=a96N['join'](b[a4(0x9f)],b[a4(0x7f)]),f=(c===null||c===void 0x0?void 0x0:c['tty'])||![],g=(c===null||c===void 0x0?void 0x0:c[a4(0xa5)])||![],h=[];f&&h[a4(0x9b)]('-t');if(g){if('akROn'==='akROn')h[a4(0x9b)]('-v');else{let j=k[a4(0x94)]+'@'+l['host']+':'+m['dest'],k=n[a4(0xbb)](o[a4(0x9f)],p['pem']),l=['-i',k,'-P',q[a4(0x89)],r[a4(0xad)],j];s('scp',l,{'stdio':t[a4(0x8e)]?'inherit':'ignore'});}}h=h['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[a4(0x89)],d,a]),spawnSync(a4(0xac),h,{'stdio':(c===null||c===void 0x0?void 0x0:c[a4(0x8e)])?'inherit':a4(0xa3)});};function a96c(){const a5=['mvtSs','ggmEg','close','ignore','next','sshVerbose','OISkT','fDpWQ','182827bPEBwb','then','4548uCUkoW','tjFlW','ssh','source','fJAnn','HjKoL','concat','22SibzGx','__awaiter','scp','FkZBj','host','12ouSRZr','rCCXQ','search','iShMe','withSpinner','join','3935368Gyclof','80YluPMY','apply','fHqre','dest','pem','ossnS','2465181lykpWg','klJdU','toString','QpHuW','(((.+)+)+)+$','disconnect','message','plWeM','port','244916lWYWyd','constructor','inherit','8468127dnGqlZ','verbose','oBGDV','3520dNnTjy','success','ConnectTimeout=2','tty','user','ping','yowLg','2>&1','ssh\x20','value','TCnkV','push','14789570rCOnkk','start','ifKkR','env'];a96c=function(){return a5;};return a96c();}
1
+ const a96S=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=parseInt(O(0x15b))/0x1*(-parseInt(O(0x156))/0x2)+parseInt(O(0x15a))/0x3*(-parseInt(O(0x16b))/0x4)+parseInt(O(0x16e))/0x5*(parseInt(O(0x16d))/0x6)+parseInt(O(0x166))/0x7*(parseInt(O(0x159))/0x8)+parseInt(O(0x13f))/0x9*(parseInt(O(0x154))/0xa)+parseInt(O(0x176))/0xb*(-parseInt(O(0x149))/0xc)+-parseInt(O(0x160))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x7a9ac));function a96c(){const a4=['XMVQs','done','ping','disconnect','7exrQrM','value','sshVerbose','source','tty','24AibPyF','concat','6OTxFbd','3782945oxJRQz','search','start','JpXKK','toString','constructor','hbgAm','kMOKK','11msbfQM','throw','message','ssh\x20','host','inherit','dest','xTxbU','zlOBC','TQgWb','Eoqcv','4122lBtXFW','__awaiter','withSpinner','push','FCNjA','2>&1','scp','join','ignore','then','11527308dZTLPi','user','failure','PxEKO','pem','apply','ConnectTimeout=2','ssh','error','YCmDR','yWALb','19980cYapvC','uIErr','16152QDWcPT','success','HsQmU','6560536ikEZdm','126075iLhcOB','33Afboog','verbose','next','port','env','6633705PWXSCy','(((.+)+)+)+$'];a96c=function(){return a4;};return a96c();}const a96b=(function(){let a=!![];return function(b,c){const P=a96d;if(P(0x13c)===P(0x174))b[P(0x157)]();else{const e=a?function(){const Q=P;if(Q(0x155)!==Q(0x155))b[Q(0x142)]('-t');else{if(c){const g=c[Q(0x14e)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a96a=a96b(this,function(){const R=a96d;return a96a[R(0x172)]()[R(0x16f)](R(0x161))[R(0x172)]()[R(0x173)](a96a)['search'](R(0x161));});a96a();var __awaiter=this&&this[a96S(0x140)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const W=a96d;function h(k){const T=a96d;if('XMVQs'!==T(0x162))b['push']('-v');else try{j(d[T(0x15d)](k));}catch(m){'tyqZM'!==T(0x158)?g(m):b[T(0x157)]();}}function i(k){const U=a96d;try{if(U(0x152)==='YCmDR')j(d[U(0x177)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){'Iqmqe'===U(0x143)?d(m['throw'](f)):g(m);}}function j(k){const V=a96d;k[V(0x163)]?f(k[V(0x167)]):e(k['value'])[V(0x148)](h,i);}j((d=d[W(0x14e)](a,b||[]))['next']());});},_a;import a96N from'path';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x136;let f=c[d];return f;},a96d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';import{FSI}from'../fsi/fsi.class.js';const fsi=new FSI();export class SSH{constructor(){}static[a96S(0x164)](a,b,c){const X=a96S;let d=b[X(0x14a)]+'@'+b['host'],e=a96N[X(0x146)](b[X(0x15f)],b[X(0x14d)]),f=(c===null||c===void 0x0?void 0x0:c['tty'])||![],g=[];f&&(X(0x13e)===X(0x171)?e[X(0x170)](f===null||g===void 0x0?void 0x0:h['message']):g[X(0x142)]('-t'));g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[X(0x15e)],d,a,X(0x144)]);let h=X(0x137)+g[X(0x146)]('\x20');return execSync(h)['toString']();}static['scp'](a,b){const Y=a96S;let c=b[Y(0x14a)]+'@'+b[Y(0x138)]+':'+a[Y(0x13a)],d=a96N[Y(0x146)](b[Y(0x15f)],b[Y(0x14d)]),e=['-i',d,'-P',b[Y(0x15e)],a[Y(0x169)],c];spawnSync(Y(0x145),e,{'stdio':a['verbose']?Y(0x139):Y(0x147)});}}_a=SSH,SSH[a96S(0x150)]=(a,b,c)=>{return new Promise((d,e)=>__awaiter(void 0x0,void 0x0,void 0x0,function*(){const Z=a96d;let f=b[Z(0x14a)]+'@'+b[Z(0x138)],g=a96N[Z(0x146)](b['env'],b[Z(0x14d)]),h=(c===null||c===void 0x0?void 0x0:c[Z(0x16a)])||![],i=(c===null||c===void 0x0?void 0x0:c[Z(0x168)])||![],j=[];if(h){if(Z(0x13d)===Z(0x13d))j[Z(0x142)]('-t');else try{i(j['next'](k));}catch(o){m(o);}}i&&j['push']('-v');j=j['concat'](['-o',Z(0x14f),'-i',g,'-p',b[Z(0x15e)],f,a]);const k=Log[Z(0x141)]();(c===null||c===void 0x0?void 0x0:c[Z(0x136)])&&k['start'](c===null||c===void 0x0?void 0x0:c[Z(0x136)]);const l=spawn(Z(0x150),j,{'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?Z(0x139):Z(0x147)});l['on'](Z(0x165),()=>{const a0=Z;if(a0(0x14c)==='PxEKO'){if(c===null||c===void 0x0?void 0x0:c['message']){if(a0(0x13b)==='AQlye'){if(e){const o=i['apply'](j,arguments);return k=null,o;}}else k[a0(0x157)]();}d();}else c(d);}),l['on']('close',n=>{const a1=Z;(c===null||c===void 0x0?void 0x0:c[a1(0x136)])&&k['success'](),d();}),l['on'](Z(0x151),n=>{const a2=Z;(c===null||c===void 0x0?void 0x0:c[a2(0x136)])&&k[a2(0x14b)](),e();});}));},SSH['sshSync']=(a,b,c)=>{const a3=a96S;let d=b[a3(0x14a)]+'@'+b[a3(0x138)],e=a96N[a3(0x146)](b[a3(0x15f)],b[a3(0x14d)]),f=(c===null||c===void 0x0?void 0x0:c['tty'])||![],g=(c===null||c===void 0x0?void 0x0:c[a3(0x168)])||![],h=[];if(f){if(a3(0x153)===a3(0x153))h['push']('-t');else{let j=r[a3(0x14a)]+'@'+s[a3(0x138)],k=t[a3(0x146)](u[a3(0x15f)],v[a3(0x14d)]),l=(w===null||x===void 0x0?void 0x0:y['tty'])||![],m=(z===null||A===void 0x0?void 0x0:B[a3(0x168)])||![],n=[];l&&n['push']('-t'),m&&n['push']('-v'),n=n[a3(0x16c)](['-o',a3(0x14f),'-i',k,'-p',C[a3(0x15e)],j,D]),E(a3(0x150),n,{'stdio':(F===null||G===void 0x0?void 0x0:H[a3(0x15c)])?'inherit':a3(0x147)});}}g&&(a3(0x175)==='MZcLZ'?b[a3(0x142)]('-t'):h[a3(0x142)]('-v')),h=h['concat'](['-o',a3(0x14f),'-i',e,'-p',b[a3(0x15e)],d,a]),spawnSync('ssh',h,{'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?'inherit':a3(0x147)});};
@@ -1 +1 @@
1
- (function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0xe9))/0x1+parseInt(u(0xeb))/0x2*(-parseInt(u(0xee))/0x3)+-parseInt(u(0xe8))/0x4*(-parseInt(u(0xe3))/0x5)+-parseInt(u(0xed))/0x6+parseInt(u(0xf2))/0x7*(-parseInt(u(0xea))/0x8)+parseInt(u(0xe6))/0x9*(-parseInt(u(0xf1))/0xa)+parseInt(u(0xef))/0xb*(parseInt(u(0xe5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x404e8));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a['toString']()['search']('(((.+)+)+)+$')[w(0xec)]()['constructor'](a97a)[w(0xf0)](w(0xe7));});a97a();export{};function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xe3;var f=c[d];return f;},a97d(a,b);}function a97c(){var x=['(((.+)+)+)+$','167812YPGTeI','8234AhgudD','8ApNIZv','26yAeMtP','toString','1844850XbmELt','50772RxGUmy','55JEGUoU','search','10UnOZOM','247121aYdygU','50eAgIUI','apply','1347564fbmDPH','1319319rxjVua'];a97c=function(){return x;};return a97c();}
1
+ (function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0xcb))/0x1*(parseInt(u(0xce))/0x2)+-parseInt(u(0xc7))/0x3*(parseInt(u(0xcf))/0x4)+-parseInt(u(0xc4))/0x5+parseInt(u(0xc2))/0x6+parseInt(u(0xc9))/0x7+parseInt(u(0xcd))/0x8+parseInt(u(0xc5))/0x9*(-parseInt(u(0xc3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x47800));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a['toString']()[w(0xcc)](w(0xca))[w(0xc6)]()['constructor'](a97a)[w(0xcc)](w(0xca));});function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xc2;var f=c[d];return f;},a97d(a,b);}a97a();function a97c(){var x=['(((.+)+)+)+$','4YJIDBs','search','4481448pIFuMk','131318PsjbGr','268nIajcy','1329138mgyQpw','670wPbhqX','638330XbUXZk','6039rOTcVO','toString','23334dUFIrH','apply','3272815SfZYpy'];a97c=function(){return x;};return a97c();}export{};
@@ -1 +1 @@
1
- function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x139;let f=c[d];return f;},a99d(a,b);}const a99z=a99d;(function(a,b){const u=a99d,c=a();while(!![]){try{const d=-parseInt(u(0x15a))/0x1+parseInt(u(0x139))/0x2*(-parseInt(u(0x149))/0x3)+parseInt(u(0x152))/0x4*(parseInt(u(0x13e))/0x5)+-parseInt(u(0x14d))/0x6+parseInt(u(0x153))/0x7+-parseInt(u(0x13c))/0x8+-parseInt(u(0x13d))/0x9*(-parseInt(u(0x146))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x4b7ee));const a99b=(function(){let a=!![];return function(b,c){const v=a99d;if(v(0x157)===v(0x144))return c[v(0x14f)]()[v(0x154)](v(0x147))['toString']()['constructor'](d)[v(0x154)]('(((.+)+)+)+$');else{const e=a?function(){const w=v;if(c){if(w(0x14b)===w(0x14b)){const f=c[w(0x13a)](b,arguments);return c=null,f;}else{let h=g[w(0x140)]?h[w(0x140)]:i[w(0x140)](),i=['req',w(0x14e),'-new',w(0x159),j['keyName'],'-out',k[w(0x142)],w(0x14a),w(0x145)];l(w(0x150),i,{'stdio':'inherit','cwd':h});}}}:function(){};return a=![],e;}};}()),a99a=a99b(this,function(){const x=a99d;return a99a[x(0x14f)]()['search'](x(0x147))[x(0x14f)]()[x(0x13f)](a99a)[x(0x154)](x(0x147));});a99a();function a99c(){const B=['-new','-keyout','LZwag','keyName','-key','423870UjjRVh','42682lLILND','apply','rsa:2048','1188240ycyIkC','45QdUxxB','188095sbUcAs','constructor','cwd','req','crtName','csrName','hBETS','openssl.conf','1103530EkuUTd','(((.+)+)+)+$','-newkey','51TOokvp','-config','YFjVR','inherit','2417898fdHgvN','-x509','toString','openssl','genSSC','52weuJfu','4246186GBFVBc','search'];a99c=function(){return B;};return a99c();}import{spawnSync}from'child_process';export class SSL{constructor(){}static['genCSR'](a){const y=a99d;let b=a[y(0x140)]?a[y(0x140)]:process['cwd'](),c=['req',y(0x155),y(0x148),y(0x13b),'-nodes',y(0x156),a['keyName'],'-out',a[y(0x143)],y(0x14a),'openssl.conf'];spawnSync(y(0x150),c,{'stdio':y(0x14c),'cwd':b});}static[a99z(0x151)](a){const A=a99z;let b=a[A(0x140)]?a[A(0x140)]:process[A(0x140)](),c=[A(0x141),A(0x14e),A(0x155),A(0x159),a[A(0x158)],'-out',a[A(0x142)],A(0x14a),'openssl.conf'];spawnSync(A(0x150),c,{'stdio':A(0x14c),'cwd':b});}}
1
+ const a99x=a99d;(function(a,b){const u=a99d,c=a();while(!![]){try{const d=-parseInt(u(0x1fd))/0x1+-parseInt(u(0x1ff))/0x2*(parseInt(u(0x1fb))/0x3)+parseInt(u(0x204))/0x4+-parseInt(u(0x1f1))/0x5+parseInt(u(0x1f9))/0x6*(-parseInt(u(0x1fa))/0x7)+parseInt(u(0x1ea))/0x8*(parseInt(u(0x1fe))/0x9)+parseInt(u(0x200))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xd2caf));function a99c(){const A=['4165140tjaaOB','inherit','-new','crtName','5185620vmXTjE','keyName','search','toString','(((.+)+)+)+$','6415368XHRsic','-out','-config','-newkey','csrName','openssl.conf','apply','2647575jkcckb','genCSR','constructor','genSSC','openssl','-key','cwd','-nodes','1917774XUDlPN','7ejWXcl','1874778GEiqUe','req','979284iHJgEI','18qRtgLE','2WUyvnW'];a99c=function(){return A;};return a99c();}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a99d;if(c){const e=c[v(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const w=a99d;return a99a[w(0x1e8)]()[w(0x1e7)](w(0x1e9))[w(0x1e8)]()[w(0x1f3)](a99a)[w(0x1e7)](w(0x1e9));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a99d(a,b);}a99a();import{spawnSync}from'child_process';export class SSL{constructor(){}static[a99x(0x1f2)](a){const y=a99x;let b=a[y(0x1f7)]?a['cwd']:process[y(0x1f7)](),c=[y(0x1fc),y(0x202),y(0x1ed),'rsa:2048',y(0x1f8),'-keyout',a['keyName'],y(0x1eb),a[y(0x1ee)],y(0x1ec),y(0x1ef)];spawnSync(y(0x1f5),c,{'stdio':y(0x201),'cwd':b});}static[a99x(0x1f4)](a){const z=a99x;let b=a['cwd']?a['cwd']:process['cwd'](),c=['req','-x509',z(0x202),z(0x1f6),a[z(0x205)],z(0x1eb),a[z(0x203)],z(0x1ec),'openssl.conf'];spawnSync(z(0x1f5),c,{'stdio':z(0x201),'cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.2.29",
3
+ "version": "4.2.30",
4
4
  "type": "module",
5
5
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
6
6
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",