@maka/maka-cli 4.5.1 → 4.5.3

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/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/generate.js +1 -1
  29. package/bundle/obf/src/commands/get/_index.js +1 -1
  30. package/bundle/obf/src/commands/get/get.command.js +1 -1
  31. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/help.js +1 -1
  35. package/bundle/obf/src/commands/install.js +1 -1
  36. package/bundle/obf/src/commands/jsdoc.js +1 -1
  37. package/bundle/obf/src/commands/lint.js +1 -1
  38. package/bundle/obf/src/commands/login.js +1 -1
  39. package/bundle/obf/src/commands/logout.js +1 -1
  40. package/bundle/obf/src/commands/logs.js +1 -1
  41. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  42. package/bundle/obf/src/commands/murder.js +1 -1
  43. package/bundle/obf/src/commands/proxy.js +1 -1
  44. package/bundle/obf/src/commands/reconfig.js +1 -1
  45. package/bundle/obf/src/commands/run/_index.js +1 -1
  46. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  47. package/bundle/obf/src/commands/run/run.command.js +1 -1
  48. package/bundle/obf/src/commands/set/_index.js +1 -1
  49. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  51. package/bundle/obf/src/commands/set/set.command.js +1 -1
  52. package/bundle/obf/src/commands/ssh.js +1 -1
  53. package/bundle/obf/src/commands/ssl.js +1 -1
  54. package/bundle/obf/src/commands/test.js +1 -1
  55. package/bundle/obf/src/commands/version.js +1 -1
  56. package/bundle/obf/src/error.js +1 -1
  57. package/bundle/obf/src/generator.js +1 -1
  58. package/bundle/obf/src/generators/_index.js +1 -1
  59. package/bundle/obf/src/generators/api.js +1 -1
  60. package/bundle/obf/src/generators/collection.js +1 -1
  61. package/bundle/obf/src/generators/component.js +1 -1
  62. package/bundle/obf/src/generators/config.js +1 -1
  63. package/bundle/obf/src/generators/dbc.js +1 -1
  64. package/bundle/obf/src/generators/dockerfile.js +1 -1
  65. package/bundle/obf/src/generators/hook.js +1 -1
  66. package/bundle/obf/src/generators/kit.js +1 -1
  67. package/bundle/obf/src/generators/layout.js +1 -1
  68. package/bundle/obf/src/generators/maka.gen.js +1 -1
  69. package/bundle/obf/src/generators/methods.js +1 -1
  70. package/bundle/obf/src/generators/package.js +1 -1
  71. package/bundle/obf/src/generators/page.js +1 -1
  72. package/bundle/obf/src/generators/publish.js +1 -1
  73. package/bundle/obf/src/generators/route.js +1 -1
  74. package/bundle/obf/src/generators/service.js +1 -1
  75. package/bundle/obf/src/generators/services/_index.js +1 -1
  76. package/bundle/obf/src/generators/services/openssl.js +1 -1
  77. package/bundle/obf/src/generators/services/translation.js +1 -1
  78. package/bundle/obf/src/maka.js +1 -1
  79. package/bundle/obf/src/tool.js +1 -1
  80. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  81. package/bundle/obf/src/tools/actions/actions.test.js +1 -1
  82. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  83. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  84. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  85. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  86. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  87. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  88. package/bundle/obf/src/tools/https/https.class.js +1 -1
  89. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  90. package/bundle/obf/src/tools/log/log.class.js +1 -1
  91. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  92. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  93. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  94. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  95. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  96. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  97. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x167))/0x1*(parseInt(f(0x161))/0x2)+-parseInt(f(0x15d))/0x3+-parseInt(f(0x15a))/0x4*(-parseInt(f(0x15b))/0x5)+-parseInt(f(0x15c))/0x6+-parseInt(f(0x160))/0x7+parseInt(f(0x15f))/0x8+parseInt(f(0x162))/0x9*(-parseInt(f(0x163))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xa8b3f));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x159;var f=c[d];return f;},a89d(a,b);}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x166)]()['search'](h(0x15e))[h(0x166)]()[h(0x165)](a89a)[h(0x164)](h(0x15e));});function a89c(){var i=['constructor','toString','4DqAtrS','apply','12CLWhFI','1029125HWxFNZ','3489222vgkIif','29832vDYwmE','(((.+)+)+)+$','10644328cahqCV','1661597IibOeE','511128HogzFv','483471PKSIyP','270mNPOkK','search'];a89c=function(){return i;};return a89c();}a89a();export{};
