@maka/maka-cli 4.3.19 → 4.3.21

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 (97) 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/templates/service/docker/Dockerfile +1 -1
  79. package/dist/tool.js +1 -1
  80. package/dist/tools/actions/actions.class.js +1 -1
  81. package/dist/tools/actions/actions.test.js +1 -1
  82. package/dist/tools/aws/aws.class.js +1 -1
  83. package/dist/tools/aws/aws.interfaces.js +1 -1
  84. package/dist/tools/docker/docker.class.js +1 -1
  85. package/dist/tools/docker/docker.interfaces.js +1 -1
  86. package/dist/tools/fsi/fsi.class.js +1 -1
  87. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  88. package/dist/tools/https/https.class.js +1 -1
  89. package/dist/tools/https/https.interface.js +1 -1
  90. package/dist/tools/log/log.class.js +1 -1
  91. package/dist/tools/log/log.interfaces.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  93. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  94. package/dist/tools/ssh/ssh.class.js +1 -1
  95. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  96. package/dist/tools/ssl/ssl.class.js +1 -1
  97. package/package.json +10 -10
@@ -1 +1 @@
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
+ const a93y=a93d;(function(a,b){const u=a93d,c=a();while(!![]){try{const d=parseInt(u(0x77))/0x1*(parseInt(u(0x85))/0x2)+-parseInt(u(0x90))/0x3+-parseInt(u(0x92))/0x4+-parseInt(u(0x74))/0x5*(-parseInt(u(0x8c))/0x6)+-parseInt(u(0x95))/0x7+-parseInt(u(0x87))/0x8+parseInt(u(0x93))/0x9*(parseInt(u(0x83))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xeae04));const a93b=(function(){let a=!![];return function(b,c){const v=a93d;if(v(0x88)===v(0x88)){const d=a?function(){const w=v;if('RuxEt'!==w(0x8b)){if(c){const e=c[w(0x81)](b,arguments);return c=null,e;}}else(f===null||g===void 0x0?void 0x0:h[w(0x8a)])&&k['success'](),j();}:function(){};return a=![],d;}else(f===null||g===void 0x0?void 0x0:h[v(0x8a)])&&k['success'](),j();};}()),a93a=a93b(this,function(){const x=a93d;return a93a[x(0x7b)]()['search'](x(0x97))[x(0x7b)]()[x(0x75)](a93a)[x(0x98)](x(0x97));});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-0x74;let f=c[d];return f;},a93d(a,b);}function a93c(){const F=['failure','2101635urEQyT','YKbEc','5486704GGqefm','10721961NCwGJn','start','1658608CDWqsA','success','(((.+)+)+)+$','search','cwd','popQw','ignore','5EcTYWF','constructor','wIlFx','1903701tbRxKW','kWPle','close','PAtrw','toString','error','jJqoF','dsyFc','verbose','log','apply','pid','10mEIvzi','UtrAK','2TLBgOR','kill','12721616nMLEvR','dLskC','withSpinner','message','ADAfq','10598334qXHOkW','HgCax','mlGfw'];a93c=function(){return F;};return a93c();}export class SpawnAsync{static[a93y(0x89)](a,b,c){return new Promise((d,e)=>{const z=a93d;if(z(0x7a)===z(0x84)){const h=d['apply'](e,arguments);return f=null,h;}else{const g=Log[z(0x89)](),h=(c===null||c===void 0x0?void 0x0:c[z(0x99)])||'.';(c===null||c===void 0x0?void 0x0:c[z(0x8a)])&&(z(0x76)!==z(0x76)?c[z(0x86)](d):g[z(0x94)](c===null||c===void 0x0?void 0x0:c[z(0x8a)]));const i=spawn(a,b,{'cwd':h,'stdio':(c===null||c===void 0x0?void 0x0:c[z(0x7f)])?'inherit':z(0x9b)});process['on']('SIGINT',()=>{const A=z,k=i[A(0x82)];if(k){if(A(0x78)===A(0x9a)){const m=c[A(0x82)];m&&e[A(0x86)](m);}else process[A(0x86)](k);}}),i['on']('data',k=>{const B=z;console[B(0x80)](k);}),i['on']('disconnect',()=>{const C=z;(c===null||c===void 0x0?void 0x0:c[C(0x8a)])&&(C(0x7e)===C(0x7e)?g['success']():e[C(0x94)](f===null||g===void 0x0?void 0x0:h[C(0x8a)])),d();}),i['on'](z(0x79),()=>{const D=z;D(0x8d)===D(0x91)?b['success']():((c===null||c===void 0x0?void 0x0:c[D(0x8a)])&&g[D(0x96)](),d());}),i['on'](z(0x7c),()=>{const E=z;E(0x8e)!==E(0x7d)?((c===null||c===void 0x0?void 0x0:c['message'])&&g[E(0x8f)](),e()):b[E(0x96)]();});}});}}
@@ -1 +1 @@
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
+ function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a94d(a,b);}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=-parseInt(u(0x1ba))/0x1+parseInt(u(0x1c3))/0x2*(parseInt(u(0x1b9))/0x3)+-parseInt(u(0x1c1))/0x4+parseInt(u(0x1bd))/0x5*(parseInt(u(0x1bf))/0x6)+parseInt(u(0x1c6))/0x7*(parseInt(u(0x1c0))/0x8)+parseInt(u(0x1c2))/0x9+parseInt(u(0x1be))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x9a311));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[v(0x1c5)]()[v(0x1c4)](v(0x1bb))[v(0x1c5)]()[v(0x1bc)](a94a)[v(0x1c4)](v(0x1bb));});a94a();export{};function a94c(){var w=['1494438MCFvmk','1200040iWJEXz','(((.+)+)+)+$','constructor','230375rHJHdI','7362650GsVPYh','6ymfwJi','656fseDwb','4363396TGBTFC','6785982tCfKRp','4ZEXHYV','search','toString','33278MBXKLc'];a94c=function(){return w;};return a94c();}
@@ -1 +1 @@
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
+ function a96c(){const Y=['ssh','4879305fmaRUe','push','constructor','user','apply','toString','pem','concat','verbose','857386BAvDeT','success','tQlZQ','60ASlfMQ','inherit','ssh\x20','ignore','ping','2223952MTAaiR','533841fNzZuH','BFBII','source','10AVOjmt','pAuAw','port','216TQmFtX','sshVerbose','877674rreeUc','ConnectTimeout=2','close','search','disconnect','join','1665228szEiPM','scp','24xeRIPv','1UTiiZr','host','aXWgf','message','sshSync','(((.+)+)+)+$','env','tty','197996QywwMm'];a96c=function(){return Y;};return a96c();}const a96R=a96d;function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1de;let f=c[d];return f;},a96d(a,b);}(function(a,b){const O=a96d,c=a();while(!![]){try{const d=parseInt(O(0x1e4))/0x1*(-parseInt(O(0x1f7))/0x2)+parseInt(O(0x1e1))/0x3+-parseInt(O(0x1ec))/0x4*(parseInt(O(0x1fa))/0x5)+-parseInt(O(0x1e3))/0x6*(parseInt(O(0x208))/0x7)+parseInt(O(0x1ff))/0x8+-parseInt(O(0x1ee))/0x9*(-parseInt(O(0x203))/0xa)+parseInt(O(0x200))/0xb*(parseInt(O(0x206))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xb0e54));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const P=a96d;if(c){const e=c[P(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const Q=a96d;return a96a[Q(0x1f3)]()[Q(0x1de)]('(((.+)+)+)+$')[Q(0x1f3)]()[Q(0x1f0)](a96a)[Q(0x1de)](Q(0x1e9));});a96a();import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static[a96R(0x1fe)](a,b,c){const S=a96R,d=b['user']+'@'+b['host'],e=a96N[S(0x1e0)](b['env'],b[S(0x1f4)]),f=(c===null||c===void 0x0?void 0x0:c[S(0x1eb)])||![];let g=[];f&&g[S(0x1ef)]('-t');g=g[S(0x1f5)](['-o',S(0x209),'-i',e,'-p',b['port'],d,a,'2>&1']);const h=S(0x1fc)+g[S(0x1e0)]('\x20');return execSync(h)[S(0x1f3)]();}static[a96R(0x1e2)](a,b){const T=a96R,c=b[T(0x1f1)]+'@'+b['host']+':'+a['dest'],d=a96N[T(0x1e0)](b['env'],b['pem']),e=['-i',d,'-P',b[T(0x205)],a[T(0x202)],c];spawnSync(T(0x1e2),e,{'stdio':a[T(0x1f6)]?T(0x1fb):'ignore'});}}SSH[a96R(0x1ed)]=(a,b,c)=>{return new Promise((d,e)=>{const U=a96d;if(U(0x201)!=='BFBII'){if(e){const g=i[U(0x1f2)](j,arguments);return k=null,g;}}else{const g=b[U(0x1f1)]+'@'+b['host'],h=a96N[U(0x1e0)](b[U(0x1ea)],b['pem']),i=(c===null||c===void 0x0?void 0x0:c['tty'])||![],j=(c===null||c===void 0x0?void 0x0:c[U(0x207)])||![];let k=[];i&&k[U(0x1ef)]('-t');if(j){if(U(0x1f9)===U(0x204)){const o=d[U(0x1f2)](e,arguments);return f=null,o;}else k['push']('-v');}k=k[U(0x1f5)](['-o','ConnectTimeout=2','-i',h,'-p',b[U(0x205)],g,a]);const l=Log['withSpinner']();(c===null||c===void 0x0?void 0x0:c[U(0x1e7)])&&l['start'](c===null||c===void 0x0?void 0x0:c[U(0x1e7)]);const m=spawn(U(0x1ed),k,{'stdio':(c===null||c===void 0x0?void 0x0:c[U(0x1f6)])?U(0x1fb):U(0x1fd)});m['on'](U(0x1df),()=>{const V=U;(c===null||c===void 0x0?void 0x0:c[V(0x1e7)])&&l[V(0x1f8)](),d();}),m['on'](U(0x20a),()=>{const W=U;'aXWgf'!==W(0x1e6)?b[W(0x1f8)]():((c===null||c===void 0x0?void 0x0:c[W(0x1e7)])&&l['success'](),d());}),m['on']('error',()=>{(c===null||c===void 0x0?void 0x0:c['message'])&&l['failure'](),e();});}});},SSH[a96R(0x1e8)]=(a,b,c)=>{const X=a96R,d=b[X(0x1f1)]+'@'+b[X(0x1e5)],e=a96N[X(0x1e0)](b[X(0x1ea)],b[X(0x1f4)]),f=(c===null||c===void 0x0?void 0x0:c[X(0x1eb)])||![],g=(c===null||c===void 0x0?void 0x0:c['sshVerbose'])||![];let h=[];f&&h[X(0x1ef)]('-t'),g&&h[X(0x1ef)]('-v'),h=h['concat'](['-o',X(0x209),'-i',e,'-p',b['port'],d,a]),spawnSync('ssh',h,{'stdio':(c===null||c===void 0x0?void 0x0:c[X(0x1f6)])?X(0x1fb):X(0x1fd)});};
@@ -1 +1 @@
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
+ (function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0x192))/0x1+-parseInt(u(0x194))/0x2*(-parseInt(u(0x18f))/0x3)+parseInt(u(0x18d))/0x4+parseInt(u(0x191))/0x5*(parseInt(u(0x189))/0x6)+parseInt(u(0x18a))/0x7+-parseInt(u(0x190))/0x8+-parseInt(u(0x18e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x49a83));function a97c(){var x=['1327648JKJMtx','1861115bmHlTf','2089LQSEQY','(((.+)+)+)+$','414jqQZPW','6vicGil','2393286ffhGqp','search','apply','2162536lVQYmS','11597778DGyzzg','7299JFagPd'];a97c=function(){return x;};return a97c();}function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x189;var f=c[d];return f;},a97d(a,b);}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a['toString']()[w(0x18b)](w(0x193))['toString']()['constructor'](a97a)['search'](w(0x193));});a97a();export{};
@@ -1 +1 @@
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});}}
1
+ (function(a,b){const v=a99d,c=a();while(!![]){try{const d=-parseInt(v(0x144))/0x1+parseInt(v(0x130))/0x2*(parseInt(v(0x133))/0x3)+parseInt(v(0x14a))/0x4+parseInt(v(0x147))/0x5*(parseInt(v(0x14d))/0x6)+parseInt(v(0x139))/0x7*(parseInt(v(0x136))/0x8)+-parseInt(v(0x137))/0x9+-parseInt(v(0x149))/0xa*(parseInt(v(0x148))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x46aae));const a99b=(function(){let a=!![];return function(b,c){const w=a99d;if(w(0x146)!==w(0x12f)){const d=a?function(){const x=w;if(x(0x13b)!==x(0x131)){if(c){const e=c[x(0x13a)](b,arguments);return c=null,e;}}else{const h=d[x(0x13a)](e,arguments);return f=null,h;}}:function(){};return a=![],d;}else{const f=g?function(){const y=w;if(f){const u=q[y(0x13a)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}};}()),a99a=a99b(this,function(){const z=a99d;return a99a['toString']()[z(0x13d)](z(0x13c))['toString']()[z(0x13f)](a99a)[z(0x13d)](z(0x13c));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x12f;let f=c[d];return f;},a99d(a,b);}function a99c(){const C=['BxmaX','5FDDvGb','286YTnGpX','25930zqlRwh','967876kvgsEC','-nodes','inherit','1123314zYJOKS','req','-key','useConfig','-keyout','-new','-newkey','-config','AOGWY','388mtZCri','uWvvM','openssl','4596qrFpxA','keyName','-x509','40oJZeef','1863297ObKEos','goyPw','447027sniGnZ','apply','uWKgx','(((.+)+)+)+$','search','csrName','constructor','cwd','crtName','-out','push','481796BHKsLP','rsa:2048'];a99c=function(){return C;};return a99c();}a99a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const A=a99d,b=a['cwd']?a[A(0x140)]:process['cwd'](),c=[A(0x14e),A(0x152),A(0x153),A(0x145),A(0x14b),A(0x151),a['keyName'],A(0x142),a[A(0x13e)]];if(a[A(0x150)]){if(A(0x138)!==A(0x138)){if(e){const e=i[A(0x13a)](j,arguments);return k=null,e;}}else c[A(0x143)](A(0x154)),c[A(0x143)]('openssl.conf');}spawnSync('openssl',c,{'stdio':A(0x14c),'cwd':b});}static['genSSC'](a){const B=a99d,b=a[B(0x140)]?a[B(0x140)]:process[B(0x140)](),c=['req',B(0x135),'-new',B(0x14f),a[B(0x134)],'-out',a[B(0x141)]];a['useConfig']&&(c['push'](B(0x154)),c[B(0x143)]('openssl.conf')),spawnSync(B(0x132),c,{'stdio':B(0x14c),'cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.3.19",
3
+ "version": "4.3.21",
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.",
@@ -40,7 +40,7 @@
40
40
  "dotenv": "^16.0.3",
41
41
  "ejs": "^3.1.8",
42
42
  "elegant-spinner": "^3.0.0",
43
- "eslint": "^8.28.0",
43
+ "eslint": "^8.29.0",
44
44
  "http-proxy": "^1.18.1",
45
45
  "humps": "^2.0.1",
46
46
  "inquirer": "^9.1.4",
@@ -53,11 +53,11 @@
53
53
  "single-line-log2": "^1.1.3",
54
54
  "slash": "^5.0.0",
55
55
  "spawn-args": "0.2.0",
56
- "systeminformation": "^5.14.4",
56
+ "systeminformation": "^5.16.1",
57
57
  "xtend": "^4.0.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/types": "^3.215.0",
60
+ "@aws-sdk/types": "^3.224.0",
61
61
  "@types/chai": "^4.3.4",
62
62
  "@types/change-case": "^2.3.1",
63
63
  "@types/cli-color": "^2.0.2",
@@ -69,13 +69,13 @@
69
69
  "@types/jsonwebtoken": "^8.5.9",
70
70
  "@types/meteor": "^2.8.1",
71
71
  "@types/minimist": "^1.2.2",
72
- "@types/mocha": "^10.0.0",
73
- "@types/node": "^18.11.9",
74
- "@types/react": "^18.0.25",
72
+ "@types/mocha": "^10.0.1",
73
+ "@types/node": "^18.11.11",
74
+ "@types/react": "^18.0.26",
75
75
  "@types/react-dom": "^18.0.9",
76
- "@typescript-eslint/eslint-plugin": "^5.44.0",
77
- "@typescript-eslint/parser": "^5.44.0",
78
- "aws-sdk": "^2.1261.0",
76
+ "@typescript-eslint/eslint-plugin": "^5.45.1",
77
+ "@typescript-eslint/parser": "^5.45.1",
78
+ "aws-sdk": "^2.1269.0",
79
79
  "chai": "^4.3.7",
80
80
  "chdir": "^0.0.0",
81
81
  "concat-stream": "^2.0.0",