@maka/maka-cli 4.3.20 → 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 (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 a91c(){var x=['9UNYKvc','apply','1119734hFtJxR','5agRamR','340112QiCNCY','336232MfDOAu','(((.+)+)+)+$','1971880OijVEv','constructor','30084770GFwBxA','toString','654pyQXKc','31843JgLjgZ','3367752zSdJmK'];a91c=function(){return x;};return a91c();}(function(a,b){var u=a91d,c=a();while(!![]){try{var d=parseInt(u(0xa6))/0x1+parseInt(u(0x9d))/0x2+parseInt(u(0xa3))/0x3+parseInt(u(0x9b))/0x4*(-parseInt(u(0xa7))/0x5)+-parseInt(u(0xa1))/0x6*(-parseInt(u(0xa2))/0x7)+-parseInt(u(0xa8))/0x8+-parseInt(u(0xa4))/0x9*(parseInt(u(0x9f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x8fcfa));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a91d;if(c){var e=c[v(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var w=a91d;return a91a[w(0xa0)]()['search'](w(0x9c))[w(0xa0)]()[w(0x9e)](a91a)['search']('(((.+)+)+)+$');});function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x9b;var f=c[d];return f;},a91d(a,b);}a91a();export{};
1
+ function a91c(){var w=['9559296ctnMoh','3734428XCrJfS','36dRjHMG','133656aoICbx','5087730RrQynk','229368VEnlfa','toString','78828sxOLuS','210ZZqMBx','constructor','search','2194480UrBijN','(((.+)+)+)+$'];a91c=function(){return w;};return a91c();}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x159;var f=c[d];return f;},a91d(a,b);}(function(a,b){var u=a91d,c=a();while(!![]){try{var d=parseInt(u(0x163))/0x1*(parseInt(u(0x15e))/0x2)+parseInt(u(0x161))/0x3+parseInt(u(0x15d))/0x4+-parseInt(u(0x160))/0x5+parseInt(u(0x15f))/0x6*(parseInt(u(0x164))/0x7)+-parseInt(u(0x15a))/0x8+-parseInt(u(0x15c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xb574f));var a91b=(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;};}()),a91a=a91b(this,function(){var v=a91d;return a91a[v(0x162)]()[v(0x159)](v(0x15b))['toString']()[v(0x165)](a91a)[v(0x159)]('(((.+)+)+)+$');});a91a();export{};
@@ -1 +1 @@
1
- const a93x=a93d;function a93c(){const E=['152GmieKh','data','constructor','search','withSpinner','1829130sJxNFy','start','ignore','failure','toString','244920FNZsMt','log','3128315QLfusZ','AMvmt','2958508ldfpfQ','message','cwd','apply','108981cfCkVj','inherit','disconnect','success','close','SIGINT','kill','error','gfBzH','336TnmsbR','(((.+)+)+)+$','4741135KaPDCm','6ajQmAD','pid','BMvTs','PsgSQ','3962wiZFsm','ELmIQ'];a93c=function(){return E;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x10b;let f=c[d];return f;},a93d(a,b);}(function(a,b){const u=a93d,c=a();while(!![]){try{const d=parseInt(u(0x123))/0x1*(-parseInt(u(0x11c))/0x2)+parseInt(u(0x12a))/0x3+parseInt(u(0x10f))/0x4+-parseInt(u(0x10d))/0x5*(-parseInt(u(0x11f))/0x6)+-parseInt(u(0x11e))/0x7+parseInt(u(0x125))/0x8*(-parseInt(u(0x113))/0x9)+-parseInt(u(0x10b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x5c2ac));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a93d;if(v(0x121)!==v(0x121))c['kill'](d);else{if(c){if(v(0x10e)!==v(0x10e))(f===null||g===void 0x0?void 0x0:h[v(0x110)])&&k['failure'](),j();else{const g=c['apply'](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const w=a93d;return a93a['toString']()[w(0x128)]('(((.+)+)+)+$')[w(0x12e)]()[w(0x127)](a93a)[w(0x128)](w(0x11d));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93x(0x129)](a,b,c){return new Promise((d,e)=>{const y=a93d;if('IkAJw'===y(0x124)){if(e){const g=i[y(0x112)](j,arguments);return k=null,g;}}else{const g=Log[y(0x129)](),h=(c===null||c===void 0x0?void 0x0:c[y(0x111)])||'.';(c===null||c===void 0x0?void 0x0:c[y(0x110)])&&('oxiOi'!=='oxiOi'?c[y(0x10c)](d):g[y(0x12b)](c===null||c===void 0x0?void 0x0:c[y(0x110)]));const i=spawn(a,b,{'cwd':h,'stdio':(c===null||c===void 0x0?void 0x0:c['verbose'])?y(0x114):y(0x12c)});process['on'](y(0x118),()=>{const z=y,k=i['pid'];k&&process[z(0x119)](k);}),i['on'](y(0x126),k=>{const A=y;if(A(0x122)!=='KaHas')console[A(0x10c)](k);else{const m=c[A(0x120)];m&&e['kill'](m);}}),i['on'](y(0x115),()=>{const B=y;(c===null||c===void 0x0?void 0x0:c[B(0x110)])&&g[B(0x116)](),d();}),i['on'](y(0x117),()=>{const C=y;if(C(0x11b)!=='EUIoN')(c===null||c===void 0x0?void 0x0:c['message'])&&g[C(0x116)](),d();else return c['toString']()[C(0x128)](C(0x11d))[C(0x12e)]()[C(0x127)](d)[C(0x128)]('(((.+)+)+)+$');}),i['on'](y(0x11a),()=>{const D=y;(c===null||c===void 0x0?void 0x0:c[D(0x110)])&&g[D(0x12d)](),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 a94c(){var x=['2668232JhbfHc','80GcPAOi','search','90504LopgJO','1574814nVdMfP','constructor','2969631ZxsNhD','apply','4PMLSAA','301103FGWfSD','9icuSoG','25542390zHmqTW','(((.+)+)+)+$','8421736qOmxzl','toString'];a94c=function(){return x;};return a94c();}(function(a,b){var u=a94d,c=a();while(!![]){try{var d=parseInt(u(0x1f8))/0x1+-parseInt(u(0x1fe))/0x2+-parseInt(u(0x1f3))/0x3*(-parseInt(u(0x1f7))/0x4)+-parseInt(u(0x1f0))/0x5*(-parseInt(u(0x1f2))/0x6)+-parseInt(u(0x1f5))/0x7+parseInt(u(0x1fc))/0x8*(-parseInt(u(0x1f9))/0x9)+parseInt(u(0x1fa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xc5e3e));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a94d;if(c){var e=c[v(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var w=a94d;return a94a['toString']()[w(0x1f1)](w(0x1fb))[w(0x1fd)]()[w(0x1f4)](a94a)['search'](w(0x1fb));});function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a94d(a,b);}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 a96R=a96d;(function(a,b){const O=a96d,c=a();while(!![]){try{const d=-parseInt(O(0x1d6))/0x1+-parseInt(O(0x1d8))/0x2+parseInt(O(0x1e2))/0x3*(parseInt(O(0x1ec))/0x4)+parseInt(O(0x1c8))/0x5+-parseInt(O(0x1e7))/0x6*(parseInt(O(0x1dd))/0x7)+-parseInt(O(0x1eb))/0x8*(-parseInt(O(0x1cd))/0x9)+parseInt(O(0x1cc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x244c5));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const P=a96d;if(c){const e=c[P(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const Q=a96d;return a96a[Q(0x1e6)]()[Q(0x1d0)]('(((.+)+)+)+$')[Q(0x1e6)]()[Q(0x1f2)](a96a)[Q(0x1d0)](Q(0x1e0));});a96a();import a96N from'path';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a96d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static[a96R(0x1f4)](a,b,c){const S=a96R,d=b[S(0x1ce)]+'@'+b[S(0x1de)],e=a96N['join'](b[S(0x1e5)],b[S(0x1e8)]),f=(c===null||c===void 0x0?void 0x0:c['tty'])||![];let g=[];f&&(S(0x1db)!==S(0x1db)?((f===null||g===void 0x0?void 0x0:h[S(0x1ee)])&&k['failure'](),j()):g['push']('-t'));g=g[S(0x1ca)](['-o',S(0x1d2),'-i',e,'-p',b[S(0x1f3)],d,a,'2>&1']);const h=S(0x1cf)+g['join']('\x20');return execSync(h)[S(0x1e6)]();}static[a96R(0x1e3)](a,b){const T=a96R,c=b[T(0x1ce)]+'@'+b[T(0x1de)]+':'+a[T(0x1d4)],d=a96N[T(0x1f1)](b[T(0x1e5)],b[T(0x1e8)]),e=['-i',d,'-P',b[T(0x1f3)],a[T(0x1f0)],c];spawnSync(T(0x1e3),e,{'stdio':a[T(0x1ea)]?'inherit':T(0x1d7)});}}SSH[a96R(0x1e1)]=(a,b,c)=>{return new Promise((d,e)=>{const U=a96d,f=b[U(0x1ce)]+'@'+b['host'],g=a96N[U(0x1f1)](b[U(0x1e5)],b[U(0x1e8)]),h=(c===null||c===void 0x0?void 0x0:c[U(0x1d1)])||![],i=(c===null||c===void 0x0?void 0x0:c[U(0x1dc)])||![];let j=[];h&&j[U(0x1df)]('-t');i&&j[U(0x1df)]('-v');j=j[U(0x1ca)](['-o','ConnectTimeout=2','-i',g,'-p',b['port'],f,a]);const k=Log[U(0x1da)]();(c===null||c===void 0x0?void 0x0:c[U(0x1ee)])&&k[U(0x1ed)](c===null||c===void 0x0?void 0x0:c[U(0x1ee)]);const l=spawn(U(0x1e1),j,{'stdio':(c===null||c===void 0x0?void 0x0:c[U(0x1ea)])?U(0x1d3):U(0x1d7)});l['on'](U(0x1d9),()=>{const V=U;(c===null||c===void 0x0?void 0x0:c['message'])&&k[V(0x1cb)](),d();}),l['on'](U(0x1d5),()=>{const W=U;(c===null||c===void 0x0?void 0x0:c[W(0x1ee)])&&k[W(0x1cb)](),d();}),l['on'](U(0x1c9),()=>{const X=U;(c===null||c===void 0x0?void 0x0:c[X(0x1ee)])&&k[X(0x1e9)](),e();});});},SSH['sshSync']=(a,b,c)=>{const Y=a96R,d=b['user']+'@'+b['host'],e=a96N[Y(0x1f1)](b[Y(0x1e5)],b[Y(0x1e8)]),f=(c===null||c===void 0x0?void 0x0:c[Y(0x1d1)])||![],g=(c===null||c===void 0x0?void 0x0:c['sshVerbose'])||![];let h=[];f&&h[Y(0x1df)]('-t'),g&&(Y(0x1e4)==='jSSnK'?b[Y(0x1df)]('-t'):h[Y(0x1df)]('-v')),h=h['concat'](['-o',Y(0x1d2),'-i',e,'-p',b[Y(0x1f3)],d,a]),spawnSync(Y(0x1e1),h,{'stdio':(c===null||c===void 0x0?void 0x0:c[Y(0x1ea)])?Y(0x1d3):Y(0x1d7)});};function a96c(){const Z=['search','tty','ConnectTimeout=2','inherit','dest','close','118021JNirjo','ignore','293910MtfGpx','disconnect','withSpinner','FJhRK','sshVerbose','427JegtbZ','host','push','(((.+)+)+)+$','ssh','285009vOyobk','scp','fHCYO','env','toString','19548qFUtVH','pem','failure','verbose','5840cGrTJa','8IHaWBf','start','message','apply','source','join','constructor','port','ping','1041710TuVtUo','error','concat','success','8830kPMGPG','2628HPNkXG','user','ssh\x20'];a96c=function(){return Z;};return a96c();}
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(a,b){var u=a97d,c=a();while(!![]){try{var d=parseInt(u(0x141))/0x1+-parseInt(u(0x13a))/0x2*(parseInt(u(0x139))/0x3)+parseInt(u(0x145))/0x4*(parseInt(u(0x138))/0x5)+parseInt(u(0x144))/0x6+parseInt(u(0x142))/0x7*(parseInt(u(0x13e))/0x8)+-parseInt(u(0x143))/0x9*(parseInt(u(0x140))/0xa)+-parseInt(u(0x13b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xdd912));function a97c(){var x=['63SZbish','1499904echgtW','28VxmCPJ','273205QRUvbZ','30pLhztN','297876DgbSug','3786552XAYteR','search','(((.+)+)+)+$','80dhreIh','apply','225190adpgOD','1291202eKqfiC','682577EAfjBJ'];a97c=function(){return x;};return a97c();}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a97d;if(c){var e=c[v(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var w=a97d;return a97a['toString']()['search'](w(0x13d))['toString']()['constructor'](a97a)[w(0x13c)](w(0x13d));});a97a();function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x138;var f=c[d];return f;},a97d(a,b);}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 a99x=a99d;function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x129;let f=c[d];return f;},a99d(a,b);}(function(a,b){const u=a99d,c=a();while(!![]){try{const d=-parseInt(u(0x133))/0x1+-parseInt(u(0x12d))/0x2*(parseInt(u(0x138))/0x3)+-parseInt(u(0x14a))/0x4*(parseInt(u(0x144))/0x5)+parseInt(u(0x139))/0x6*(parseInt(u(0x14b))/0x7)+-parseInt(u(0x149))/0x8*(parseInt(u(0x141))/0x9)+parseInt(u(0x12e))/0xa*(-parseInt(u(0x140))/0xb)+-parseInt(u(0x136))/0xc*(-parseInt(u(0x147))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x5454f));function a99c(){const A=['389264RuhdAC','28GPObpF','17437vPUEEG','cwd','push','useConfig','openssl.conf','toString','-key','4OWygBN','200YVEjov','req','inherit','-config','gZAzQ','62351DcYdzC','genCSR','(((.+)+)+)+$','554028bjQNOw','keyName','103800lSZaFy','906kJxaud','crtName','rsa:2048','genSSC','search','-keyout','openssl','313852zBvoSj','81HzgIQf','-nodes','-out','130955tAipAT','-x509','apply','364yvqIhZ','-newkey'];a99c=function(){return A;};return a99c();}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a99d;if(c){if(v(0x132)===v(0x132)){const e=c[v(0x146)](b,arguments);return c=null,e;}else{const h=d[v(0x146)](e,arguments);return f=null,h;}}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const w=a99d;return a99a[w(0x12b)]()[w(0x13d)](w(0x135))[w(0x12b)]()['constructor'](a99a)[w(0x13d)](w(0x135));});a99a();import{spawnSync}from'child_process';export class SSL{static[a99x(0x134)](a){const y=a99x,b=a[y(0x14c)]?a[y(0x14c)]:process['cwd'](),c=[y(0x12f),'-new',y(0x148),y(0x13b),y(0x142),y(0x13e),a[y(0x137)],'-out',a['csrName']];a[y(0x129)]&&(c[y(0x14d)](y(0x131)),c[y(0x14d)]('openssl.conf')),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static[a99x(0x13c)](a){const z=a99x,b=a['cwd']?a[z(0x14c)]:process[z(0x14c)](),c=[z(0x12f),z(0x145),'-new',z(0x12c),a[z(0x137)],z(0x143),a[z(0x13a)]];a['useConfig']&&(c['push']('-config'),c[z(0x14d)](z(0x12a))),spawnSync(z(0x13f),c,{'stdio':z(0x130),'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.20",
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.",