@maka/maka-cli 4.5.32 → 4.5.33

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 (133) 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/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  133. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0xa0))/0x1+parseInt(f(0x98))/0x2+-parseInt(f(0xa2))/0x3+-parseInt(f(0xa5))/0x4*(-parseInt(f(0x9e))/0x5)+-parseInt(f(0x9d))/0x6*(-parseInt(f(0x97))/0x7)+-parseInt(f(0x9c))/0x8*(-parseInt(f(0x9f))/0x9)+parseInt(f(0x9b))/0xa*(-parseInt(f(0x99))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x9588d));var a128b=(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;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x9a)]()[g(0xa4)](g(0xa1))[g(0x9a)]()[g(0xa3)](a128a)['search'](g(0xa1));});a128a();export{};function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x97;var f=c[d];return f;},a128d(a,b);}function a128c(){var h=['constructor','search','4468516ZmFcLV','1329580GBFYBp','1151352VMreoL','2386131AhJIte','toString','140sgRvoY','40frUWaj','6SzbXwr','5ZgUBmf','1744731Hrxggl','938989ojMFeB','(((.+)+)+)+$','424926FqATCo'];a128c=function(){return h;};return a128c();}
1
+ function a128c(){var i=['constructor','2930039AkBKOm','6PlUcij','search','(((.+)+)+)+$','2awXSPg','apply','136137ItstXS','4wKNFXR','20kcbcVI','2630712mrGMVz','toString','2165760SiNMoN','2949441UppgUx','1340445nrezoW','1389501IbsvLW'];a128c=function(){return i;};return a128c();}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1*(-parseInt(f(0x9a))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0x9d))/0x4)+parseInt(f(0xa1))/0x5+-parseInt(f(0xa7))/0x6*(parseInt(f(0xa6))/0x7)+-parseInt(f(0x9f))/0x8+-parseInt(f(0xa4))/0x9*(parseInt(f(0x9e))/0xa)+parseInt(f(0xa2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x37ac9));function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x9a;var f=c[d];return f;},a128d(a,b);}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xa0)]()[h(0xa8)](h(0xa9))[h(0xa0)]()[h(0xa5)](a128a)[h(0xa8)](h(0xa9));});a128a();export{};
@@ -1 +1 @@
1
- const a129o=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0xbe))/0x1+parseInt(m(0xc8))/0x2*(parseInt(m(0xd6))/0x3)+parseInt(m(0xb6))/0x4*(parseInt(m(0xb9))/0x5)+parseInt(m(0xd0))/0x6+-parseInt(m(0xbf))/0x7*(-parseInt(m(0xb4))/0x8)+-parseInt(m(0xb7))/0x9+-parseInt(m(0xb2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x7114c));const a129b=(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;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0xcb)]()[n(0xc7)]('(((.+)+)+)+$')[n(0xcb)]()['constructor'](a129a)['search'](n(0xb0));});a129a();import a129e from'path';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xaf;let f=c[d];return f;},a129d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a129o(0xb1)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a129d,f=b['user']+'@'+b['host'],g=a129e[p(0xc0)](b[p(0xd3)],b['pem']),h=c?.[p(0xb5)]||![],i=c?.[p(0xbb)]||![];let j=[];h&&j[p(0xcd)]('-t');i&&j[p(0xcd)]('-v');j=j['concat'](['-o',p(0xb8),'-i',g,'-p',b[p(0xcf)],f,a]);const k=Log['withSpinner']();c?.['message']&&k[p(0xbd)](c?.[p(0xbc)]);const l=spawn(p(0xb1),j,{'stdio':c?.[p(0xd2)]?p(0xca):p(0xc6)});l['on'](p(0xba),()=>{const q=p;c?.[q(0xbc)]&&k[q(0xc4)](),d();}),l['on'](p(0xcc),()=>{const r=p;c?.[r(0xbc)]&&k[r(0xc4)](),d();}),l['on'](p(0xc3),()=>{const s=p;c?.['message']&&k[s(0xaf)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a129o,d=b[t(0xb3)]+'@'+b[t(0xd4)],e=a129e[t(0xc0)](b[t(0xd3)],b['pem']),f=c?.['tty']||![],g=c?.[t(0xbb)]||![];let h=[];f&&h[t(0xcd)]('-t'),g&&h['push']('-v'),h=h[t(0xd7)](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a]),spawnSync(t(0xb1),h,{'stdio':c?.[t(0xd2)]?t(0xca):t(0xc6)});};static[a129o(0xc9)](a,b,c){const u=a129o,d=b['user']+'@'+b[u(0xd4)],e=a129e['join'](b[u(0xd3)],b['pem']),f=c?.[u(0xb5)]||![];let g=[];f&&g[u(0xcd)]('-t');g=g['concat'](['-o',u(0xb8),'-i',e,'-p',b[u(0xcf)],d,a,u(0xce)]);const h=u(0xc5)+g[u(0xc0)]('\x20');return execSync(h)[u(0xcb)]();}static['scp'](a,b){const v=a129o,c=b[v(0xb3)]+'@'+b['host']+':'+a[v(0xd1)],d=a129e[v(0xc0)](b[v(0xd3)],b[v(0xc2)]),e=['-i',d,'-P',b['port'],a[v(0xc1)],c];spawnSync(v(0xd5),e,{'stdio':a[v(0xd2)]?v(0xca):v(0xc6)});}}function a129c(){const w=['verbose','env','host','scp','1356aBnwus','concat','failure','(((.+)+)+)+$','ssh','12542710SoXVEE','user','11544olPDWW','tty','3296sxWgYd','1073430Xgchwt','ConnectTimeout=2','2515QbtpWv','disconnect','sshVerbose','message','start','337933YRoVKm','1183qbvYhF','join','source','pem','error','success','ssh\x20','ignore','search','1676fEhKiP','ping','inherit','toString','close','push','2>&1','port','2770038zeTGII','dest'];a129c=function(){return w;};return a129c();}
1
+ const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x91))/0x1+-parseInt(m(0x6c))/0x2*(parseInt(m(0x85))/0x3)+-parseInt(m(0x82))/0x4*(parseInt(m(0x7b))/0x5)+parseInt(m(0x68))/0x6*(parseInt(m(0x78))/0x7)+parseInt(m(0x6a))/0x8*(parseInt(m(0x6e))/0x9)+parseInt(m(0x8c))/0xa+-parseInt(m(0x73))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3c19f));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x6b)]()[o(0x7a)]('(((.+)+)+)+$')[o(0x6b)]()[o(0x83)](a129a)[o(0x7a)]('(((.+)+)+)+$');});function a129c(){const x=['ConnectTimeout=2','verbose','user','950800jUwtnG','sshVerbose','sshSync','disconnect','ignore','446753AdfoxX','12KlwvFt','scp','10232MyFpLq','toString','56BVZAln','failure','1503ESrPYT','source','close','apply','pem','1377574dYzkgZ','2>&1','inherit','concat','host','1057364yncRTy','ping','search','15UtIaEO','error','tty','join','message','success','port','261196bgBouy','constructor','env','52524onxSgC','ssh\x20','ssh','push'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x68;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x87)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b[q(0x8b)]+'@'+b[q(0x77)],g=a129e['join'](b['env'],b[q(0x72)]),h=c?.['tty']||![],i=c?.[q(0x8d)]||![];let j=[];h&&j[q(0x88)]('-t');i&&j[q(0x88)]('-v');j=j[q(0x76)](['-o',q(0x89),'-i',g,'-p',b[q(0x81)],f,a]);const k=Log['withSpinner']();c?.[q(0x7f)]&&k['start'](c?.['message']);const l=spawn(q(0x87),j,{'stdio':c?.['verbose']?q(0x75):q(0x90)});l['on'](q(0x8f),()=>{const r=q;c?.[r(0x7f)]&&k[r(0x80)](),d();}),l['on'](q(0x70),()=>{const s=q;c?.[s(0x7f)]&&k[s(0x80)](),d();}),l['on'](q(0x7c),()=>{const t=q;c?.[t(0x7f)]&&k[t(0x6d)](),e();});});};static [a129p(0x8e)]=(a,b,c)=>{const u=a129p,d=b[u(0x8b)]+'@'+b[u(0x77)],e=a129e['join'](b[u(0x84)],b[u(0x72)]),f=c?.[u(0x7d)]||![],g=c?.[u(0x8d)]||![];let h=[];f&&h[u(0x88)]('-t'),g&&h[u(0x88)]('-v'),h=h[u(0x76)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x81)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x8a)]?'inherit':u(0x90)});};static[a129p(0x79)](a,b,c){const v=a129p,d=b[v(0x8b)]+'@'+b[v(0x77)],e=a129e[v(0x7e)](b[v(0x84)],b[v(0x72)]),f=c?.[v(0x7d)]||![];let g=[];f&&g['push']('-t');g=g[v(0x76)](['-o',v(0x89),'-i',e,'-p',b[v(0x81)],d,a,v(0x74)]);const h=v(0x86)+g[v(0x7e)]('\x20');return execSync(h)[v(0x6b)]();}static['scp'](a,b){const w=a129p,c=b[w(0x8b)]+'@'+b[w(0x77)]+':'+a['dest'],d=a129e[w(0x7e)](b[w(0x84)],b[w(0x72)]),e=['-i',d,'-P',b[w(0x81)],a[w(0x6f)],c];spawnSync(w(0x69),e,{'stdio':a[w(0x8a)]?w(0x75):w(0x90)});}}
@@ -1 +1 @@
1
- function a130c(){var i=['160cGFYwM','939533LHKnUB','7wLrPMA','6937248jZiLaK','1607730jRwJOw','5ghemWt','toString','9014760OOVvqb','(((.+)+)+)+$','1760968bCCjxZ','1268CSNBYD','constructor','3033AUpRYj','apply','search','2524556eleBHH'];a130c=function(){return i;};return a130c();}(function(a,b){var f=a130d,c=a();while(!![]){try{var d=parseInt(f(0xaf))/0x1+-parseInt(f(0xb8))/0x2*(-parseInt(f(0xba))/0x3)+-parseInt(f(0xad))/0x4*(parseInt(f(0xb3))/0x5)+parseInt(f(0xb2))/0x6+-parseInt(f(0xb0))/0x7*(-parseInt(f(0xb1))/0x8)+parseInt(f(0xb5))/0x9+-parseInt(f(0xae))/0xa*(parseInt(f(0xb7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x801a7));var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0xac)](h(0xb6))[h(0xb4)]()[h(0xb9)](a130a)['search'](h(0xb6));});function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0xac;var f=c[d];return f;},a130d(a,b);}a130a();export{};
1
+ (function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(parseInt(f(0x1c9))/0x2)+parseInt(f(0x1c6))/0x3+parseInt(f(0x1d2))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1c8))/0x6*(-parseInt(f(0x1d5))/0x7)+parseInt(f(0x1ca))/0x8*(parseInt(f(0x1cf))/0x9)+-parseInt(f(0x1ce))/0xa+-parseInt(f(0x1c7))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xc0e10));function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a130d(a,b);}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0x1cb)](h(0x1cc))[h(0x1d3)]()[h(0x1c5)](a130a)[h(0x1cb)](h(0x1cc));});a130a();export{};function a130c(){var i=['2215110aJKhQY','11GLlwWM','441114xPoFIO','82QNJYCq','164104rhdCkt','search','(((.+)+)+)+$','29734zwXpSL','11636980POjLff','675RESPsS','apply','4619976LdMhze','4hNsLqM','toString','716930gswqZL','35vCKNaM','constructor'];a130c=function(){return i;};return a130c();}
@@ -1 +1 @@
1
- const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=parseInt(f(0x82))/0x1+-parseInt(f(0x85))/0x2+parseInt(f(0x81))/0x3*(parseInt(f(0x8d))/0x4)+-parseInt(f(0x6c))/0x5+-parseInt(f(0x70))/0x6*(-parseInt(f(0x84))/0x7)+parseInt(f(0x6e))/0x8*(parseInt(f(0x6d))/0x9)+-parseInt(f(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x8a358));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a[h(0x7f)]()[h(0x6f)](h(0x88))[h(0x7f)]()[h(0x87)](a131a)[h(0x6f)](h(0x88));});function a131c(){const l=['csrName','-x509','crtName','1477156Ndfwwi','181290DbpcCQ','153uJAgAd','7368DNKiqV','search','444NDhHsV','cwd','req','openssl','-out','-new','useConfig','push','-nodes','genCSR','inherit','openssl.conf','-config','-key','-newkey','toString','apply','3FxsFPn','1118748zGUCUe','keyName','80563KYHxUK','1947016gwecHj','genSSC','constructor','(((.+)+)+)+$','7794900OoqHxM'];a131c=function(){return l;};return a131c();}function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x6c;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131i(0x79)](a){const j=a131i,b=a[j(0x71)]?a['cwd']:process[j(0x71)](),c=[j(0x72),j(0x75),j(0x7e),'rsa:2048',j(0x78),'-keyout',a[j(0x83)],j(0x74),a[j(0x8a)]];a[j(0x76)]&&(c[j(0x77)](j(0x7c)),c[j(0x77)](j(0x7b))),spawnSync('openssl',c,{'stdio':j(0x7a),'cwd':b});}static[a131i(0x86)](a){const k=a131i,b=a[k(0x71)]?a[k(0x71)]:process[k(0x71)](),c=[k(0x72),k(0x8b),'-new',k(0x7d),a['keyName'],'-out',a[k(0x8c)]];a[k(0x76)]&&(c[k(0x77)](k(0x7c)),c[k(0x77)]('openssl.conf')),spawnSync(k(0x73),c,{'stdio':k(0x7a),'cwd':b});}}
1
+ function a131c(){const k=['inherit','599937jWTnhf','1336yfXYYX','2862sABXDM','cwd','-out','-newkey','toString','genSSC','(((.+)+)+)+$','8918qRRwCE','13686vKxyTX','crtName','keyName','-nodes','genCSR','5629888VDtOvr','38838OUSmLp','-key','req','2100Svejgs','8DfcoSD','search','-config','295ZOPSst','openssl.conf','push','-keyout','constructor','857384LyAAJk','-new','openssl','useConfig'];a131c=function(){return k;};return a131c();}const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7e))/0x2)+-parseInt(f(0x6e))/0x3+-parseInt(f(0x69))/0x4+parseInt(f(0x85))/0x5*(parseInt(f(0x78))/0x6)+-parseInt(f(0x77))/0x7*(parseInt(f(0x6f))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x7d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1a564));const a131b=(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;};}()),a131a=a131b(this,function(){const g=a131d;return a131a[g(0x74)]()['search'](g(0x76))[g(0x74)]()[g(0x68)](a131a)[g(0x83)](g(0x76));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x66;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131h(0x7c)](a){const i=a131h,b=a[i(0x71)]?a[i(0x71)]:process['cwd'](),c=[i(0x80),i(0x6a),i(0x73),'rsa:2048',i(0x7b),i(0x67),a['keyName'],i(0x72),a['csrName']];a[i(0x6c)]&&(c[i(0x66)](i(0x84)),c['push'](i(0x86))),spawnSync(i(0x6b),c,{'stdio':'inherit','cwd':b});}static[a131h(0x75)](a){const j=a131h,b=a[j(0x71)]?a[j(0x71)]:process[j(0x71)](),c=[j(0x80),'-x509',j(0x6a),j(0x7f),a[j(0x7a)],j(0x72),a[j(0x79)]];a[j(0x6c)]&&(c[j(0x66)](j(0x84)),c[j(0x66)](j(0x86))),spawnSync(j(0x6b),c,{'stdio':j(0x6d),'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.32",
4
+ "version": "4.5.33",
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.",