@maka/maka-cli 4.5.8 → 4.5.9

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/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/aws/aws.class.js +1 -1
  82. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  83. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  84. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  85. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  86. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  87. package/bundle/obf/src/tools/https/https.class.js +1 -1
  88. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  89. package/bundle/obf/src/tools/log/log.class.js +1 -1
  90. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  91. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  94. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  95. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +1 -1
@@ -1 +1 @@
1
- const a87o=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d=-parseInt(i(0xa7))/0x1*(-parseInt(i(0xc9))/0x2)+-parseInt(i(0xad))/0x3+parseInt(i(0xba))/0x4*(-parseInt(i(0xbd))/0x5)+-parseInt(i(0xa1))/0x6*(parseInt(i(0xbf))/0x7)+-parseInt(i(0xa3))/0x8*(-parseInt(i(0xcc))/0x9)+-parseInt(i(0xc4))/0xa+parseInt(i(0xab))/0xb*(parseInt(i(0xc8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xcad77));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a87d;if(c){const e=c[j(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const k=a87d;return a87a[k(0xbe)]()[k(0xa2)](k(0xb6))['toString']()['constructor'](a87a)[k(0xa2)](k(0xb6));});a87a();import*as a87e from'single-line-log2';import a87f from'cli-color';function a87c(){const D=['Usage:\x20','cyanBright','\x20>\x20','notice','(((.+)+)+)+$','join','success','[--','225416UJPVPe','red','trim','40bqdLMO','toString','9026689ldYYFA','yellowBright','bright','\x0aManual:','stdout','1210030pcPprw','blackBright','length','usage','530268aeTpyS','2362200wUDyia','hide','majestic','7677FpXbYj','6ubcxLc','search','3896rVUnqk','error','apply','header','1RDhZDk','bold','map','show','396hVcSRQ','magentaBright','1485342eZuHtt','log','forEach','Examples:','greenBright'];a87c=function(){return D;};return a87c();}import a87g from'cli-cursor';import a87h from'elegant-spinner';const isWin=process['platform']==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a87d;return a[l(0xa9)](b=>{const m=l;return m(0xb9)+b+']';})[l(0xb7)]('\x20');},formatRequiredOpts=a=>{const n=a87d;return a['map'](b=>{return'--'+b;})[n(0xb7)]('\x20');};function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xa1;let f=c[d];return f;},a87d(a,b);}export class Log{static[a87o(0xb8)](a){const p=a87o;console[p(0xae)](a87f[p(0xb1)](a));}static['warn'](a){const q=a87o;console['log'](a87f[q(0xc0)](a));}static[a87o(0xb5)](a){const r=a87o;console['log'](a87f[r(0xb3)](a));}static[a87o(0xa4)](a){const s=a87o;console[s(0xae)](a87f[s(0xbb)][s(0xa8)](a));}static[a87o(0xa6)](a){const t=a87o;console[t(0xae)](a87f[t(0xc5)](a));}static[a87o(0xc1)](a){const u=a87o;console[u(0xae)](a87f['whiteBright'](a));}static[a87o(0xcb)](a){const v=a87o;console[v(0xae)](a87f[v(0xac)](a));}static[a87o(0xc7)](a,b,c,d,e,f){const w=a87o,g=a87f['blackBright'];Log[w(0xc1)](d),b&&b[w(0xc6)]>0x0&&(Log[w(0xc1)](g(w(0xb0))),b[w(0xaf)](h=>{const x=w;Log[x(0xc1)](x(0xb4)+h);})),a&&(Log[w(0xa6)](w(0xc2)),Log[w(0xb5)]('\x20\x20'+a[w(0xbc)]()+'\x0a')),c&&Log[w(0xc1)](g(w(0xb2))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0xa6)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const y=a87o;a87g[y(0xca)]();const b=a87h();a87g[y(0xca)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a87d;a87e[z(0xc3)](a87f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a87e[A(0xc3)](a87f[A(0xb1)](check)+'\x20'+a+'\x20'+d),console['log'](),a87g[A(0xaa)]();},'failure'(d=''){const B=y;clearInterval(c),a87e[B(0xc3)](a87f[B(0xbb)]['bold'](cross)+'\x20'+a+'\x20'+d),console[B(0xae)](),a87g[B(0xaa)]();},'stop'(){const C=y;clearInterval(c),a87g[C(0xaa)]();}};}}
1
+ const a87o=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d=parseInt(i(0xdc))/0x1*(parseInt(i(0xf3))/0x2)+-parseInt(i(0xde))/0x3+parseInt(i(0xe5))/0x4*(-parseInt(i(0xdf))/0x5)+-parseInt(i(0xe2))/0x6+parseInt(i(0xd7))/0x7+-parseInt(i(0xff))/0x8*(parseInt(i(0xfb))/0x9)+parseInt(i(0xfa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xc8ac6));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a87d;if(c){const e=c[j(0xf7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const k=a87d;return a87a[k(0xee)]()['search'](k(0xda))[k(0xee)]()[k(0xf1)](a87a)[k(0xeb)](k(0xda));});a87a();import*as a87e from'single-line-log2';import a87f from'cli-color';import a87g from'cli-cursor';import a87h from'elegant-spinner';function a87c(){const C=['3670053imCCIF','53335wzUQqh','withSpinner','bold','817410qceooK','forEach','greenBright','160FXwatW','log','success','yellowBright','cyanBright','warn','search','majestic','trim','toString','map','stdout','constructor','[--','26vrDsCZ','blackBright','bright','header','apply','notice','hide','24201710GMLPwv','9Regyow','Examples:','Usage:\x20','\x20>\x20','2605528ZmhIMe','length','join','1584380HNVtic','red','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','(((.+)+)+)+$','show','22108MoJZbT','\x0aManual:'];a87c=function(){return C;};return a87c();}const isWin=process['platform']==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a87d;return a[l(0xef)](b=>{const m=l;return m(0xf2)+b+']';})[l(0x101)]('\x20');},formatRequiredOpts=a=>{const n=a87d;return a['map'](b=>{return'--'+b;})[n(0x101)]('\x20');};function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xd7;let f=c[d];return f;},a87d(a,b);}export class Log{static[a87o(0xe7)](a){const p=a87o;console[p(0xe6)](a87f[p(0xe4)](a));}static[a87o(0xea)](a){const q=a87o;console[q(0xe6)](a87f[q(0xe8)](a));}static[a87o(0xf8)](a){const r=a87o;console[r(0xe6)](a87f[r(0xe9)](a));}static['error'](a){const s=a87o;console['log'](a87f[s(0xd8)][s(0xe1)](a));}static['header'](a){const t=a87o;console[t(0xe6)](a87f[t(0xf4)](a));}static['bright'](a){const u=a87o;console[u(0xe6)](a87f['whiteBright'](a));}static[a87o(0xec)](a){const v=a87o;console[v(0xe6)](a87f['magentaBright'](a));}static['usage'](a,b,c,d,e,f){const w=a87o,g=a87f[w(0xf4)];Log[w(0xf5)](d),b&&b[w(0x100)]>0x0&&(Log['bright'](g(w(0xfc))),b[w(0xe3)](h=>{const x=w;Log[x(0xf5)](x(0xfe)+h);})),a&&(Log[w(0xf6)](w(0xdd)),Log[w(0xf8)]('\x20\x20'+a[w(0xed)]()+'\x0a')),c&&Log[w(0xf5)](g(w(0xfd))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0xf6)](w(0xd9));}static[a87o(0xe0)](a=''){const y=a87o;a87g['hide']();const b=a87h();a87g[y(0xf9)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){a87e['stdout'](a87f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=y;clearInterval(c),a87e[z(0xf0)](a87f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a87g[z(0xdb)]();},'failure'(d=''){const A=y;clearInterval(c),a87e[A(0xf0)](a87f['red'][A(0xe1)](cross)+'\x20'+a+'\x20'+d),console['log'](),a87g[A(0xdb)]();},'stop'(){const B=y;clearInterval(c),a87g[B(0xdb)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a88d,c=a();while(!![]){try{var d=parseInt(f(0xcb))/0x1+-parseInt(f(0xc0))/0x2+-parseInt(f(0xc6))/0x3*(-parseInt(f(0xca))/0x4)+-parseInt(f(0xc3))/0x5*(parseInt(f(0xc2))/0x6)+parseInt(f(0xc9))/0x7+parseInt(f(0xc4))/0x8+-parseInt(f(0xc7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x5e913));var a88b=(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;};}()),a88a=a88b(this,function(){var g=a88d;return a88a['toString']()[g(0xc8)](g(0xc5))['toString']()[g(0xc1)](a88a)[g(0xc8)](g(0xc5));});function a88c(){var h=['633724XdschV','770981TqvgOL','1430110ikbDvD','constructor','101826btMgCF','75IvtAml','4495664eGogMh','(((.+)+)+)+$','3fuCRMF','5821767jfhrpj','search','3587220spxmHa'];a88c=function(){return h;};return a88c();}function a88d(a,b){var c=a88c();return a88d=function(d,e){d=d-0xc0;var f=c[d];return f;},a88d(a,b);}a88a();export{};
1
+ (function(a,b){var f=a88d,c=a();while(!![]){try{var d=-parseInt(f(0x86))/0x1*(parseInt(f(0x7f))/0x2)+parseInt(f(0x81))/0x3+parseInt(f(0x88))/0x4+parseInt(f(0x80))/0x5+parseInt(f(0x8a))/0x6+parseInt(f(0x82))/0x7*(-parseInt(f(0x83))/0x8)+-parseInt(f(0x84))/0x9*(parseInt(f(0x85))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xa3b14));function a88d(a,b){var c=a88c();return a88d=function(d,e){d=d-0x7e;var f=c[d];return f;},a88d(a,b);}var a88b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a88d;if(c){var e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){var h=a88d;return a88a[h(0x89)]()[h(0x87)](h(0x8c))['toString']()[h(0x8b)](a88a)[h(0x87)](h(0x8c));});a88a();export{};function a88c(){var i=['2366348IhRCQV','toString','1206222BCzBJn','constructor','(((.+)+)+)+$','apply','492722dFSpVs','6257220DLMaPb','1976100uPXibz','7372274TSXrVh','8aCbItx','7470wfnFVy','5860PONZvD','2dHZuiy','search'];a88c=function(){return i;};return a88c();}
@@ -1 +1 @@
1
- const a89m=a89d;function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xf1;let f=c[d];return f;},a89d(a,b);}(function(a,b){const j=a89d,c=a();while(!![]){try{const d=-parseInt(j(0xfe))/0x1*(parseInt(j(0x104))/0x2)+-parseInt(j(0xf7))/0x3+-parseInt(j(0x100))/0x4*(-parseInt(j(0x101))/0x5)+-parseInt(j(0x10c))/0x6*(-parseInt(j(0xfc))/0x7)+parseInt(j(0xf4))/0x8*(-parseInt(j(0x102))/0x9)+parseInt(j(0xf2))/0xa+parseInt(j(0x10b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x6894b));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a89d;if(c){const e=c[k(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const l=a89d;return a89a[l(0xf3)]()[l(0xf6)](l(0xfa))[l(0xf3)]()[l(0x107)](a89a)[l(0xf6)](l(0xfa));});a89a();function a89c(){const s=['pid','7816JKRMFO','inherit','12RChCmO','440255rGCSnR','6387093DvXicB','verbose','124TRTSuN','message','apply','constructor','start','withSpinner','error','6341181BTjdDY','314088harxOC','disconnect','6993380JLeZdq','toString','8gWlnvo','ignore','search','66078zMofeM','success','kill','(((.+)+)+)+$','cwd','14CSFznq'];a89c=function(){return s;};return a89c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a89m(0x109)](a,b,c){return new Promise((d,e)=>{const n=a89d,f=Log['withSpinner'](),g=c?.[n(0xfb)]||'.';c?.['message']&&f[n(0x108)](c?.[n(0x105)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x103)]?n(0xff):n(0xf5)});process['on']('SIGINT',()=>{const o=n,i=h[o(0xfd)];i&&process[o(0xf9)](i);}),h['on']('data',i=>{console['log'](i);}),h['on'](n(0xf1),()=>{const p=n;c?.[p(0x105)]&&f[p(0xf8)](),d();}),h['on']('close',()=>{const q=n;c?.['message']&&f[q(0xf8)](),d();}),h['on'](n(0x10a),()=>{const r=n;c?.[r(0x105)]&&f['failure'](),e();});});}}
1
+ (function(a,b){const j=a89d,c=a();while(!![]){try{const d=parseInt(j(0xc2))/0x1*(parseInt(j(0xcc))/0x2)+parseInt(j(0xc9))/0x3*(-parseInt(j(0xd0))/0x4)+-parseInt(j(0xc7))/0x5*(parseInt(j(0xcb))/0x6)+parseInt(j(0xcd))/0x7*(-parseInt(j(0xc0))/0x8)+-parseInt(j(0xbf))/0x9+parseInt(j(0xcf))/0xa+parseInt(j(0xc1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xe533a));const a89b=(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;};}()),a89a=a89b(this,function(){const k=a89d;return a89a[k(0xbc)]()['search']('(((.+)+)+)+$')[k(0xbc)]()[k(0xc8)](a89a)[k(0xce)](k(0xc5));});a89a();function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xbb;let f=c[d];return f;},a89d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a89c(){const q=['success','6uAGBPQ','479672DfMNWL','207445wgwTmB','search','4526100uwMldP','1136QcozBm','message','ignore','disconnect','close','start','toString','error','pid','7440516UgBStl','8YTMuKs','7284387AiTxVA','6wtcqpN','kill','SIGINT','(((.+)+)+)+$','data','980350lvLqXl','constructor','5943uLEHTL'];a89c=function(){return q;};return a89c();}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a89d,f=Log['withSpinner'](),g=c?.['cwd']||'.';c?.[l(0xd1)]&&f[l(0xbb)](c?.[l(0xd1)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?'inherit':l(0xd2)});process['on'](l(0xc4),()=>{const m=l,i=h[m(0xbe)];i&&process[m(0xc3)](i);}),h['on'](l(0xc6),i=>{console['log'](i);}),h['on'](l(0xd3),()=>{const n=l;c?.[n(0xd1)]&&f[n(0xca)](),d();}),h['on'](l(0xd4),()=>{const o=l;c?.[o(0xd1)]&&f[o(0xca)](),d();}),h['on'](l(0xbd),()=>{const p=l;c?.[p(0xd1)]&&f['failure'](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a90d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1*(-parseInt(f(0x90))/0x2)+parseInt(f(0x95))/0x3*(parseInt(f(0x8d))/0x4)+-parseInt(f(0x93))/0x5+parseInt(f(0x8f))/0x6+-parseInt(f(0x86))/0x7*(parseInt(f(0x87))/0x8)+-parseInt(f(0x92))/0x9+parseInt(f(0x8b))/0xa*(-parseInt(f(0x8a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xa588c));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x91)]()[h(0x89)](h(0x8e))[h(0x91)]()[h(0x94)](a90a)[h(0x89)](h(0x8e));});a90a();function a90c(){var i=['385qlsTbQ','188570mbwrYP','167967mVtmWB','56DoKSTI','(((.+)+)+)+$','4833342PypcjK','4gwSTvP','toString','1172601FIFjet','2682255vMbtVE','constructor','244254vcrNYx','140HXAGip','110632CifBiX','apply','search'];a90c=function(){return i;};return a90c();}function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x86;var f=c[d];return f;},a90d(a,b);}export{};
1
+ (function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0x10a))/0x1+parseInt(f(0x110))/0x2*(-parseInt(f(0x108))/0x3)+parseInt(f(0x105))/0x4+-parseInt(f(0x112))/0x5+parseInt(f(0x10d))/0x6+parseInt(f(0x10b))/0x7+parseInt(f(0x109))/0x8*(parseInt(f(0x10f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xcdf74));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x111)]()[h(0x107)](h(0x10c))[h(0x111)]()[h(0x106)](a90a)[h(0x107)]('(((.+)+)+)+$');});function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x105;var f=c[d];return f;},a90d(a,b);}a90a();function a90c(){var i=['constructor','search','1750251RQTPXO','120448Npwfur','478268ciFzKw','10896830PtCXQT','(((.+)+)+)+$','1072200FyStSS','apply','9TlazhW','4zWHqHJ','toString','3872090TSoWmX','2224696TJuhFN'];a90c=function(){return i;};return a90c();}export{};
@@ -1 +1 @@
1
- const a91p=a91d;function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x100;let f=c[d];return f;},a91d(a,b);}(function(a,b){const m=a91d,c=a();while(!![]){try{const d=-parseInt(m(0x113))/0x1+-parseInt(m(0x122))/0x2+parseInt(m(0x11f))/0x3+-parseInt(m(0x100))/0x4+parseInt(m(0x107))/0x5+-parseInt(m(0x106))/0x6+parseInt(m(0x108))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xe96b1));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a91d;if(c){const e=c[n(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const o=a91d;return a91a[o(0x10f)]()[o(0x10c)](o(0x11b))[o(0x10f)]()[o(0x109)](a91a)['search'](o(0x11b));});a91a();import a91e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a91p(0x10a)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a91d,f=b[q(0x119)]+'@'+b[q(0x115)],g=a91e['join'](b[q(0x11d)],b[q(0x104)]),h=c?.[q(0x102)]||![],i=c?.[q(0x121)]||![];let j=[];h&&j['push']('-t');i&&j[q(0x116)]('-v');j=j['concat'](['-o',q(0x125),'-i',g,'-p',b[q(0x10b)],f,a]);const k=Log[q(0x124)]();c?.[q(0x11c)]&&k[q(0x103)](c?.[q(0x11c)]);const l=spawn(q(0x10a),j,{'stdio':c?.[q(0x112)]?q(0x11a):q(0x110)});l['on'](q(0x10e),()=>{const r=q;c?.[r(0x11c)]&&k[r(0x120)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x11c)]&&k[s(0x120)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x11c)]&&k[t(0x101)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a91p,d=b[u(0x119)]+'@'+b[u(0x115)],e=a91e[u(0x118)](b[u(0x11d)],b['pem']),f=c?.[u(0x102)]||![],g=c?.[u(0x121)]||![];let h=[];f&&h[u(0x116)]('-t'),g&&h['push']('-v'),h=h[u(0x11e)](['-o',u(0x125),'-i',e,'-p',b[u(0x10b)],d,a]),spawnSync(u(0x10a),h,{'stdio':c?.[u(0x112)]?'inherit':u(0x110)});};static[a91p(0x123)](a,b,c){const v=a91p,d=b[v(0x119)]+'@'+b[v(0x115)],e=a91e[v(0x118)](b['env'],b['pem']),f=c?.[v(0x102)]||![];let g=[];f&&g[v(0x116)]('-t');g=g[v(0x11e)](['-o',v(0x125),'-i',e,'-p',b[v(0x10b)],d,a,v(0x111)]);const h=v(0x117)+g[v(0x118)]('\x20');return execSync(h)[v(0x10f)]();}static['scp'](a,b){const w=a91p,c=b[w(0x119)]+'@'+b[w(0x115)]+':'+a[w(0x10d)],d=a91e[w(0x118)](b[w(0x11d)],b[w(0x104)]),e=['-i',d,'-P',b['port'],a[w(0x105)],c];spawnSync('scp',e,{'stdio':a[w(0x112)]?w(0x11a):w(0x110)});}}export{SSH};function a91c(){const x=['env','concat','1221744lsZpaF','success','sshVerbose','1541380xNkMRA','ping','withSpinner','ConnectTimeout=2','7587900RseQHu','failure','tty','start','pem','source','7310298zwdChY','3029235tnFVae','34883632TSMfhK','constructor','ssh','port','search','dest','disconnect','toString','ignore','2>&1','verbose','1154342nVMuKs','apply','host','push','ssh\x20','join','user','inherit','(((.+)+)+)+$','message'];a91c=function(){return x;};return a91c();}
1
+ const a91t=a91d;(function(a,b){const m=a91d,c=a();while(!![]){try{const d=-parseInt(m(0xba))/0x1+parseInt(m(0x95))/0x2+-parseInt(m(0xaf))/0x3+-parseInt(m(0xac))/0x4+parseInt(m(0xbc))/0x5+-parseInt(m(0x99))/0x6*(parseInt(m(0xa1))/0x7)+parseInt(m(0xb0))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x544bf));function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x95;let f=c[d];return f;},a91d(a,b);}const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a91d;if(c){const e=c[n(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const o=a91d;return a91a['toString']()[o(0xa9)]('(((.+)+)+)+$')['toString']()[o(0xae)](a91a)['search'](o(0x9e));});a91a();import a91e 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=a91d,f=b['user']+'@'+b[p(0xb4)],g=a91e[p(0xb8)](b[p(0xbb)],b['pem']),h=c?.[p(0xa0)]||![],i=c?.[p(0xa7)]||![];let j=[];h&&j[p(0xa2)]('-t');i&&j[p(0xa2)]('-v');j=j[p(0xb9)](['-o',p(0xab),'-i',g,'-p',b[p(0xa6)],f,a]);const k=Log[p(0xad)]();c?.[p(0xb6)]&&k[p(0xa8)](c?.[p(0xb6)]);const l=spawn(p(0xbd),j,{'stdio':c?.[p(0x9f)]?p(0x9d):p(0xb5)});l['on'](p(0xa3),()=>{const q=p;c?.[q(0xb6)]&&k[q(0x9b)](),d();}),l['on']('close',()=>{const r=p;c?.[r(0xb6)]&&k[r(0x9b)](),d();}),l['on'](p(0xb1),()=>{const s=p;c?.[s(0xb6)]&&k[s(0x98)](),e();});});};static [a91t(0xb3)]=(a,b,c)=>{const u=a91t,d=b['user']+'@'+b['host'],e=a91e[u(0xb8)](b[u(0xbb)],b[u(0xa5)]),f=c?.['tty']||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0xa2)]('-t'),g&&h[u(0xa2)]('-v'),h=h['concat'](['-o',u(0xab),'-i',e,'-p',b[u(0xa6)],d,a]),spawnSync(u(0xbd),h,{'stdio':c?.[u(0x9f)]?'inherit':u(0xb5)});};static[a91t(0x9c)](a,b,c){const v=a91t,d=b[v(0x97)]+'@'+b[v(0xb4)],e=a91e['join'](b['env'],b[v(0xa5)]),f=c?.['tty']||![];let g=[];f&&g['push']('-t');g=g[v(0xb9)](['-o',v(0xab),'-i',e,'-p',b[v(0xa6)],d,a,v(0xaa)]);const h=v(0xa4)+g[v(0xb8)]('\x20');return execSync(h)[v(0xbe)]();}static[a91t(0x9a)](a,b){const w=a91t,c=b[w(0x97)]+'@'+b['host']+':'+a[w(0xb2)],d=a91e[w(0xb8)](b[w(0xbb)],b['pem']),e=['-i',d,'-P',b[w(0xa6)],a[w(0x96)],c];spawnSync(w(0x9a),e,{'stdio':a[w(0x9f)]?w(0x9d):'ignore'});}}export{SSH};function a91c(){const x=['1583728eeerDP','withSpinner','constructor','1973295ZOsNGY','9239120aFQlCI','error','dest','sshSync','host','ignore','message','apply','join','concat','122671GtluXF','env','1327210mXVvFn','ssh','toString','942034AIazvG','source','user','failure','5244zcIEqP','scp','success','ping','inherit','(((.+)+)+)+$','verbose','tty','2961rgZGnx','push','disconnect','ssh\x20','pem','port','sshVerbose','start','search','2>&1','ConnectTimeout=2'];a91c=function(){return x;};return a91c();}
@@ -1 +1 @@
1
- function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0xb8;var f=c[d];return f;},a92d(a,b);}(function(a,b){var f=a92d,c=a();while(!![]){try{var d=-parseInt(f(0xc7))/0x1*(parseInt(f(0xbe))/0x2)+parseInt(f(0xc4))/0x3*(parseInt(f(0xbd))/0x4)+parseInt(f(0xbf))/0x5+-parseInt(f(0xc1))/0x6+-parseInt(f(0xc2))/0x7*(-parseInt(f(0xc3))/0x8)+parseInt(f(0xbc))/0x9*(-parseInt(f(0xc8))/0xa)+parseInt(f(0xba))/0xb*(parseInt(f(0xbb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xa2861));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0xc6)]()[h(0xb8)](h(0xb9))[h(0xc6)]()[h(0xc5)](a92a)['search'](h(0xb9));});a92a();function a92c(){var i=['search','(((.+)+)+)+$','77Cxqjkr','611652PcsnJf','1419939eHGUqQ','2240344HhyZtS','6TmqlWi','4930565kfHutJ','apply','3631992gBCCHb','7rICQdk','245368txUpyC','3zCvrbj','constructor','toString','168289xQotAL','10dzbWNT'];a92c=function(){return i;};return a92c();}export{};
1
+ (function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0xcb))/0x1+parseInt(f(0xd0))/0x2*(-parseInt(f(0xc9))/0x3)+parseInt(f(0xd4))/0x4*(-parseInt(f(0xd3))/0x5)+parseInt(f(0xcc))/0x6*(parseInt(f(0xd5))/0x7)+-parseInt(f(0xc7))/0x8+-parseInt(f(0xd2))/0x9*(parseInt(f(0xd6))/0xa)+parseInt(f(0xcd))/0xb*(parseInt(f(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xd20a4));function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0xc7;var f=c[d];return f;},a92d(a,b);}var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0xc8)]()[h(0xcf)](h(0xce))['toString']()['constructor'](a92a)['search'](h(0xce));});function a92c(){var i=['10nhSxgl','615760yytGSJ','toString','64203PmppXj','276hWauIa','887601VsJzhy','12SYdMpr','1231483dRNXoB','(((.+)+)+)+$','search','120BRhjsc','apply','11638413tvbboD','4874115BwJdXJ','4PtJVqz','3593849RNtZSh'];a92c=function(){return i;};return a92c();}a92a();export{};
@@ -1 +1 @@
1
- const a93h=a93d;function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xb4;let f=c[d];return f;},a93d(a,b);}function a93c(){const k=['push','constructor','(((.+)+)+)+$','-config','inherit','-keyout','crtName','1355328UrdvFd','550hAqDnb','56lsrZyO','req','openssl.conf','toString','914CsDyxg','863831ZRMOgI','-x509','rsa:2048','-key','genCSR','37818nUJnth','771TavaFl','300811ggCUKK','-out','4295753msrvlV','-new','515buHZqD','useConfig','openssl','25410uKGics','-nodes','cwd','-newkey','search'];a93c=function(){return k;};return a93c();}(function(a,b){const f=a93d,c=a();while(!![]){try{const d=parseInt(f(0xc1))/0x1+parseInt(f(0xc0))/0x2*(-parseInt(f(0xc7))/0x3)+-parseInt(f(0xba))/0x4+parseInt(f(0xcc))/0x5*(parseInt(f(0xcf))/0x6)+parseInt(f(0xc8))/0x7*(parseInt(f(0xbc))/0x8)+parseInt(f(0xc6))/0x9*(-parseInt(f(0xbb))/0xa)+-parseInt(f(0xca))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x7fab5));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 g=a93d;return a93a[g(0xbf)]()[g(0xd3)](g(0xb5))[g(0xbf)]()[g(0xb4)](a93a)['search'](g(0xb5));});a93a();import{spawnSync}from'child_process';export class SSL{static[a93h(0xc5)](a){const i=a93h,b=a['cwd']?a[i(0xd1)]:process[i(0xd1)](),c=[i(0xbd),i(0xcb),i(0xd2),i(0xc3),i(0xd0),i(0xb8),a['keyName'],i(0xc9),a['csrName']];a[i(0xcd)]&&(c[i(0xd4)](i(0xb6)),c[i(0xd4)](i(0xbe))),spawnSync('openssl',c,{'stdio':i(0xb7),'cwd':b});}static['genSSC'](a){const j=a93h,b=a[j(0xd1)]?a[j(0xd1)]:process['cwd'](),c=[j(0xbd),j(0xc2),j(0xcb),j(0xc4),a['keyName'],'-out',a[j(0xb9)]];a[j(0xcd)]&&(c[j(0xd4)]('-config'),c[j(0xd4)]('openssl.conf')),spawnSync(j(0xce),c,{'stdio':j(0xb7),'cwd':b});}}
1
+ const a93i=a93d;function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xf6;let f=c[d];return f;},a93d(a,b);}function a93c(){const l=['req','useConfig','502912vudYch','74790MSnGSv','128228qgzJRy','genSSC','-out','genCSR','246410DkzYzV','-new','60816ygcDNe','24oCOtPE','toString','cwd','inherit','(((.+)+)+)+$','search','8jDcauv','-nodes','21ygJesG','crtName','-keyout','push','964237yGawlW','1114164HrCqKs','keyName','-key','openssl','rsa:2048','openssl.conf','22JaPeEF','constructor','csrName','apply','-config'];a93c=function(){return l;};return a93c();}(function(a,b){const f=a93d,c=a();while(!![]){try{const d=parseInt(f(0x10d))/0x1+-parseInt(f(0xf8))/0x2+parseInt(f(0x109))/0x3*(-parseInt(f(0xfa))/0x4)+-parseInt(f(0xf9))/0x5*(-parseInt(f(0x101))/0x6)+parseInt(f(0x100))/0x7+parseInt(f(0x107))/0x8*(-parseInt(f(0x10e))/0x9)+parseInt(f(0xfe))/0xa*(parseInt(f(0x114))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x75c54));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a93d;if(c){const e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const h=a93d;return a93a[h(0x102)]()['search'](h(0x105))[h(0x102)]()[h(0x115)](a93a)[h(0x106)]('(((.+)+)+)+$');});a93a();import{spawnSync}from'child_process';export class SSL{static[a93i(0xfd)](a){const j=a93i,b=a['cwd']?a[j(0x103)]:process['cwd'](),c=['req',j(0xff),'-newkey',j(0x112),j(0x108),j(0x10b),a[j(0x10f)],j(0xfc),a[j(0x116)]];a[j(0xf7)]&&(c[j(0x10c)](j(0x118)),c[j(0x10c)](j(0x113))),spawnSync(j(0x111),c,{'stdio':j(0x104),'cwd':b});}static[a93i(0xfb)](a){const k=a93i,b=a[k(0x103)]?a[k(0x103)]:process[k(0x103)](),c=[k(0xf6),'-x509','-new',k(0x110),a[k(0x10f)],k(0xfc),a[k(0x10a)]];a['useConfig']&&(c[k(0x10c)](k(0x118)),c[k(0x10c)](k(0x113))),spawnSync('openssl',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.8",
4
+ "version": "4.5.9",
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.",