@maka/maka-cli 4.5.9 → 4.5.10

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 (95) hide show
  1. package/bundle/obf/src/command.js +1 -1
  2. package/bundle/obf/src/commands/_index.js +1 -1
  3. package/bundle/obf/src/commands/aws/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  5. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  6. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/build/_index.js +1 -1
  16. package/bundle/obf/src/commands/build/build.js +1 -1
  17. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/create.js +1 -1
  19. package/bundle/obf/src/commands/debug.js +1 -1
  20. package/bundle/obf/src/commands/deploy.js +1 -1
  21. package/bundle/obf/src/commands/game/_index.js +1 -1
  22. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/game/play.command.js +1 -1
  24. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/generate.js +1 -1
  28. package/bundle/obf/src/commands/get/_index.js +1 -1
  29. package/bundle/obf/src/commands/get/get.command.js +1 -1
  30. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/help.js +1 -1
  34. package/bundle/obf/src/commands/install.js +1 -1
  35. package/bundle/obf/src/commands/jsdoc.js +1 -1
  36. package/bundle/obf/src/commands/lint.js +1 -1
  37. package/bundle/obf/src/commands/login.js +1 -1
  38. package/bundle/obf/src/commands/logout.js +1 -1
  39. package/bundle/obf/src/commands/logs.js +1 -1
  40. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  41. package/bundle/obf/src/commands/murder.js +1 -1
  42. package/bundle/obf/src/commands/proxy.js +1 -1
  43. package/bundle/obf/src/commands/reconfig.js +1 -1
  44. package/bundle/obf/src/commands/run/_index.js +1 -1
  45. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/run/run.command.js +1 -1
  47. package/bundle/obf/src/commands/set/_index.js +1 -1
  48. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  49. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/set/set.command.js +1 -1
  51. package/bundle/obf/src/commands/ssh.js +1 -1
  52. package/bundle/obf/src/commands/ssl.js +1 -1
  53. package/bundle/obf/src/commands/test.js +1 -1
  54. package/bundle/obf/src/commands/version.js +1 -1
  55. package/bundle/obf/src/error.js +1 -1
  56. package/bundle/obf/src/generator.js +1 -1
  57. package/bundle/obf/src/generators/_index.js +1 -1
  58. package/bundle/obf/src/generators/api.js +1 -1
  59. package/bundle/obf/src/generators/collection.js +1 -1
  60. package/bundle/obf/src/generators/component.js +1 -1
  61. package/bundle/obf/src/generators/config.js +1 -1
  62. package/bundle/obf/src/generators/dbc.js +1 -1
  63. package/bundle/obf/src/generators/dockerfile.js +1 -1
  64. package/bundle/obf/src/generators/hook.js +1 -1
  65. package/bundle/obf/src/generators/kit.js +1 -1
  66. package/bundle/obf/src/generators/layout.js +1 -1
  67. package/bundle/obf/src/generators/maka.gen.js +1 -1
  68. package/bundle/obf/src/generators/methods.js +1 -1
  69. package/bundle/obf/src/generators/package.js +1 -1
  70. package/bundle/obf/src/generators/page.js +1 -1
  71. package/bundle/obf/src/generators/publish.js +1 -1
  72. package/bundle/obf/src/generators/route.js +1 -1
  73. package/bundle/obf/src/generators/service.js +1 -1
  74. package/bundle/obf/src/generators/services/_index.js +1 -1
  75. package/bundle/obf/src/generators/services/openssl.js +1 -1
  76. package/bundle/obf/src/generators/services/translation.js +1 -1
  77. package/bundle/obf/src/maka.js +1 -1
  78. package/bundle/obf/src/tool.js +1 -1
  79. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  80. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  81. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  82. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  83. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  84. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  85. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  86. package/bundle/obf/src/tools/https/https.class.js +1 -1
  87. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  88. package/bundle/obf/src/tools/log/log.class.js +1 -1
  89. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  90. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  91. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  92. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  93. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  94. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  95. package/package.json +1 -1
