@maka/maka-cli 4.5.16 → 4.5.17

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 (109) 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/sideQuest/commands.js +1 -1
  27. package/bundle/obf/src/commands/game/sideQuest/door.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/inventory.js +1 -0
  30. package/bundle/obf/src/commands/game/sideQuest/items.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/player.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/puzzles.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/room.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/rooms.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/types.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  40. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  41. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  42. package/bundle/obf/src/commands/generate.js +1 -1
  43. package/bundle/obf/src/commands/get/_index.js +1 -1
  44. package/bundle/obf/src/commands/get/get.command.js +1 -1
  45. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  47. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  48. package/bundle/obf/src/commands/help.js +1 -1
  49. package/bundle/obf/src/commands/jsdoc.js +1 -1
  50. package/bundle/obf/src/commands/lint.js +1 -1
  51. package/bundle/obf/src/commands/login.js +1 -1
  52. package/bundle/obf/src/commands/logout.js +1 -1
  53. package/bundle/obf/src/commands/logs.js +1 -1
  54. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  55. package/bundle/obf/src/commands/murder.js +1 -1
  56. package/bundle/obf/src/commands/proxy.js +1 -1
  57. package/bundle/obf/src/commands/reconfig.js +1 -1
  58. package/bundle/obf/src/commands/run/_index.js +1 -1
  59. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  60. package/bundle/obf/src/commands/run/run.command.js +1 -1
  61. package/bundle/obf/src/commands/set/_index.js +1 -1
  62. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/set/set.command.js +1 -1
  65. package/bundle/obf/src/commands/ssh.js +1 -1
  66. package/bundle/obf/src/commands/ssl.js +1 -1
  67. package/bundle/obf/src/commands/test.js +1 -1
  68. package/bundle/obf/src/commands/version.js +1 -1
  69. package/bundle/obf/src/error.js +1 -1
  70. package/bundle/obf/src/generator.js +1 -1
  71. package/bundle/obf/src/generators/_index.js +1 -1
  72. package/bundle/obf/src/generators/api.js +1 -1
  73. package/bundle/obf/src/generators/collection.js +1 -1
  74. package/bundle/obf/src/generators/component.js +1 -1
  75. package/bundle/obf/src/generators/config.js +1 -1
  76. package/bundle/obf/src/generators/dbc.js +1 -1
  77. package/bundle/obf/src/generators/dockerfile.js +1 -1
  78. package/bundle/obf/src/generators/hook.js +1 -1
  79. package/bundle/obf/src/generators/kit.js +1 -1
  80. package/bundle/obf/src/generators/layout.js +1 -1
  81. package/bundle/obf/src/generators/maka.gen.js +1 -1
  82. package/bundle/obf/src/generators/methods.js +1 -1
  83. package/bundle/obf/src/generators/package.js +1 -1
  84. package/bundle/obf/src/generators/page.js +1 -1
  85. package/bundle/obf/src/generators/publish.js +1 -1
  86. package/bundle/obf/src/generators/route.js +1 -1
  87. package/bundle/obf/src/generators/service.js +1 -1
  88. package/bundle/obf/src/generators/services/_index.js +1 -1
  89. package/bundle/obf/src/generators/services/openssl.js +1 -1
  90. package/bundle/obf/src/generators/services/translation.js +1 -1
  91. package/bundle/obf/src/maka.js +1 -1
  92. package/bundle/obf/src/tool.js +1 -1
  93. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  94. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  95. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  96. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  97. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  98. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  99. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  100. package/bundle/obf/src/tools/https/https.class.js +1 -1
  101. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  102. package/bundle/obf/src/tools/log/log.class.js +1 -1
  103. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  104. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  105. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  106. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  107. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  108. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  109. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a98d,c=a();while(!![]){try{var d=-parseInt(f(0x143))/0x1*(-parseInt(f(0x147))/0x2)+parseInt(f(0x13d))/0x3+parseInt(f(0x141))/0x4+-parseInt(f(0x142))/0x5+-parseInt(f(0x13e))/0x6+parseInt(f(0x149))/0x7+parseInt(f(0x146))/0x8*(parseInt(f(0x145))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0xaaa52));function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x13c;var f=c[d];return f;},a98d(a,b);}var a98b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a98d;if(c){var e=c[g(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){var h=a98d;return a98a['toString']()[h(0x144)]('(((.+)+)+)+$')[h(0x13c)]()[h(0x140)](a98a)[h(0x144)](h(0x148));});a98a();export{};function a98c(){var i=['1114yRySbx','search','2541402hqpHQy','16nDKrls','794owzFMf','(((.+)+)+)+$','584276lblZSN','toString','3565815aEMKXc','8282442dxJpUG','apply','constructor','1205792TMjYBl','2505830gMfhKO'];a98c=function(){return i;};return a98c();}
1
+ function a99d(a,b){var c=a99c();return a99d=function(d,e){d=d-0x178;var f=c[d];return f;},a99d(a,b);}(function(a,b){var f=a99d,c=a();while(!![]){try{var d=-parseInt(f(0x17c))/0x1*(-parseInt(f(0x17b))/0x2)+-parseInt(f(0x184))/0x3*(parseInt(f(0x17e))/0x4)+parseInt(f(0x182))/0x5*(parseInt(f(0x17f))/0x6)+parseInt(f(0x17a))/0x7+-parseInt(f(0x187))/0x8+-parseInt(f(0x181))/0x9*(parseInt(f(0x17d))/0xa)+parseInt(f(0x178))/0xb*(parseInt(f(0x179))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x95144));var a99b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a99d;if(c){var e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){var h=a99d;return a99a['toString']()[h(0x186)](h(0x180))['toString']()[h(0x183)](a99a)['search'](h(0x180));});a99a();function a99c(){var i=['63MlYmpq','10bFnWaO','constructor','887505vPyTyP','apply','search','7223528vGCHCF','33suqlvq','4444332ZyoRsm','6183471WGvPAy','118666seQsLc','1PiDNgS','1543090fUHUvR','4sFploq','2507394gtIFYe','(((.+)+)+)+$'];a99c=function(){return i;};return a99c();}export{};
@@ -1 +1 @@
1
- const a99l=a99d;(function(a,b){const i=a99d,c=a();while(!![]){try{const d=parseInt(i(0x175))/0x1+-parseInt(i(0x166))/0x2*(-parseInt(i(0x16e))/0x3)+-parseInt(i(0x14e))/0x4+parseInt(i(0x160))/0x5*(parseInt(i(0x163))/0x6)+parseInt(i(0x159))/0x7+-parseInt(i(0x150))/0x8*(-parseInt(i(0x15b))/0x9)+-parseInt(i(0x158))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x34eb7));function a99c(){const B=['4323340aieOlT','1156568mVEwLz','notice','63qhayDx','constructor','length','Usage:\x20','error','5ghxXlr','red','greenBright','490902SRIKeH','forEach','success','2016WFVCrU','toString','majestic','whiteBright','(((.+)+)+)+$','Examples:','[--','hide','519OjvuKu','map','log','platform','stdout','blackBright','magentaBright','312712LmsVyX','header','search','usage','show','1652452RWCvGC','join','374936iUioPr','bold','win32','bright','\x20>\x20','warn','apply','yellowBright'];a99c=function(){return B;};return a99c();}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a99d;if(c){const e=c[j(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const k=a99d;return a99a[k(0x167)]()[k(0x14b)]('(((.+)+)+)+$')[k(0x167)]()[k(0x15c)](a99a)[k(0x14b)](k(0x16a));});a99a();import*as a99e from'single-line-log2';import a99f from'cli-color';function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x14a;let f=c[d];return f;},a99d(a,b);}import a99g from'cli-cursor';import a99h from'elegant-spinner';const isWin=process[a99l(0x171)]===a99l(0x152),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a99l;return a[m(0x16f)](b=>{const n=m;return n(0x16c)+b+']';})[m(0x14f)]('\x20');},formatRequiredOpts=a=>{const o=a99l;return a[o(0x16f)](b=>{return'--'+b;})[o(0x14f)]('\x20');};export class Log{static[a99l(0x165)](a){const p=a99l;console[p(0x170)](a99f[p(0x162)](a));}static[a99l(0x155)](a){const q=a99l;console[q(0x170)](a99f[q(0x157)](a));}static[a99l(0x15a)](a){console['log'](a99f['cyanBright'](a));}static[a99l(0x15f)](a){const r=a99l;console[r(0x170)](a99f[r(0x161)][r(0x151)](a));}static[a99l(0x14a)](a){const s=a99l;console[s(0x170)](a99f[s(0x173)](a));}static['bright'](a){const t=a99l;console[t(0x170)](a99f[t(0x169)](a));}static[a99l(0x168)](a){const u=a99l;console[u(0x170)](a99f[u(0x174)](a));}static[a99l(0x14c)](a,b,c,d,e,f){const v=a99l,g=a99f[v(0x173)];Log[v(0x153)](d),b&&b[v(0x15d)]>0x0&&(Log[v(0x153)](g(v(0x16b))),b[v(0x164)](h=>{const w=v;Log['bright'](w(0x154)+h);})),a&&(Log[v(0x14a)]('\x0aManual:'),Log[v(0x15a)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[v(0x153)](g(v(0x15e))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x14a)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const x=a99l;a99g[x(0x16d)]();const b=a99h();a99g[x(0x16d)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){a99e['stdout'](a99f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=x;clearInterval(c),a99e[y(0x172)](a99f[y(0x162)](check)+'\x20'+a+'\x20'+d),console['log'](),a99g['show']();},'failure'(d=''){const z=x;clearInterval(c),a99e['stdout'](a99f['red'][z(0x151)](cross)+'\x20'+a+'\x20'+d),console['log'](),a99g[z(0x14d)]();},'stop'(){const A=x;clearInterval(c),a99g[A(0x14d)]();}};}}
1
+ const a100l=a100d;(function(a,b){const i=a100d,c=a();while(!![]){try{const d=parseInt(i(0xdb))/0x1+-parseInt(i(0xcb))/0x2+parseInt(i(0xc3))/0x3*(-parseInt(i(0xbe))/0x4)+parseInt(i(0xd5))/0x5*(parseInt(i(0xcd))/0x6)+-parseInt(i(0xc9))/0x7+-parseInt(i(0xe4))/0x8+parseInt(i(0xb7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0xc2236));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a100d;if(c){const e=c[j(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const k=a100d;return a100a[k(0xce)]()[k(0xc1)](k(0xdf))[k(0xce)]()[k(0xcf)](a100a)[k(0xc1)]('(((.+)+)+)+$');});a100a();function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0xb7;let f=c[d];return f;},a100d(a,b);}function a100c(){const B=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','warn','yellowBright','10393691XOTYBF','trim','1126802mxtOOL','red','6NZphTz','toString','constructor','length','cyanBright','header','cyan','map','2564890DhKCHG','platform','greenBright','show','bright','win32','444379prpBvv','forEach','Usage:\x20','\x20>\x20','(((.+)+)+)+$','bold','\x0aManual:','magentaBright','withSpinner','8896640TDvvLg','37692144udFWtT','error','notice','stdout','Examples:','hide','majestic','4Bvvrgn','blackBright','apply','search','join','3569667IRRKPm','log','success'];a100c=function(){return B;};return a100c();}import*as a100e from'single-line-log2';import a100f from'cli-color';import a100g from'cli-cursor';import a100h from'elegant-spinner';const isWin=process[a100l(0xd6)]===a100l(0xda),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a100l;return a['map'](b=>{return'[--'+b+']';})[m(0xc2)]('\x20');},formatRequiredOpts=a=>{const n=a100l;return a[n(0xd4)](b=>{return'--'+b;})[n(0xc2)]('\x20');};export class Log{static[a100l(0xc5)](a){const o=a100l;console[o(0xc4)](a100f[o(0xd7)](a));}static[a100l(0xc7)](a){const p=a100l;console['log'](a100f[p(0xc8)](a));}static[a100l(0xb9)](a){const q=a100l;console['log'](a100f[q(0xd1)](a));}static[a100l(0xb8)](a){const r=a100l;console[r(0xc4)](a100f['red'][r(0xe0)](a));}static[a100l(0xd2)](a){const s=a100l;console[s(0xc4)](a100f[s(0xbf)](a));}static['bright'](a){const t=a100l;console[t(0xc4)](a100f['whiteBright'](a));}static[a100l(0xbd)](a){const u=a100l;console[u(0xc4)](a100f[u(0xe2)](a));}static['usage'](a,b,c,d,e,f){const v=a100l,g=a100f['blackBright'];Log[v(0xd9)](d),b&&b[v(0xd0)]>0x0&&(Log[v(0xd9)](g(v(0xbb))),b[v(0xdc)](h=>{const w=v;Log[w(0xd9)](w(0xde)+h);})),a&&(Log[v(0xd2)](v(0xe1)),Log[v(0xb9)]('\x20\x20'+a[v(0xca)]()+'\x0a')),c&&Log[v(0xd9)](g(v(0xdd))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0xd2)](v(0xc6));}static[a100l(0xe3)](a=''){const x=a100l;a100g['hide']();const b=a100h();a100g[x(0xbc)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a100d;a100e[y(0xba)](a100f[y(0xd3)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a100e[z(0xba)](a100f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a100g[z(0xd8)]();},'failure'(d=''){const A=x;clearInterval(c),a100e[A(0xba)](a100f[A(0xcc)]['bold'](cross)+'\x20'+a+'\x20'+d),console['log'](),a100g[A(0xd8)]();},'stop'(){clearInterval(c),a100g['show']();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a100d,c=a();while(!![]){try{var d=-parseInt(f(0x170))/0x1+parseInt(f(0x179))/0x2*(parseInt(f(0x172))/0x3)+-parseInt(f(0x171))/0x4*(parseInt(f(0x178))/0x5)+parseInt(f(0x175))/0x6+-parseInt(f(0x17d))/0x7*(-parseInt(f(0x177))/0x8)+parseInt(f(0x173))/0x9*(-parseInt(f(0x17b))/0xa)+parseInt(f(0x174))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0xb47cf));function a100d(a,b){var c=a100c();return a100d=function(d,e){d=d-0x16f;var f=c[d];return f;},a100d(a,b);}function a100c(){var i=['12927Qafbgp','335061XstyWG','8794896iBfmsn','8255244RWfssg','apply','1233944rilZYB','35CxORNQ','206TxTbIJ','toString','320gJBfVZ','search','49Timqmc','(((.+)+)+)+$','1319470rzOnOE','256492hrQMjL'];a100c=function(){return i;};return a100c();}var a100b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a100d;if(c){var e=c[g(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){var h=a100d;return a100a[h(0x17a)]()[h(0x17c)]('(((.+)+)+)+$')['toString']()['constructor'](a100a)[h(0x17c)](h(0x16f));});a100a();export{};
1
+ function a101d(a,b){var c=a101c();return a101d=function(d,e){d=d-0x14c;var f=c[d];return f;},a101d(a,b);}function a101c(){var i=['apply','44074756yfDeRi','634529CqvCKH','(((.+)+)+)+$','798363TizUnI','2755030mVMgcH','10bxXyXd','6862020fFlbrm','toString','12848gvnauo','792970Rojcpq','4SPmNVt','constructor','search','36SGkkPm','4571lhyMJk'];a101c=function(){return i;};return a101c();}(function(a,b){var f=a101d,c=a();while(!![]){try{var d=-parseInt(f(0x153))/0x1+-parseInt(f(0x157))/0x2*(parseInt(f(0x155))/0x3)+-parseInt(f(0x14c))/0x4*(-parseInt(f(0x156))/0x5)+-parseInt(f(0x158))/0x6+parseInt(f(0x150))/0x7*(-parseInt(f(0x15a))/0x8)+parseInt(f(0x14f))/0x9*(parseInt(f(0x15b))/0xa)+parseInt(f(0x152))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0xaf29c));var a101b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a101d;if(c){var e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){var h=a101d;return a101a['toString']()[h(0x14e)](h(0x154))[h(0x159)]()[h(0x14d)](a101a)[h(0x14e)]('(((.+)+)+)+$');});a101a();export{};
@@ -1 +1 @@
1
- const a101l=a101d;(function(a,b){const j=a101d,c=a();while(!![]){try{const d=-parseInt(j(0x1ae))/0x1*(parseInt(j(0x19c))/0x2)+parseInt(j(0x1a7))/0x3*(parseInt(j(0x1b6))/0x4)+-parseInt(j(0x1b0))/0x5*(parseInt(j(0x19a))/0x6)+parseInt(j(0x1a9))/0x7+-parseInt(j(0x1ad))/0x8*(-parseInt(j(0x1a3))/0x9)+parseInt(j(0x1a1))/0xa+-parseInt(j(0x1a6))/0xb*(parseInt(j(0x1b1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0x71382));const a101b=(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;};}()),a101a=a101b(this,function(){const k=a101d;return a101a['toString']()[k(0x19e)](k(0x1a8))[k(0x1af)]()[k(0x1a4)](a101a)[k(0x19e)]('(((.+)+)+)+$');});a101a();import{spawn}from'child_process';function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0x19a;let f=c[d];return f;},a101d(a,b);}import{Log}from'../log/log.class.js';function a101c(){const s=['12uLpqNE','withSpinner','success','message','failure','31596jdHBvf','data','96OsZjHJ','log','34SDkyng','kill','search','start','error','5697990MwlcGL','disconnect','2394bCJLZV','constructor','cwd','2676542jTWPKF','99bLdeNP','(((.+)+)+)+$','744583sXuQFn','close','SIGINT','verbose','712NlKUYb','6737oPiYTt','toString','43410eNqwFF'];a101c=function(){return s;};return a101c();}export class SpawnAsync{static[a101l(0x1b2)](a,b,c){return new Promise((d,e)=>{const m=a101d,f=Log[m(0x1b2)](),g=c?.[m(0x1a5)]||'.';c?.['message']&&f[m(0x19f)](c?.[m(0x1b4)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x1ac)]?'inherit':'ignore'});process['on'](m(0x1ab),()=>{const n=m,i=h['pid'];i&&process[n(0x19d)](i);}),h['on'](m(0x1b7),i=>{const o=m;console[o(0x19b)](i);}),h['on'](m(0x1a2),()=>{const p=m;c?.[p(0x1b4)]&&f[p(0x1b3)](),d();}),h['on'](m(0x1aa),()=>{const q=m;c?.[q(0x1b4)]&&f[q(0x1b3)](),d();}),h['on'](m(0x1a0),()=>{const r=m;c?.[r(0x1b4)]&&f[r(0x1b5)](),e();});});}}
1
+ const a102m=a102d;(function(a,b){const j=a102d,c=a();while(!![]){try{const d=-parseInt(j(0x130))/0x1+-parseInt(j(0x12e))/0x2+-parseInt(j(0x126))/0x3+parseInt(j(0x136))/0x4*(-parseInt(j(0x12a))/0x5)+-parseInt(j(0x138))/0x6+parseInt(j(0x124))/0x7*(-parseInt(j(0x135))/0x8)+-parseInt(j(0x13d))/0x9*(-parseInt(j(0x13b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x5bd68));const a102b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a102d;if(c){const e=c[k(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){const l=a102d;return a102a[l(0x12c)]()[l(0x125)]('(((.+)+)+)+$')[l(0x12c)]()[l(0x132)](a102a)[l(0x125)](l(0x13c));});a102a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a102d(a,b){const c=a102c();return a102d=function(d,e){d=d-0x121;let f=c[d];return f;},a102d(a,b);}export class SpawnAsync{static[a102m(0x13a)](a,b,c){return new Promise((d,e)=>{const n=a102d,f=Log[n(0x13a)](),g=c?.[n(0x123)]||'.';c?.[n(0x122)]&&f[n(0x137)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x121)]?n(0x133):'ignore'});process['on']('SIGINT',()=>{const o=n,i=h[o(0x12d)];i&&process[o(0x131)](i);}),h['on'](n(0x129),i=>{const p=n;console[p(0x139)](i);}),h['on'](n(0x12f),()=>{const q=n;c?.[q(0x122)]&&f[q(0x128)](),d();}),h['on'](n(0x12b),()=>{const r=n;c?.[r(0x122)]&&f[r(0x128)](),d();}),h['on'](n(0x127),()=>{const s=n;c?.[s(0x122)]&&f[s(0x13e)](),e();});});}}function a102c(){const t=['message','cwd','21eCBMqQ','search','1753971EVoHWw','error','success','data','62190adHcGY','close','toString','pid','477700cPgmIU','disconnect','703923AqXTxD','kill','constructor','inherit','apply','858672FTsKZR','168hxUJrM','start','3718752cFdiWf','log','withSpinner','16838940BxoeaM','(((.+)+)+)+$','18OxUIqE','failure','verbose'];a102c=function(){return t;};return a102c();}
@@ -1 +1 @@
1
- function a102d(a,b){var c=a102c();return a102d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a102d(a,b);}(function(a,b){var f=a102d,c=a();while(!![]){try{var d=parseInt(f(0x1cf))/0x1*(parseInt(f(0x1cc))/0x2)+-parseInt(f(0x1c9))/0x3*(parseInt(f(0x1ce))/0x4)+parseInt(f(0x1c3))/0x5*(parseInt(f(0x1c4))/0x6)+-parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1d2))/0x8)+-parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1d3))/0xa)+-parseInt(f(0x1ca))/0xb+parseInt(f(0x1c5))/0xc*(parseInt(f(0x1cb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x77e72));var a102b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a102d;if(c){var e=c[g(0x1c6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){var h=a102d;return a102a[h(0x1cd)]()['search'](h(0x1d0))['toString']()['constructor'](a102a)[h(0x1d1)](h(0x1d0));});a102a();function a102c(){var i=['53930SRPfBm','5kxLTYH','513774dOaojh','617556exOOqX','apply','35LszMJF','1089VrYiYs','484086hHBdeG','2300353UcTcHO','182JUmuaD','8xkzKsr','toString','24JRCgeP','1912zSmsEY','(((.+)+)+)+$','search','323368wYWUkg'];a102c=function(){return i;};return a102c();}export{};
1
+ function a103c(){var h=['399taDcVj','(((.+)+)+)+$','3248100STOJXA','toString','7339656jFkBhG','search','4YGYCbd','2321aXtexH','609025EcCIQq','711648bWNPQB','9jnoNGC','17382BUJeMm','21VYLFpJ','5736ZODVDu','1341462NPHTka'];a103c=function(){return h;};return a103c();}(function(a,b){var f=a103d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1+-parseInt(f(0x1b7))/0x2*(-parseInt(f(0x1bb))/0x3)+parseInt(f(0x1b2))/0x4*(parseInt(f(0x1b4))/0x5)+parseInt(f(0x1ba))/0x6*(-parseInt(f(0x1b8))/0x7)+-parseInt(f(0x1b0))/0x8*(-parseInt(f(0x1b6))/0x9)+-parseInt(f(0x1bd))/0xa+parseInt(f(0x1b3))/0xb*(parseInt(f(0x1b9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x8fc22));function a103d(a,b){var c=a103c();return a103d=function(d,e){d=d-0x1b0;var f=c[d];return f;},a103d(a,b);}var a103b=(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;};}()),a103a=a103b(this,function(){var g=a103d;return a103a['toString']()[g(0x1b1)]('(((.+)+)+)+$')[g(0x1be)]()['constructor'](a103a)[g(0x1b1)](g(0x1bc));});a103a();export{};
@@ -1 +1 @@
1
- const a103o=a103d;(function(a,b){const m=a103d,c=a();while(!![]){try{const d=-parseInt(m(0x1d9))/0x1+-parseInt(m(0x1ef))/0x2*(parseInt(m(0x1d8))/0x3)+parseInt(m(0x1da))/0x4+-parseInt(m(0x1e6))/0x5+-parseInt(m(0x1f8))/0x6+parseInt(m(0x1e1))/0x7*(-parseInt(m(0x1f5))/0x8)+parseInt(m(0x1dc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x742c6));const a103b=(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;};}()),a103a=a103b(this,function(){const n=a103d;return a103a[n(0x1ed)]()['search'](n(0x1f2))[n(0x1ed)]()[n(0x1e9)](a103a)[n(0x1e8)]('(((.+)+)+)+$');});a103a();function a103c(){const w=['2>&1','user','ignore','7962WKhCUr','423501pruOle','1814208TVYypu','disconnect','15658326PmVaqW','ssh','close','pem','verbose','163996JUhZSj','ssh\x20','port','host','message','1186965iClDFa','inherit','search','constructor','concat','env','push','toString','source','86IAtmXT','start','join','(((.+)+)+)+$','success','ConnectTimeout=2','272OpaLHl','tty','scp','875712nevVBF','failure','withSpinner'];a103c=function(){return w;};return a103c();}import a103e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a103d(a,b);}class SSH{static [a103o(0x1dd)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a103d,f=b[p(0x1fc)]+'@'+b['host'],g=a103e[p(0x1f1)](b[p(0x1eb)],b[p(0x1df)]),h=c?.[p(0x1f6)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0x1ec)]('-t');i&&j[p(0x1ec)]('-v');j=j[p(0x1ea)](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x1e3)],f,a]);const k=Log[p(0x1fa)]();c?.['message']&&k[p(0x1f0)](c?.['message']);const l=spawn(p(0x1dd),j,{'stdio':c?.[p(0x1e0)]?p(0x1e7):p(0x1d7)});l['on'](p(0x1db),()=>{const q=p;c?.[q(0x1e5)]&&k[q(0x1f3)](),d();}),l['on'](p(0x1de),()=>{const r=p;c?.[r(0x1e5)]&&k[r(0x1f3)](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x1e5)]&&k[s(0x1f9)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a103o,d=b[t(0x1fc)]+'@'+b[t(0x1e4)],e=a103e[t(0x1f1)](b['env'],b[t(0x1df)]),f=c?.[t(0x1f6)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[t(0x1ec)]('-t'),g&&h[t(0x1ec)]('-v'),h=h[t(0x1ea)](['-o',t(0x1f4),'-i',e,'-p',b[t(0x1e3)],d,a]),spawnSync(t(0x1dd),h,{'stdio':c?.[t(0x1e0)]?t(0x1e7):t(0x1d7)});};static['ping'](a,b,c){const u=a103o,d=b[u(0x1fc)]+'@'+b[u(0x1e4)],e=a103e[u(0x1f1)](b[u(0x1eb)],b[u(0x1df)]),f=c?.['tty']||![];let g=[];f&&g['push']('-t');g=g['concat'](['-o',u(0x1f4),'-i',e,'-p',b[u(0x1e3)],d,a,u(0x1fb)]);const h=u(0x1e2)+g['join']('\x20');return execSync(h)[u(0x1ed)]();}static['scp'](a,b){const v=a103o,c=b[v(0x1fc)]+'@'+b['host']+':'+a['dest'],d=a103e[v(0x1f1)](b[v(0x1eb)],b[v(0x1df)]),e=['-i',d,'-P',b[v(0x1e3)],a[v(0x1ee)],c];spawnSync(v(0x1f7),e,{'stdio':a['verbose']?v(0x1e7):v(0x1d7)});}}export{SSH};
1
+ const a104t=a104d;(function(a,b){const m=a104d,c=a();while(!![]){try{const d=-parseInt(m(0x123))/0x1*(parseInt(m(0x127))/0x2)+-parseInt(m(0x132))/0x3+parseInt(m(0x137))/0x4+-parseInt(m(0x125))/0x5+parseInt(m(0x131))/0x6+-parseInt(m(0x138))/0x7*(-parseInt(m(0x12e))/0x8)+-parseInt(m(0x122))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0x19926));const a104b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a104d;if(c){const e=c[n(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){const o=a104d;return a104a[o(0x134)]()[o(0x129)](o(0x139))['toString']()[o(0x13b)](a104a)[o(0x129)](o(0x139));});a104a();function a104c(){const x=['517992SOFMUL','217998OoLuKY','withSpinner','toString','start','port','781824sECssp','343nlqwJs','(((.+)+)+)+$','join','constructor','user','push','sshSync','env','2>&1','message','ssh\x20','scp','pem','concat','ignore','ssh','668538iJCfyc','106ULLaxZ','failure','488015qAnoHt','verbose','384WnnNcB','inherit','search','source','ping','dest','host','14344yocShB','apply','tty'];a104c=function(){return x;};return a104c();}import a104e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a104d,f=b[p(0x13c)]+'@'+b['host'],g=a104e[p(0x13a)](b[p(0x13f)],b['pem']),h=c?.['tty']||![],i=c?.['sshVerbose']||![];let j=[];h&&j['push']('-t');i&&j[p(0x13d)]('-v');j=j[p(0x11f)](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x136)],f,a]);const k=Log[p(0x133)]();c?.[p(0x141)]&&k[p(0x135)](c?.[p(0x141)]);const l=spawn(p(0x121),j,{'stdio':c?.[p(0x126)]?p(0x128):p(0x120)});l['on']('disconnect',()=>{const q=p;c?.[q(0x141)]&&k['success'](),d();}),l['on']('close',()=>{const r=p;c?.[r(0x141)]&&k['success'](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x141)]&&k[s(0x124)](),e();});});};static [a104t(0x13e)]=(a,b,c)=>{const u=a104t,d=b[u(0x13c)]+'@'+b[u(0x12d)],e=a104e[u(0x13a)](b[u(0x13f)],b[u(0x11e)]),f=c?.[u(0x130)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x13d)]('-t'),g&&h[u(0x13d)]('-v'),h=h[u(0x11f)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x136)],d,a]),spawnSync(u(0x121),h,{'stdio':c?.['verbose']?u(0x128):'ignore'});};static[a104t(0x12b)](a,b,c){const v=a104t,d=b[v(0x13c)]+'@'+b[v(0x12d)],e=a104e[v(0x13a)](b[v(0x13f)],b[v(0x11e)]),f=c?.[v(0x130)]||![];let g=[];f&&g['push']('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0x136)],d,a,v(0x140)]);const h=v(0x142)+g['join']('\x20');return execSync(h)[v(0x134)]();}static[a104t(0x143)](a,b){const w=a104t,c=b[w(0x13c)]+'@'+b[w(0x12d)]+':'+a[w(0x12c)],d=a104e[w(0x13a)](b['env'],b['pem']),e=['-i',d,'-P',b[w(0x136)],a[w(0x12a)],c];spawnSync(w(0x143),e,{'stdio':a[w(0x126)]?w(0x128):w(0x120)});}}function a104d(a,b){const c=a104c();return a104d=function(d,e){d=d-0x11e;let f=c[d];return f;},a104d(a,b);}export{SSH};
@@ -1 +1 @@
1
- (function(a,b){var f=a104d,c=a();while(!![]){try{var d=parseInt(f(0xb2))/0x1*(parseInt(f(0xbc))/0x2)+parseInt(f(0xb3))/0x3*(-parseInt(f(0xb8))/0x4)+-parseInt(f(0xbd))/0x5*(parseInt(f(0xb1))/0x6)+-parseInt(f(0xb9))/0x7+-parseInt(f(0xba))/0x8+parseInt(f(0xb5))/0x9+parseInt(f(0xb6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0xad0de));function a104d(a,b){var c=a104c();return a104d=function(d,e){d=d-0xb1;var f=c[d];return f;},a104d(a,b);}var a104b=(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;};}()),a104a=a104b(this,function(){var g=a104d;return a104a[g(0xb4)]()[g(0xbb)]('(((.+)+)+)+$')[g(0xb4)]()['constructor'](a104a)[g(0xbb)](g(0xb7));});a104a();function a104c(){var h=['198uYKxDd','1046373CwxjOu','110703xbJgCc','toString','9405081bOyclF','9705400dZnJSh','(((.+)+)+)+$','4vJIFds','6739964rktBsl','4251264vrMZyI','search','2IPpJmI','124535WsEHrm'];a104c=function(){return h;};return a104c();}export{};
1
+ (function(a,b){var f=a105d,c=a();while(!![]){try{var d=parseInt(f(0xf9))/0x1+-parseInt(f(0x104))/0x2+parseInt(f(0xff))/0x3*(parseInt(f(0xfa))/0x4)+parseInt(f(0xfb))/0x5+-parseInt(f(0x101))/0x6+parseInt(f(0x103))/0x7*(parseInt(f(0xfd))/0x8)+-parseInt(f(0xfc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x7f16c));var a105b=(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;};}()),a105a=a105b(this,function(){var g=a105d;return a105a['toString']()[g(0x102)]('(((.+)+)+)+$')[g(0x105)]()[g(0xfe)](a105a)['search'](g(0x100));});function a105c(){var h=['1706724yAZqLE','toString','643467qGBXgB','44444rSMWNx','623340mxlOWr','2192499SGGeOG','5219288XkwscB','constructor','201BKxgVt','(((.+)+)+)+$','3284724nJdwjF','search','7mJkvHU'];a105c=function(){return h;};return a105c();}a105a();function a105d(a,b){var c=a105c();return a105d=function(d,e){d=d-0xf9;var f=c[d];return f;},a105d(a,b);}export{};
@@ -1 +1 @@
1
- const a105i=a105d;(function(a,b){const f=a105d,c=a();while(!![]){try{const d=parseInt(f(0xb0))/0x1+parseInt(f(0xb6))/0x2*(-parseInt(f(0xa7))/0x3)+parseInt(f(0xba))/0x4*(parseInt(f(0xc3))/0x5)+-parseInt(f(0xc9))/0x6+parseInt(f(0xc1))/0x7*(parseInt(f(0xbc))/0x8)+parseInt(f(0xcb))/0x9*(-parseInt(f(0xc5))/0xa)+-parseInt(f(0xaa))/0xb*(-parseInt(f(0xb1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x494c6));function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0xa6;let f=c[d];return f;},a105d(a,b);}const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a105d;if(c){const e=c[g(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const h=a105d;return a105a[h(0xbb)]()[h(0xc8)](h(0xca))[h(0xbb)]()[h(0xa6)](a105a)[h(0xc8)](h(0xca));});a105a();import{spawnSync}from'child_process';function a105c(){const l=['openssl.conf','cwd','search','2072016NWybSE','(((.+)+)+)+$','888687iDgRDg','constructor','3mrhVck','-out','genSSC','8942219DMsHls','genCSR','-new','inherit','-newkey','apply','399643aLriQM','12eJRaKO','-keyout','-key','-nodes','keyName','775078gLaWtc','csrName','useConfig','openssl','591972WCXEvv','toString','328mpEKZi','req','-x509','rsa:2048','push','28385fgRHei','crtName','5gCZNZS','-config','50CLEnkq'];a105c=function(){return l;};return a105c();}export class SSL{static[a105i(0xab)](a){const j=a105i,b=a['cwd']?a[j(0xc7)]:process[j(0xc7)](),c=[j(0xbd),j(0xac),j(0xae),j(0xbf),j(0xb4),j(0xb2),a[j(0xb5)],'-out',a[j(0xb7)]];a['useConfig']&&(c[j(0xc0)](j(0xc4)),c[j(0xc0)](j(0xc6))),spawnSync(j(0xb9),c,{'stdio':j(0xad),'cwd':b});}static[a105i(0xa9)](a){const k=a105i,b=a[k(0xc7)]?a['cwd']:process[k(0xc7)](),c=['req',k(0xbe),k(0xac),k(0xb3),a[k(0xb5)],k(0xa8),a[k(0xc2)]];a[k(0xb8)]&&(c[k(0xc0)](k(0xc4)),c['push'](k(0xc6))),spawnSync(k(0xb9),c,{'stdio':k(0xad),'cwd':b});}}
1
+ const a106i=a106d;function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0x194;let f=c[d];return f;},a106d(a,b);}(function(a,b){const f=a106d,c=a();while(!![]){try{const d=parseInt(f(0x1af))/0x1+parseInt(f(0x1a5))/0x2+-parseInt(f(0x19a))/0x3+-parseInt(f(0x1a2))/0x4*(-parseInt(f(0x19c))/0x5)+parseInt(f(0x198))/0x6+parseInt(f(0x1a0))/0x7+parseInt(f(0x1a8))/0x8*(-parseInt(f(0x1a7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0xbc1a1));const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a106d;if(c){const e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const h=a106d;return a106a[h(0x19f)]()['search'](h(0x195))[h(0x19f)]()['constructor'](a106a)[h(0x197)](h(0x195));});function a106c(){const l=['inherit','-newkey','-x509','genSSC','(((.+)+)+)+$','-out','search','9202692OrOFlu','-new','1290252vocAdW','openssl.conf','937460pdMVgc','req','-nodes','toString','7675087hkRMZu','cwd','32igYQxH','crtName','genCSR','2021180MjVPuq','csrName','46735614wkxubk','8uGbfjy','openssl','apply','-config','push','keyName','-key','1252646GpTxCf'];a106c=function(){return l;};return a106c();}a106a();import{spawnSync}from'child_process';export class SSL{static[a106i(0x1a4)](a){const j=a106i,b=a[j(0x1a1)]?a[j(0x1a1)]:process[j(0x1a1)](),c=[j(0x19d),j(0x199),j(0x1b1),'rsa:2048',j(0x19e),'-keyout',a[j(0x1ad)],j(0x196),a[j(0x1a6)]];a['useConfig']&&(c[j(0x1ac)](j(0x1ab)),c[j(0x1ac)](j(0x19b))),spawnSync(j(0x1a9),c,{'stdio':j(0x1b0),'cwd':b});}static[a106i(0x194)](a){const k=a106i,b=a[k(0x1a1)]?a[k(0x1a1)]:process[k(0x1a1)](),c=[k(0x19d),k(0x1b2),k(0x199),k(0x1ae),a[k(0x1ad)],k(0x196),a[k(0x1a3)]];a['useConfig']&&(c[k(0x1ac)](k(0x1ab)),c[k(0x1ac)]('openssl.conf')),spawnSync(k(0x1a9),c,{'stdio':k(0x1b0),'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.16",
4
+ "version": "4.5.17",
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.",