1
+ (function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x183))/0x1*(-parseInt(f(0x18b))/0x2)+-parseInt(f(0x189))/0x3*(-parseInt(f(0x186))/0x4)+parseInt(f(0x182))/0x5+parseInt(f(0x18c))/0x6+parseInt(f(0x18e))/0x7*(-parseInt(f(0x188))/0x8)+parseInt(f(0x18a))/0x9+parseInt(f(0x185))/0xa*(-parseInt(f(0x17f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x4efe0));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a['toString']()[h(0x187)](h(0x181))[h(0x18d)]()[h(0x180)](a89a)[h(0x187)]('(((.+)+)+)+$');});a89a();function a89c(){var i=['toString','1711339yfXksn','33iFqgID','constructor','(((.+)+)+)+$','1123860DCAYbd','20924PvfOCu','apply','2689210RDmskL','2164028FNelHG','search','16dRTvAe','3pyJJGj','5475240vqEeQX','26xEVhaT','3102852psTCEb'];a89c=function(){return i;};return a89c();}function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x17f;var f=c[d];return f;},a89d(a,b);}export{};
@@ -1 +1 @@
1
- const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0xdd))/0x1+-parseInt(i(0xcd))/0x2*(parseInt(i(0xd8))/0x3)+parseInt(i(0xcb))/0x4+-parseInt(i(0xe6))/0x5+parseInt(i(0xdf))/0x6*(-parseInt(i(0xcc))/0x7)+parseInt(i(0xea))/0x8+parseInt(i(0xd4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x27727));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0xd5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a['toString']()['search'](k(0xe1))[k(0xdb)]()[k(0xd1)](a90a)[k(0xe4)](k(0xe1));});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';function a90c(){const y=['constructor','usage','blackBright','1986930tAheOk','apply','majestic','bright','12IeVmzs','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','whiteBright','toString','yellowBright','71467jkvOrV','withSpinner','184974MDGVpm','stdout','(((.+)+)+)+$','log','error','search','forEach','692345ONETWr','Usage:\x20','cyanBright','bold','2532880VECjLO','notice','warn','header','red','cyan','magentaBright','greenBright','692880ZgDSfQ','7nbPwBe','154130uXnjDY','win32','length','show'];a90c=function(){return y;};return a90c();}function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xc6;let f=c[d];return f;},a90d(a,b);}import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process['platform']===a90l(0xce),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static['success'](a){console['log'](a90f['greenBright'](a));}static[a90l(0xec)](a){const m=a90l;console['log'](a90f[m(0xdc)](a));}static[a90l(0xeb)](a){const n=a90l;console['log'](a90f[n(0xe8)](a));}static[a90l(0xe3)](a){const o=a90l;console[o(0xe2)](a90f[o(0xc7)][o(0xe9)](a));}static[a90l(0xc6)](a){const p=a90l;console[p(0xe2)](a90f['blackBright'](a));}static[a90l(0xd7)](a){const q=a90l;console['log'](a90f[q(0xda)](a));}static[a90l(0xd6)](a){const r=a90l;console['log'](a90f[r(0xc9)](a));}static[a90l(0xd2)](a,b,c,d){const s=a90l,e=a90f[s(0xd3)];Log['bright'](d),b&&b[s(0xcf)]>0x0&&(Log[s(0xd7)](e('Examples:')),b[s(0xe5)](f=>{const t=s;Log[t(0xd7)]('\x20>\x20'+f);})),a&&(Log[s(0xc6)]('\x0aManual:'),Log[s(0xeb)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[s(0xd7)](e(s(0xe7))+c+'\x0a'),Log[s(0xc6)](s(0xd9));}static[a90l(0xde)](a=''){a90g['hide']();const b=a90h();a90g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const u=a90d;a90e['stdout'](a90f[u(0xc8)](b())+'\x20'+d);},0x5a);},'success'(d=''){const v=a90d;clearInterval(c),a90e[v(0xe0)](a90f[v(0xca)](check)+'\x20'+a+'\x20'+d),console['log'](),a90g['show']();},'failure'(d=''){const w=a90d;clearInterval(c),a90e[w(0xe0)](a90f[w(0xc7)][w(0xe9)](cross)+'\x20'+a+'\x20'+d),console['log'](),a90g[w(0xd0)]();},'stop'(){const x=a90d;clearInterval(c),a90g[x(0xd0)]();}};}}
1
+ const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=parseInt(i(0xe2))/0x1+parseInt(i(0xf3))/0x2*(-parseInt(i(0xe1))/0x3)+parseInt(i(0xde))/0x4+-parseInt(i(0xe8))/0x5+-parseInt(i(0xf5))/0x6+-parseInt(i(0xe3))/0x7*(parseInt(i(0xef))/0x8)+parseInt(i(0xd2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xc1a63));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a['toString']()[k(0xd5)](k(0xe0))[k(0xe4)]()[k(0xed)](a90a)[k(0xd5)]('(((.+)+)+)+$');});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xcb;let f=c[d];return f;},a90d(a,b);}a90a();function a90c(){const C=['whiteBright','magentaBright','usage','constructor','blackBright','80LEzBJB','bright','cyanBright','log','836168XekJta','error','4399512wwGcVX','success','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','stdout','hide','Examples:','trim','win32','15491529iZRYJA','[--','withSpinner','search','map','greenBright','notice','header','bold','\x0aManual:','join','red','5112080hllVUz','platform','(((.+)+)+)+$','3GkJkuJ','910302ZRSmTN','1057504jPKVQM','toString','Usage:\x20','apply','yellowBright','2271800HkQAxJ','warn'];a90c=function(){return C;};return a90c();}import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process[a90l(0xdf)]===a90l(0xd1),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a90l;return a[m(0xd6)](b=>{const n=m;return n(0xd3)+b+']';})[m(0xdc)]('\x20');},formatRequiredOpts=a=>{const o=a90l;return a[o(0xd6)](b=>{return'--'+b;})[o(0xdc)]('\x20');};export class Log{static[a90l(0xcb)](a){const p=a90l;console[p(0xf2)](a90f[p(0xd7)](a));}static[a90l(0xe9)](a){const q=a90l;console[q(0xf2)](a90f[q(0xe7)](a));}static[a90l(0xd8)](a){const r=a90l;console['log'](a90f[r(0xf1)](a));}static[a90l(0xf4)](a){const s=a90l;console['log'](a90f[s(0xdd)][s(0xda)](a));}static[a90l(0xd9)](a){const t=a90l;console[t(0xf2)](a90f[t(0xee)](a));}static[a90l(0xf0)](a){const u=a90l;console['log'](a90f[u(0xea)](a));}static['majestic'](a){const v=a90l;console['log'](a90f[v(0xeb)](a));}static[a90l(0xec)](a,b,c,d,e,f){const w=a90l,g=a90f[w(0xee)];Log['bright'](d),b&&b['length']>0x0&&(Log['bright'](g(w(0xcf))),b['forEach'](h=>{const x=w;Log[x(0xf0)]('\x20>\x20'+h);})),a&&(Log[w(0xd9)](w(0xdb)),Log['notice']('\x20\x20'+a[w(0xd0)]()+'\x0a')),c&&Log[w(0xf0)](g(w(0xe5))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](w(0xcc));}static[a90l(0xd4)](a=''){const y=a90l;a90g[y(0xce)]();const b=a90h();a90g[y(0xce)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a90d;a90e[z(0xcd)](a90f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a90e[A(0xcd)](a90f[A(0xd7)](check)+'\x20'+a+'\x20'+d),console[A(0xf2)](),a90g['show']();},'failure'(d=''){const B=y;clearInterval(c),a90e[B(0xcd)](a90f[B(0xdd)]['bold'](cross)+'\x20'+a+'\x20'+d),console[B(0xf2)](),a90g['show']();},'stop'(){clearInterval(c),a90g['show']();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1+-parseInt(f(0x1d5))/0x2+-parseInt(f(0x1d9))/0x3+-parseInt(f(0x1d8))/0x4*(-parseInt(f(0x1dd))/0x5)+-parseInt(f(0x1dc))/0x6+parseInt(f(0x1d6))/0x7+-parseInt(f(0x1e1))/0x8*(-parseInt(f(0x1d7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x97ec5));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1e0)]()[h(0x1df)]('(((.+)+)+)+$')['toString']()['constructor'](a91a)[h(0x1df)](h(0x1de));});function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a91d(a,b);}a91a();function a91c(){var i=['toString','8641592SAZRdP','1359308Qycbhj','3530709gyIaWU','9MbeylP','2016044NMUaiW','1317435jepBKL','apply','361305GgODwJ','4252956tXdGUl','5VIYOom','(((.+)+)+)+$','search'];a91c=function(){return i;};return a91c();}export{};
1
+ function a91c(){var i=['61422mXotnC','854088AFendt','8iNxxmK','387225zwCoaz','10OCXYfG','5FAVrQw','constructor','536048fcPvny','toString','993423gdCFfR','671mDUzXG','apply','search','252665oZsSRg','(((.+)+)+)+$'];a91c=function(){return i;};return a91c();}(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x15c))/0x1+parseInt(f(0x159))/0x2+-parseInt(f(0x15b))/0x3+parseInt(f(0x162))/0x4+parseInt(f(0x166))/0x5*(-parseInt(f(0x161))/0x6)+-parseInt(f(0x15f))/0x7*(-parseInt(f(0x163))/0x8)+-parseInt(f(0x164))/0x9*(-parseInt(f(0x165))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x35b37));function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x159;var f=c[d];return f;},a91d(a,b);}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x15d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x15a)]()[h(0x15e)](h(0x160))[h(0x15a)]()[h(0x167)](a91a)[h(0x15e)](h(0x160));});a91a();export{};
@@ -1 +1 @@
1
- (function(a,b){const j=a93d,c=a();while(!![]){try{const d=parseInt(j(0x1df))/0x1+parseInt(j(0x1ec))/0x2+parseInt(j(0x1ee))/0x3+parseInt(j(0x1e4))/0x4*(parseInt(j(0x1e7))/0x5)+parseInt(j(0x1d3))/0x6*(-parseInt(j(0x1ea))/0x7)+parseInt(j(0x1de))/0x8*(parseInt(j(0x1e9))/0x9)+parseInt(j(0x1eb))/0xa*(-parseInt(j(0x1d4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xe3b8b));function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a93d(a,b);}const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a['toString']()[l(0x1dc)](l(0x1e3))['toString']()[l(0x1d2)](a93a)[l(0x1dc)](l(0x1e3));});function a93c(){const r=['log','apply','260615Ygkfue','success','90ChOnXC','7qYEehI','5990yHuFsg','1127954eKzhpE','message','2612529gaPJMS','constructor','5106246xNQQrF','21043lzBWRM','inherit','close','failure','withSpinner','error','data','pid','search','cwd','260872rMzdGu','491166SPbVoD','ignore','kill','SIGINT','(((.+)+)+)+$','52xLDuwa'];a93c=function(){return r;};return a93c();}a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0x1d8)](),g=c?.[m(0x1dd)]||'.';c?.[m(0x1ed)]&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x1d5):m(0x1e0)});process['on'](m(0x1e2),()=>{const n=m,i=h[n(0x1db)];i&&process[n(0x1e1)](i);}),h['on'](m(0x1da),i=>{const o=m;console[o(0x1e5)](i);}),h['on']('disconnect',()=>{c?.['message']&&f['success'](),d();}),h['on'](m(0x1d6),()=>{const p=m;c?.[p(0x1ed)]&&f[p(0x1e8)](),d();}),h['on'](m(0x1d9),()=>{const q=m;c?.[q(0x1ed)]&&f[q(0x1d7)](),e();});});}}
1
+ const a93l=a93d;(function(a,b){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0x1d7))/0x1*(parseInt(j(0x1ca))/0x2)+-parseInt(j(0x1cd))/0x3+-parseInt(j(0x1d8))/0x4+parseInt(j(0x1d0))/0x5*(parseInt(j(0x1dd))/0x6)+-parseInt(j(0x1df))/0x7*(-parseInt(j(0x1d6))/0x8)+parseInt(j(0x1d9))/0x9+parseInt(j(0x1e5))/0xa*(parseInt(j(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xf2bca));function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a93d(a,b);}function a93c(){const s=['failure','search','verbose','cwd','24yyigxH','739091TBgrKx','6864528jqcuYU','15443244rgxqvb','SIGINT','start','log','30378lcmIbF','ignore','202167eXUHmt','toString','withSpinner','disconnect','close','constructor','6164710TMDfKU','4sLsmHM','message','error','5039361hAwfcS','kill','44zVYFSN','1580jOqbJC','(((.+)+)+)+$'];a93c=function(){return s;};return a93c();}const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const k=a93d;return a93a[k(0x1e0)]()[k(0x1d3)](k(0x1d1))[k(0x1e0)]()[k(0x1e4)](a93a)[k(0x1d3)]('(((.+)+)+)+$');});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93l(0x1e1)](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0x1e1)](),g=c?.[m(0x1d5)]||'.';c?.['message']&&f[m(0x1db)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x1d4)]?'inherit':m(0x1de)});process['on'](m(0x1da),()=>{const n=m,i=h['pid'];i&&process[n(0x1ce)](i);}),h['on']('data',i=>{const o=m;console[o(0x1dc)](i);}),h['on'](m(0x1e2),()=>{const p=m;c?.[p(0x1cb)]&&f['success'](),d();}),h['on'](m(0x1e3),()=>{const q=m;c?.[q(0x1cb)]&&f['success'](),d();}),h['on'](m(0x1cc),()=>{const r=m;c?.[r(0x1cb)]&&f[r(0x1d2)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x77))/0x1*(-parseInt(f(0x82))/0x2)+parseInt(f(0x80))/0x3+parseInt(f(0x7e))/0x4*(parseInt(f(0x75))/0x5)+-parseInt(f(0x74))/0x6+-parseInt(f(0x76))/0x7+parseInt(f(0x7d))/0x8+-parseInt(f(0x79))/0x9*(parseInt(f(0x7b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xb60dd));function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x74;var f=c[d];return f;},a94d(a,b);}var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x78)]()['search'](h(0x81))[h(0x78)]()[h(0x7a)](a94a)[h(0x7c)](h(0x81));});a94a();export{};function a94c(){var i=['641536HRjZFn','apply','3801303tuCbDI','(((.+)+)+)+$','97110ynMMUU','1079436dxyYEV','40fVBnaH','2367694SROqGI','1XOHMfA','toString','21726099eQleoR','constructor','10cqkdxR','search','8632992jMyWkA'];a94c=function(){return i;};return a94c();}
1
+ function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x157;var f=c[d];return f;},a94d(a,b);}function a94c(){var h=['17MdaEiJ','2703429rnbjkw','127382CYvVRP','(((.+)+)+)+$','6131328XRurhb','1608odbvSZ','5475318uuPkpx','9150900IwkKNJ','toString','477WJPQOs','63344OddZDH','5145oWBMZw','search'];a94c=function(){return h;};return a94c();}(function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x158))/0x1*(parseInt(f(0x15a))/0x2)+parseInt(f(0x159))/0x3+parseInt(f(0x15d))/0x4*(parseInt(f(0x163))/0x5)+-parseInt(f(0x15e))/0x6+parseInt(f(0x15c))/0x7+parseInt(f(0x162))/0x8*(-parseInt(f(0x161))/0x9)+parseInt(f(0x15f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xa8a99));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 g=a94d;return a94a[g(0x160)]()['search'](g(0x15b))[g(0x160)]()['constructor'](a94a)[g(0x157)]('(((.+)+)+)+$');});a94a();export{};
@@ -1 +1 @@
1
- const a96p=a96d;function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xf1;let f=c[d];return f;},a96d(a,b);}(function(a,b){const m=a96d,c=a();while(!![]){try{const d=parseInt(m(0x116))/0x1+-parseInt(m(0x112))/0x2+parseInt(m(0xf9))/0x3*(-parseInt(m(0x100))/0x4)+-parseInt(m(0x10c))/0x5*(-parseInt(m(0x105))/0x6)+parseInt(m(0xf6))/0x7*(parseInt(m(0x117))/0x8)+parseInt(m(0x106))/0x9+parseInt(m(0x108))/0xa*(-parseInt(m(0x10b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xda8be));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0xff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0xfd)]()[o(0x107)](o(0xfa))[o(0xfd)]()[o(0xf7)](a96a)[o(0x107)](o(0xfa));});a96a();import a96e from'path';function a96c(){const x=['env','3012ebJWUQ','(((.+)+)+)+$','ssh','port','toString','2>&1','apply','3820EkkphI','host','ping','concat','start','4353408HKFoqy','3654945Havmag','search','3980totEBX','ignore','success','19745moGtfR','10NTzzmT','dest','failure','scp','verbose','ssh\x20','71034phtelm','user','join','sshVerbose','137617ESlHAz','8NEpvkM','disconnect','pem','message','tty','push','ConnectTimeout=2','4263385cntWxS','constructor'];a96c=function(){return x;};return a96c();}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a96p(0xfb)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0x113)]+'@'+b[q(0x101)],g=a96e[q(0x114)](b[q(0xf8)],b[q(0xf1)]),h=c?.[q(0xf3)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[q(0xf4)]('-t');i&&j['push']('-v');j=j[q(0x103)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0xfc)],f,a]);const k=Log['withSpinner']();c?.[q(0xf2)]&&k[q(0x104)](c?.[q(0xf2)]);const l=spawn(q(0xfb),j,{'stdio':c?.[q(0x110)]?'inherit':q(0x109)});l['on'](q(0x118),()=>{const r=q;c?.['message']&&k[r(0x10a)](),d();}),l['on']('close',()=>{const s=q;c?.['message']&&k[s(0x10a)](),d();}),l['on']('error',()=>{const t=q;c?.['message']&&k[t(0x10e)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a96p,d=b[u(0x113)]+'@'+b['host'],e=a96e['join'](b[u(0xf8)],b[u(0xf1)]),f=c?.[u(0xf3)]||![],g=c?.[u(0x115)]||![];let h=[];f&&h[u(0xf4)]('-t'),g&&h['push']('-v'),h=h[u(0x103)](['-o',u(0xf5),'-i',e,'-p',b[u(0xfc)],d,a]),spawnSync(u(0xfb),h,{'stdio':c?.[u(0x110)]?'inherit':u(0x109)});};static[a96p(0x102)](a,b,c){const v=a96p,d=b[v(0x113)]+'@'+b[v(0x101)],e=a96e['join'](b[v(0xf8)],b[v(0xf1)]),f=c?.[v(0xf3)]||![];let g=[];f&&g[v(0xf4)]('-t');g=g[v(0x103)](['-o',v(0xf5),'-i',e,'-p',b['port'],d,a,v(0xfe)]);const h=v(0x111)+g[v(0x114)]('\x20');return execSync(h)[v(0xfd)]();}static[a96p(0x10f)](a,b){const w=a96p,c=b[w(0x113)]+'@'+b['host']+':'+a[w(0x10d)],d=a96e[w(0x114)](b[w(0xf8)],b[w(0xf1)]),e=['-i',d,'-P',b[w(0xfc)],a['source'],c];spawnSync(w(0x10f),e,{'stdio':a[w(0x110)]?'inherit':w(0x109)});}}export{SSH};
1
+ const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0xbf))/0x1+parseInt(m(0xe0))/0x2+-parseInt(m(0xbe))/0x3*(-parseInt(m(0xc9))/0x4)+parseInt(m(0xe3))/0x5+-parseInt(m(0xda))/0x6+-parseInt(m(0xe2))/0x7*(-parseInt(m(0xdd))/0x8)+-parseInt(m(0xd8))/0x9*(-parseInt(m(0xe4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xe9c89));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0xc6)]()['search'](o(0xdc))[o(0xc6)]()[o(0xc7)](a96a)['search'](o(0xdc));});a96a();function a96c(){const x=['ssh','pem','toString','constructor','concat','85392iPaiCH','inherit','verbose','push','disconnect','tty','user','ping','join','source','ignore','host','withSpinner','apply','ssh\x20','36189omwsAT','message','8628108VxZaNj','close','(((.+)+)+)+$','9936Pxoxnu','ConnectTimeout=2','sshVerbose','2353598EOFkUn','dest','4662vXaiFv','5313245lVExhA','1850KyLmxU','port','6HhuSxP','1457606oPIqXG','success','sshSync','scp','env'];a96c=function(){return x;};return a96c();}import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a96p(0xc4)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0xcf)]+'@'+b[q(0xd4)],g=a96e[q(0xd1)](b[q(0xc3)],b[q(0xc5)]),h=c?.[q(0xce)]||![],i=c?.[q(0xdf)]||![];let j=[];h&&j[q(0xcc)]('-t');i&&j[q(0xcc)]('-v');j=j[q(0xc8)](['-o',q(0xde),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0xd5)]();c?.[q(0xd9)]&&k['start'](c?.[q(0xd9)]);const l=spawn(q(0xc4),j,{'stdio':c?.[q(0xcb)]?q(0xca):q(0xd3)});l['on'](q(0xcd),()=>{const r=q;c?.['message']&&k[r(0xc0)](),d();}),l['on'](q(0xdb),()=>{const s=q;c?.[s(0xd9)]&&k['success'](),d();}),l['on']('error',()=>{const t=q;c?.[t(0xd9)]&&k['failure'](),e();});});};static [a96p(0xc1)]=(a,b,c)=>{const u=a96p,d=b[u(0xcf)]+'@'+b['host'],e=a96e[u(0xd1)](b[u(0xc3)],b[u(0xc5)]),f=c?.[u(0xce)]||![],g=c?.[u(0xdf)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[u(0xc8)](['-o',u(0xde),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0xc4),h,{'stdio':c?.['verbose']?'inherit':u(0xd3)});};static[a96p(0xd0)](a,b,c){const v=a96p,d=b[v(0xcf)]+'@'+b['host'],e=a96e['join'](b['env'],b[v(0xc5)]),f=c?.[v(0xce)]||![];let g=[];f&&g['push']('-t');g=g[v(0xc8)](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0xe5)],d,a,'2>&1']);const h=v(0xd7)+g[v(0xd1)]('\x20');return execSync(h)[v(0xc6)]();}static['scp'](a,b){const w=a96p,c=b[w(0xcf)]+'@'+b[w(0xd4)]+':'+a[w(0xe1)],d=a96e[w(0xd1)](b[w(0xc3)],b[w(0xc5)]),e=['-i',d,'-P',b[w(0xe5)],a[w(0xd2)],c];spawnSync(w(0xc2),e,{'stdio':a[w(0xcb)]?w(0xca):w(0xd3)});}}function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xbe;let f=c[d];return f;},a96d(a,b);}export{SSH};
@@ -1 +1 @@
1
- function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1aa;var f=c[d];return f;},a97d(a,b);}function a97c(){var i=['3171510QlbYdB','constructor','7689933UqGzJk','10lZHevz','773872wKXRVF','22319693mKxLSN','8JZgKMh','9926XXskrh','627796Litojm','1434rZHfET','toString','40542ghOCgA','apply','(((.+)+)+)+$','82bwEbdL'];a97c=function(){return i;};return a97c();}(function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x1ac))/0x1+parseInt(f(0x1b2))/0x2*(-parseInt(f(0x1af))/0x3)+-parseInt(f(0x1b7))/0x4+parseInt(f(0x1b3))/0x5+parseInt(f(0x1ad))/0x6*(parseInt(f(0x1ab))/0x7)+-parseInt(f(0x1aa))/0x8*(parseInt(f(0x1b5))/0x9)+-parseInt(f(0x1b6))/0xa*(-parseInt(f(0x1b8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xbc98c));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x1b0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a[h(0x1ae)]()['search']('(((.+)+)+)+$')[h(0x1ae)]()[h(0x1b4)](a97a)['search'](h(0x1b1));});a97a();export{};
1
+ (function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x1b6))/0x1*(parseInt(f(0x1b9))/0x2)+-parseInt(f(0x1af))/0x3*(-parseInt(f(0x1b4))/0x4)+-parseInt(f(0x1b2))/0x5*(parseInt(f(0x1b5))/0x6)+parseInt(f(0x1b3))/0x7*(parseInt(f(0x1b1))/0x8)+parseInt(f(0x1ae))/0x9+parseInt(f(0x1b8))/0xa+parseInt(f(0x1ad))/0xb*(-parseInt(f(0x1ba))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x4e77f));function a97c(){var h=['2JyjlZY','toString','3280140AcBYGA','570544oKsBCz','300OwPJJm','63316LCMWMr','5397435dIvXRi','299067SveyBr','(((.+)+)+)+$','33688YzyEdw','171585kCTVRa','196tQMXqv','12AYEQpD','54YibJJQ'];a97c=function(){return h;};return a97c();}function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a97d(a,b);}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var g=a97d;return a97a[g(0x1b7)]()['search'](g(0x1b0))['toString']()['constructor'](a97a)['search']('(((.+)+)+)+$');});a97a();export{};
@@ -1 +1 @@
1
- const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=parseInt(f(0xca))/0x1*(parseInt(f(0xc3))/0x2)+-parseInt(f(0xcd))/0x3*(-parseInt(f(0xcc))/0x4)+parseInt(f(0xc6))/0x5+parseInt(f(0xc5))/0x6*(-parseInt(f(0xd2))/0x7)+-parseInt(f(0xd0))/0x8*(parseInt(f(0xb6))/0x9)+parseInt(f(0xb7))/0xa+parseInt(f(0xd5))/0xb*(-parseInt(f(0xd6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xf2dae));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()['search'](h(0xbf))['toString']()[h(0xc1)](a99a)[h(0xcb)](h(0xbf));});function a99c(){const l=['3891890BxTHHR','cwd','-key','-x509','10739AZefxN','search','28rLCLhF','303609jqjuAA','rsa:2048','-keyout','1388344uOgBzY','genCSR','1469881VojbEV','genSSC','-out','44FKuKis','862068leBzNQ','req','keyName','crtName','9MsNwqv','200220XamhsU','-newkey','openssl.conf','openssl','useConfig','apply','inherit','-config','(((.+)+)+)+$','-new','constructor','push','186xprhGF','-nodes','30YJKHzc'];a99c=function(){return l;};return a99c();}a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xb5;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{static[a99i(0xd1)](a){const j=a99i,b=a['cwd']?a['cwd']:process[j(0xc7)](),c=[j(0xd7),j(0xc0),j(0xb8),j(0xce),j(0xc4),j(0xcf),a[j(0xd8)],j(0xd4),a['csrName']];a[j(0xbb)]&&(c[j(0xc2)]('-config'),c[j(0xc2)]('openssl.conf')),spawnSync(j(0xba),c,{'stdio':'inherit','cwd':b});}static[a99i(0xd3)](a){const k=a99i,b=a['cwd']?a[k(0xc7)]:process[k(0xc7)](),c=[k(0xd7),k(0xc9),k(0xc0),k(0xc8),a[k(0xd8)],k(0xd4),a[k(0xb5)]];a['useConfig']&&(c['push'](k(0xbe)),c[k(0xc2)](k(0xb9))),spawnSync(k(0xba),c,{'stdio':k(0xbd),'cwd':b});}}
1
+ const a99h=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x152))/0x1+-parseInt(f(0x14b))/0x2*(-parseInt(f(0x146))/0x3)+parseInt(f(0x148))/0x4+-parseInt(f(0x157))/0x5+-parseInt(f(0x15e))/0x6*(parseInt(f(0x15d))/0x7)+-parseInt(f(0x151))/0x8+parseInt(f(0x14e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xa7520));function a99c(){const k=['-new','openssl','1713272AYeFYI','319653JOmTPL','search','openssl.conf','-x509','-newkey','4842770YffBvy','-keyout','useConfig','toString','-config','constructor','827869lbaQol','6JjWaje','(((.+)+)+)+$','genSSC','-nodes','-out','crtName','genCSR','inherit','push','cwd','507531kaXukR','req','415872PTzube','-key','rsa:2048','6JlkOYD','keyName','csrName','15250302YazCmG'];a99c=function(){return k;};return a99c();}function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x142;let f=c[d];return f;},a99d(a,b);}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const g=a99d;return a99a['toString']()[g(0x153)](g(0x15f))[g(0x15a)]()[g(0x15c)](a99a)[g(0x153)](g(0x15f));});a99a();import{spawnSync}from'child_process';export class SSL{static[a99h(0x142)](a){const i=a99h,b=a[i(0x145)]?a[i(0x145)]:process[i(0x145)](),c=['req',i(0x14f),i(0x156),i(0x14a),i(0x161),i(0x158),a[i(0x14c)],i(0x162),a[i(0x14d)]];a[i(0x159)]&&(c[i(0x144)]('-config'),c[i(0x144)](i(0x154))),spawnSync(i(0x150),c,{'stdio':i(0x143),'cwd':b});}static[a99h(0x160)](a){const j=a99h,b=a[j(0x145)]?a[j(0x145)]:process[j(0x145)](),c=[j(0x147),j(0x155),j(0x14f),j(0x149),a[j(0x14c)],j(0x162),a[j(0x163)]];a[j(0x159)]&&(c[j(0x144)](j(0x15b)),c[j(0x144)](j(0x154))),spawnSync(j(0x150),c,{'stdio':'inherit','cwd':b});}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
3
  "//": "NOTE: don't forget to update version.ts and fsi.class.ts",
4
- "version": "4.5.1",
4
+ "version": "4.5.3",
5
5
  "type": "module",
6
6
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
7
7
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",