@@ -1 +1 @@
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
+ function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0xfd;var f=c[d];return f;},a90d(a,b);}(function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0xfd))/0x1+-parseInt(f(0x108))/0x2+parseInt(f(0x100))/0x3+-parseInt(f(0xfe))/0x4*(-parseInt(f(0x105))/0x5)+-parseInt(f(0xff))/0x6+-parseInt(f(0x106))/0x7+parseInt(f(0x107))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xc7da3));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x101)]()['search'](h(0x109))[h(0x101)]()[h(0x102)](a90a)[h(0x104)](h(0x109));});a90a();function a90c(){var i=['10083031jEclsE','6368512iGyLzo','1730588ctdvkj','(((.+)+)+)+$','1278398RVxYUT','121208aKQytR','4309386aZxUrK','4304307RbczGe','toString','constructor','apply','search','55uqkkHt'];a90c=function(){return i;};return a90c();}export{};
@@ -1 +1 @@
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
+ const a91p=a91d;(function(a,b){const m=a91d,c=a();while(!![]){try{const d=parseInt(m(0x1b6))/0x1+-parseInt(m(0x198))/0x2*(-parseInt(m(0x19d))/0x3)+-parseInt(m(0x199))/0x4+parseInt(m(0x1a6))/0x5*(parseInt(m(0x1a9))/0x6)+-parseInt(m(0x1ad))/0x7+parseInt(m(0x1b7))/0x8*(parseInt(m(0x1ba))/0x9)+-parseInt(m(0x1a4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xdfbf7));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a91d;if(c){const e=c[n(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const o=a91d;return a91a['toString']()[o(0x1bd)]('(((.+)+)+)+$')[o(0x1bb)]()[o(0x1b4)](a91a)[o(0x1bd)](o(0x1be));});a91a();function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x198;let f=c[d];return f;},a91d(a,b);}import a91e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a91p(0x1a3)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a91d,f=b[q(0x1b8)]+'@'+b[q(0x1ae)],g=a91e[q(0x1af)](b[q(0x1b2)],b[q(0x1b0)]),h=c?.[q(0x1c0)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[q(0x1aa)]('-t');i&&j['push']('-v');j=j['concat'](['-o',q(0x19b),'-i',g,'-p',b[q(0x1ac)],f,a]);const k=Log[q(0x1b1)]();c?.[q(0x1a8)]&&k[q(0x19a)](c?.[q(0x1a8)]);const l=spawn(q(0x1a3),j,{'stdio':c?.[q(0x1a2)]?q(0x1b3):'ignore'});l['on'](q(0x1a5),()=>{const r=q;c?.[r(0x1a8)]&&k[r(0x19e)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x1a8)]&&k['success'](),d();}),l['on'](q(0x1bc),()=>{const t=q;c?.[t(0x1a8)]&&k[t(0x1a1)](),e();});});};static [a91p(0x19c)]=(a,b,c)=>{const u=a91p,d=b[u(0x1b8)]+'@'+b[u(0x1ae)],e=a91e[u(0x1af)](b[u(0x1b2)],b[u(0x1b0)]),f=c?.['tty']||![],g=c?.[u(0x1a7)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[u(0x1b9)](['-o',u(0x19b),'-i',e,'-p',b[u(0x1ac)],d,a]),spawnSync(u(0x1a3),h,{'stdio':c?.[u(0x1a2)]?'inherit':'ignore'});};static['ping'](a,b,c){const v=a91p,d=b[v(0x1b8)]+'@'+b[v(0x1ae)],e=a91e[v(0x1af)](b[v(0x1b2)],b['pem']),f=c?.[v(0x1c0)]||![];let g=[];f&&g[v(0x1aa)]('-t');g=g[v(0x1b9)](['-o',v(0x19b),'-i',e,'-p',b[v(0x1ac)],d,a,'2>&1']);const h=v(0x19f)+g[v(0x1af)]('\x20');return execSync(h)[v(0x1bb)]();}static[a91p(0x1b5)](a,b){const w=a91p,c=b[w(0x1b8)]+'@'+b[w(0x1ae)]+':'+a[w(0x1ab)],d=a91e['join'](b['env'],b[w(0x1b0)]),e=['-i',d,'-P',b[w(0x1ac)],a[w(0x1bf)],c];spawnSync('scp',e,{'stdio':a['verbose']?w(0x1b3):w(0x1a0)});}}export{SSH};function a91c(){const x=['constructor','scp','1321566sccmoY','11173256HrrWah','user','concat','9DDLTpJ','toString','error','search','(((.+)+)+)+$','source','tty','apply','82168NsmBpf','3892292nOhbMf','start','ConnectTimeout=2','sshSync','99fFwuEt','success','ssh\x20','ignore','failure','verbose','ssh','15649740giQmlM','disconnect','10gFEcEk','sshVerbose','message','878838AiloNj','push','dest','port','6386961voVctx','host','join','pem','withSpinner','env','inherit'];a91c=function(){return x;};return a91c();}
@@ -1 +1 @@
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
+ (function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1*(-parseInt(f(0x13f))/0x2)+parseInt(f(0x137))/0x3+parseInt(f(0x131))/0x4*(parseInt(f(0x13d))/0x5)+parseInt(f(0x135))/0x6*(parseInt(f(0x133))/0x7)+parseInt(f(0x134))/0x8*(parseInt(f(0x13b))/0x9)+-parseInt(f(0x132))/0xa*(-parseInt(f(0x13a))/0xb)+-parseInt(f(0x13e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xdaa45));function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x12f;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(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a['toString']()[h(0x13c)](h(0x12f))[h(0x130)]()[h(0x138)](a92a)[h(0x13c)](h(0x12f));});a92a();function a92c(){var i=['apply','11cXJbfy','9LQyzJq','search','128085qWqzqK','32512608OwUuCf','59348LWIevY','(((.+)+)+)+$','toString','84QuJNVF','11205520hWsKgI','54376hcfHFO','12315696eowKGO','552deRSnc','14WWwfnT','323250rZoHhb','constructor'];a92c=function(){return i;};return a92c();}export{};
@@ -1 +1 @@
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});}}
1
+ const a93j=a93d;function a93c(){const l=['apply','keyName','constructor','-new','-key','search','2715890ECzvVj','push','-nodes','inherit','crtName','21838hXzPsP','1332147TgpjYr','550872SxCsyo','toString','req','48DusDuu','genSSC','-newkey','7kUWWlV','rsa:2048','-out','openssl','-x509','1258904KXhESJ','cwd','775816EVnZRU','useConfig','openssl.conf','(((.+)+)+)+$','csrName','14015484zXgBlm'];a93c=function(){return l;};return a93c();}(function(a,b){const f=a93d,c=a();while(!![]){try{const d=-parseInt(f(0x17f))/0x1*(-parseInt(f(0x19a))/0x2)+parseInt(f(0x19b))/0x3+parseInt(f(0x187))/0x4+parseInt(f(0x195))/0x5+-parseInt(f(0x19c))/0x6+parseInt(f(0x182))/0x7*(parseInt(f(0x189))/0x8)+-parseInt(f(0x18e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x42e22));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a93d;if(c){const e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const h=a93d;return a93a[h(0x19d)]()[h(0x194)]('(((.+)+)+)+$')[h(0x19d)]()[h(0x191)](a93a)[h(0x194)](h(0x18c));});a93a();import{spawnSync}from'child_process';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x17f;let f=c[d];return f;},a93d(a,b);}export class SSL{static['genCSR'](a){const i=a93d,b=a[i(0x188)]?a[i(0x188)]:process['cwd'](),c=[i(0x19e),i(0x192),i(0x181),i(0x183),i(0x197),'-keyout',a[i(0x190)],'-out',a[i(0x18d)]];a[i(0x18a)]&&(c[i(0x196)]('-config'),c[i(0x196)](i(0x18b))),spawnSync(i(0x185),c,{'stdio':i(0x198),'cwd':b});}static[a93j(0x180)](a){const k=a93j,b=a[k(0x188)]?a['cwd']:process[k(0x188)](),c=['req',k(0x186),k(0x192),k(0x193),a[k(0x190)],k(0x184),a[k(0x199)]];a[k(0x18a)]&&(c[k(0x196)]('-config'),c[k(0x196)](k(0x18b))),spawnSync(k(0x185),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.9",
4
+ "version": "4.5.10",
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.",