@maka/maka-cli 4.5.0 → 4.5.1

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){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0x8b))/0x1*(parseInt(j(0x93))/0x2)+parseInt(j(0x88))/0x3*(parseInt(j(0x9a))/0x4)+parseInt(j(0x82))/0x5*(-parseInt(j(0x99))/0x6)+-parseInt(j(0x84))/0x7+parseInt(j(0x86))/0x8*(-parseInt(j(0x9d))/0x9)+parseInt(j(0x87))/0xa*(-parseInt(j(0x8c))/0xb)+parseInt(j(0x97))/0xc*(parseInt(j(0x85))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x41cd6));function a93c(){const r=['success','data','close','log','start','withSpinner','546EKnaCt','disconnect','error','inherit','3362316xfUUKq','search','20130HOXRVH','4glSKnI','(((.+)+)+)+$','toString','3924RZmTRx','constructor','kill','300Mqyxxf','verbose','622965mEmJNd','39wyXuVL','296YbBaKh','3501490gPLRND','1277043FlOdNT','message','failure','1246PLiTKi','11zsoTjU'];a93c=function(){return r;};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(0x9c)]()[k(0x98)](k(0x9b))[k(0x9c)]()[k(0x9e)](a93a)['search'](k(0x9b));});a93a();function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x81;let f=c[d];return f;},a93d(a,b);}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 l=a93d,f=Log[l(0x92)](),g=c?.['cwd']||'.';c?.['message']&&f[l(0x91)](c?.[l(0x89)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0x83)]?l(0x96):'ignore'});process['on']('SIGINT',()=>{const m=l,i=h['pid'];i&&process[m(0x81)](i);}),h['on'](l(0x8e),i=>{const n=l;console[n(0x90)](i);}),h['on'](l(0x94),()=>{const o=l;c?.[o(0x89)]&&f[o(0x8d)](),d();}),h['on'](l(0x8f),()=>{const p=l;c?.[p(0x89)]&&f[p(0x8d)](),d();}),h['on'](l(0x95),()=>{const q=l;c?.['message']&&f[q(0x8a)](),e();});});}}
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 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x12f))/0x1+parseInt(f(0x128))/0x2*(-parseInt(f(0x132))/0x3)+parseInt(f(0x129))/0x4+-parseInt(f(0x127))/0x5+parseInt(f(0x12a))/0x6*(parseInt(f(0x126))/0x7)+-parseInt(f(0x12b))/0x8+parseInt(f(0x125))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xb1567));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x12d)]()[h(0x130)](h(0x12e))[h(0x12d)]()[h(0x12c)](a94a)['search'](h(0x12e));});function a94c(){var i=['apply','2698926bdXyaH','8363178tErAQo','7wyyqCY','6936335gAMIWC','2ZyMrXg','3283264EtFsog','6264888yQyahn','7083112JDwqFc','constructor','toString','(((.+)+)+)+$','1104467cqFzoV','search'];a94c=function(){return i;};return a94c();}a94a();function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x125;var f=c[d];return f;},a94d(a,b);}export{};
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 +1 @@
1
- const a96o=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0xea))/0x1*(parseInt(m(0x105))/0x2)+parseInt(m(0xe0))/0x3+parseInt(m(0xec))/0x4*(parseInt(m(0x101))/0x5)+parseInt(m(0xed))/0x6+parseInt(m(0xe1))/0x7*(-parseInt(m(0xf3))/0x8)+parseInt(m(0xeb))/0x9+parseInt(m(0x106))/0xa*(parseInt(m(0xfc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x82de7));const a96b=(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;};}()),a96a=a96b(this,function(){const n=a96d;return a96a[n(0x102)]()[n(0xfa)](n(0x104))[n(0x102)]()[n(0xe9)](a96a)['search'](n(0x104));});a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xe0;let f=c[d];return f;},a96d(a,b);}function a96c(){const w=['4BSLAdy','3555654qEEOyJ','tty','scp','disconnect','join','env','8JbgTqV','close','concat','ssh\x20','host','push','ignore','search','success','1895091uQxsIb','ssh','user','pem','message','547075MGYgmn','toString','start','(((.+)+)+)+$','1725410Ggesap','10mOOeus','error','sshVerbose','ConnectTimeout=2','2165073LygFTZ','2019948IKXfhd','withSpinner','inherit','dest','source','ping','verbose','port','constructor','1pqAJvQ','821808OIgPHf'];a96c=function(){return w;};return a96c();}class SSH{static [a96o(0xfd)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a96d,f=b[p(0xfe)]+'@'+b[p(0xf7)],g=a96e['join'](b['env'],b[p(0xff)]),h=c?.[p(0xee)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j['push']('-t');i&&j[p(0xf8)]('-v');j=j[p(0xf5)](['-o',p(0x109),'-i',g,'-p',b[p(0xe8)],f,a]);const k=Log[p(0xe2)]();c?.[p(0x100)]&&k[p(0x103)](c?.[p(0x100)]);const l=spawn(p(0xfd),j,{'stdio':c?.[p(0xe7)]?'inherit':'ignore'});l['on'](p(0xf0),()=>{const q=p;c?.[q(0x100)]&&k[q(0xfb)](),d();}),l['on'](p(0xf4),()=>{const r=p;c?.[r(0x100)]&&k[r(0xfb)](),d();}),l['on'](p(0x107),()=>{const s=p;c?.[s(0x100)]&&k['failure'](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a96o,d=b[t(0xfe)]+'@'+b[t(0xf7)],e=a96e['join'](b[t(0xf2)],b['pem']),f=c?.[t(0xee)]||![],g=c?.[t(0x108)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[t(0xf5)](['-o',t(0x109),'-i',e,'-p',b[t(0xe8)],d,a]),spawnSync(t(0xfd),h,{'stdio':c?.[t(0xe7)]?t(0xe3):t(0xf9)});};static[a96o(0xe6)](a,b,c){const u=a96o,d=b[u(0xfe)]+'@'+b['host'],e=a96e[u(0xf1)](b[u(0xf2)],b['pem']),f=c?.[u(0xee)]||![];let g=[];f&&g['push']('-t');g=g[u(0xf5)](['-o',u(0x109),'-i',e,'-p',b[u(0xe8)],d,a,'2>&1']);const h=u(0xf6)+g[u(0xf1)]('\x20');return execSync(h)[u(0x102)]();}static[a96o(0xef)](a,b){const v=a96o,c=b[v(0xfe)]+'@'+b[v(0xf7)]+':'+a[v(0xe4)],d=a96e['join'](b[v(0xf2)],b[v(0xff)]),e=['-i',d,'-P',b[v(0xe8)],a[v(0xe5)],c];spawnSync(v(0xef),e,{'stdio':a['verbose']?v(0xe3):v(0xf9)});}}export{SSH};
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 +1 @@
1
- function a97c(){var h=['(((.+)+)+)+$','1152GRWeUT','20eRaAAs','21889AMJNxV','824634ukKzSM','constructor','41599kHQqON','4831321dhAAse','140718akPwms','102YYcEoG','18845BbYajo','22SPoRhx','4217580dRrNtq','search','toString'];a97c=function(){return h;};return a97c();}(function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0xb2))/0x1*(-parseInt(f(0xb7))/0x2)+parseInt(f(0xb4))/0x3*(parseInt(f(0xae))/0x4)+parseInt(f(0xb6))/0x5*(parseInt(f(0xb5))/0x6)+parseInt(f(0xaf))/0x7*(parseInt(f(0xbc))/0x8)+parseInt(f(0xb0))/0x9+parseInt(f(0xb8))/0xa+-parseInt(f(0xb3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x593a3));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(0xba)]()[g(0xb9)](g(0xbb))[g(0xba)]()[g(0xb1)](a97a)['search'](g(0xbb));});function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xae;var f=c[d];return f;},a97d(a,b);}a97a();export{};
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 +1 @@
1
- const a99i=a99d;function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x12d;let f=c[d];return f;},a99d(a,b);}(function(a,b){const f=a99d,c=a();while(!![]){try{const d=parseInt(f(0x12d))/0x1*(-parseInt(f(0x14a))/0x2)+parseInt(f(0x138))/0x3+-parseInt(f(0x12f))/0x4+parseInt(f(0x13e))/0x5*(-parseInt(f(0x12e))/0x6)+parseInt(f(0x149))/0x7+parseInt(f(0x13f))/0x8*(-parseInt(f(0x132))/0x9)+parseInt(f(0x147))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xb6671));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[g(0x139)]()[g(0x133)](g(0x148))[g(0x139)]()[g(0x144)](a99a)[g(0x133)](g(0x148));});a99a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const h=a99d,b=a[h(0x137)]?a['cwd']:process[h(0x137)](),c=[h(0x142),'-new',h(0x14c),h(0x13b),h(0x143),'-keyout',a[h(0x140)],h(0x134),a['csrName']];a[h(0x136)]&&(c['push']('-config'),c[h(0x13a)](h(0x146))),spawnSync(h(0x13c),c,{'stdio':'inherit','cwd':b});}static[a99i(0x13d)](a){const j=a99i,b=a[j(0x137)]?a[j(0x137)]:process[j(0x137)](),c=['req',j(0x14b),j(0x131),j(0x145),a[j(0x140)],'-out',a[j(0x135)]];a[j(0x136)]&&(c['push'](j(0x130)),c[j(0x13a)](j(0x146))),spawnSync('openssl',c,{'stdio':j(0x141),'cwd':b});}}function a99c(){const k=['rsa:2048','openssl','genSSC','11675phXFBv','8kKFuYU','keyName','inherit','req','-nodes','constructor','-key','openssl.conf','47256630NUrPwg','(((.+)+)+)+$','4777584ndpAeE','2839946dbGUYe','-x509','-newkey','1grMJJl','3768PeGlZV','4782156tiJabC','-config','-new','11231694CybJxl','search','-out','crtName','useConfig','cwd','2006412gpfGIn','toString','push'];a99c=function(){return k;};return a99c();}
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});}}
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.0",
4
+ "version": "4.5.1",
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.",