@maka/maka-cli 4.3.25 → 4.3.26

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
- const a93y=a93d;(function(a,b){const u=a93d,c=a();while(!![]){try{const d=-parseInt(u(0xb9))/0x1*(-parseInt(u(0xb8))/0x2)+-parseInt(u(0x9b))/0x3+-parseInt(u(0xaf))/0x4*(parseInt(u(0xa5))/0x5)+parseInt(u(0xac))/0x6+-parseInt(u(0xb6))/0x7+parseInt(u(0xab))/0x8*(parseInt(u(0xaa))/0x9)+parseInt(u(0x9e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xe968d));function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x9b;let f=c[d];return f;},a93d(a,b);}const a93b=(function(){let a=!![];return function(b,c){const v=a93d;if('yLYxI'===v(0xa9)){const d=a?function(){const w=v;if(c){const e=c[w(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else e['start'](f===null||g===void 0x0?void 0x0:h[v(0xb0)]);};}()),a93a=a93b(this,function(){const x=a93d;return a93a[x(0xad)]()[x(0xa8)](x(0xa0))[x(0xad)]()[x(0xa4)](a93a)['search'](x(0xa0));});function a93c(){const F=['start','GGROX','DSmSS','close','7730121LTyaNJ','error','166pPxsTf','22753IbmLYS','disconnect','success','4754979TkUNIy','verbose','failure','13511660lkCTZB','cwd','(((.+)+)+)+$','withSpinner','apply','skZuY','constructor','1850hSjpKT','log','ignore','search','yLYxI','9VufKDb','10074912KxqtcF','2769972ONKZIN','toString','ajxvB','14220OjMaDY','message','SIGINT'];a93c=function(){return F;};return a93c();}a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93y(0xa1)](a,b,c){return new Promise((d,e)=>{const z=a93d;if(z(0xa3)!==z(0xa3))b[z(0xbb)]();else{const g=Log[z(0xa1)](),h=(c===null||c===void 0x0?void 0x0:c[z(0x9f)])||'.';(c===null||c===void 0x0?void 0x0:c[z(0xb0)])&&(z(0xb4)===z(0xb4)?g[z(0xb2)](c===null||c===void 0x0?void 0x0:c[z(0xb0)]):b[z(0x9d)]());const i=spawn(a,b,{'cwd':h,'stdio':(c===null||c===void 0x0?void 0x0:c[z(0x9c)])?'inherit':z(0xa7)});process['on'](z(0xb1),()=>{const A=z;if('GGROX'===A(0xb3)){const k=i['pid'];k&&process['kill'](k);}else(f===null||g===void 0x0?void 0x0:h['message'])&&k[A(0xbb)](),j();}),i['on']('data',k=>{const B=z;'ajxvB'!==B(0xae)?b[B(0xbb)]():console[B(0xa6)](k);}),i['on'](z(0xba),()=>{const C=z;(c===null||c===void 0x0?void 0x0:c['message'])&&g[C(0xbb)](),d();}),i['on'](z(0xb5),()=>{const D=z;(c===null||c===void 0x0?void 0x0:c[D(0xb0)])&&g['success'](),d();}),i['on'](z(0xb7),()=>{const E=z;(c===null||c===void 0x0?void 0x0:c[E(0xb0)])&&g[E(0x9d)](),e();});}});}}
1
+ const a93A=a93d;function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x17d;let f=c[d];return f;},a93d(a,b);}function a93c(){const H=['toString','data','2747591bDwNWR','withSpinner','ignore','117426bgCwrz','288622jYzZof','1073040TiyohP','lMOMx','(((.+)+)+)+$','cwd','1176760hTRFFk','pid','AyBoG','kill','usltR','disconnect','PiISk','apply','message','search','success','262250gfHMYH','log','constructor','pajzB','svulB','error','ZsjaB','NCbZm','1370412RvLvAP','inherit','18HScISS'];a93c=function(){return H;};return a93c();}(function(a,b){const v=a93d,c=a();while(!![]){try{const d=parseInt(v(0x19a))/0x1+-parseInt(v(0x193))/0x2*(-parseInt(v(0x199))/0x3)+parseInt(v(0x17e))/0x4+parseInt(v(0x189))/0x5+-parseInt(v(0x191))/0x6+-parseInt(v(0x196))/0x7+-parseInt(v(0x19b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x38c2f));const a93b=(function(){let a=!![];return function(b,c){const w=a93d;if(w(0x184)==='PiISk'){const d=a?function(){const x=w;if(x(0x19c)!=='hLGVH'){if(c){if(x(0x18c)===x(0x180)){const f=g?function(){const y=x;if(f){const u=q[y(0x185)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}else{const f=c[x(0x185)](b,arguments);return c=null,f;}}}else c['log'](d);}:function(){};return a=![],d;}else(f===null||g===void 0x0?void 0x0:h['message'])&&k[w(0x188)](),j();};}()),a93a=a93b(this,function(){const z=a93d;return a93a[z(0x194)]()[z(0x187)](z(0x19d))['toString']()[z(0x18b)](a93a)[z(0x187)](z(0x19d));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93A(0x197)](a,b,c){return new Promise((d,e)=>{const B=a93d;if('CtoGc'!=='fvQhd'){const f=Log[B(0x197)](),g=(c===null||c===void 0x0?void 0x0:c[B(0x17d)])||'.';(c===null||c===void 0x0?void 0x0:c['message'])&&f['start'](c===null||c===void 0x0?void 0x0:c[B(0x186)]);const h=spawn(a,b,{'cwd':g,'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?B(0x192):B(0x198)});process['on']('SIGINT',()=>{const C=B;if(C(0x18d)!=='svulB'){if(e){const j=i['apply'](j,arguments);return k=null,j;}}else{const j=h[C(0x17f)];if(j){if(C(0x190)!==C(0x190)){const l=d[C(0x185)](e,arguments);return f=null,l;}else process[C(0x181)](j);}}}),h['on'](B(0x195),i=>{const D=B;console[D(0x18a)](i);}),h['on'](B(0x183),()=>{const E=B;(c===null||c===void 0x0?void 0x0:c['message'])&&f[E(0x188)](),d();}),h['on']('close',()=>{const F=B;(c===null||c===void 0x0?void 0x0:c[F(0x186)])&&(F(0x18f)==='ZsjaB'?f[F(0x188)]():b[F(0x188)]()),d();}),h['on'](B(0x18e),()=>{const G=B;G(0x182)===G(0x182)?((c===null||c===void 0x0?void 0x0:c[G(0x186)])&&f['failure'](),e()):((f===null||g===void 0x0?void 0x0:h['message'])&&k['success'](),j());});}else b['success']();});}}
@@ -1 +1 @@
1
- (function(a,b){var u=a94d,c=a();while(!![]){try{var d=parseInt(u(0x1b1))/0x1+-parseInt(u(0x1ae))/0x2*(parseInt(u(0x1ab))/0x3)+-parseInt(u(0x1a7))/0x4+-parseInt(u(0x1aa))/0x5+-parseInt(u(0x1a4))/0x6*(-parseInt(u(0x1a9))/0x7)+-parseInt(u(0x1a6))/0x8+-parseInt(u(0x1af))/0x9*(-parseInt(u(0x1a8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x4e724));function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1a3;var f=c[d];return f;},a94d(a,b);}var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a94d;if(c){var e=c[v(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var w=a94d;return a94a[w(0x1ad)]()[w(0x1b0)](w(0x1a5))['toString']()[w(0x1ac)](a94a)[w(0x1b0)]('(((.+)+)+)+$');});a94a();export{};function a94c(){var x=['9782AciXTr','8325225XKcBZD','search','117838DrEFyK','apply','247956YMfAKT','(((.+)+)+)+$','1272544KtdUKv','396900BleyNx','10Sdblto','28saHxtd','3020515HWjcnq','15mkIDVy','constructor','toString'];a94c=function(){return x;};return a94c();}
1
+ (function(a,b){var u=a94d,c=a();while(!![]){try{var d=parseInt(u(0x136))/0x1*(parseInt(u(0x13d))/0x2)+parseInt(u(0x134))/0x3*(parseInt(u(0x13e))/0x4)+-parseInt(u(0x133))/0x5*(-parseInt(u(0x13a))/0x6)+parseInt(u(0x13b))/0x7+parseInt(u(0x135))/0x8+-parseInt(u(0x132))/0x9+parseInt(u(0x137))/0xa*(-parseInt(u(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x7a1cd));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(0x13c)](v(0x131))['toString']()[v(0x139)](a94a)['search'](v(0x131));});function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x131;var f=c[d];return f;},a94d(a,b);}function a94c(){var w=['7446933vqyHbc','6845oDNGwP','1590681AXILke','6711952zGlmnt','2MprwFp','10NGSDUK','2451779kucVpw','constructor','522QdtudU','147175mCsksu','search','41150lBHvZm','4hhoAOV','(((.+)+)+)+$'];a94c=function(){return w;};return a94c();}a94a();export{};
@@ -1 +1 @@
1
- const a96R=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=parseInt(O(0x1f6))/0x1+parseInt(O(0x20c))/0x2*(-parseInt(O(0x1f0))/0x3)+-parseInt(O(0x1ec))/0x4+parseInt(O(0x1eb))/0x5+-parseInt(O(0x208))/0x6+-parseInt(O(0x1fe))/0x7+parseInt(O(0x203))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x7a837));function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1dc;let f=c[d];return f;},a96d(a,b);}const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const P=a96d;if(P(0x1ff)!==P(0x200)){if(c){const e=c[P(0x1df)](b,arguments);return c=null,e;}}else(f===null||g===void 0x0?void 0x0:h[P(0x202)])&&k[P(0x205)](),j();}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const Q=a96d;return a96a[Q(0x20b)]()['search'](Q(0x1f1))[Q(0x20b)]()[Q(0x1fc)](a96a)[Q(0x209)]('(((.+)+)+)+$');});a96a();function a96c(){const Z=['failure','2>&1','sshSync','source','588032GuBYRN','error','tty','whFNv','disconnect','Zbdjz','constructor','start','4242343dppQom','ydbqv','VgGBo','close','message','13905384NgJUpY','user','success','TQSTW','ssh','4772820dgFGPY','search','ping','toString','894428DIhYhP','inherit','env','port','join','PkSQU','apply','pem','abOHL','ignore','ssh\x20','sshVerbose','YPVtL','push','scp','concat','verbose','lcwGW','3477880zMmuGJ','2684932vmqVDo','ConnectTimeout=2','host','withSpinner','3bgnxpH','(((.+)+)+)+$'];a96c=function(){return Z;};return a96c();}import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static[a96R(0x20a)](a,b,c){const S=a96R,d=b[S(0x204)]+'@'+b['host'],e=a96N[S(0x1dd)](b['env'],b[S(0x1e0)]),f=(c===null||c===void 0x0?void 0x0:c[S(0x1f8)])||![];let g=[];f&&g[S(0x1e6)]('-t');g=g[S(0x1e8)](['-o',S(0x1ed),'-i',e,'-p',b[S(0x1dc)],d,a,S(0x1f3)]);const h='ssh\x20'+g[S(0x1dd)]('\x20');return execSync(h)['toString']();}static[a96R(0x1e7)](a,b){const T=a96R,c=b[T(0x204)]+'@'+b[T(0x1ee)]+':'+a['dest'],d=a96N[T(0x1dd)](b[T(0x20e)],b['pem']),e=['-i',d,'-P',b[T(0x1dc)],a[T(0x1f5)],c];spawnSync(T(0x1e7),e,{'stdio':a['verbose']?T(0x20d):T(0x1e2)});}}SSH[a96R(0x207)]=(a,b,c)=>{return new Promise((d,e)=>{const U=a96d;if(U(0x1de)===U(0x206)){const g=r['user']+'@'+s[U(0x1ee)],h=t[U(0x1dd)](u['env'],v['pem']),i=(w===null||x===void 0x0?void 0x0:y[U(0x1f8)])||![],j=(z===null||A===void 0x0?void 0x0:B[U(0x1e4)])||![];let k=[];i&&k[U(0x1e6)]('-t'),j&&k['push']('-v'),k=k[U(0x1e8)](['-o','ConnectTimeout=2','-i',h,'-p',C[U(0x1dc)],g,D]),E(U(0x207),k,{'stdio':(F===null||G===void 0x0?void 0x0:H['verbose'])?'inherit':U(0x1e2)});}else{const g=b[U(0x204)]+'@'+b['host'],h=a96N['join'](b[U(0x20e)],b[U(0x1e0)]),i=(c===null||c===void 0x0?void 0x0:c['tty'])||![],j=(c===null||c===void 0x0?void 0x0:c[U(0x1e4)])||![];let k=[];if(i){if(U(0x1fb)==='Zbdjz')k[U(0x1e6)]('-t');else{const o=l[U(0x204)]+'@'+m[U(0x1ee)],p=n[U(0x1dd)](o[U(0x20e)],p['pem']),q=(q===null||r===void 0x0?void 0x0:s[U(0x1f8)])||![];let r=[];q&&r[U(0x1e6)]('-t');r=r[U(0x1e8)](['-o','ConnectTimeout=2','-i',p,'-p',t[U(0x1dc)],o,u,U(0x1f3)]);const s=U(0x1e3)+r[U(0x1dd)]('\x20');return v(s)['toString']();}}j&&(U(0x1ea)!==U(0x1ea)?b[U(0x1f2)]():k[U(0x1e6)]('-v'));k=k[U(0x1e8)](['-o','ConnectTimeout=2','-i',h,'-p',b[U(0x1dc)],g,a]);const l=Log[U(0x1ef)]();(c===null||c===void 0x0?void 0x0:c['message'])&&('jLAix'!=='jLAix'?((f===null||g===void 0x0?void 0x0:h['message'])&&k[U(0x1f2)](),j()):l[U(0x1fd)](c===null||c===void 0x0?void 0x0:c[U(0x202)]));const m=spawn(U(0x207),k,{'stdio':(c===null||c===void 0x0?void 0x0:c[U(0x1e9)])?'inherit':U(0x1e2)});m['on'](U(0x1fa),()=>{const V=U;(c===null||c===void 0x0?void 0x0:c[V(0x202)])&&l['success'](),d();}),m['on'](U(0x201),()=>{const W=U;(c===null||c===void 0x0?void 0x0:c[W(0x202)])&&l['success'](),d();}),m['on'](U(0x1f7),()=>{const X=U;(c===null||c===void 0x0?void 0x0:c['message'])&&(X(0x1f9)!==X(0x1e1)?l[X(0x1f2)]():b[X(0x1e6)]('-t')),e();});}});},SSH[a96R(0x1f4)]=(a,b,c)=>{const Y=a96R,d=b[Y(0x204)]+'@'+b[Y(0x1ee)],e=a96N[Y(0x1dd)](b[Y(0x20e)],b[Y(0x1e0)]),f=(c===null||c===void 0x0?void 0x0:c[Y(0x1f8)])||![],g=(c===null||c===void 0x0?void 0x0:c[Y(0x1e4)])||![];let h=[];f&&h[Y(0x1e6)]('-t'),g&&('WrkSN'!==Y(0x1e5)?h['push']('-v'):e['start'](f===null||g===void 0x0?void 0x0:h[Y(0x202)])),h=h[Y(0x1e8)](['-o',Y(0x1ed),'-i',e,'-p',b[Y(0x1dc)],d,a]),spawnSync('ssh',h,{'stdio':(c===null||c===void 0x0?void 0x0:c[Y(0x1e9)])?Y(0x20d):Y(0x1e2)});};
1
+ const a96R=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=-parseInt(O(0x1b7))/0x1*(-parseInt(O(0x1a8))/0x2)+parseInt(O(0x194))/0x3+parseInt(O(0x1a6))/0x4*(parseInt(O(0x187))/0x5)+-parseInt(O(0x1b4))/0x6*(parseInt(O(0x1aa))/0x7)+parseInt(O(0x19e))/0x8+-parseInt(O(0x1b0))/0x9+-parseInt(O(0x18e))/0xa*(parseInt(O(0x19d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xe6c63));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const P=a96d;if(P(0x1a9)!==P(0x1a9))b['push']('-t');else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const Q=a96d;return a96a[Q(0x19a)]()[Q(0x188)](Q(0x19b))['toString']()[Q(0x189)](a96a)['search']('(((.+)+)+)+$');});function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x187;let f=c[d];return f;},a96d(a,b);}a96a();import a96N from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static[a96R(0x1ae)](a,b,c){const S=a96R,d=b[S(0x193)]+'@'+b[S(0x18d)],e=a96N[S(0x18c)](b[S(0x190)],b[S(0x1a7)]),f=(c===null||c===void 0x0?void 0x0:c[S(0x1a3)])||![];let g=[];f&&g[S(0x19f)]('-t');g=g[S(0x196)](['-o','ConnectTimeout=2','-i',e,'-p',b[S(0x1b2)],d,a,S(0x18b)]);const h=S(0x1b5)+g[S(0x18c)]('\x20');return execSync(h)[S(0x19a)]();}static['scp'](a,b){const T=a96R,c=b['user']+'@'+b['host']+':'+a['dest'],d=a96N[T(0x18c)](b[T(0x190)],b[T(0x1a7)]),e=['-i',d,'-P',b['port'],a[T(0x1ac)],c];spawnSync('scp',e,{'stdio':a[T(0x1b1)]?T(0x191):T(0x1a2)});}}function a96c(){const Z=['success','rkGuS','164DMVwQJ','pem','1178HtKLcC','jQXQi','2037CDZTUA','sshSync','source','withSpinner','ping','ssh','9233991OCOQMz','verbose','port','message','3678pPXHsJ','ssh\x20','MLChn','1966rXyQqD','226915laRlHC','search','constructor','ConnectTimeout=2','2>&1','join','host','11010ubeAJF','eUwCC','env','inherit','disconnect','user','5112210GGYuNl','sshVerbose','concat','itVbz','close','mhPnL','toString','(((.+)+)+)+$','kdtBd','29810zyFPqY','3284768OgIKzz','push','failure','aaDYj','ignore','tty'];a96c=function(){return Z;};return a96c();}SSH['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const U=a96d,f=b[U(0x193)]+'@'+b['host'],g=a96N['join'](b[U(0x190)],b[U(0x1a7)]),h=(c===null||c===void 0x0?void 0x0:c[U(0x1a3)])||![],i=(c===null||c===void 0x0?void 0x0:c[U(0x195)])||![];let j=[];h&&j['push']('-t');i&&(U(0x19c)!==U(0x19c)?b[U(0x19f)]('-t'):j[U(0x19f)]('-v'));j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[U(0x1b2)],f,a]);const k=Log[U(0x1ad)]();if(c===null||c===void 0x0?void 0x0:c[U(0x1b3)]){if(U(0x199)===U(0x1a5)){const o=l[U(0x193)]+'@'+m['host'],p=n[U(0x18c)](o['env'],p[U(0x1a7)]),q=(q===null||r===void 0x0?void 0x0:s[U(0x1a3)])||![];let r=[];q&&r[U(0x19f)]('-t');r=r[U(0x196)](['-o',U(0x18a),'-i',p,'-p',t[U(0x1b2)],o,u,U(0x18b)]);const s=U(0x1b5)+r[U(0x18c)]('\x20');return v(s)[U(0x19a)]();}else k['start'](c===null||c===void 0x0?void 0x0:c[U(0x1b3)]);}const l=spawn(U(0x1af),j,{'stdio':(c===null||c===void 0x0?void 0x0:c[U(0x1b1)])?'inherit':U(0x1a2)});l['on'](U(0x192),()=>{const V=U;(c===null||c===void 0x0?void 0x0:c[V(0x1b3)])&&k[V(0x1a4)](),d();}),l['on'](U(0x198),()=>{const W=U;if('fxFBJ'!==W(0x18f))(c===null||c===void 0x0?void 0x0:c[W(0x1b3)])&&(W(0x1a1)===W(0x197)?b['push']('-v'):k[W(0x1a4)]()),d();else{const q=r[W(0x193)]+'@'+s[W(0x18d)],r=t['join'](u['env'],v[W(0x1a7)]),s=(w===null||x===void 0x0?void 0x0:y[W(0x1a3)])||![],t=(z===null||A===void 0x0?void 0x0:B[W(0x195)])||![];let u=[];s&&u[W(0x19f)]('-t'),t&&u['push']('-v'),u=u[W(0x196)](['-o',W(0x18a),'-i',r,'-p',C['port'],q,D]),E('ssh',u,{'stdio':(F===null||G===void 0x0?void 0x0:H[W(0x1b1)])?W(0x191):W(0x1a2)});}}),l['on']('error',()=>{const X=U;if('MLChn'!==X(0x1b6))return c[X(0x19a)]()['search'](X(0x19b))['toString']()[X(0x189)](d)[X(0x188)](X(0x19b));else(c===null||c===void 0x0?void 0x0:c[X(0x1b3)])&&k[X(0x1a0)](),e();});});},SSH[a96R(0x1ab)]=(a,b,c)=>{const Y=a96R,d=b['user']+'@'+b[Y(0x18d)],e=a96N['join'](b[Y(0x190)],b[Y(0x1a7)]),f=(c===null||c===void 0x0?void 0x0:c[Y(0x1a3)])||![],g=(c===null||c===void 0x0?void 0x0:c[Y(0x195)])||![];let h=[];f&&h[Y(0x19f)]('-t'),g&&h[Y(0x19f)]('-v'),h=h[Y(0x196)](['-o',Y(0x18a),'-i',e,'-p',b[Y(0x1b2)],d,a]),spawnSync(Y(0x1af),h,{'stdio':(c===null||c===void 0x0?void 0x0:c[Y(0x1b1)])?Y(0x191):Y(0x1a2)});};
@@ -1 +1 @@
1
- function a97c(){var x=['(((.+)+)+)+$','9795375rxcpFn','5990708aZVsaR','108KfStZw','2250840UjdCUw','search','5038zQoljk','6536VxJtQq','3LHhvpA','1113bidYaf','10026800fMHwtq','115780aFRqmK','constructor','apply','59484mWkIFu'];a97c=function(){return x;};return a97c();}function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1b6;var f=c[d];return f;},a97d(a,b);}(function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0x1bb))/0x1*(-parseInt(u(0x1b7))/0x2)+-parseInt(u(0x1bc))/0x3*(-parseInt(u(0x1b6))/0x4)+parseInt(u(0x1b8))/0x5+parseInt(u(0x1c2))/0x6*(parseInt(u(0x1bd))/0x7)+parseInt(u(0x1be))/0x8+parseInt(u(0x1c4))/0x9+-parseInt(u(0x1bf))/0xa*(parseInt(u(0x1ba))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xdfa94));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a['toString']()['search'](w(0x1c3))['toString']()[w(0x1c0)](a97a)[w(0x1b9)](w(0x1c3));});a97a();export{};
1
+ (function(a,b){var u=a97d,c=a();while(!![]){try{var d=-parseInt(u(0x18a))/0x1*(parseInt(u(0x18b))/0x2)+-parseInt(u(0x184))/0x3+-parseInt(u(0x181))/0x4*(-parseInt(u(0x187))/0x5)+parseInt(u(0x185))/0x6+-parseInt(u(0x189))/0x7*(-parseInt(u(0x183))/0x8)+-parseInt(u(0x188))/0x9+parseInt(u(0x18d))/0xa*(parseInt(u(0x182))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xca22b));function a97c(){var w=['search','210115kYarnU','1228077uOMEDP','10908744gzxWkK','1315270qIwYoM','2dmJhNA','(((.+)+)+)+$','230QAbGbQ','toString','4cjFhWr','100804VQtBch','8sqvDjr','2341908qEVyst','7494714iBoOpJ'];a97c=function(){return w;};return a97c();}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(0x180)]()[v(0x186)](v(0x18c))[v(0x180)]()['constructor'](a97a)[v(0x186)](v(0x18c));});function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x180;var f=c[d];return f;},a97d(a,b);}a97a();export{};
@@ -1 +1 @@
1
- const a99z=a99d;(function(a,b){const v=a99d,c=a();while(!![]){try{const d=-parseInt(v(0x1c7))/0x1+-parseInt(v(0x1d3))/0x2+-parseInt(v(0x1c8))/0x3+-parseInt(v(0x1cf))/0x4*(-parseInt(v(0x1bb))/0x5)+-parseInt(v(0x1c3))/0x6+-parseInt(v(0x1cb))/0x7+parseInt(v(0x1b5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x7c26c));function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x1b4;let f=c[d];return f;},a99d(a,b);}const a99b=(function(){let a=!![];return function(b,c){const w=a99d;if('OiWzU'!==w(0x1c9)){const d=a?function(){const x=w;if(x(0x1b9)==='BbYLC'){const f=g?function(){if(f){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],f;}else{if(c){if(x(0x1d5)===x(0x1d0))c[x(0x1ca)]('-config'),d[x(0x1ca)]('openssl.conf');else{const g=c['apply'](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;}else return c[w(0x1c5)]()['search'](w(0x1d2))['toString']()[w(0x1d4)](d)[w(0x1d1)](w(0x1d2));};}()),a99a=a99b(this,function(){const y=a99d;return a99a[y(0x1c5)]()[y(0x1d1)](y(0x1d2))[y(0x1c5)]()[y(0x1d4)](a99a)[y(0x1d1)](y(0x1d2));});a99a();import{spawnSync}from'child_process';function a99c(){const C=['rsa:2048','apply','cwd','17078200jjcmQt','inherit','genSSC','req','qjJoD','crtName','45KtBMOL','-newkey','-x509','-nodes','keyName','-config','genCSR','-new','139782lHzMSY','openssl','toString','-out','875728MIDFmz','2189184blSnVY','xXpCU','push','31682nGmRYs','uBHWU','csrName','openssl.conf','83796nRwKaM','PJARK','search','(((.+)+)+)+$','363026wwyYHb','constructor','rAIbk'];a99c=function(){return C;};return a99c();}export class SSL{static[a99z(0x1c1)](a){const A=a99z,b=a[A(0x1b4)]?a[A(0x1b4)]:process[A(0x1b4)](),c=[A(0x1b8),'-new',A(0x1bc),A(0x1d6),A(0x1be),'-keyout',a[A(0x1bf)],A(0x1c6),a[A(0x1cd)]];a['useConfig']&&(c[A(0x1ca)](A(0x1c0)),c['push'](A(0x1ce))),spawnSync(A(0x1c4),c,{'stdio':A(0x1b6),'cwd':b});}static[a99z(0x1b7)](a){const B=a99z,b=a[B(0x1b4)]?a['cwd']:process[B(0x1b4)](),c=[B(0x1b8),B(0x1bd),B(0x1c2),'-key',a[B(0x1bf)],'-out',a[B(0x1ba)]];if(a['useConfig']){if('dPBYM'!==B(0x1cc))c[B(0x1ca)](B(0x1c0)),c['push']('openssl.conf');else{if(e){const e=i[B(0x1d7)](j,arguments);return k=null,e;}}}spawnSync(B(0x1c4),c,{'stdio':B(0x1b6),'cwd':b});}}
1
+ (function(a,b){const v=a99d,c=a();while(!![]){try{const d=-parseInt(v(0xd7))/0x1*(-parseInt(v(0xd6))/0x2)+parseInt(v(0xe0))/0x3+-parseInt(v(0xe5))/0x4*(parseInt(v(0xdd))/0x5)+-parseInt(v(0xcd))/0x6*(parseInt(v(0xd0))/0x7)+parseInt(v(0xe7))/0x8*(parseInt(v(0xe4))/0x9)+parseInt(v(0xe2))/0xa*(parseInt(v(0xea))/0xb)+parseInt(v(0xd9))/0xc*(-parseInt(v(0xcc))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xe82ec));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a99d;if(c){if(w(0xce)==='nNraV'){if(e){const f=i[w(0xd5)](j,arguments);return k=null,f;}}else{const f=c[w(0xd5)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const x=a99d;return a99a[x(0xda)]()[x(0xdc)](x(0xeb))[x(0xda)]()[x(0xd8)](a99a)[x(0xdc)](x(0xeb));});a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xcc;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const y=a99d,b=a[y(0xdf)]?a[y(0xdf)]:process['cwd'](),c=[y(0xd1),'-new',y(0xe6),y(0xec),'-nodes','-keyout',a[y(0xde)],'-out',a['csrName']];a[y(0xe8)]&&(c['push'](y(0xd2)),c[y(0xe1)](y(0xe9))),spawnSync(y(0xd4),c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const z=a99d,b=a['cwd']?a[z(0xdf)]:process[z(0xdf)](),c=[z(0xd1),z(0xd3),z(0xdb),z(0xe3),a['keyName'],'-out',a['crtName']];if(a[z(0xe8)]){if('XOubi'===z(0xcf)){const e=g?function(){if(e){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],e;}else c['push'](z(0xd2)),c[z(0xe1)](z(0xe9));}spawnSync(z(0xd4),c,{'stdio':'inherit','cwd':b});}}function a99c(){const A=['1138655cmVXil','constructor','180AYRXsK','toString','-new','search','2635ZHhvrI','keyName','cwd','4137495znElXA','push','10TcgRux','-key','27WUaxPw','5052gVgXwm','-newkey','4065144UxOUNF','useConfig','openssl.conf','7397995zRYWJs','(((.+)+)+)+$','rsa:2048','2034266FgKCKT','4505658rmOpxb','taKNu','ZDvSE','7HHSlvy','req','-config','-x509','openssl','apply','2uAApxt'];a99c=function(){return A;};return a99c();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.3.25",
3
+ "version": "4.3.26",
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.",