@maka/maka-cli 4.3.18 → 4.3.19

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/lint.js +1 -1
  37. package/dist/commands/login.js +1 -1
  38. package/dist/commands/logout.js +1 -1
  39. package/dist/commands/logs.js +1 -1
  40. package/dist/commands/maka.cmd.js +1 -1
  41. package/dist/commands/murder.js +1 -1
  42. package/dist/commands/proxy.js +1 -1
  43. package/dist/commands/reconfig.js +1 -1
  44. package/dist/commands/run/_index.js +1 -1
  45. package/dist/commands/run/docker.sub.cmd.js +1 -1
  46. package/dist/commands/run/run.command.js +1 -1
  47. package/dist/commands/set/_index.js +1 -1
  48. package/dist/commands/set/global.sub.cmd.js +1 -1
  49. package/dist/commands/set/local.sub.cmd.js +1 -1
  50. package/dist/commands/set/set.command.js +1 -1
  51. package/dist/commands/ssh.js +1 -1
  52. package/dist/commands/ssl.js +1 -1
  53. package/dist/commands/test.js +1 -1
  54. package/dist/commands/version.js +1 -1
  55. package/dist/error.js +1 -1
  56. package/dist/generator.js +1 -1
  57. package/dist/generators/_index.js +1 -1
  58. package/dist/generators/api.js +1 -1
  59. package/dist/generators/collection.js +1 -1
  60. package/dist/generators/component.js +1 -1
  61. package/dist/generators/config.js +1 -1
  62. package/dist/generators/dbc.js +1 -1
  63. package/dist/generators/dockerfile.js +1 -1
  64. package/dist/generators/hook.js +1 -1
  65. package/dist/generators/kit.js +1 -1
  66. package/dist/generators/layout.js +1 -1
  67. package/dist/generators/maka.gen.js +1 -1
  68. package/dist/generators/methods.js +1 -1
  69. package/dist/generators/package.js +1 -1
  70. package/dist/generators/page.js +1 -1
  71. package/dist/generators/publish.js +1 -1
  72. package/dist/generators/route.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){const v=a93d,c=a();while(!![]){try{const d=-parseInt(v(0x13f))/0x1*(parseInt(v(0x13c))/0x2)+-parseInt(v(0x153))/0x3*(-parseInt(v(0x152))/0x4)+parseInt(v(0x148))/0x5*(parseInt(v(0x14e))/0x6)+-parseInt(v(0x146))/0x7*(parseInt(v(0x134))/0x8)+-parseInt(v(0x145))/0x9+parseInt(v(0x138))/0xa*(-parseInt(v(0x141))/0xb)+-parseInt(v(0x150))/0xc*(-parseInt(v(0x151))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x3f9c4));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a93d;if(c){if('LxzdK'===w(0x13a)){const e=c[w(0x14a)](b,arguments);return c=null,e;}else{const g=g?function(){const x=w;if(g){const u=q[x(0x14a)](r,arguments);return s=null,u;}}:function(){};return l=![],g;}}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const y=a93d;return a93a['toString']()[y(0x154)](y(0x140))[y(0x13e)]()['constructor'](a93a)['search']('(((.+)+)+)+$');});a93a();import{spawn}from'child_process';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x134;let f=c[d];return f;},a93d(a,b);}import{Log}from'../log/log.class.js';function a93c(){const E=['147534HAOuJC','ignore','12mFLjsu','7113236COFMjA','88wcuURp','43350mpfSBC','search','8ltwfHA','disconnect','ElmbP','zxCJu','9510JeplXM','success','LxzdK','close','20924zltDCJ','withSpinner','toString','7shVosz','(((.+)+)+)+$','3025qRVUky','SIGINT','cwd','verbose','76032MKgyHq','2861957quqnIg','message','30TxYNIn','start','apply','data','inherit','failure'];a93c=function(){return E;};return a93c();}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const z=a93d,f=Log[z(0x13d)](),g=(c===null||c===void 0x0?void 0x0:c[z(0x143)])||'.';(c===null||c===void 0x0?void 0x0:c['message'])&&f[z(0x149)](c===null||c===void 0x0?void 0x0:c[z(0x147)]);const h=spawn(a,b,{'cwd':g,'stdio':(c===null||c===void 0x0?void 0x0:c[z(0x144)])?z(0x14c):z(0x14f)});process['on'](z(0x142),()=>{const A=z;if(A(0x137)!==A(0x137))b[A(0x139)]();else{const j=h['pid'];j&&process['kill'](j);}}),h['on'](z(0x14b),i=>{console['log'](i);}),h['on'](z(0x135),()=>{const B=z;'lzLNz'===B(0x136)?b[B(0x14d)]():((c===null||c===void 0x0?void 0x0:c[B(0x147)])&&f[B(0x139)](),d());}),h['on'](z(0x13b),()=>{const C=z;(c===null||c===void 0x0?void 0x0:c[C(0x147)])&&f[C(0x139)](),d();}),h['on']('error',()=>{const D=z;(c===null||c===void 0x0?void 0x0:c[D(0x147)])&&f[D(0x14d)](),e();});});}}
