@maka/maka-cli 4.5.2 → 4.5.5

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/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/templates/meteor/app/imports/startup/client/index.js.jsx +20 -6
  80. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +21 -7
  81. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +10 -0
  82. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +10 -0
  83. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +25 -14
  84. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +25 -13
  85. package/bundle/obf/src/templates/meteor/template/template.js.jsx +1 -1
  86. package/bundle/obf/src/templates/meteor/template/template.js.tsx +1 -1
  87. package/bundle/obf/src/templates/react/component/component.js.jsx +2 -6
  88. package/bundle/obf/src/templates/react/component/component.js.tsx +2 -6
  89. package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -5
  90. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -5
  91. package/bundle/obf/src/tool.js +1 -1
  92. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  93. package/bundle/obf/src/tools/actions/actions.test.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
- const a96s=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0xd9))/0x1+-parseInt(m(0xf4))/0x2*(-parseInt(m(0xd5))/0x3)+parseInt(m(0xe6))/0x4+parseInt(m(0xe0))/0x5*(-parseInt(m(0xd3))/0x6)+parseInt(m(0xe9))/0x7*(parseInt(m(0xe2))/0x8)+parseInt(m(0xe3))/0x9*(parseInt(m(0xcb))/0xa)+parseInt(m(0xdd))/0xb*(-parseInt(m(0xd8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xbcb16));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(0xcd)]()[n(0xe7)](n(0xe8))[n(0xcd)]()[n(0xd6)](a96a)['search'](n(0xe8));});a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xcb;let f=c[d];return f;},a96d(a,b);}import{Log}from'../log/log.class.js';class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const o=a96d,f=b[o(0xda)]+'@'+b['host'],g=a96e[o(0xed)](b['env'],b[o(0xe5)]),h=c?.['tty']||![],i=c?.[o(0xcc)]||![];let j=[];h&&j[o(0xec)]('-t');i&&j['push']('-v');j=j[o(0xd7)](['-o',o(0xf5),'-i',g,'-p',b[o(0xf0)],f,a]);const k=Log['withSpinner']();c?.[o(0xf3)]&&k[o(0xd4)](c?.[o(0xf3)]);const l=spawn(o(0xe1),j,{'stdio':c?.[o(0xdf)]?o(0xf1):o(0xdb)});l['on'](o(0xee),()=>{const p=o;c?.[p(0xf3)]&&k['success'](),d();}),l['on'](o(0xe4),()=>{const q=o;c?.[q(0xf3)]&&k[q(0xd0)](),d();}),l['on'](o(0xdc),()=>{const r=o;c?.[r(0xf3)]&&k[r(0xea)](),e();});});};static [a96s(0xde)]=(a,b,c)=>{const t=a96s,d=b[t(0xda)]+'@'+b[t(0xcf)],e=a96e[t(0xed)](b['env'],b[t(0xe5)]),f=c?.[t(0xd2)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h['push']('-t'),g&&h[t(0xec)]('-v'),h=h[t(0xd7)](['-o',t(0xf5),'-i',e,'-p',b[t(0xf0)],d,a]),spawnSync(t(0xe1),h,{'stdio':c?.[t(0xdf)]?'inherit':t(0xdb)});};static[a96s(0xf2)](a,b,c){const u=a96s,d=b['user']+'@'+b['host'],e=a96e[u(0xed)](b[u(0xef)],b[u(0xe5)]),f=c?.[u(0xd2)]||![];let g=[];f&&g['push']('-t');g=g[u(0xd7)](['-o',u(0xf5),'-i',e,'-p',b[u(0xf0)],d,a,'2>&1']);const h=u(0xd1)+g[u(0xed)]('\x20');return execSync(h)['toString']();}static['scp'](a,b){const v=a96s,c=b[v(0xda)]+'@'+b[v(0xcf)]+':'+a[v(0xeb)],d=a96e['join'](b[v(0xef)],b[v(0xe5)]),e=['-i',d,'-P',b['port'],a['source'],c];spawnSync(v(0xce),e,{'stdio':a[v(0xdf)]?'inherit':'ignore'});}}export{SSH};function a96c(){const w=['success','ssh\x20','tty','6uEmXHg','start','30nOdtcr','constructor','concat','20911788GYrazN','582965CGWcfj','user','ignore','error','11coJtRX','sshSync','verbose','1929055jRcvNH','ssh','3280oQgmcn','603fKafVE','close','pem','2766508wtUtEi','search','(((.+)+)+)+$','9030MQiJaR','failure','dest','push','join','disconnect','env','port','inherit','ping','message','171330VnCDZo','ConnectTimeout=2','210020yLLKxU','sshVerbose','toString','scp','host'];a96c=function(){return w;};return a96c();}
1
+ const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0xf4))/0x1*(-parseInt(m(0xde))/0x2)+parseInt(m(0xf2))/0x3*(-parseInt(m(0x103))/0x4)+-parseInt(m(0x102))/0x5+-parseInt(m(0x101))/0x6*(parseInt(m(0xfd))/0x7)+parseInt(m(0xfc))/0x8*(-parseInt(m(0xf6))/0x9)+-parseInt(m(0xec))/0xa+-parseInt(m(0xfa))/0xb*(-parseInt(m(0xee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x6757a));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0xe9)]()[o(0xf5)](o(0xdc))['toString']()[o(0xf7)](a96a)[o(0xf5)]('(((.+)+)+)+$');});a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a96p(0xf9)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0xea)]+'@'+b[q(0xeb)],g=a96e[q(0xe5)](b[q(0xfb)],b['pem']),h=c?.[q(0xed)]||![],i=c?.[q(0xe3)]||![];let j=[];h&&j['push']('-t');i&&j[q(0xdf)]('-v');j=j[q(0xf0)](['-o',q(0x100),'-i',g,'-p',b[q(0xef)],f,a]);const k=Log[q(0xe0)]();c?.[q(0xf1)]&&k[q(0xe1)](c?.[q(0xf1)]);const l=spawn(q(0xf9),j,{'stdio':c?.[q(0xe7)]?'inherit':'ignore'});l['on'](q(0xe4),()=>{const r=q;c?.[r(0xf1)]&&k[r(0xf3)](),d();}),l['on']('close',()=>{c?.['message']&&k['success'](),d();}),l['on'](q(0xdb),()=>{const s=q;c?.[s(0xf1)]&&k[s(0xff)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a96p,d=b[t(0xea)]+'@'+b[t(0xeb)],e=a96e[t(0xe5)](b['env'],b[t(0xf8)]),f=c?.[t(0xed)]||![],g=c?.[t(0xe3)]||![];let h=[];f&&h[t(0xdf)]('-t'),g&&h[t(0xdf)]('-v'),h=h[t(0xf0)](['-o',t(0x100),'-i',e,'-p',b[t(0xef)],d,a]),spawnSync('ssh',h,{'stdio':c?.[t(0xe7)]?t(0xd9):'ignore'});};static[a96p(0xe8)](a,b,c){const u=a96p,d=b[u(0xea)]+'@'+b[u(0xeb)],e=a96e[u(0xe5)](b['env'],b['pem']),f=c?.['tty']||![];let g=[];f&&g[u(0xdf)]('-t');g=g['concat'](['-o',u(0x100),'-i',e,'-p',b[u(0xef)],d,a,'2>&1']);const h=u(0xdd)+g[u(0xe5)]('\x20');return execSync(h)['toString']();}static[a96p(0xfe)](a,b){const v=a96p,c=b[v(0xea)]+'@'+b[v(0xeb)]+':'+a[v(0xe6)],d=a96e[v(0xe5)](b['env'],b[v(0xf8)]),e=['-i',d,'-P',b[v(0xef)],a[v(0xda)],c];spawnSync(v(0xfe),e,{'stdio':a[v(0xe7)]?v(0xd9):'ignore'});}}export{SSH};function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xd9;let f=c[d];return f;},a96d(a,b);}function a96c(){const w=['constructor','pem','ssh','4829OavrkG','env','80JEQXDt','325003xXQxAd','scp','failure','ConnectTimeout=2','36ImGDOh','1851045GZOCbH','15556gYtALZ','inherit','source','error','(((.+)+)+)+$','ssh\x20','652dzxAhq','push','withSpinner','start','apply','sshVerbose','disconnect','join','dest','verbose','ping','toString','user','host','2307300Awbfit','tty','47160JYKlHo','port','concat','message','57WqgbRD','success','729XRcNRy','search','527607bDFyIf'];a96c=function(){return w;};return a96c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1+parseInt(f(0x16a))/0x2*(-parseInt(f(0x171))/0x3)+-parseInt(f(0x16c))/0x4*(-parseInt(f(0x165))/0x5)+-parseInt(f(0x166))/0x6*(parseInt(f(0x168))/0x7)+-parseInt(f(0x167))/0x8*(-parseInt(f(0x172))/0x9)+-parseInt(f(0x16e))/0xa*(-parseInt(f(0x169))/0xb)+-parseInt(f(0x170))/0xc*(parseInt(f(0x16d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x5ab4b));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a[h(0x164)]()[h(0x173)](h(0x16f))['toString']()['constructor'](a97a)[h(0x173)](h(0x16f));});function a97c(){var i=['6842130GIRxmn','(((.+)+)+)+$','12PxtPDs','3NwtFlw','144zotsCk','search','414169YkfeVe','toString','35fxYSzz','2070nDPjox','199600grVlfP','8589efpdae','11jCNwHa','1250980EfjFkY','apply','268132LbTuZj','7104201hIiGuy'];a97c=function(){return i;};return a97c();}function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x163;var f=c[d];return f;},a97d(a,b);}a97a();export{};
1
+ (function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0xf2))/0x1*(parseInt(f(0xe9))/0x2)+-parseInt(f(0xf4))/0x3+parseInt(f(0xe7))/0x4+-parseInt(f(0xec))/0x5*(parseInt(f(0xf0))/0x6)+parseInt(f(0xea))/0x7+-parseInt(f(0xee))/0x8*(parseInt(f(0xeb))/0x9)+parseInt(f(0xe8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xaca98));function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xe7;var f=c[d];return f;},a97d(a,b);}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var g=a97d;return a97a[g(0xef)]()['search'](g(0xf3))['toString']()[g(0xed)](a97a)[g(0xf1)]('(((.+)+)+)+$');});function a97c(){var h=['toString','6YHvypg','search','7ZwOeOS','(((.+)+)+)+$','1184688QwDbSR','1035644JaRnNm','5778170vExEEe','346204yBvTcR','4400865DLuEFv','3686328IeWPCo','3779165gPBYiK','constructor','16YduRES'];a97c=function(){return h;};return a97c();}a97a();export{};
@@ -1 +1 @@
1
- const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x162))/0x1*(-parseInt(f(0x17c))/0x2)+parseInt(f(0x177))/0x3*(parseInt(f(0x161))/0x4)+parseInt(f(0x167))/0x5*(-parseInt(f(0x15c))/0x6)+-parseInt(f(0x15e))/0x7*(parseInt(f(0x17d))/0x8)+parseInt(f(0x168))/0x9*(-parseInt(f(0x178))/0xa)+-parseInt(f(0x170))/0xb+parseInt(f(0x17b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x83c1b));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()[h(0x16a)](h(0x163))['toString']()[h(0x16b)](a99a)[h(0x16a)](h(0x163));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x15c;let f=c[d];return f;},a99d(a,b);}a99a();import{spawnSync}from'child_process';function a99c(){const l=['cwd','-nodes','16dxcxPl','193352cElQHp','(((.+)+)+)+$','genCSR','-new','push','5ChqdEW','15381rDvGXd','openssl.conf','search','constructor','openssl','req','-config','crtName','1515415GTezMO','useConfig','-out','-newkey','inherit','-keyout','apply','393135zGZzeP','810ExCsYl','rsa:2048','-key','12692520VurIRo','8olBpxo','183128EcWKpW','-x509','keyName','2918658IaHmJr','csrName','322hdXiHK'];a99c=function(){return l;};return a99c();}export class SSL{static[a99i(0x164)](a){const j=a99i,b=a[j(0x15f)]?a[j(0x15f)]:process[j(0x15f)](),c=[j(0x16d),j(0x165),j(0x173),j(0x179),j(0x160),j(0x175),a[j(0x17f)],j(0x172),a[j(0x15d)]];a[j(0x171)]&&(c[j(0x166)](j(0x16e)),c['push'](j(0x169))),spawnSync('openssl',c,{'stdio':j(0x174),'cwd':b});}static['genSSC'](a){const k=a99i,b=a[k(0x15f)]?a[k(0x15f)]:process[k(0x15f)](),c=['req',k(0x17e),k(0x165),k(0x17a),a[k(0x17f)],k(0x172),a[k(0x16f)]];a[k(0x171)]&&(c[k(0x166)]('-config'),c[k(0x166)](k(0x169))),spawnSync(k(0x16c),c,{'stdio':k(0x174),'cwd':b});}}
1
+ function a99c(){const l=['req','77245QJHrPO','618gxdFDu','-nodes','keyName','csrName','362XHvmYJ','openssl','-newkey','20sOBzoF','cwd','117azwjnU','-out','22yxRZpD','1139728yFOKoN','-keyout','-new','-key','constructor','10075016bHLEEo','6057PDvNsX','5089350DHteBg','(((.+)+)+)+$','useConfig','search','genCSR','apply','30079752KHdUNz','55730bcyMXS','openssl.conf','push','crtName','genSSC'];a99c=function(){return l;};return a99c();}const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x112))/0x1*(parseInt(f(0x104))/0x2)+-parseInt(f(0x113))/0x3+-parseInt(f(0x10c))/0x4*(-parseInt(f(0x107))/0x5)+parseInt(f(0x100))/0x6*(-parseInt(f(0xff))/0x7)+-parseInt(f(0x111))/0x8+-parseInt(f(0x109))/0x9*(parseInt(f(0x11a))/0xa)+parseInt(f(0x10b))/0xb*(parseInt(f(0x119))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xd9bae));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()[h(0x116)](h(0x114))['toString']()[h(0x110)](a99a)[h(0x116)](h(0x114));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xff;let f=c[d];return f;},a99d(a,b);}a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0x117)](a){const j=a99i,b=a[j(0x108)]?a[j(0x108)]:process['cwd'](),c=[j(0x11f),j(0x10e),j(0x106),'rsa:2048',j(0x101),j(0x10d),a['keyName'],j(0x10a),a[j(0x103)]];a[j(0x115)]&&(c[j(0x11c)]('-config'),c[j(0x11c)](j(0x11b))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}static[a99i(0x11e)](a){const k=a99i,b=a[k(0x108)]?a[k(0x108)]:process[k(0x108)](),c=[k(0x11f),'-x509','-new',k(0x10f),a[k(0x102)],k(0x10a),a[k(0x11d)]];a['useConfig']&&(c['push']('-config'),c[k(0x11c)]('openssl.conf')),spawnSync(k(0x105),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.2",
4
+ "version": "4.5.5",
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.",