@maka/maka-cli 4.3.21 → 4.3.25

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 +8 -9
@@ -1 +1 @@
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
+ function a91c(){var x=['828bmgxyn','11694969KWnBKP','10ovLhbp','345FDqoBg','66911lRnIda','3287610gdCMng','1995992imJQFe','(((.+)+)+)+$','apply','search','1BGBMsg','21ujKqVA','constructor','201KMauOZ','48628csmuii','toString','27024lbRShJ','642738ruqoCV'];a91c=function(){return x;};return a91c();}(function(a,b){var u=a91d,c=a();while(!![]){try{var d=parseInt(u(0x75))/0x1*(parseInt(u(0x7c))/0x2)+-parseInt(u(0x78))/0x3*(parseInt(u(0x79))/0x4)+parseInt(u(0x80))/0x5*(parseInt(u(0x7b))/0x6)+parseInt(u(0x76))/0x7*(parseInt(u(0x83))/0x8)+-parseInt(u(0x82))/0x9*(parseInt(u(0x7f))/0xa)+parseInt(u(0x7e))/0xb+-parseInt(u(0x7d))/0xc*(parseInt(u(0x81))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xdde45));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a91d;if(c){var e=c[v(0x73)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var w=a91d;return a91a[w(0x7a)]()[w(0x74)](w(0x84))[w(0x7a)]()[w(0x77)](a91a)[w(0x74)]('(((.+)+)+)+$');});a91a();function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x73;var f=c[d];return f;},a91d(a,b);}export{};
@@ -1 +1 @@
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
+ 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 +1 @@
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
+ (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 +1 @@
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
+ 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 +1 @@
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
+ 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 +1 @@
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});}}
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});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.3.21",
3
+ "version": "4.3.25",
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.",
@@ -53,11 +53,10 @@
53
53
  "single-line-log2": "^1.1.3",
54
54
  "slash": "^5.0.0",
55
55
  "spawn-args": "0.2.0",
56
- "systeminformation": "^5.16.1",
57
56
  "xtend": "^4.0.2"
58
57
  },
59
58
  "devDependencies": {
60
- "@aws-sdk/types": "^3.224.0",
59
+ "@aws-sdk/types": "^3.226.0",
61
60
  "@types/chai": "^4.3.4",
62
61
  "@types/change-case": "^2.3.1",
63
62
  "@types/cli-color": "^2.0.2",
@@ -70,12 +69,12 @@
70
69
  "@types/meteor": "^2.8.1",
71
70
  "@types/minimist": "^1.2.2",
72
71
  "@types/mocha": "^10.0.1",
73
- "@types/node": "^18.11.11",
72
+ "@types/node": "^18.11.15",
74
73
  "@types/react": "^18.0.26",
75
74
  "@types/react-dom": "^18.0.9",
76
- "@typescript-eslint/eslint-plugin": "^5.45.1",
77
- "@typescript-eslint/parser": "^5.45.1",
78
- "aws-sdk": "^2.1269.0",
75
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
76
+ "@typescript-eslint/parser": "^5.46.1",
77
+ "aws-sdk": "^2.1275.0",
79
78
  "chai": "^4.3.7",
80
79
  "chdir": "^0.0.0",
81
80
  "concat-stream": "^2.0.0",
@@ -85,10 +84,10 @@
85
84
  "husky": "^8.0.2",
86
85
  "javascript-obfuscator": "^4.0.0",
87
86
  "mkdirp": "^1.0.4",
88
- "mocha": "^10.1.0",
87
+ "mocha": "^10.2.0",
89
88
  "pkg": "^5.8.0",
90
89
  "ts-node": "^10.9.1",
91
- "typescript": "^4.9.3",
90
+ "typescript": "^4.9.4",
92
91
  "wait-on": "^6.0.1"
93
92
  },
94
93
  "keywords": [