1
+ const a93x=a93d;(function(a,b){const u=a93d,c=a();while(!![]){try{const d=-parseInt(u(0x1d9))/0x1+-parseInt(u(0x1c9))/0x2+parseInt(u(0x1cf))/0x3+-parseInt(u(0x1df))/0x4*(parseInt(u(0x1e4))/0x5)+-parseInt(u(0x1ca))/0x6*(parseInt(u(0x1d3))/0x7)+parseInt(u(0x1d6))/0x8*(parseInt(u(0x1dd))/0x9)+parseInt(u(0x1da))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xd1893));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a93d;if(v(0x1e3)!=='IVrFp')(f===null||g===void 0x0?void 0x0:h[v(0x1cc)])&&k[v(0x1ce)](),j();else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const w=a93d;return a93a[w(0x1e5)]()[w(0x1ea)](w(0x1d0))['toString']()[w(0x1e9)](a93a)['search'](w(0x1d0));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a93d(a,b);}function a93c(){const E=['success','1990257qFfmHA','(((.+)+)+)+$','frUZJ','close','7KFjinZ','fdbeM','apply','219984jAJOVv','zMNth','cwd','1565657eTmiMp','34004650veFoWy','withSpinner','disconnect','27pKfqSM','verbose','377564VgFMgB','ignore','PwaLb','ARqmi','IVrFp','10rTTLQP','toString','pid','start','YADEK','constructor','search','kill','1106442iAjmmV','5882754oJBdSD','hqDAn','message','log'];a93c=function(){return E;};return a93c();}export class SpawnAsync{static[a93x(0x1db)](a,b,c){return new Promise((d,e)=>{const y=a93d;if(y(0x1d1)!==y(0x1d1))c[y(0x1eb)](d);else{const g=Log[y(0x1db)](),h=(c===null||c===void 0x0?void 0x0:c[y(0x1d8)])||'.';(c===null||c===void 0x0?void 0x0:c[y(0x1cc)])&&g[y(0x1e7)](c===null||c===void 0x0?void 0x0:c[y(0x1cc)]);const i=spawn(a,b,{'cwd':h,'stdio':(c===null||c===void 0x0?void 0x0:c[y(0x1de)])?'inherit':y(0x1e0)});process['on']('SIGINT',()=>{const z=y,j=i[z(0x1e6)];j&&process[z(0x1eb)](j);}),i['on']('data',j=>{const A=y;A(0x1e8)!==A(0x1e8)?b[A(0x1ce)]():console[A(0x1cd)](j);}),i['on'](y(0x1dc),()=>{const B=y;if('gRrcY'===B(0x1e1))c[B(0x1cd)](d);else{if(c===null||c===void 0x0?void 0x0:c[B(0x1cc)]){if(B(0x1d4)!=='NzhAc')g[B(0x1ce)]();else{if(e){const m=i[B(0x1d5)](j,arguments);return k=null,m;}}}d();}}),i['on'](y(0x1d2),()=>{const C=y;(c===null||c===void 0x0?void 0x0:c[C(0x1cc)])&&(C(0x1e2)!==C(0x1d7)?g[C(0x1ce)]():b[C(0x1ce)]()),d();}),i['on']('error',()=>{const D=y;(c===null||c===void 0x0?void 0x0:c[D(0x1cc)])&&('nGQQq'!==D(0x1cb)?g['failure']():((f===null||g===void 0x0?void 0x0:h[D(0x1cc)])&&k['failure'](),j())),e();});}});}}
@@ -1 +1 @@
1
- function a94c(){var x=['search','192165WWfhLB','1323800MXNAnn','2971536CdwEmC','64iyDTSQ','apply','619633WsekPs','98382cuTlis','21xNPRTV','(((.+)+)+)+$','toString','11958237VORipK','2BAbiIn','88CQxree','4310022EfHjiY'];a94c=function(){return x;};return a94c();}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=-parseInt(u(0xfc))/0x1+parseInt(u(0x102))/0x2*(parseInt(u(0xfd))/0x3)+parseInt(u(0x109))/0x4*(parseInt(u(0x106))/0x5)+-parseInt(u(0x104))/0x6+-parseInt(u(0xfe))/0x7*(-parseInt(u(0x108))/0x8)+parseInt(u(0x101))/0x9+-parseInt(u(0x107))/0xa*(parseInt(u(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xa95e3));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a94d;if(c){var e=c[v(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var w=a94d;return a94a[w(0x100)]()[w(0x105)]('(((.+)+)+)+$')[w(0x100)]()['constructor'](a94a)[w(0x105)](w(0xff));});a94a();function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0xfc;var f=c[d];return f;},a94d(a,b);}export{};
1
+ function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x14f;var f=c[d];return f;},a94d(a,b);}function a94c(){var x=['330535XJaKgL','apply','1531716UAMDgo','4575708FtnZZX','4143bOXjXC','7DGYtws','2164064RFJxnM','80jqMOKw','toString','constructor','(((.+)+)+)+$','356UEWqIR','178851YjtRyE','11sGLTYW','885429sXmQmo','36zKAcvE'];a94c=function(){return x;};return a94c();}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=-parseInt(u(0x150))/0x1+-parseInt(u(0x14f))/0x2*(-parseInt(u(0x158))/0x3)+-parseInt(u(0x153))/0x4*(-parseInt(u(0x154))/0x5)+-parseInt(u(0x157))/0x6*(-parseInt(u(0x159))/0x7)+-parseInt(u(0x15a))/0x8+-parseInt(u(0x152))/0x9*(parseInt(u(0x15b))/0xa)+parseInt(u(0x151))/0xb*(parseInt(u(0x156))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x78c2b));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a94d;if(c){var e=c[v(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var w=a94d;return a94a[w(0x15c)]()['search'](w(0x15e))[w(0x15c)]()[w(0x15d)](a94a)['search'](w(0x15e));});a94a();export{};
@@ -1 +1 @@
1
- function a96c(){const a0=['mlpvN','inherit','withSpinner','pem','close','ConnectTimeout=2','port','push','search','40iLdarn','user','455224ifoclC','scp','15fcqYQG','concat','verbose','env','join','error','ssh','constructor','QaEFJ','1172282naMaNu','93476VLHCBM','dest','apply','success','1173296cssfPQ','ssh\x20','toString','sDfxd','message','sshVerbose','orDQL','tty','ping','3880316QAyYDG','EbqtT','ignore','51FrvozO','2>&1','36YHQbIk','host','(((.+)+)+)+$','source','sshSync','1508760dYrwyN','1346288tIOvgN'];a96c=function(){return a0;};return a96c();}const a96S=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=parseInt(O(0x1e4))/0x1+parseInt(O(0x1e5))/0x2*(-parseInt(O(0x1c5))/0x3)+-parseInt(O(0x1cd))/0x4*(-parseInt(O(0x1db))/0x5)+parseInt(O(0x1cc))/0x6+-parseInt(O(0x1d9))/0x7+-parseInt(O(0x1e9))/0x8*(-parseInt(O(0x1c7))/0x9)+-parseInt(O(0x1d7))/0xa*(parseInt(O(0x1c2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xb6fc0));const a96b=(function(){let a=!![];return function(b,c){const P=a96d;if(P(0x1ce)!==P(0x1ce)){const e=r[P(0x1d8)]+'@'+s[P(0x1c8)],f=t[P(0x1df)](u[P(0x1de)],v[P(0x1d1)]),g=(w===null||x===void 0x0?void 0x0:y[P(0x1c0)])||![],h=(z===null||A===void 0x0?void 0x0:B[P(0x1be)])||![];let i=[];g&&i[P(0x1d5)]('-t'),h&&i[P(0x1d5)]('-v'),i=i['concat'](['-o',P(0x1d3),'-i',f,'-p',C[P(0x1d4)],e,D]),E(P(0x1e1),i,{'stdio':(F===null||G===void 0x0?void 0x0:H[P(0x1dd)])?'inherit':P(0x1c4)});}else{const e=a?function(){const Q=P;if(Q(0x1ec)===Q(0x1ec)){if(c){const f=c[Q(0x1e7)](b,arguments);return c=null,f;}}else return c[Q(0x1eb)]()['search'](Q(0x1c9))[Q(0x1eb)]()['constructor'](d)[Q(0x1d6)](Q(0x1c9));}:function(){};return a=![],e;}};}()),a96a=a96b(this,function(){const R=a96d;return a96a['toString']()[R(0x1d6)](R(0x1c9))['toString']()[R(0x1e2)](a96a)['search']('(((.+)+)+)+$');});a96a();import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static[a96S(0x1c1)](a,b,c){const T=a96S,d=b[T(0x1d8)]+'@'+b['host'],e=a96N[T(0x1df)](b[T(0x1de)],b['pem']),f=(c===null||c===void 0x0?void 0x0:c[T(0x1c0)])||![];let g=[];f&&g['push']('-t');g=g[T(0x1dc)](['-o',T(0x1d3),'-i',e,'-p',b[T(0x1d4)],d,a,T(0x1c6)]);const h=T(0x1ea)+g[T(0x1df)]('\x20');return execSync(h)[T(0x1eb)]();}static['scp'](a,b){const U=a96S,c=b['user']+'@'+b[U(0x1c8)]+':'+a[U(0x1e6)],d=a96N[U(0x1df)](b['env'],b[U(0x1d1)]),e=['-i',d,'-P',b[U(0x1d4)],a[U(0x1ca)],c];spawnSync(U(0x1da),e,{'stdio':a[U(0x1dd)]?U(0x1cf):U(0x1c4)});}}function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a96d(a,b);}SSH['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const V=a96d,f=b[V(0x1d8)]+'@'+b[V(0x1c8)],g=a96N[V(0x1df)](b[V(0x1de)],b[V(0x1d1)]),h=(c===null||c===void 0x0?void 0x0:c[V(0x1c0)])||![],i=(c===null||c===void 0x0?void 0x0:c[V(0x1be)])||![];let j=[];h&&j[V(0x1d5)]('-t');i&&j['push']('-v');j=j['concat'](['-o',V(0x1d3),'-i',g,'-p',b[V(0x1d4)],f,a]);const k=Log[V(0x1d0)]();(c===null||c===void 0x0?void 0x0:c['message'])&&k['start'](c===null||c===void 0x0?void 0x0:c[V(0x1bd)]);const l=spawn(V(0x1e1),j,{'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?V(0x1cf):V(0x1c4)});l['on']('disconnect',()=>{const W=V;(c===null||c===void 0x0?void 0x0:c[W(0x1bd)])&&(W(0x1e3)===W(0x1bf)?b['success']():k['success']()),d();}),l['on'](V(0x1d2),()=>{const X=V;if(X(0x1c3)==='EbqtT')(c===null||c===void 0x0?void 0x0:c['message'])&&k[X(0x1e8)](),d();else{const n=d[X(0x1e7)](e,arguments);return f=null,n;}}),l['on'](V(0x1e0),()=>{const Y=V;(c===null||c===void 0x0?void 0x0:c[Y(0x1bd)])&&k['failure'](),e();});});},SSH[a96S(0x1cb)]=(a,b,c)=>{const Z=a96S,d=b['user']+'@'+b['host'],e=a96N[Z(0x1df)](b[Z(0x1de)],b[Z(0x1d1)]),f=(c===null||c===void 0x0?void 0x0:c[Z(0x1c0)])||![],g=(c===null||c===void 0x0?void 0x0:c['sshVerbose'])||![];let h=[];f&&h[Z(0x1d5)]('-t'),g&&h[Z(0x1d5)]('-v'),h=h['concat'](['-o',Z(0x1d3),'-i',e,'-p',b[Z(0x1d4)],d,a]),spawnSync(Z(0x1e1),h,{'stdio':(c===null||c===void 0x0?void 0x0:c[Z(0x1dd)])?'inherit':'ignore'});};
1
+ const a96S=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=-parseInt(O(0x1ca))/0x1+-parseInt(O(0x1ce))/0x2+parseInt(O(0x1c5))/0x3*(-parseInt(O(0x1b3))/0x4)+-parseInt(O(0x1cf))/0x5+-parseInt(O(0x1c0))/0x6*(-parseInt(O(0x1cb))/0x7)+-parseInt(O(0x1d5))/0x8*(parseInt(O(0x1e3))/0x9)+-parseInt(O(0x1b6))/0xa*(-parseInt(O(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x6ba5b));const a96b=(function(){let a=!![];return function(b,c){const P=a96d;if('iFPrw'!==P(0x1df))b['push']('-v');else{const e=a?function(){const Q=P;if(Q(0x1be)===Q(0x1da)){const g=l[Q(0x1d1)]+'@'+m[Q(0x1b9)],h=n[Q(0x1d3)](o[Q(0x1dd)],p[Q(0x1bc)]),i=(q===null||r===void 0x0?void 0x0:s['tty'])||![];let j=[];i&&j[Q(0x1d0)]('-t');j=j[Q(0x1d2)](['-o',Q(0x1d4),'-i',h,'-p',t['port'],g,u,Q(0x1b5)]);const k=Q(0x1bf)+j[Q(0x1d3)]('\x20');return v(k)[Q(0x1bd)]();}else{if(c){const g=c['apply'](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a96a=a96b(this,function(){const R=a96d;return a96a[R(0x1bd)]()[R(0x1d6)](R(0x1e4))[R(0x1bd)]()[R(0x1c2)](a96a)[R(0x1d6)]('(((.+)+)+)+$');});function a96c(){const a0=['Xpyrx','ssh\x20','223662tmmbpt','vWTjl','constructor','ignore','ssh','3Kislkc','22HqeHgW','disconnect','sshVerbose','QlgtL','18280CfKfiP','119fnkyqP','failure','sshSync','1183392LCDoyj','340110BleHWy','push','user','concat','join','ConnectTimeout=2','3208RNZOXA','search','Zhuft','message','tty','pDoka','port','withSpinner','env','success','iFPrw','apply','ping','cPvPK','15039ocVSkM','(((.+)+)+)+$','source','965356dwZLYe','zwrWw','2>&1','6983110GvDyMa','inherit','DmsvH','host','qOQTO','verbose','pem','toString'];a96c=function(){return a0;};return a96c();}a96a();import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a96d(a,b);}export class SSH{static[a96S(0x1e1)](a,b,c){const T=a96S,d=b['user']+'@'+b[T(0x1b9)],e=a96N[T(0x1d3)](b[T(0x1dd)],b[T(0x1bc)]),f=(c===null||c===void 0x0?void 0x0:c[T(0x1d9)])||![];let g=[];f&&g[T(0x1d0)]('-t');g=g[T(0x1d2)](['-o',T(0x1d4),'-i',e,'-p',b['port'],d,a,T(0x1b5)]);const h='ssh\x20'+g[T(0x1d3)]('\x20');return execSync(h)[T(0x1bd)]();}static['scp'](a,b){const U=a96S,c=b['user']+'@'+b[U(0x1b9)]+':'+a['dest'],d=a96N['join'](b['env'],b[U(0x1bc)]),e=['-i',d,'-P',b[U(0x1db)],a[U(0x1e5)],c];spawnSync('scp',e,{'stdio':a[U(0x1bb)]?U(0x1b7):U(0x1c3)});}}SSH['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const V=a96d;if('Ovcnk'===V(0x1c9))(f===null||g===void 0x0?void 0x0:h[V(0x1d8)])&&k[V(0x1de)](),j();else{const g=b['user']+'@'+b[V(0x1b9)],h=a96N[V(0x1d3)](b[V(0x1dd)],b[V(0x1bc)]),i=(c===null||c===void 0x0?void 0x0:c[V(0x1d9)])||![],j=(c===null||c===void 0x0?void 0x0:c[V(0x1c8)])||![];let k=[];if(i){if('vWTjl'!==V(0x1c1)){if(e){const o=i[V(0x1e0)](j,arguments);return k=null,o;}}else k[V(0x1d0)]('-t');}j&&k[V(0x1d0)]('-v');k=k[V(0x1d2)](['-o','ConnectTimeout=2','-i',h,'-p',b['port'],g,a]);const l=Log[V(0x1dc)]();(c===null||c===void 0x0?void 0x0:c[V(0x1d8)])&&l['start'](c===null||c===void 0x0?void 0x0:c['message']);const m=spawn(V(0x1c4),k,{'stdio':(c===null||c===void 0x0?void 0x0:c[V(0x1bb)])?'inherit':'ignore'});m['on'](V(0x1c7),()=>{const W=V;(c===null||c===void 0x0?void 0x0:c[W(0x1d8)])&&(W(0x1e2)!==W(0x1d7)?l['success']():b[W(0x1d0)]('-t')),d();}),m['on']('close',()=>{const X=V;X(0x1b4)===X(0x1b4)?((c===null||c===void 0x0?void 0x0:c[X(0x1d8)])&&(X(0x1b8)!==X(0x1ba)?l[X(0x1de)]():b[X(0x1de)]()),d()):((f===null||g===void 0x0?void 0x0:h[X(0x1d8)])&&k[X(0x1cc)](),j());}),m['on']('error',()=>{const Y=V;(c===null||c===void 0x0?void 0x0:c[Y(0x1d8)])&&l[Y(0x1cc)](),e();});}});},SSH[a96S(0x1cd)]=(a,b,c)=>{const Z=a96S,d=b[Z(0x1d1)]+'@'+b[Z(0x1b9)],e=a96N[Z(0x1d3)](b[Z(0x1dd)],b['pem']),f=(c===null||c===void 0x0?void 0x0:c[Z(0x1d9)])||![],g=(c===null||c===void 0x0?void 0x0:c[Z(0x1c8)])||![];let h=[];f&&h['push']('-t'),g&&h[Z(0x1d0)]('-v'),h=h[Z(0x1d2)](['-o',Z(0x1d4),'-i',e,'-p',b[Z(0x1db)],d,a]),spawnSync('ssh',h,{'stdio':(c===null||c===void 0x0?void 0x0:c[Z(0x1bb)])?Z(0x1b7):Z(0x1c3)});};
@@ -1 +1 @@
1
- (function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0x9d))/0x1*(parseInt(u(0xa9))/0x2)+parseInt(u(0xa4))/0x3*(-parseInt(u(0xa3))/0x4)+parseInt(u(0xa0))/0x5+-parseInt(u(0x9e))/0x6+-parseInt(u(0x9c))/0x7+parseInt(u(0xa1))/0x8*(-parseInt(u(0xa5))/0x9)+parseInt(u(0x9f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x3bfed));function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x9c;var f=c[d];return f;},a97d(a,b);}var a97b=(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;};}()),a97a=a97b(this,function(){var v=a97d;return a97a[v(0xa2)]()[v(0xa6)](v(0xa7))[v(0xa2)]()[v(0xa8)](a97a)[v(0xa6)](v(0xa7));});a97a();export{};function a97c(){var w=['6582490TGSADW','1826970ePbCTI','8uwTtff','toString','8RYwmrF','3579AggHaE','2657115FlaJRj','search','(((.+)+)+)+$','constructor','65572JtysBQ','2218944bcvPWY','4RPdaUJ','192870rgHgVA'];a97c=function(){return w;};return a97c();}
1
+ function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a97d(a,b);}(function(a,b){var u=a97d,c=a();while(!![]){try{var d=parseInt(u(0x1ee))/0x1*(-parseInt(u(0x1fc))/0x2)+-parseInt(u(0x1f8))/0x3*(-parseInt(u(0x1f2))/0x4)+-parseInt(u(0x1f7))/0x5*(-parseInt(u(0x1f4))/0x6)+parseInt(u(0x1f3))/0x7*(parseInt(u(0x1f9))/0x8)+-parseInt(u(0x1f1))/0x9+-parseInt(u(0x1fe))/0xa*(parseInt(u(0x1f0))/0xb)+parseInt(u(0x1fb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x3af06));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a[w(0x1ef)]()[w(0x1f6)]('(((.+)+)+)+$')[w(0x1ef)]()[w(0x1fd)](a97a)['search'](w(0x1fa));});a97a();function a97c(){var x=['786454tPmdZg','constructor','20jkmQVE','1imIxRj','toString','193105zzCrhy','2673072FCCxDE','4vKUzZx','753515rOQgok','24yBQpWP','apply','search','461135LWLaQh','671259XwYctA','16WygGBS','(((.+)+)+)+$','1905696eYKnJK'];a97c=function(){return x;};return a97c();}export{};
@@ -1 +1 @@
1
- (function(a,b){const v=a99d,c=a();while(!![]){try{const d=parseInt(v(0x158))/0x1*(parseInt(v(0x159))/0x2)+parseInt(v(0x150))/0x3+parseInt(v(0x160))/0x4*(-parseInt(v(0x152))/0x5)+-parseInt(v(0x164))/0x6*(parseInt(v(0x147))/0x7)+-parseInt(v(0x14f))/0x8*(parseInt(v(0x148))/0x9)+parseInt(v(0x156))/0xa+parseInt(v(0x151))/0xb*(parseInt(v(0x163))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x2d9fc));const a99b=(function(){let a=!![];return function(b,c){const w=a99d;if(w(0x14d)===w(0x154)){const e=g?function(){const x=w;if(e){const u=q[x(0x157)](r,arguments);return s=null,u;}}:function(){};return l=![],e;}else{const e=a?function(){const y=w;if(c){if(y(0x15c)==='jECoD'){const f=c[y(0x157)](b,arguments);return c=null,f;}else c[y(0x15d)](y(0x153)),d['push'](y(0x167));}}:function(){};return a=![],e;}};}()),a99a=a99b(this,function(){const z=a99d;return a99a[z(0x166)]()[z(0x155)]('(((.+)+)+)+$')['toString']()['constructor'](a99a)[z(0x155)](z(0x168));});function a99c(){const C=['req','constructor','cwd','ArvyS','-keyout','1441864BlDFng','565422piclNp','5841SAumDV','460MoBhcB','-config','VAjFt','search','1085650abAvkp','apply','15024CZDbRy','32sxGCbN','inherit','-nodes','jECoD','push','keyName','csrName','7804vZmwsN','useConfig','openssl','468kZNgIL','5322mMxmjf','-x509','toString','openssl.conf','(((.+)+)+)+$','-new','91RBwgTB','9LCjwDZ','ZowAd'];a99c=function(){return C;};return a99c();}a99a();import{spawnSync}from'child_process';function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x146;let f=c[d];return f;},a99d(a,b);}export class SSL{static['genCSR'](a){const A=a99d,b=a[A(0x14c)]?a['cwd']:process['cwd'](),c=[A(0x14a),A(0x146),'-newkey','rsa:2048',A(0x15b),A(0x14e),a[A(0x15e)],'-out',a[A(0x15f)]];if(a[A(0x161)]){if('jbXmu'===A(0x149))return c[A(0x166)]()[A(0x155)]('(((.+)+)+)+$')[A(0x166)]()[A(0x14b)](d)[A(0x155)](A(0x168));else c[A(0x15d)](A(0x153)),c[A(0x15d)](A(0x167));}spawnSync(A(0x162),c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const B=a99d,b=a['cwd']?a[B(0x14c)]:process[B(0x14c)](),c=[B(0x14a),B(0x165),B(0x146),'-key',a[B(0x15e)],'-out',a['crtName']];a[B(0x161)]&&(c[B(0x15d)](B(0x153)),c['push']('openssl.conf')),spawnSync(B(0x162),c,{'stdio':B(0x15a),'cwd':b});}}
1
+ const a99z=a99d;(function(a,b){const v=a99d,c=a();while(!![]){try{const d=-parseInt(v(0x1eb))/0x1+-parseInt(v(0x1fb))/0x2+-parseInt(v(0x1ed))/0x3*(-parseInt(v(0x1e1))/0x4)+parseInt(v(0x1f9))/0x5*(parseInt(v(0x1ee))/0x6)+-parseInt(v(0x1f2))/0x7+parseInt(v(0x1ea))/0x8*(-parseInt(v(0x1fa))/0x9)+parseInt(v(0x1f4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xd819b));const a99b=(function(){let a=!![];return function(b,c){const w=a99d;if(w(0x1f7)===w(0x1f7)){const d=a?function(){const x=w;if(x(0x1ec)===x(0x1ec)){if(c){if(x(0x200)!=='jhNUD'){const e=c[x(0x201)](b,arguments);return c=null,e;}else return c['toString']()[x(0x1e3)](x(0x1df))[x(0x1e2)]()[x(0x1f3)](d)[x(0x1e3)]('(((.+)+)+)+$');}}else{const h=h['cwd']?i[x(0x1e5)]:j[x(0x1e5)](),i=[x(0x1f6),'-new',x(0x1e0),'rsa:2048',x(0x1e4),x(0x1e9),k[x(0x1f8)],x(0x1e6),l['csrName']];m['useConfig']&&(i['push'](x(0x202)),i['push']('openssl.conf')),n(x(0x1f0),i,{'stdio':x(0x1ef),'cwd':h});}}:function(){};return a=![],d;}else{const f=d[w(0x201)](e,arguments);return f=null,f;}};}()),a99a=a99b(this,function(){const y=a99d;return a99a[y(0x1e2)]()[y(0x1e3)](y(0x1df))[y(0x1e2)]()[y(0x1f3)](a99a)[y(0x1e3)](y(0x1df));});function a99c(){const D=['openssl','rsa:2048','6179859jNIcFu','constructor','31546220WoxUah','useConfig','req','VxYIu','keyName','451985ktzJTt','45NtEoOm','2198218omdfAm','eciZU','-key','push','genCSR','qBqCd','apply','-config','openssl.conf','-new','(((.+)+)+)+$','-newkey','20ZHQBXm','toString','search','-nodes','cwd','-out','csrName','genSSC','-keyout','26232uuZIkk','1127138xowkCz','nnYEQ','133935SKALya','42wpPunG','inherit'];a99c=function(){return D;};return a99c();}a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x1df;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{static[a99z(0x1ff)](a){const A=a99z,b=a[A(0x1e5)]?a[A(0x1e5)]:process['cwd'](),c=[A(0x1f6),A(0x204),A(0x1e0),A(0x1f1),A(0x1e4),A(0x1e9),a[A(0x1f8)],A(0x1e6),a[A(0x1e7)]];if(a[A(0x1f5)]){if(A(0x1fc)!=='zdwAn')c[A(0x1fe)](A(0x202)),c[A(0x1fe)](A(0x203));else{const e=g?function(){const B=A;if(e){const u=q[B(0x201)](r,arguments);return s=null,u;}}:function(){};return l=![],e;}}spawnSync(A(0x1f0),c,{'stdio':A(0x1ef),'cwd':b});}static[a99z(0x1e8)](a){const C=a99z,b=a[C(0x1e5)]?a[C(0x1e5)]:process[C(0x1e5)](),c=[C(0x1f6),'-x509',C(0x204),C(0x1fd),a[C(0x1f8)],C(0x1e6),a['crtName']];a[C(0x1f5)]&&(c[C(0x1fe)](C(0x202)),c[C(0x1fe)]('openssl.conf')),spawnSync('openssl',c,{'stdio':C(0x1ef),'cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.3.18",
3
+ "version": "4.3.19",
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.",