@maka/maka-cli 4.6.8 → 4.6.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 (136) 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/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +1 -1
@@ -1 +1 @@
1
- const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=-parseInt(l(0x160))/0x1+-parseInt(l(0x16b))/0x2+-parseInt(l(0x169))/0x3+-parseInt(l(0x16e))/0x4*(parseInt(l(0x180))/0x5)+-parseInt(l(0x166))/0x6*(parseInt(l(0x15b))/0x7)+parseInt(l(0x181))/0x8*(parseInt(l(0x15d))/0x9)+parseInt(l(0x159))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcc841));function a75c(){const q=['CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','authToken','(((.+)+)+)+$','notice','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','withSpinner','toString','getGlobalConfig','4944515meZdsl','106784SofuEJ','token','success','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','42297260arlWrC','www.maka-cli.com','49FItmVu','Logging\x20out\x20of\x20https://','531auKDjl','/api/v1/status','exit','390156dwqzKp','localhost','cacert','failure','setGlobalConfig','isFile','1358862ekpOAS','post','fsi','2888079KenrZp','get','504940hnbjAo','MAKA_DEV','start','4hLogeN','/api/v1/logoutAll','create','cert','https://','maka\x20logout','error','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','assign'];a75c=function(){return q;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x17e)]()['search'](n(0x17a))[n(0x17e)]()['constructor'](a75a)['search'](n(0x17a));});a75a();import{Command}from'../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x156;let f=c[d];return f;},a75d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a75o(0x16c)]==='True'?a75o(0x161):a75o(0x15a);Command[a75o(0x170)]({'name':'logout','validOpts':[a75o(0x162)],'usage':a75o(0x173),'maxArgLength':0x2,'shortDesc':a75o(0x17c),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a75o,c=Log[p(0x17d)]();try{let d='';b[p(0x162)]&&(this[p(0x168)]['isFile'](b[p(0x162)])?(d=b[p(0x162)],Log[p(0x17b)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](p(0x177)+d));const f=await this[p(0x168)][p(0x17f)]();if(f[p(0x171)]){if(this[p(0x168)][p(0x165)](f[p(0x171)]))d=f['cert'];else{c['failure']();throw Log[p(0x174)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x15c)+hostname);const g={'url':p(0x172)+hostname+p(0x15e)};b[p(0x162)]&&Object[p(0x176)](g,{'cert':d});c[p(0x16d)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x16a)](g);if(h===0x198){c[p(0x163)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x157)]();if(h!==0xc8){c[p(0x163)]();throw p(0x158);}if(!f?.[p(0x156)]?.[p(0x179)])throw Log['error'](p(0x175));c[p(0x16d)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x16f),'data':{},'headers':{'x-auth-token':f[p(0x156)]['authToken']}};b[p(0x162)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x167)](i);if(j===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x168)][p(0x164)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x157)]();}catch(k){k&&console[p(0x174)](k),process[p(0x15f)](0x0);}});
1
+ const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x142))/0x1+-parseInt(l(0x15a))/0x2*(-parseInt(l(0x147))/0x3)+-parseInt(l(0x143))/0x4*(-parseInt(l(0x14e))/0x5)+-parseInt(l(0x131))/0x6*(-parseInt(l(0x15b))/0x7)+-parseInt(l(0x134))/0x8+parseInt(l(0x145))/0x9*(parseInt(l(0x13e))/0xa)+parseInt(l(0x137))/0xb*(-parseInt(l(0x13c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x61cc3));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x152)]()['search'](n(0x14d))['toString']()[n(0x149)](a75a)[n(0x15e)](n(0x14d));});a75a();function a75c(){const q=['get','252RLfOIH','/api/v1/logoutAll','553989ZYBESv','True','constructor','www.maka-cli.com','start','authToken','(((.+)+)+)+$','35KxuAFL','withSpinner','logout','isFile','toString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','apply','Using\x20CA\x20Cert\x20','setGlobalConfig','post','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','notice','2irQBdZ','7IzmWeZ','Logging\x20out','Logging\x20out\x20of\x20https://','search','assign','https://','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cacert','1242732zZnKLM','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','4048464QuylWX','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','fsi','132tFUSRT','token','maka\x20logout','success','localhost','879456pGMqdm','cert','212090gHgGsW','create','failure','/api/v1/status','157303DHnOjn','367516QSIQjK'];a75c=function(){return q;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x12f;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a75o(0x148)?a75o(0x13b):a75o(0x14a);Command[a75o(0x13f)]({'name':a75o(0x150),'validOpts':[a75o(0x130)],'usage':a75o(0x139),'maxArgLength':0x2,'shortDesc':a75o(0x158),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a75o,c=Log[p(0x14f)]();try{let d='';b[p(0x130)]&&(this[p(0x136)]['isFile'](b[p(0x130)])?(d=b['cacert'],Log[p(0x159)](p(0x155)+d)):Log[p(0x132)](p(0x135)+d));const f=await this[p(0x136)]['getGlobalConfig']();if(f[p(0x13d)]){if(this[p(0x136)][p(0x151)](f[p(0x13d)]))d=f['cert'];else{c['failure']();throw Log[p(0x132)](p(0x153)+d);}}Log['header'](p(0x15d)+hostname);const g={'url':p(0x160)+hostname+p(0x141)};b['cacert']&&Object[p(0x15f)](g,{'cert':d});c[p(0x14b)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x144)](g);if(h===0x198){c[p(0x140)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c['success']();if(h!==0xc8){c[p(0x140)]();throw p(0x161);}if(!f?.[p(0x138)]?.[p(0x14c)])throw Log[p(0x132)](p(0x12f));c[p(0x14b)](p(0x15c));const i={'hostname':hostname,'path':p(0x146),'data':{},'headers':{'x-auth-token':f['token'][p(0x14c)]}};b[p(0x130)]&&Object[p(0x15f)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x157)](i);if(j===0x198){c[p(0x140)]('\x0a');throw p(0x133);}this['fsi'][p(0x156)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x13a)]();}catch(k){k&&console['error'](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=-parseInt(h(0x126))/0x1*(parseInt(h(0x12f))/0x2)+-parseInt(h(0x13b))/0x3*(-parseInt(h(0x12e))/0x4)+-parseInt(h(0x123))/0x5*(parseInt(h(0x125))/0x6)+parseInt(h(0x132))/0x7+-parseInt(h(0x131))/0x8*(-parseInt(h(0x127))/0x9)+-parseInt(h(0x12a))/0xa+-parseInt(h(0x128))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x6bc7a));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a['toString']()[j(0x124)](j(0x134))['toString']()[j(0x12d)](a76a)['search']('(((.+)+)+)+$');});function a76c(){const m=['constructor','3054332AYaXAF','527862GUGzyP','env','248DDaImK','2033318soxptB','getConfigPath','(((.+)+)+)+$','apply','maka\x20logs\x20--env\x20staging','sshSync','maka\x20logs\x20--env\x20dev','join','assign','3mFkYSZ','445DNObDm','search','16782Wnlbsm','1xiTFBB','16164PXsZGs','226325nSTNYj','maka\x20logs','1348280HclVcg','pm2\x20logs','fsi'];a76c=function(){return m;};return a76c();}a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x123;let f=c[d];return f;},a76d(a,b);}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l','log'],'usage':a76k(0x129),'requiredOpts':[a76k(0x130)],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76k(0x138),a76k(0x136),'maka\x20l\x20-e\x20p']},function(a,b){const l=a76k,c=l(0x12b),d=this[l(0x12c)][l(0x133)](b[l(0x130)]),e=a76f[l(0x139)](d,'ssh.json'),f=a76e['readFileSync'](e),g=JSON['parse'](f['toString']());Object[l(0x13a)](g,{'env':d}),SSH[l(0x137)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xee))/0x1+-parseInt(h(0xf1))/0x2*(-parseInt(h(0xf8))/0x3)+-parseInt(h(0xf9))/0x4*(parseInt(h(0xfb))/0x5)+-parseInt(h(0xec))/0x6+parseInt(h(0xf0))/0x7+parseInt(h(0xf5))/0x8+-parseInt(h(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x3f870));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xea)]()[j(0xef)](j(0xff))[j(0xea)]()[j(0xfd)](a76a)[j(0xef)]('(((.+)+)+)+$');});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xe8;let f=c[d];return f;},a76d(a,b);}function a76c(){const m=['verbose','(((.+)+)+)+$','log','maka\x20logs\x20--env\x20dev','readFileSync','toString','maka\x20l\x20-e\x20p','3013962Ghudcf','parse','477514tGiHay','search','3490487zhCKpO','2qAkexu','fsi','5189247NQXBzO','apply','1939816wQRAMZ','maka\x20logs','env','1339134sIpJjY','452XqkwRX','join','14420tAfHcd','getConfigPath','constructor'];a76c=function(){return m;};return a76c();}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a76k(0x100)],'usage':a76k(0xf6),'requiredOpts':[a76k(0xf7)],'mustBeInMakaProject':!![],'validOpts':[a76k(0xfe)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76k(0xe8),'maka\x20logs\x20--env\x20staging',a76k(0xeb)]},function(a,b){const l=a76k,c='pm2\x20logs',d=this[l(0xf2)][l(0xfc)](b['env']),e=a76f[l(0xfa)](d,'ssh.json'),f=a76e[l(0xe9)](e),g=JSON[l(0xed)](f[l(0xea)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- function a77c(){const l=['404zKoXMu','2973660MimSDB','maka\x20--help','7725630ennaGD','342urVfpT','64975FCMWGC','819058NbQWRR','fsi','error','(((.+)+)+)+$','maka','maybeProxyCommandToMeteor','toString','exit','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20install\x20meteor','108cThtiR','findSubCommand','apply','2oZdxMN','121VbjYnh','slice','maka\x20run','2949129gemgTY','16bQkuTC','5509889eZXxaf'];a77c=function(){return l;};return a77c();}const a77j=a77d;(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0x7a))/0x1*(-parseInt(g(0x87))/0x2)+-parseInt(g(0x77))/0x3*(-parseInt(g(0x81))/0x4)+parseInt(g(0x86))/0x5*(parseInt(g(0x85))/0x6)+-parseInt(g(0x80))/0x7+parseInt(g(0x7f))/0x8*(-parseInt(g(0x7e))/0x9)+-parseInt(g(0x84))/0xa+-parseInt(g(0x7b))/0xb*(-parseInt(g(0x82))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6a780));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a[i(0x73)]()['search'](i(0x8a))[i(0x73)]()['constructor'](a77a)['search'](i(0x8a));});a77a();import{Command}from'../command.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x73;let f=c[d];return f;},a77d(a,b);}const Maka=new Command({'name':a77j(0x8b),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77j(0x83),a77j(0x76),'maka\x20create\x20Todo',a77j(0x7d)],'description':a77j(0x75)},async function(a,b){const k=a77j;try{const c=a[0x0],d=this[k(0x78)](c);d?this['runSubCommand'](c,a[k(0x7c)](0x1),b):this[k(0x88)][k(0x8c)]();}catch(f){console[k(0x89)](f),process[k(0x74)](0x1);}});export default Maka;
1
+ const a77i=a77d;function a77c(){const k=['findSubCommand','fsi','140FHUcog','runSubCommand','200398AXDoFR','(((.+)+)+)+$','maka\x20create\x20Todo','maka\x20--help','7144tBmVge','slice','1127796LKaHdx','3899SNtzDE','maka\x20run','2AEgdMt','189900SLzJli','505048SvWFcV','15jeXyQv','toString','741891krnJwX','469944UFAzFE','search','maka','exit'];a77c=function(){return k;};return a77c();}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x189))/0x1*(-parseInt(g(0x187))/0x2)+-parseInt(g(0x175))/0x3+-parseInt(g(0x184))/0x4+-parseInt(g(0x18a))/0x5*(-parseInt(g(0x176))/0x6)+-parseInt(g(0x185))/0x7*(-parseInt(g(0x182))/0x8)+-parseInt(g(0x188))/0x9+parseInt(g(0x17c))/0xa*(-parseInt(g(0x17e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x69797));const a77b=(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;};}()),a77a=a77b(this,function(){const h=a77d;return a77a[h(0x18b)]()[h(0x177)]('(((.+)+)+)+$')[h(0x18b)]()['constructor'](a77a)[h(0x177)](h(0x17f));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77i(0x178),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77i(0x181),'maka\x20install\x20meteor',a77i(0x180),a77i(0x186)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const j=a77i;try{const c=a[0x0],d=this[j(0x17a)](c);d?this[j(0x17d)](c,a[j(0x183)](0x1),b):this[j(0x17b)]['maybeProxyCommandToMeteor']();}catch(f){console['error'](f),process[j(0x179)](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x175;let f=c[d];return f;},a77d(a,b);}export default Maka;
@@ -1 +1 @@
1
- var a78i=a78d;function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a78d(a,b);}(function(a,b){var f=a78d,c=a();while(!![]){try{var d=parseInt(f(0x1d0))/0x1+parseInt(f(0x1d8))/0x2*(parseInt(f(0x1dd))/0x3)+-parseInt(f(0x1db))/0x4+parseInt(f(0x1d3))/0x5*(-parseInt(f(0x1cd))/0x6)+parseInt(f(0x1d1))/0x7*(parseInt(f(0x1d6))/0x8)+parseInt(f(0x1ce))/0x9*(-parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1e0))/0xb*(-parseInt(f(0x1df))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa94d1));var a78b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a78d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){var h=a78d;return a78a['toString']()[h(0x1d2)](h(0x1de))['toString']()['constructor'](a78a)[h(0x1d2)](h(0x1de));});a78a();function a78c(){var k=['font-family:\x20monospace','132CHIIqA','1563219pFlNjV','apply','122538jwFAXE','1316eRgead','search','259955kHbDrI','log','70RIOYmz','12616figdOE','create','807410aJQyJT','murder','maka\x20murder','5143936juPYXs','Murrrrderrrrr','6GxxxDA','(((.+)+)+)+$','37351872kdCdpg','11YZIPqZ'];a78c=function(){return k;};return a78c();}import{Command}from'../command.js';Command[a78i(0x1d7)]({'name':a78i(0x1d9),'usage':a78i(0x1da),'maxArgLength':0x1,'shortDesc':a78i(0x1dc),'validOpts':[]},async function(){var j=a78i;try{console[j(0x1d4)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',j(0x1e1));}catch(a){console['error'](a),process['exit'](0x0);}});
1
+ var a78i=a78d;(function(a,b){var f=a78d,c=a();while(!![]){try{var d=parseInt(f(0x14f))/0x1+parseInt(f(0x153))/0x2+parseInt(f(0x147))/0x3*(parseInt(f(0x14a))/0x4)+-parseInt(f(0x148))/0x5+parseInt(f(0x14d))/0x6+-parseInt(f(0x149))/0x7+-parseInt(f(0x156))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd9910));var a78b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a78d;if(c){var e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){var h=a78d;return a78a[h(0x145)]()['search']('(((.+)+)+)+$')[h(0x145)]()[h(0x14e)](a78a)[h(0x146)]('(((.+)+)+)+$');});function a78c(){var k=['create','5757576qxvLqI','constructor','1074684FjXvLu','apply','exit','log','2256604OVmOvu','font-family:\x20monospace','Murrrrderrrrr','6626992JFRKQW','toString','search','3219NkpKlt','5679625sVSdKV','3667139yxahbs','808mqnArp','murder'];a78c=function(){return k;};return a78c();}function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0x145;var f=c[d];return f;},a78d(a,b);}a78a();import{Command}from'../command.js';Command[a78i(0x14c)]({'name':a78i(0x14b),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a78i(0x155),'validOpts':[]},async function(){var j=a78i;try{console[j(0x152)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',j(0x154));}catch(a){console['error'](a),process[j(0x151)](0x0);}});
@@ -1 +1 @@
1
- const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=-parseInt(n(0x87))/0x1+-parseInt(n(0xad))/0x2+parseInt(n(0xae))/0x3*(parseInt(n(0xac))/0x4)+-parseInt(n(0x84))/0x5*(parseInt(n(0x93))/0x6)+-parseInt(n(0xa6))/0x7*(-parseInt(n(0xaa))/0x8)+parseInt(n(0x94))/0x9+-parseInt(n(0x91))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xe1602));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a[p(0xa3)]()[p(0x9a)](p(0xa2))[p(0xa3)]()[p(0x8c)](a79a)['search']('(((.+)+)+)+$');});a79a();function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x84;let f=c[d];return f;},a79d(a,b);}import a79e from'fs';import a79f from'path';import a79g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';function a79c(){const s=['.key','(((.+)+)+)+$','toString','readFileSync','=>\x20SSL\x20Proxy\x20forwarding\x20','86219abLPGU','isFile','utf8','targetPort','1064jwJoRY','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','4GUzxVb','813690iXyhvo','685614IqMbXG','10tbsKyd','sslconfig','targetHost','102738jSREDx','error','createProxyServer','genCSR','apply','constructor','maka\x20proxy\x20--target-host\x20http://192.168.1.20','appName','getConfigPath','localhost','16420290Dafjah','development','488454tgVnds','12337821MZHMVF','listenPort','maka\x20proxy','mkKeysDir','.crt','.csr','search','genSSC','create','findGenerator','bright','invoke','fsi'];a79c=function(){return s;};return a79c();}import a79h from'../generators/maka.gen.js';Command[a79q(0x9c)]({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help','targetPort',a79q(0x95),a79q(0x86)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a79q(0xab),'examples':[a79q(0x96),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a79q(0x8d)]},async function(a,b){const r=a79q,c=this[r(0xa0)]['getProjectConfig'](),d=r(0x92),e=this[r(0xa0)][r(0x8f)](d),f=this[r(0xa0)][r(0x97)]({'configPath':e}),g=b[r(0xa9)]?Number(b[r(0xa9)]):0xbb8,h=b[r(0x95)]?Number(b['listenPort']):0xd73,i=b[r(0x86)]?b[r(0x86)]:r(0x90),j=a79f['join'](f,c[r(0x8e)]+'.key'),k=a79f['join'](f,c['appName']+r(0x98));if(!this[r(0xa0)][r(0xa7)](j)||!this['fsi'][r(0xa7)](k)){const m=a79h[r(0x9d)](r(0x85));m&&await m[r(0x9f)]([r(0x85)],{'env':d}),SSL[r(0x8a)]({'keyName':c[r(0x8e)]+r(0xa1),'csrName':c[r(0x8e)]+r(0x99),'cwd':f}),SSL[r(0x9b)]({'keyName':c[r(0x8e)]+r(0xa1),'crtName':c[r(0x8e)]+r(0x98),'cwd':f});}if(g===h){Log[r(0x88)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a79e['readFileSync'](j,r(0xa8)),'cert':a79e[r(0xa4)](k,r(0xa8))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a79g[r(0x89)](l)['listen'](Number(h)),Log[r(0x9e)](r(0xa5)+h+'\x20to\x20'+g);});
1
+ const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0x177))/0x1+parseInt(n(0x181))/0x2*(-parseInt(n(0x16f))/0x3)+-parseInt(n(0x192))/0x4+parseInt(n(0x173))/0x5+parseInt(n(0x182))/0x6+parseInt(n(0x18f))/0x7*(parseInt(n(0x185))/0x8)+parseInt(n(0x175))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x6dc4c));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a[p(0x174)]()[p(0x187)](p(0x179))[p(0x174)]()['constructor'](a79a)[p(0x187)](p(0x179));});a79a();import a79e from'fs';import a79f from'path';function a79c(){const s=['2003716MNbqus','development','=>\x20SSL\x20Proxy\x20forwarding\x20','genCSR','apply','createProxyServer','maka\x20proxy\x20--target-host\x20http://192.168.1.20','listen','3453XFBqsy','findGenerator','genSSC','join','2176780TnPsKG','toString','2013066DpcNCx','targetHost','525455uTFFmG','.key','(((.+)+)+)+$','help','.crt','readFileSync','listenPort','targetPort','getConfigPath','utf8','670paVxxd','704832dIecMZ','\x20to\x20','create','273352jrKzan','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','search','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','getProjectConfig','fsi','mkKeysDir','proxy','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','.csr','7HlrRyX','appName','sslconfig'];a79c=function(){return s;};return a79c();}import a79g from'http-proxy';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x16b;let f=c[d];return f;},a79d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a79h from'../generators/maka.gen.js';Command[a79q(0x184)]({'name':a79q(0x18c),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a79q(0x17a),a79q(0x17e),a79q(0x17d),a79q(0x176)],'maxArgLength':0x1,'shortDesc':a79q(0x18d),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':['maka\x20proxy',a79q(0x186),a79q(0x16d)]},async function(a,b){const r=a79q,c=this['fsi'][r(0x189)](),d=r(0x193),e=this[r(0x18a)][r(0x17f)](d),f=this[r(0x18a)][r(0x18b)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[r(0x176)]?b[r(0x176)]:'localhost',j=a79f[r(0x172)](f,c[r(0x190)]+r(0x178)),k=a79f[r(0x172)](f,c[r(0x190)]+r(0x17b));if(!this[r(0x18a)]['isFile'](j)||!this[r(0x18a)]['isFile'](k)){const m=a79h[r(0x170)]('sslconfig');m&&await m['invoke']([r(0x191)],{'env':d}),SSL[r(0x195)]({'keyName':c[r(0x190)]+'.key','csrName':c[r(0x190)]+r(0x18e),'cwd':f}),SSL[r(0x171)]({'keyName':c[r(0x190)]+r(0x178),'crtName':c['appName']+r(0x17b),'cwd':f});}if(g===h){Log['error'](r(0x188));throw new UsageError();}const l={'ssl':{'key':a79e[r(0x17c)](j,r(0x180)),'cert':a79e[r(0x17c)](k,r(0x180))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a79g[r(0x16c)](l)[r(0x16e)](Number(h)),Log['bright'](r(0x194)+h+r(0x183)+g);});
@@ -1 +1 @@
1
- const a80q=a80d;(function(a,b){const n=a80d,c=a();while(!![]){try{const d=-parseInt(n(0xa0))/0x1+-parseInt(n(0x8e))/0x2*(parseInt(n(0x9a))/0x3)+parseInt(n(0x77))/0x4+-parseInt(n(0x8f))/0x5*(parseInt(n(0x83))/0x6)+-parseInt(n(0x7a))/0x7*(-parseInt(n(0x93))/0x8)+parseInt(n(0x92))/0x9*(parseInt(n(0x94))/0xa)+-parseInt(n(0x88))/0xb*(-parseInt(n(0x9c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xbc1a7));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a80d;if(c){const e=c[o(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const p=a80d;return a80a[p(0x7e)]()[p(0x9b)](p(0x90))[p(0x7e)]()[p(0x81)](a80a)['search'](p(0x90));});a80a();import a80e from'fs';import a80f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x75;let f=c[d];return f;},a80d(a,b);}Command[a80q(0x7b)]({'name':a80q(0x96),'validOpts':[''],'requiredOpts':[a80q(0x89)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a80q(0x7d),'description':a80q(0x9e),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a80q;try{const c=this[r(0x8b)][r(0x82)](b[r(0x89)]),d=a80f[r(0x87)](c,r(0xa2)),f=a80e[r(0x99)](d)['toString'](),g=JSON[r(0x7c)](f);Object['assign'](g,{'env':c}),Log[r(0x8c)]('Checking\x20remote\x20host\x20availability');const h=SSH[r(0x8d)](r(0x97),g);if(!h)throw r(0x91);if(h)Log[r(0x9f)]('Remote\x20host\x20connection\x20successful');const i=a80f['join'](c,r(0x85),r(0x7f));if(a80e['existsSync'](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH['scp'](l,{...g});}const j=a80f[r(0x87)](c,r(0x76));SSH[r(0x78)]({'source':j,'dest':r(0x84),'verbose':!![]},{...g});const k=a80f['join'](c,r(0x86));SSH[r(0x78)]({'source':k,'dest':r(0x79),'verbose':!![]},{...g}),SSH[r(0x8a)](r(0xa1),g),await SSH[r(0x75)](r(0x95),{...g},{'verbose':!![]});}catch(m){console[r(0x80)](m),process[r(0x98)](0x0);}});function a80c(){const s=['490128MsMgpe','apply','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','success','235240UxYVty','pm2\x20delete\x20all','ssh.json','ssh','pm2.config.js','1788440iFgPLP','scp','~/settings.json','116802vzSwoA','create','parse','Reconfigure\x20your\x20deployed\x20applications','toString','ses.json','error','constructor','getConfigPath','6uPwTby','~/pm2.config.js','_keys','settings.json','join','308XblYyi','env','sshSync','fsi','notice','ping','1097564kWNvKE','2902265TKxSHb','(((.+)+)+)+$','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','1472787bvQDrM','104lseGrI','20HuWmyz','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','reconfig','uname\x20-a','exit','readFileSync','3rdqMbQ','search'];a80c=function(){return s;};return a80c();}
1
+ const a80p=a80d;function a80c(){const r=['ssh','ssh.json','create','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','notice','(((.+)+)+)+$','6JOHjOf','156116QfAwFf','success','existsSync','~/pm2.config.js','680122ZDxXDI','180626ZrQOew','exit','Reconfigure\x20your\x20deployed\x20applications','getConfigPath','~/settings.json','readFileSync','parse','Remote\x20host\x20connection\x20successful','join','maka\x20reconfig','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','~/ses.json','constructor','settings.json','fsi','9mQJGfe','env','50qxovwI','2466890KdJPda','uname\x20-a','scp','3656176JIKEZs','pm2\x20delete\x20all','30695yhCJaZ','error','maka\x20reconfig\x20--env\x20prod','539634hADtRy','reconfig','toString','search','pm2.config.js'];a80c=function(){return r;};return a80c();}(function(a,b){const n=a80d,c=a();while(!![]){try{const d=parseInt(n(0xf2))/0x1+-parseInt(n(0xf1))/0x2+-parseInt(n(0xe1))/0x3+parseInt(n(0xed))/0x4*(parseInt(n(0x103))/0x5)+-parseInt(n(0xec))/0x6*(parseInt(n(0xde))/0x7)+parseInt(n(0x107))/0x8+-parseInt(n(0x101))/0x9*(parseInt(n(0x104))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x3eb9d));const a80b=(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;};}()),a80a=a80b(this,function(){const o=a80d;return a80a['toString']()[o(0xe4)](o(0xeb))[o(0xe3)]()[o(0xfe)](a80a)[o(0xe4)](o(0xeb));});a80a();import a80e from'fs';import a80f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0xdd;let f=c[d];return f;},a80d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a80p(0xe8)]({'name':a80p(0xe2),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a80p(0xfb),'shortDesc':a80p(0xf4),'description':'\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','examples':[a80p(0xe0)]},async function(a,b){const q=a80p;try{const c=this[q(0x100)][q(0xf5)](b[q(0x102)]),d=a80f[q(0xfa)](c,q(0xe7)),f=a80e[q(0xf7)](d)[q(0xe3)](),g=JSON[q(0xf8)](f);Object['assign'](g,{'env':c}),Log[q(0xea)]('Checking\x20remote\x20host\x20availability');const h=SSH['ping'](q(0x105),g);if(!h)throw q(0xe9);if(h)Log[q(0xee)](q(0xf9));const i=a80f['join'](c,'_keys','ses.json');if(a80e[q(0xef)](i)){const l={'source':i,'dest':q(0xfd),'verbose':!![]};SSH[q(0x106)](l,{...g});}const j=a80f[q(0xfa)](c,q(0xe5));SSH['scp']({'source':j,'dest':q(0xf0),'verbose':!![]},{...g});const k=a80f['join'](c,q(0xff));SSH[q(0x106)]({'source':k,'dest':q(0xf6),'verbose':!![]},{...g}),SSH['sshSync'](q(0xdd),g),await SSH[q(0xe6)](q(0xfc),{...g},{'verbose':!![]});}catch(m){console[q(0xdf)](m),process[q(0xf3)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0x17d))/0x1*(-parseInt(f(0x180))/0x2)+-parseInt(f(0x176))/0x3+parseInt(f(0x17b))/0x4+parseInt(f(0x175))/0x5*(-parseInt(f(0x181))/0x6)+-parseInt(f(0x177))/0x7+-parseInt(f(0x17e))/0x8*(parseInt(f(0x179))/0x9)+parseInt(f(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x47c0c));function a81c(){var h=['toString','994320eydnqG','13757780WHJRTl','576829cxUWjM','125544BeXjsy','(((.+)+)+)+$','2AoocJi','1353126YJgRry','constructor','5LKAzIM','23637AAxyPu','3092348bpcSFG','search','45OKFsrJ'];a81c=function(){return h;};return a81c();}function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x175;var f=c[d];return f;},a81d(a,b);}var a81b=(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;};}()),a81a=a81b(this,function(){var g=a81d;return a81a[g(0x17a)]()[g(0x178)](g(0x17f))[g(0x17a)]()[g(0x182)](a81a)[g(0x178)](g(0x17f));});a81a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ function a81c(){var h=['5340936aaPPlw','10211580wIzKFM','search','constructor','3956772heRHjy','3845370XDREwf','2698383IyChMG','2QbqGjK','(((.+)+)+)+$','5240YFqost','1589vqxMIg','10kOoMsz','174222TEVLPK','toString'];a81c=function(){return h;};return a81c();}(function(a,b){var f=a81d,c=a();while(!![]){try{var d=-parseInt(f(0x185))/0x1*(parseInt(f(0x17c))/0x2)+-parseInt(f(0x184))/0x3+-parseInt(f(0x182))/0x4+parseInt(f(0x183))/0x5+parseInt(f(0x17e))/0x6+-parseInt(f(0x188))/0x7*(parseInt(f(0x187))/0x8)+parseInt(f(0x17f))/0x9*(parseInt(f(0x189))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x8e291));var a81b=(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;};}()),a81a=a81b(this,function(){var g=a81d;return a81a[g(0x17d)]()[g(0x180)](g(0x186))[g(0x17d)]()[g(0x181)](a81a)[g(0x180)](g(0x186));});function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x17c;var f=c[d];return f;},a81d(a,b);}a81a();import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a82l=a82d;(function(a,b){const i=a82d,c=a();while(!![]){try{const d=-parseInt(i(0x81))/0x1*(parseInt(i(0x8d))/0x2)+-parseInt(i(0x79))/0x3*(-parseInt(i(0x8c))/0x4)+parseInt(i(0x85))/0x5*(-parseInt(i(0x87))/0x6)+-parseInt(i(0x8a))/0x7*(parseInt(i(0x8f))/0x8)+parseInt(i(0x86))/0x9+-parseInt(i(0x8e))/0xa*(parseInt(i(0x77))/0xb)+-parseInt(i(0x75))/0xc*(-parseInt(i(0x74))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xee3ae));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a82d;if(c){const e=c[j(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const k=a82d;return a82a[k(0x7d)]()[k(0x73)](k(0x92))[k(0x7d)]()[k(0x7b)](a82a)[k(0x73)](k(0x92));});a82a();import a82e from'./run.command.js';import{execSync}from'child_process';import a82f from'path';import a82g from'fs';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x73;let f=c[d];return f;},a82d(a,b);}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a82l(0x7a)]({'name':a82l(0x7c),'aliases':['d'],'shortDesc':a82l(0x84),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':'maka\x20run\x20docker','validOpts':['']},async function(){const m=a82l;try{const a=this['fsi'][m(0x82)](),b=this[m(0x80)][m(0x8b)](m(0x7c)),c=a82f[m(0x7f)](b,'docker-compose.yaml'),d=a82f[m(0x7f)](b,m(0x76));Log[m(0x7e)](m(0x93)+d),Log[m(0x7e)]('Docker\x20Compose\x20Path:\x20'+c);if(!a82g[m(0x90)](c)){const f={'app':a[m(0x83)],'appFileCase':paramCase(a[m(0x83)])},g=this[m(0x80)][m(0x89)]({'srcPath':m(0x91),'context':f})+'\x0a';this[m(0x80)]['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+'\x20up\x20--remove-orphans',{'stdio':m(0x88)});}catch(h){process['exit'](0x1);}},a82e);function a82c(){const n=['config/docker-compose.yaml','(((.+)+)+)+$','PM2\x20Config\x20File:\x20','search','663pHgBAl','433212SEAUpH','pm2.config.js','11pAuLgZ','apply','1179kWXttM','create','constructor','docker','toString','notice','join','fsi','7eAArZq','getProjectConfig','appName','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','280sGdOEV','14275080TjyAFO','83874nuFbgL','inherit','templateContent','555359CjqVRF','getConfigPath','9884DUQkfz','184694yNtvdX','4065910LvkSWB','160sWwbPm','existsSync'];a82c=function(){return n;};return a82c();}
1
+ const a82l=a82d;(function(a,b){const i=a82d,c=a();while(!![]){try{const d=-parseInt(i(0x12e))/0x1+-parseInt(i(0x117))/0x2*(-parseInt(i(0x12f))/0x3)+-parseInt(i(0x114))/0x4+parseInt(i(0x11d))/0x5*(parseInt(i(0x136))/0x6)+parseInt(i(0x134))/0x7*(parseInt(i(0x115))/0x8)+parseInt(i(0x123))/0x9*(-parseInt(i(0x129))/0xa)+parseInt(i(0x11c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xc4dda));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a82d;if(c){const e=c[j(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const k=a82d;return a82a[k(0x12a)]()[k(0x119)](k(0x122))[k(0x12a)]()[k(0x137)](a82a)[k(0x119)](k(0x122));});function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x114;let f=c[d];return f;},a82d(a,b);}a82a();import a82e from'./run.command.js';import{execSync}from'child_process';import a82f from'path';function a82c(){const n=['693580nyYEth','toString','Docker\x20Compose\x20Path:\x20','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','fsi','1406782wPGHxi','267ypLLpN','PM2\x20Config\x20File:\x20','maka\x20run\x20docker','createFile','pm2.config.js','49ZzdEPc','docker-compose.yaml','642TyuhPE','constructor','4946692PrXHrL','1088656RhvhVW','templateContent','20482NVhESk','notice','search','appName','docker','22415998wAKgev','50180GfEmAB','join','getProjectConfig','existsSync','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','(((.+)+)+)+$','198sfnftG','\x20up\x20--remove-orphans','docker-compose\x20--project-directory\x20','apply','config/docker-compose.yaml','inherit'];a82c=function(){return n;};return a82c();}import a82g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':'docker','aliases':['d'],'shortDesc':a82l(0x12c),'description':a82l(0x121),'usage':a82l(0x131),'validOpts':['']},async function(){const m=a82l;try{const a=this[m(0x12d)][m(0x11f)](),b=this[m(0x12d)]['getConfigPath'](m(0x11b)),c=a82f[m(0x11e)](b,m(0x135)),d=a82f[m(0x11e)](b,m(0x133));Log[m(0x118)](m(0x130)+d),Log[m(0x118)](m(0x12b)+c);if(!a82g[m(0x120)](c)){const f={'app':a[m(0x11a)],'appFileCase':paramCase(a[m(0x11a)])},g=this[m(0x12d)][m(0x116)]({'srcPath':m(0x127),'context':f})+'\x0a';this[m(0x12d)][m(0x132)]({'filePath':c,'data':g});}execSync(m(0x125)+b+m(0x124),{'stdio':m(0x128)});}catch(h){process['exit'](0x1);}},a82e);
@@ -1 +1 @@
1
- const a83v=a83d;(function(a,b){const r=a83d,c=a();while(!![]){try{const d=parseInt(r(0xcd))/0x1*(parseInt(r(0xed))/0x2)+-parseInt(r(0xcb))/0x3+parseInt(r(0xf3))/0x4+parseInt(r(0xda))/0x5*(parseInt(r(0xd9))/0x6)+-parseInt(r(0xce))/0x7+-parseInt(r(0xf7))/0x8*(parseInt(r(0xf9))/0x9)+-parseInt(r(0xe6))/0xa*(-parseInt(r(0xeb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x5b976));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a83d;if(c){const e=c[s(0xf8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const t=a83d;return a83a[t(0xef)]()[t(0xe1)](t(0xfd))[t(0xef)]()[t(0xd6)](a83a)[t(0xe1)]('(((.+)+)+)+$');});a83a();import a83e from'path';function a83c(){const y=['ios','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','24yLQNrW','775810yFNLoM','create','--env','Meteor\x20Settings:\x20','invokeMeteorCommand','compareMakaToLatest','.meteor','search','verbose','installMeteorPackage','openSync','notice','3162290KGrIiu','process.env','length','production','argv','33IhqvQM','docker','10238efkhjb','run','toString','isFile','mobile-server','Node\x20Env\x20Config:\x20','110220eIWIOG','allowIncompatibleUpdate','concat','autoupdate','49304JpZBeL','apply','909xSFkYM','Run\x20your\x20Meteor\x20application','fsi','join','(((.+)+)+)+$','Cannot\x20find\x20Node\x20Environment\x20File:\x20','cordova-build','settings.json','warn','Verifying\x20meteor\x20package\x20requirements\x20...','config','env','findProjectDirectory','checkMeteorPackage','settings','mobileServer','filter','891273TVPBxu','app','37SyuBYg','3441067uxKSGu','sep','development','splice','error','push','findSubCommand','exit','constructor'];a83c=function(){return y;};return a83c();}import a83f from'fs';import a83g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const u=a83d;a83f[u(0xe4)](a,'r'),a83g[u(0x103)]({'path':a});},Run=Command[a83v(0xdb)]({'name':a83v(0xee),'mustBeInMakaProject':!![],'shortDesc':a83v(0xfa),'description':'\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','validOpts':[a83v(0x104),a83v(0xec),'r','rawLogs','p','port','i','inspect','m',a83v(0x108),'v',a83v(0xe2),a83v(0xf4),'extraPackages','x','exclude-archs','production']},async function(a,b){const w=a83v;try{const c=this[w(0xfb)][w(0x105)]();!this[w(0xfb)][w(0x106)](w(0xf6))&&(Log[w(0xe5)](w(0x102)),await this[w(0xfb)][w(0xe3)]('autoupdate',{'cwd':c}));const d=a[0x0],f=this[w(0xd4)](d);f&&this['runSubCommand'](d,a,b);if(d===w(0xd7)){const n=this[w(0xfb)][w(0x105)](),o=a83e['join'](n,w(0xcc),w(0xe0),'local',w(0xff));this[w(0xfb)]['isDirectory'](o)&&await rimraf(o);}if(b[w(0xf1)]&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw w(0xd8);await this[w(0xfb)][w(0xdf)]();const g=b['env']?b[w(0x104)]:w(0xd0),h=this['fsi']['getConfigPath'](g),i=a83e[w(0xfc)](h,w(0xe7));let j=a83e[w(0xfc)](h,w(0x100));b[w(0x107)]?j=b['settings']:j=a83e[w(0xfc)](h,w(0x100));if(this['fsi'][w(0xf0)](i)&&!b['docker'])Log[w(0xe5)](w(0xf2)+i),syncSource(i);else!b['docker']&&Log[w(0x101)](w(0xfe)+i);this['fsi'][w(0xf0)](j)?(Log[w(0xe5)](w(0xdd)+j),a=a[w(0xf5)](['--settings',j])):Log[w(0x101)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+j);const k=h['split'](a83e[w(0xcf)]),l=k[k[w(0xe8)]-0x1];l===w(0xe9)&&a[w(0xd3)]('--production');const m=process[w(0xea)]['slice'](0x2)[w(0x109)](p=>p!=='run')[w(0x109)](p=>p!==a[0x0]);m['forEach']((p,q)=>{const x=w;p===x(0xdc)&&m['splice'](q,0x2),p==='-e'&&m[x(0xd1)](q,0x2);}),this[w(0xfb)][w(0xde)](w(0xee),a['concat'](m));}catch(p){console[w(0xd2)](p),process[w(0xd5)](0x1);}});function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xcb;let f=c[d];return f;},a83d(a,b);}export default Run;
1
+ const a83v=a83d;(function(a,b){const r=a83d,c=a();while(!![]){try{const d=-parseInt(r(0x153))/0x1*(-parseInt(r(0x171))/0x2)+-parseInt(r(0x15d))/0x3*(-parseInt(r(0x14d))/0x4)+-parseInt(r(0x183))/0x5*(-parseInt(r(0x14f))/0x6)+parseInt(r(0x16a))/0x7*(-parseInt(r(0x14b))/0x8)+parseInt(r(0x18c))/0x9+-parseInt(r(0x157))/0xa*(-parseInt(r(0x164))/0xb)+-parseInt(r(0x176))/0xc*(parseInt(r(0x15c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x1ae1f));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a83d;if(c){const e=c[s(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const t=a83d;return a83a[t(0x158)]()[t(0x14e)](t(0x168))[t(0x158)]()[t(0x185)](a83a)[t(0x14e)](t(0x168));});function a83c(){const y=['warn','207845JSOhKI','notice','settings.json','findSubCommand','(((.+)+)+)+$','allowIncompatibleUpdate','7994aSmrfa','slice','error','port','checkMeteorPackage','join','--env','34PirUHR','exclude-archs','installMeteorPackage','sep','Node\x20Env\x20Config:\x20','152736FawkAW','apply','process.env','filter','app','fsi','config','verbose','argv','production','Run\x20your\x20Meteor\x20application','autoupdate','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','10SzwIGD','isFile','constructor','mobile-server','local','findProjectDirectory','docker','Meteor\x20Settings:\x20','openSync','135270QQqeMn','inspect','invokeMeteorCommand','getConfigPath','splice','104JWuLjF','cordova-build','679660LDpSpa','search','74226dgnAwh','env','run','concat','11171EwsION','isDirectory','Cannot\x20find\x20Node\x20Environment\x20File:\x20','mobileServer','50LLQpPj','toString','forEach','length','--production','377hBDhtC','3sgpNjZ','.meteor','settings','development','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','split'];a83c=function(){return y;};return a83c();}function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x147;let f=c[d];return f;},a83d(a,b);}a83a();import a83e from'path';import a83f from'fs';import a83g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const u=a83d;a83f[u(0x18b)](a,'r'),a83g[u(0x17c)]({'path':a});},Run=Command['create']({'name':a83v(0x151),'mustBeInMakaProject':!![],'shortDesc':a83v(0x180),'description':a83v(0x161),'validOpts':[a83v(0x150),'docker','r','rawLogs','p',a83v(0x16d),'i',a83v(0x147),'m',a83v(0x156),'v',a83v(0x17d),a83v(0x169),'extraPackages','x',a83v(0x172),a83v(0x17f)]},async function(a,b){const w=a83v;try{const c=this[w(0x17b)][w(0x188)]();!this[w(0x17b)][w(0x16e)](w(0x181))&&(Log[w(0x165)]('Verifying\x20meteor\x20package\x20requirements\x20...'),await this['fsi'][w(0x173)]('autoupdate',{'cwd':c}));const d=a[0x0],f=this[w(0x167)](d);f&&this['runSubCommand'](d,a,b);if(d==='ios'){const n=this['fsi'][w(0x188)](),o=a83e[w(0x16f)](n,w(0x17a),w(0x15e),w(0x187),w(0x14c));this[w(0x17b)][w(0x154)](o)&&await rimraf(o);}if(b[w(0x186)]&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw w(0x182);await this[w(0x17b)]['compareMakaToLatest']();const g=b[w(0x150)]?b[w(0x150)]:w(0x160),h=this[w(0x17b)][w(0x149)](g),i=a83e['join'](h,w(0x178));let j=a83e[w(0x16f)](h,w(0x166));b[w(0x15f)]?j=b[w(0x15f)]:j=a83e[w(0x16f)](h,'settings.json');if(this[w(0x17b)][w(0x184)](i)&&!b[w(0x189)])Log['notice'](w(0x175)+i),syncSource(i);else!b['docker']&&Log['warn'](w(0x155)+i);this[w(0x17b)]['isFile'](j)?(Log[w(0x165)](w(0x18a)+j),a=a[w(0x152)](['--settings',j])):Log[w(0x163)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+j);const k=h[w(0x162)](a83e[w(0x174)]),l=k[k[w(0x15a)]-0x1];l===w(0x17f)&&a['push'](w(0x15b));const m=process[w(0x17e)][w(0x16b)](0x2)[w(0x179)](p=>p!=='run')[w(0x179)](p=>p!==a[0x0]);m[w(0x159)]((p,q)=>{const x=w;p===x(0x170)&&m[x(0x14a)](q,0x2),p==='-e'&&m[x(0x14a)](q,0x2);}),this['fsi'][w(0x148)](w(0x151),a['concat'](m));}catch(p){console[w(0x16c)](p),process['exit'](0x1);}});export default Run;
@@ -1 +1 @@
1
- function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0x1da))/0x1+-parseInt(f(0x1d4))/0x2*(parseInt(f(0x1d1))/0x3)+parseInt(f(0x1cf))/0x4*(-parseInt(f(0x1d0))/0x5)+-parseInt(f(0x1d9))/0x6+parseInt(f(0x1d5))/0x7+parseInt(f(0x1ce))/0x8+-parseInt(f(0x1d8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x39f40));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0x1d3)]()[h(0x1d6)](h(0x1cd))['toString']()[h(0x1d2)](a84a)[h(0x1d6)]('(((.+)+)+)+$');});a84a();import'./set.command.js';import'./global.sub.cmd.js';function a84c(){var i=['search','apply','1008171kKCoNj','164316SYmULz','293772ChyEXC','(((.+)+)+)+$','2688384sZAbSl','2220tqibpZ','3455MQtEXR','84xxutPR','constructor','toString','13358clfRLH','2222346kZswkC'];a84c=function(){return i;};return a84c();}import'./local.sub.cmd.js';
1
+ function a84c(){var i=['1111854lluYVK','13446162PCdXQt','(((.+)+)+)+$','10782iPyqeE','constructor','search','857586FGYXMC','apply','8048BXLBKJ','168sprMIa','632415GlJzbx','4206120ffvDXb','6727shDyRc'];a84c=function(){return i;};return a84c();}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x196))/0x1+parseInt(f(0x19d))/0x2+parseInt(f(0x1a0))/0x3*(-parseInt(f(0x199))/0x4)+-parseInt(f(0x19a))/0x5+parseInt(f(0x19b))/0x6+-parseInt(f(0x19c))/0x7*(parseInt(f(0x198))/0x8)+parseInt(f(0x19e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x9e7de));function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x196;var f=c[d];return f;},a84d(a,b);}var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a['toString']()[h(0x1a2)](h(0x19f))['toString']()[h(0x1a1)](a84a)[h(0x1a2)]('(((.+)+)+)+$');});a84a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a85k=a85d;function a85c(){const m=['search','Set\x20workspace:\x20','92PDZGGy','6240WRSMNi','5382248eGAgbx','workspace','maka\x20set:gc\x20--workspace\x20<path>','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','help','setGlobalConfig','cacert','7972767qSxnjv','(((.+)+)+)+$','openai','toString','Set\x20OpenAI\x20Key:\x20','Set\x20global\x20Maka-CLI\x20settings','isDirectory','isFile','27576KtQMSp','error','fsi','light','9074380RkfoKN','constructor','7645PtlQnW','264123VYFNZs','exit','disallowInsecure','pallet','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20set:global-config\x20<args>','1113000UrqOZK','maka\x20set:global-config\x20--cacert\x20<path>','Could\x20not\x20find\x20directory','success','global-config','maka\x20set:gc\x20--insecure\x20<path>','Set\x20CA\x20Cert\x20Path:\x20','dark','resolve','allowInsecure','apply'];a85c=function(){return m;};return a85c();}(function(a,b){const h=a85d,c=a();while(!![]){try{const d=parseInt(h(0x9e))/0x1+-parseInt(h(0xb1))/0x2*(parseInt(h(0xc2))/0x3)+-parseInt(h(0xa4))/0x4+-parseInt(h(0x9d))/0x5*(-parseInt(h(0xb2))/0x6)+parseInt(h(0x9b))/0x7+-parseInt(h(0xb3))/0x8+-parseInt(h(0xba))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xd9811));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a85d;if(c){const e=c[i(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const j=a85d;return a85a[j(0xbd)]()[j(0xaf)](j(0xbb))[j(0xbd)]()[j(0x9c)](a85a)[j(0xaf)](j(0xbb));});function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x9b;let f=c[d];return f;},a85d(a,b);}a85a();import a85e from'path';import a85f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a85k(0xa8),'usage':a85k(0xa3),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[{'name':a85k(0xb9),'boolFlag':![]},{'name':'allowInsecure','boolFlag':!![]},{'name':a85k(0xa0),'boolFlag':!![]},{'name':a85k(0xb4),'boolFlag':![]},{'name':a85k(0xbc),'boolFlag':![]},{'name':a85k(0xb7),'boolFlag':!![]},{'name':a85k(0xa1),'values':[a85k(0xc5),a85k(0xab)]}],'shortDesc':a85k(0xbf),'description':a85k(0xb6),'examples':[a85k(0xa5),a85k(0xa9),a85k(0xb5)]},async function(a,b){const l=a85k;try{if(b['cacert']){if(this[l(0xc4)][l(0xc1)](b[l(0xb9)]))await this['fsi'][l(0xb8)]({'cert':b['cacert']}),Log[l(0xa7)](l(0xaa)+b[l(0xb9)]);else{const c=typeof b[l(0xb9)]==='boolean'?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0xa2)+b[l(0xb9)];throw Log[l(0xc3)](c);}}if(b[l(0xb4)]){const d=this[l(0xc4)][l(0xc0)](b[l(0xb4)]);if(d)await this[l(0xc4)][l(0xb8)]({'workspace':a85e[l(0xac)](b[l(0xb4)])}),Log[l(0xa7)](l(0xb0)+a85e[l(0xac)](b[l(0xb4)]));else throw Log[l(0xc3)](l(0xa6));}b['openai']&&(await this['fsi']['setGlobalConfig']({'openai':b[l(0xbc)]}),Log['success'](l(0xbe)+b['openai']));b[l(0xa1)]&&(await this['fsi']['setGlobalConfig']({'pallet':b[l(0xa1)]}),Log[l(0xa7)]('Set\x20color\x20pallet\x20to:\x20'+b[l(0xa1)]));if(b[l(0xad)]){if(b[l(0xad)]&&b[l(0xa0)])throw Log[l(0xc3)]('One\x20or\x20the\x20other\x20buddy');let f=b[l(0xad)];b[l(0xa0)]&&(f=![]),await this[l(0xc4)][l(0xb8)]({'allowInsecure':f}),Log[l(0xa7)]('Set\x20allowInsecure:\x20'+f);}process[l(0x9f)](0x0);}catch(g){console['error'](g),process['exit'](0x0);}},a85f);
1
+ const a85k=a85d;(function(a,b){const h=a85d,c=a();while(!![]){try{const d=-parseInt(h(0xde))/0x1+-parseInt(h(0xe8))/0x2*(parseInt(h(0xf1))/0x3)+parseInt(h(0xd7))/0x4*(parseInt(h(0xd1))/0x5)+-parseInt(h(0xd0))/0x6*(parseInt(h(0xd2))/0x7)+-parseInt(h(0xe1))/0x8+-parseInt(h(0xed))/0x9+-parseInt(h(0xe9))/0xa*(-parseInt(h(0xdc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x289a9));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a85d;if(c){const e=c[i(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const j=a85d;return a85a[j(0xe6)]()[j(0xf0)](j(0xea))[j(0xe6)]()['constructor'](a85a)['search'](j(0xea));});a85a();function a85c(){const m=['global-config','success','4rIIpXE','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','openai','Set\x20global\x20Maka-CLI\x20settings','allowInsecure','437965IBaRAv','cacert','228908HqqKRP','maka\x20set:global-config\x20<args>','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','2050712YGZWwK','apply','Set\x20OpenAI\x20Key:\x20','Set\x20CA\x20Cert\x20Path:\x20','pallet','toString','create','23726OajgYb','190verHTx','(((.+)+)+)+$','help','boolean','576873DlGKXc','Could\x20not\x20find\x20directory','maka\x20set:gc\x20--insecure\x20<path>','search','24uJtqVz','One\x20or\x20the\x20other\x20buddy','error','dark','workspace','disallowInsecure','resolve','isFile','maka\x20set:global-config\x20--cacert\x20<path>','maka\x20set:gc\x20--workspace\x20<path>','setGlobalConfig','fsi','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','6KvoKDA','1456495ZQGdDO','1660561pRlrXP','Set\x20color\x20pallet\x20to:\x20','exit'];a85c=function(){return m;};return a85c();}function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0xc4;let f=c[d];return f;},a85d(a,b);}import a85e from'path';import a85f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85k(0xe7)]({'name':a85k(0xd5),'usage':a85k(0xdf),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[{'name':a85k(0xdd),'boolFlag':![]},{'name':a85k(0xdb),'boolFlag':!![]},{'name':'disallowInsecure','boolFlag':!![]},{'name':a85k(0xc7),'boolFlag':![]},{'name':a85k(0xd9),'boolFlag':![]},{'name':a85k(0xeb),'boolFlag':!![]},{'name':a85k(0xe5),'values':['light',a85k(0xc6)]}],'shortDesc':a85k(0xda),'description':a85k(0xe0),'examples':[a85k(0xcb),a85k(0xef),a85k(0xcc)]},async function(a,b){const l=a85k;try{if(b[l(0xdd)]){if(this[l(0xce)][l(0xca)](b['cacert']))await this[l(0xce)]['setGlobalConfig']({'cert':b[l(0xdd)]}),Log[l(0xd6)](l(0xe4)+b['cacert']);else{const c=typeof b[l(0xdd)]===l(0xec)?l(0xcf):l(0xd8)+b[l(0xdd)];throw Log[l(0xc5)](c);}}if(b[l(0xc7)]){const d=this[l(0xce)]['isDirectory'](b[l(0xc7)]);if(d)await this[l(0xce)]['setGlobalConfig']({'workspace':a85e['resolve'](b[l(0xc7)])}),Log[l(0xd6)]('Set\x20workspace:\x20'+a85e[l(0xc9)](b[l(0xc7)]));else throw Log[l(0xc5)](l(0xee));}b['openai']&&(await this[l(0xce)][l(0xcd)]({'openai':b['openai']}),Log[l(0xd6)](l(0xe3)+b[l(0xd9)]));b[l(0xe5)]&&(await this[l(0xce)][l(0xcd)]({'pallet':b['pallet']}),Log[l(0xd6)](l(0xd3)+b['pallet']));if(b[l(0xdb)]){if(b[l(0xdb)]&&b['disallowInsecure'])throw Log['error'](l(0xc4));let f=b[l(0xdb)];b[l(0xc8)]&&(f=![]),await this[l(0xce)][l(0xcd)]({'allowInsecure':f}),Log['success']('Set\x20allowInsecure:\x20'+f);}process[l(0xd4)](0x0);}catch(g){console[l(0xc5)](g),process[l(0xd4)](0x0);}},a85f);
@@ -1 +1 @@
1
- var a86i=a86d;function a86c(){var k=['372456FfraMy','apply','Set\x20local\x20maka\x20app\x20settings','4721017ikiYbn','local-config','create','search','constructor','toString','maka\x20set:lc\x20<opts>','7388255uuhALl','Sorry,\x20not\x20implemented\x20yet','137290dryEzA','(((.+)+)+)+$','42872840iRoHao','maka\x20set:local-config\x20<opts>','44200BUPxFP','152MWrtIM','6LqGyes','5862546aujxst','51TUEgMJ','notice'];a86c=function(){return k;};return a86c();}(function(a,b){var f=a86d,c=a();while(!![]){try{var d=-parseInt(f(0x122))/0x1*(-parseInt(f(0x112))/0x2)+parseInt(f(0x114))/0x3*(parseInt(f(0x110))/0x4)+-parseInt(f(0x120))/0x5+-parseInt(f(0x113))/0x6+-parseInt(f(0x119))/0x7+-parseInt(f(0x111))/0x8*(parseInt(f(0x116))/0x9)+parseInt(f(0x10e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xed30f));var a86b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a86d;if(c){var e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){var h=a86d;return a86a[h(0x11e)]()['search'](h(0x10d))[h(0x11e)]()[h(0x11d)](a86a)[h(0x11c)]('(((.+)+)+)+$');});a86a();function a86d(a,b){var c=a86c();return a86d=function(d,e){d=d-0x10d;var f=c[d];return f;},a86d(a,b);}import a86e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a86i(0x11b)]({'name':a86i(0x11a),'usage':'maka\x20set:local-config\x20<opts>','examples':[a86i(0x11f),a86i(0x10f)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a86i(0x118),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var j=a86i;Log[j(0x115)](j(0x121));},a86e);
1
+ var a86h=a86d;(function(a,b){var f=a86d,c=a();while(!![]){try{var d=-parseInt(f(0x77))/0x1*(-parseInt(f(0x7c))/0x2)+-parseInt(f(0x79))/0x3*(parseInt(f(0x80))/0x4)+parseInt(f(0x7e))/0x5+-parseInt(f(0x75))/0x6+parseInt(f(0x74))/0x7+-parseInt(f(0x7f))/0x8*(-parseInt(f(0x70))/0x9)+parseInt(f(0x76))/0xa*(-parseInt(f(0x72))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x904db));function a86d(a,b){var c=a86c();return a86d=function(d,e){d=d-0x6f;var f=c[d];return f;},a86d(a,b);}var a86b=(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;};}()),a86a=a86b(this,function(){var g=a86d;return a86a[g(0x7a)]()['search'](g(0x73))[g(0x7a)]()['constructor'](a86a)[g(0x7d)](g(0x73));});a86a();import a86e from'./set.command.js';import{Command}from'../../command.js';function a86c(){var i=['toString','local-config','14762Efcgok','search','5888795OoiPKv','41936jWJJLU','222740WUxYSh','maka\x20set:local-config\x20<opts>','Set\x20local\x20maka\x20app\x20settings','513BNVLbj','create','77kpPVsy','(((.+)+)+)+$','1500877ZwVucn','3942366TOQTae','191760xMhBSb','11uBjPbN','maka\x20set:lc\x20<opts>','21yAedaI'];a86c=function(){return i;};return a86c();}import{Log}from'../../tools/log/log.class.js';Command[a86h(0x71)]({'name':a86h(0x7b),'usage':a86h(0x81),'examples':[a86h(0x78),a86h(0x81)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a86h(0x6f),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){Log['notice']('Sorry,\x20not\x20implemented\x20yet');},a86e);
@@ -1 +1 @@
1
- const a87h=a87d;(function(a,b){const f=a87d,c=a();while(!![]){try{const d=-parseInt(f(0x1c8))/0x1*(-parseInt(f(0x1d3))/0x2)+-parseInt(f(0x1d6))/0x3*(-parseInt(f(0x1cf))/0x4)+-parseInt(f(0x1d4))/0x5+-parseInt(f(0x1d1))/0x6+parseInt(f(0x1d0))/0x7*(-parseInt(f(0x1cb))/0x8)+parseInt(f(0x1d2))/0x9+-parseInt(f(0x1d8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xc41ae));function a87c(){const j=['250565KODfPx','2425920PaVKzz','14194863vwEZxa','18ZpzNzf','7155790EZCfAT','runSubCommand','24flnRdZ','search','8599330sXXhXC','help','142553MiDkeU','create','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','40HhFlNI','(((.+)+)+)+$','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','constructor','408724xGIYBg'];a87c=function(){return j;};return a87c();}function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a87d(a,b);}const a87b=(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;};}()),a87a=a87b(this,function(){const g=a87d;return a87a['toString']()['search']('(((.+)+)+)+$')['toString']()[g(0x1ce)](a87a)[g(0x1d7)](g(0x1cc));});a87a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a87h(0x1c9)]({'name':'set','usage':'maka\x20set:<sub-command>\x20<opts>','minArgLength':0x1,'shortDesc':a87h(0x1ca),'description':a87h(0x1cd),'validOpts':[]},async function(a,b){const i=a87h,c=a[0x0];if(b[i(0x1c7)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[i(0x1d5)](c,a,b);});export default SetCommand;
1
+ function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1b8;let f=c[d];return f;},a87d(a,b);}const a87i=a87d;(function(a,b){const f=a87d,c=a();while(!![]){try{const d=parseInt(f(0x1bd))/0x1+-parseInt(f(0x1b9))/0x2+-parseInt(f(0x1bb))/0x3*(parseInt(f(0x1be))/0x4)+-parseInt(f(0x1b8))/0x5+-parseInt(f(0x1c0))/0x6+parseInt(f(0x1bc))/0x7+parseInt(f(0x1c5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x2dd64));function a87c(){const k=['maka\x20set:<sub-command>\x20<opts>','apply','1491190zKpvaz','671090nEHiHt','toString','109419QHzXVc','1693510ZPGbKD','220014bMJysH','36AkiIqm','constructor','1124280cTfRjT','help','(((.+)+)+)+$','search','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','7001792OmZVzm'];a87c=function(){return k;};return a87c();}const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a87d;if(c){const e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const h=a87d;return a87a[h(0x1ba)]()[h(0x1c3)](h(0x1c2))['toString']()[h(0x1bf)](a87a)['search']('(((.+)+)+)+$');});a87a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command['create']({'name':'set','usage':a87i(0x1c6),'minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a87i(0x1c4),'validOpts':[]},async function(a,b){const j=a87i,c=a[0x0];if(b[j(0x1c1)])throw new UsageError();const d=this['findSubCommand'](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x139;let f=c[d];return f;},a88d(a,b);}const a88l=a88d;(function(a,b){const j=a88d,c=a();while(!![]){try{const d=-parseInt(j(0x140))/0x1*(parseInt(j(0x155))/0x2)+-parseInt(j(0x154))/0x3+parseInt(j(0x148))/0x4*(parseInt(j(0x144))/0x5)+parseInt(j(0x139))/0x6+parseInt(j(0x149))/0x7*(-parseInt(j(0x153))/0x8)+-parseInt(j(0x156))/0x9*(-parseInt(j(0x143))/0xa)+-parseInt(j(0x13a))/0xb*(-parseInt(j(0x150))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x61a29));const a88b=(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;};}()),a88a=a88b(this,function(){const k=a88d;return a88a[k(0x145)]()[k(0x152)]('(((.+)+)+)+$')[k(0x145)]()[k(0x13f)](a88a)[k(0x152)](k(0x159));});function a88c(){const n=['error','maka\x20ssh\x20--env\x20prod','parse','env','12EUdEXP','ssh.json','search','348776JdmjMF','1875792lsKvjp','386sSzjda','626229sKvFCK','assign','length','(((.+)+)+)+$','4718046notqCZ','6915029CFOxca','maka\x20ssh\x20<command>','ssh','sshSync','readFileSync','constructor','3840PqfETs','exit','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','110RmOQju','12365fEixxB','toString','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','verbose','388MOopyX','105CxgXJa','fsi','getConfigPath'];a88c=function(){return n;};return a88c();}a88a();import a88e from'fs';import a88f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a88l(0x13c),'usage':a88l(0x13b),'mustBeInMakaProject':!![],'requiredOpts':[a88l(0x14f)],'validOpts':[a88l(0x14f),'verbose'],'shortDesc':a88l(0x142),'examples':['maka\x20ssh\x20--env\x20dev','maka\x20ssh\x20--env\x20staging',a88l(0x14d),a88l(0x146),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const m=a88l;try{const c=this[m(0x14a)][m(0x14b)](b[m(0x14f)]);let d='';a[m(0x158)]>0x0&&(d=a[0x0]);const f=a88f['join'](c,m(0x151)),g=a88e[m(0x13e)](f)['toString'](),h=JSON[m(0x14e)](g);Object[m(0x157)](h,{'env':c}),SSH[m(0x13d)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[m(0x147)]});}catch(i){console[m(0x14c)](i),process[m(0x141)](0x0);}});
1
+ const a88m=a88d;(function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x198))/0x1+-parseInt(j(0x1a2))/0x2*(parseInt(j(0x18c))/0x3)+-parseInt(j(0x197))/0x4*(-parseInt(j(0x19f))/0x5)+-parseInt(j(0x18f))/0x6+-parseInt(j(0x191))/0x7*(parseInt(j(0x1a1))/0x8)+-parseInt(j(0x194))/0x9*(-parseInt(j(0x19e))/0xa)+parseInt(j(0x1a6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xd3582));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a['toString']()[l(0x19a)](l(0x18d))[l(0x1a7)]()['constructor'](a88a)[l(0x19a)]('(((.+)+)+)+$');});function a88c(){const o=['7241538ONjXuC','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','36085kCpCfD','create','env','166329URhRmZ','assign','apply','4uJDBOF','568461NJflzc','fsi','search','readFileSync','length','verbose','130zDMmpy','2066165CXNvYW','maka\x20ssh\x20--env\x20prod','2392lsViMd','1626838aCEuSN','parse','error','maka\x20ssh\x20--env\x20dev','35259466HRHxZZ','toString','maka\x20ssh\x20--env\x20staging','getConfigPath','maka\x20ssh\x20<command>','3EHgnmw','(((.+)+)+)+$','sshSync'];a88c=function(){return o;};return a88c();}a88a();import a88e from'fs';import a88f from'path';import{Command}from'../command.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x189;let f=c[d];return f;},a88d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a88m(0x192)]({'name':'ssh','usage':a88m(0x18b),'mustBeInMakaProject':!![],'requiredOpts':[a88m(0x193)],'validOpts':[a88m(0x193),a88m(0x19d)],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':[a88m(0x1a5),a88m(0x189),a88m(0x1a0),'maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a88m(0x190)]},async function(a,b){const n=a88m;try{const c=this[n(0x199)][n(0x18a)](b[n(0x193)]);let d='';a[n(0x19c)]>0x0&&(d=a[0x0]);const f=a88f['join'](c,'ssh.json'),g=a88e[n(0x19b)](f)[n(0x1a7)](),h=JSON[n(0x1a3)](g);Object[n(0x195)](h,{'env':c}),SSH[n(0x18e)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x19d)]});}catch(i){console[n(0x1a4)](i),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a89c(){const z=['/ssh.json','getProjectConfig','Using\x20saved\x20letsencrypt\x20config','mkKeysDir','join','notice','35719904tuGvkX','toString','4hKxRHW','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','letsencrypt','genSSC','stringify','readFileSync','uname\x20-a','start','withSpinner','domainNames','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','appName','maka\x20ssl\x20--env\x20dev\x20generate-csr','.csr','exit','constructor','generate-ssc','maka\x20ssl\x20[command]','230BDnPlN','create','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','Please\x20provide\x20a\x20command.','emailUpdate','Remote\x20host\x20connection\x20successful','.key','3iVgGKX','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','success','letsencrypt.json','9985504WmMjyV','ssh','sudo\x20snap\x20install\x20--classic\x20certbot','getConfigPath','896846cbxtEj','genCSR','8254975dNllUQ','env','assign','search','Email\x20to\x20use\x20for\x20auto-updates:\x20','ssl','Checking\x20remote\x20host\x20availability','.crt','(((.+)+)+)+$','4282086QWQafa','ask','Verifying\x20Letsencrypt\x20configuration','domains','error','480618AzQxDV','email','90tzONoY','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','Create\x20and\x20manage\x20your\x20SSL\x20operations.','existsSync','ping','395857pBlpYZ','fsi'];a89c=function(){return z;};return a89c();}const a89x=a89d;(function(a,b){const v=a89d,c=a();while(!![]){try{const d=-parseInt(v(0x100))/0x1*(parseInt(v(0xc6))/0x2)+parseInt(v(0xd1))/0x3+parseInt(v(0xe7))/0x4*(-parseInt(v(0xc8))/0x5)+parseInt(v(0xd8))/0x6*(-parseInt(v(0xdd))/0x7)+parseInt(v(0x104))/0x8+-parseInt(v(0xd6))/0x9*(parseInt(v(0xf9))/0xa)+parseInt(v(0xe5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xcf877));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 w=a89d;return a89a[w(0xe6)]()[w(0xcb)](w(0xd0))[w(0xe6)]()[w(0xf6)](a89a)[w(0xcb)]('(((.+)+)+)+$');});a89a();import a89e from'fs';import a89f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xc5;let f=c[d];return f;},a89d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command[a89x(0xfa)]({'name':a89x(0xcd),'usage':a89x(0xf8),'validOpts':[a89x(0xd4),'email'],'requiredOpts':[a89x(0xc9)],'shortDesc':a89x(0xda),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a89x(0xf3),a89x(0xe8),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const y=a89x,c=this[y(0xde)][y(0xe0)](),d=this['fsi'][y(0xc5)](b['env']),f=this[y(0xde)][y(0xe2)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[y(0xc7)]({'keyName':c['appName']+y(0xff),'csrName':c['appName']+y(0xf4),'cwd':f});else{if(g===y(0xf7)){if(!a89e[y(0xdb)](a89f[y(0xe3)](f,c[y(0xf2)]+y(0xff))))throw y(0xf1)+a89f['join'](f,c['appName']+y(0xff));if(!a89e['existsSync'](a89f[y(0xe3)](f,c['appName']+y(0xf4))))throw y(0xd9)+a89f[y(0xe3)](f,c[y(0xf2)]+'.csr');SSL[y(0xea)]({'keyName':c[y(0xf2)]+y(0xff),'crtName':c[y(0xf2)]+y(0xcf),'cwd':f}),Log[y(0xe4)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===y(0xe9)){let h=b['domains'],i=b['email'];try{const p=a89e[y(0xec)](a89f[y(0xe3)](d,'letsencrypt.json'))[y(0xe6)](),q=JSON['parse'](p);h=b[y(0xd4)]?b[y(0xd4)]:q[y(0xf0)],i=b[y(0xd7)]?b[y(0xd7)]:q[y(0xfd)],(!b[y(0xd7)]||!b[y(0xd4)])&&Log[y(0xe4)](y(0xe1));}catch(r){}const j=JSON['parse'](a89e['readFileSync'](d+y(0xdf))['toString']());Object[y(0xca)](j,{'env':d}),Log['notice'](y(0xce));try{const s=SSH[y(0xdc)](y(0xed),j);if(!s)throw y(0xfb);if(s)Log[y(0x102)](y(0xfe));}catch(t){Log[y(0xd5)](t);return;}const k=Log[y(0xef)]();k[y(0xee)](y(0xd3)),SSH['ssh']('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[y(0x105)](y(0x106),{...j}),SSH['ssh']('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[y(0x102)]();const l=h?h:await Actions[y(0xd2)]('[?]\x20Domains\x20to\x20register:\x20'),m=i?i:await Actions['ask'](y(0xcc));SSH[y(0x105)](y(0x101)+l+'\x20--email\x20'+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[y(0xeb)](n,null,0x2);a89e['writeFileSync'](a89f[y(0xe3)](d,y(0x103)),o);}else throw y(0xfc);}}}catch(u){console['error'](u),process[y(0xf5)](0x0);}});
1
+ const a89y=a89d;(function(a,b){const v=a89d,c=a();while(!![]){try{const d=parseInt(v(0x1d1))/0x1*(parseInt(v(0x1c3))/0x2)+-parseInt(v(0x1dd))/0x3+parseInt(v(0x1da))/0x4+-parseInt(v(0x1bd))/0x5+parseInt(v(0x1e2))/0x6*(parseInt(v(0x1c2))/0x7)+parseInt(v(0x1e0))/0x8*(parseInt(v(0x1e1))/0x9)+-parseInt(v(0x1c8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x96a63));function a89c(){const A=['sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','ping','Please\x20provide\x20a\x20command.','existsSync','273NuOZfK','703446BfgZcV','toString','email','writeFileSync','notice','2322880hElyOg','join','readFileSync','\x20--email\x20','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','error','Checking\x20remote\x20host\x20availability','apply','maka\x20ssl\x20--env\x20dev\x20generate-csr','2mUtdjp','(((.+)+)+)+$','genCSR','.crt','sudo\x20snap\x20install\x20--classic\x20certbot','success','/ssh.json','domains','exit','3449756bvLJYq','.key','create','1797666rYwjRi','[?]\x20Domains\x20to\x20register:\x20','env','760GGJues','53226ygWrOe','66318TDNLwB','New\x20CSR\x20written\x20to\x20','.csr','ssh','search','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','stringify','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','getProjectConfig','mkKeysDir','Email\x20to\x20use\x20for\x20auto-updates:\x20','letsencrypt.json','withSpinner','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','ask','generate-csr','Using\x20saved\x20letsencrypt\x20config','fsi','getConfigPath','maka\x20ssl\x20[command]','letsencrypt','appName','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','parse','5551065ukOYIi'];a89c=function(){return A;};return a89c();}const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a89d;if(c){const e=c[w(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const x=a89d;return a89a[x(0x1c4)]()[x(0x1a9)](x(0x1d2))[x(0x1c4)]()['constructor'](a89a)['search'](x(0x1d2));});a89a();function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1a6;let f=c[d];return f;},a89d(a,b);}import a89e from'fs';import a89f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command[a89y(0x1dc)]({'name':'ssl','usage':a89y(0x1b8),'validOpts':[a89y(0x1d8),a89y(0x1c5)],'requiredOpts':[a89y(0x1df)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a89y(0x1d0),'maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate',a89y(0x1b2)]},async function(a,b){const z=a89y,c=this[z(0x1b6)][z(0x1ad)](),d=this[z(0x1b6)][z(0x1b7)](b[z(0x1df)]),f=this[z(0x1b6)][z(0x1ae)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x1b4))SSL[z(0x1d3)]({'keyName':c[z(0x1ba)]+'.key','csrName':c[z(0x1ba)]+z(0x1a7),'cwd':f});else{if(g==='generate-ssc'){if(!a89e[z(0x1c1)](a89f[z(0x1c9)](f,c[z(0x1ba)]+z(0x1db))))throw z(0x1bb)+a89f[z(0x1c9)](f,c[z(0x1ba)]+'.key');if(!a89e[z(0x1c1)](a89f[z(0x1c9)](f,c[z(0x1ba)]+z(0x1a7))))throw z(0x1aa)+a89f[z(0x1c9)](f,c[z(0x1ba)]+z(0x1a7));SSL['genSSC']({'keyName':c['appName']+z(0x1db),'crtName':c[z(0x1ba)]+z(0x1d4),'cwd':f}),Log['notice'](z(0x1a6)+f);}else{if(g===z(0x1b9)){let h=b['domains'],i=b[z(0x1c5)];try{const p=a89e[z(0x1ca)](a89f[z(0x1c9)](d,z(0x1b0)))[z(0x1c4)](),q=JSON[z(0x1bc)](p);h=b[z(0x1d8)]?b[z(0x1d8)]:q['domainNames'],i=b[z(0x1c5)]?b[z(0x1c5)]:q['emailUpdate'],(!b[z(0x1c5)]||!b[z(0x1d8)])&&Log['notice'](z(0x1b5));}catch(r){}const j=JSON[z(0x1bc)](a89e[z(0x1ca)](d+z(0x1d7))[z(0x1c4)]());Object['assign'](j,{'env':d}),Log[z(0x1c7)](z(0x1ce));try{const s=SSH[z(0x1bf)]('uname\x20-a',j);if(!s)throw z(0x1ac);if(s)Log[z(0x1d6)]('Remote\x20host\x20connection\x20successful');}catch(t){Log['error'](t);return;}const k=Log[z(0x1b1)]();k['start']('Verifying\x20Letsencrypt\x20configuration'),SSH[z(0x1a8)](z(0x1be),{...j}),SSH[z(0x1a8)](z(0x1d5),{...j}),SSH[z(0x1a8)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[z(0x1d6)]();const l=h?h:await Actions[z(0x1b3)](z(0x1de)),m=i?i:await Actions[z(0x1b3)](z(0x1af));SSH[z(0x1a8)](z(0x1cc)+l+z(0x1cb)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x1ab)](n,null,0x2);a89e[z(0x1c6)](a89f[z(0x1c9)](d,'letsencrypt.json'),o);}else throw z(0x1c0);}}}catch(u){console[z(0x1cd)](u),process[z(0x1d9)](0x0);}});
@@ -1 +1 @@
1
- const a90q=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=parseInt(m(0x1a8))/0x1+-parseInt(m(0x1a9))/0x2*(parseInt(m(0x17d))/0x3)+parseInt(m(0x18e))/0x4*(parseInt(m(0x197))/0x5)+parseInt(m(0x179))/0x6+-parseInt(m(0x186))/0x7+-parseInt(m(0x19c))/0x8*(parseInt(m(0x1ae))/0x9)+parseInt(m(0x1ab))/0xa*(parseInt(m(0x183))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x65b41));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a['toString']()[o(0x17f)](o(0x182))[o(0x1b0)]()[o(0x1a7)](a90a)['search']('(((.+)+)+)+$');});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x176;let f=c[d];return f;},a90d(a,b);}a90a();import a90e from'fs';import a90f from'path';import a90g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a90d;a90e[p(0x177)](a,'r'),a90g['config']({'path':a});};function a90c(){const t=['--settings','--full-app','Cannot\x20find\x20Node\x20Environment\x20File:\x20','driverPackage','argv','32LzyQyj','forEach','apply','test','create','notice','fsi','settings.json','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','34160aItCOG','rawLogs','warn','getConfigPath','unit','377656zLGDTi','env','driver','--env','port','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','config.json','concat','splice','test-packages','--packages','constructor','831797MmMmCC','13006vMqCdY','jasmine','244180IHkaNi','process.env','Node\x20Env\x20Config:\x20','9xamciw','join','toString','development','meteortesting:mocha','utf8','exit','openSync','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','2402316ZlBPSX','error','once','.maka','213AkAnzO','parse','search','driver-package','filter','(((.+)+)+)+$','44hGUJxA','packages','invokeMeteorCommand','3213098qGvGGO','none','findProjectDirectory'];a90c=function(){return t;};return a90c();}Command[a90q(0x192)]({'name':a90q(0x191),'mustBeInMakaProject':!![],'validOpts':['once',a90q(0x184),a90q(0x19e),a90q(0x18c),a90q(0x19b),a90q(0x19d),a90q(0x198),a90q(0x1a0),'inspect','testAppPath'],'usage':'maka\x20test\x20<opts>','shortDesc':a90q(0x196),'examples':[]},function(a,b){const r=a90q;try{let c=this[r(0x194)][r(0x19a)](r(0x1b1));b[r(0x19d)]&&(c=this['fsi'][r(0x19a)](b[r(0x19d)]));(!b['unit']||!!b[r(0x17b)])&&(a=a[r(0x1a3)]([r(0x18a)]));b['unit']&&delete b[r(0x19b)];let d=b[r(0x180)]||b[r(0x19e)]||r(0x187);if(d==='none'){const j=JSON[r(0x17e)](a90e['readFileSync'](a90f[r(0x1af)](this[r(0x194)][r(0x188)](),r(0x17c),r(0x1a2)),r(0x1b3)));if(j['engines'][r(0x191)]===r(0x1aa))d='sanjo:jasmine';else j['engines'][r(0x191)]==='mocha'&&(d=r(0x1b2));}if(d===r(0x187))throw r(0x178);(!b[r(0x180)]||!b[r(0x19e)])&&(a=a[r(0x1a3)](['--driver-package',d]));const f=a90f[r(0x1af)](c,r(0x195));this[r(0x194)]['isFile'](f)?(Log[r(0x193)]('Meteor\x20Settings:\x20'+f),a=a['concat']([r(0x189),f])):Log[r(0x199)](r(0x1a1)+f);const g=a90f[r(0x1af)](c,r(0x1ac));this[r(0x194)]['isFile'](g)?(Log[r(0x193)](r(0x1ad)+g),syncSource(g)):Log[r(0x199)](r(0x18b)+g);const h=process[r(0x18d)]['slice'](0x2)[r(0x181)](k=>k!=='--env')[r(0x181)](k=>k!==r(0x191))[r(0x181)](k=>k!==a[0x0]);h[r(0x18f)]((k,l)=>{const s=r;(k===s(0x19f)||k==='--driver')&&h[s(0x1a4)](l,0x2),k===s(0x1a6)&&h[s(0x1a4)](l,0x1);});const i=b[r(0x184)]?r(0x1a5):'test';this[r(0x194)][r(0x185)](i,a['concat'](h));}catch(k){console[r(0x17a)](k),process[r(0x176)](0x0);}});
1
+ const a90q=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=-parseInt(m(0xac))/0x1*(parseInt(m(0x99))/0x2)+parseInt(m(0xa5))/0x3+-parseInt(m(0x9a))/0x4+-parseInt(m(0x96))/0x5*(parseInt(m(0xb8))/0x6)+-parseInt(m(0xa0))/0x7*(-parseInt(m(0x9c))/0x8)+-parseInt(m(0xa2))/0x9*(parseInt(m(0xaf))/0xa)+parseInt(m(0x9d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xb50f4));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a[o(0x9b)]()[o(0xc1)](o(0x9f))[o(0x9b)]()[o(0xaa)](a90a)[o(0xc1)](o(0x9f));});a90a();import a90e from'fs';import a90f from'path';function a90c(){const t=['unit','(((.+)+)+)+$','941010jacioy','getConfigPath','317970uSKphx','testAppPath','jasmine','4304409wkrMjZ','splice','invokeMeteorCommand','isFile','--env','constructor','Meteor\x20Settings:\x20','66Taacnl','meteortesting:mocha','fsi','200RTTpcd','packages','none','engines','warn','env','notice','driver','development','18YMLaXt','findProjectDirectory','slice','concat','process.env','Node\x20Env\x20Config:\x20','inspect','openSync','--driver','search','mocha','filter','apply','forEach','parse','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','join','--settings','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','once','utf8','port','config.json','driver-package','argv','891685qipFDC','--full-app','test','16912DMRokI','457672IUYVbY','toString','32IJSFHX','7515442HgVWRQ'];a90c=function(){return t;};return a90c();}import a90g from'dotenv';import{Command}from'../command.js';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x89;let f=c[d];return f;},a90d(a,b);}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a90d;a90e[p(0xbf)](a,'r'),a90g['config']({'path':a});};Command['create']({'name':a90q(0x98),'mustBeInMakaProject':!![],'validOpts':[a90q(0x90),'packages',a90q(0xb6),'driverPackage',a90q(0x9e),a90q(0xb4),'rawLogs',a90q(0x92),a90q(0xbe),a90q(0xa3)],'usage':'maka\x20test\x20<opts>','shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const r=a90q;try{let c=this[r(0xae)][r(0xa1)](r(0xb7));b[r(0xb4)]&&(c=this[r(0xae)][r(0xa1)](b[r(0xb4)]));(!b[r(0x9e)]||!!b['once'])&&(a=a['concat']([r(0x97)]));b[r(0x9e)]&&delete b[r(0x9e)];let d=b['driver-package']||b[r(0xb6)]||r(0xb1);if(d===r(0xb1)){const j=JSON[r(0x8b)](a90e['readFileSync'](a90f[r(0x8d)](this['fsi'][r(0xb9)](),'.maka',r(0x93)),r(0x91)));if(j[r(0xb2)]['test']===r(0xa4))d='sanjo:jasmine';else j[r(0xb2)]['test']===r(0xc2)&&(d=r(0xad));}if(d===r(0xb1))throw r(0x8f);(!b[r(0x94)]||!b[r(0xb6)])&&(a=a[r(0xbb)](['--driver-package',d]));const f=a90f[r(0x8d)](c,'settings.json');this[r(0xae)][r(0xa8)](f)?(Log['notice'](r(0xab)+f),a=a[r(0xbb)]([r(0x8e),f])):Log[r(0xb3)](r(0x8c)+f);const g=a90f[r(0x8d)](c,r(0xbc));this[r(0xae)][r(0xa8)](g)?(Log[r(0xb5)](r(0xbd)+g),syncSource(g)):Log[r(0xb3)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);const h=process[r(0x95)][r(0xba)](0x2)[r(0xc3)](k=>k!==r(0xa9))[r(0xc3)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h[r(0x8a)]((k,l)=>{const s=r;(k===s(0xa9)||k===s(0xc0))&&h['splice'](l,0x2),k==='--packages'&&h[s(0xa6)](l,0x1);});const i=b[r(0xb0)]?'test-packages':r(0x98);this['fsi'][r(0xa7)](i,a[r(0xbb)](h));}catch(k){console['error'](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a91n=a91d;(function(a,b){const k=a91d,c=a();while(!![]){try{const d=-parseInt(k(0x14f))/0x1*(parseInt(k(0x153))/0x2)+-parseInt(k(0x151))/0x3+parseInt(k(0x165))/0x4*(-parseInt(k(0x158))/0x5)+-parseInt(k(0x169))/0x6+parseInt(k(0x144))/0x7*(-parseInt(k(0x15f))/0x8)+parseInt(k(0x15c))/0x9*(-parseInt(k(0x15a))/0xa)+-parseInt(k(0x162))/0xb*(-parseInt(k(0x146))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x50542));function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x13f;let f=c[d];return f;},a91d(a,b);}const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a91d;if(c){const e=c[l(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const m=a91d;return a91a[m(0x16c)]()[m(0x168)](m(0x14b))[m(0x16c)]()[m(0x15e)](a91a)[m(0x168)](m(0x14b));});a91a();import{execSync}from'child_process';import a91e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a91n(0x140)};function a91c(){const p=['getGlobalMeteorVersion','543916ZRNglp','node\x20-v','warn','search','2451918DfigrS','replace','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','toString','System\x27s\x20Meteor\x20Version\x20','4.6.8','Maka\x20','error','----------------------Project----------------------------','77ZGEaZQ','compareMakaToLatest','15703368urdlcS','maka\x20v','platform','bright','\x20node\x20-v','(((.+)+)+)+$','verbose','apply','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','411847KKpTtq','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','1109031hdwrxj','N/A','2oPlKLa','System\x27s\x20Node\x20Version\x20','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','win32','create','5PiVdtz',')\x20to\x20at\x20least\x20meteor\x27s\x20(','3696740EVgApy','fsi','9QfRwyp','----------------------System----------------------------','constructor','430816LyIXbL','version','maka\x20version','22ojVdNQ','Project\x27s\x20Meteor\x20Node\x20Version\x20'];a91c=function(){return p;};return a91c();}Command[a91n(0x157)]({'name':a91n(0x160),'aliases':['v'],'usage':a91n(0x161),'maxArgLength':0x1,'validOpts':[a91n(0x14c)],'shortDesc':a91n(0x155),'examples':[a91n(0x147),a91n(0x161),'maka\x20version\x20--verbose'],'description':'\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20'},async function(a,b){const o=a91n;try{const c=process[o(0x148)]===o(0x156)?'meteor.bat':'meteor';Log['majestic'](o(0x141)+pjson[o(0x160)]),await this[o(0x15b)][o(0x145)]();if(b[o(0x14c)]){await this[o(0x15b)]['compareMakaToLatest'](),Log[o(0x149)](o(0x15d));const d=this[o(0x15b)][o(0x164)]();Log[o(0x149)]((o(0x13f)+d)[o(0x16a)]('\x0a',''));const f=execSync(c+o(0x14a))[o(0x16c)]()[o(0x16a)](/\r?\n|\r/,'')[o(0x16a)]('v','');Log[o(0x149)](o(0x16b)+f);const g=execSync(o(0x166))[o(0x16c)]()['replace'](/\r?\n|\r/,'')[o(0x16a)]('v','');a91e['gt'](f,g)?(Log[o(0x167)](o(0x154)+g),Log[o(0x167)](o(0x14e)+g+o(0x159)+f+')')):Log[o(0x149)](o(0x154)+g);if(this['fsi']['isMakaProject']()){Log[o(0x149)](o(0x143));const h=this['fsi']['getProjectMeteorVersion']();a91e['gt'](d,h)?(Log['warn']('Project\x27s\x20Meteor\x20Version\x20'+h['replace']('\x0a','')),Log['warn']('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+d+'\x22')):Log['notice'](('Project\x27s\x20Meteor\x20Version\x20'+h)[o(0x16a)]('\x0a',''));const i=await this[o(0x15b)]['getProjectsMeteorNodeVersion']();i===o(0x152)?(Log['warn'](o(0x163)+i),Log['warn']('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log[o(0x149)](o(0x163)+i),Log[o(0x149)](o(0x150));}}}catch(j){console[o(0x142)](j),process['exit'](0x0);}});
1
+ const a91n=a91d;(function(a,b){const k=a91d,c=a();while(!![]){try{const d=parseInt(k(0xec))/0x1+-parseInt(k(0xea))/0x2*(parseInt(k(0xe1))/0x3)+-parseInt(k(0xda))/0x4+parseInt(k(0xc8))/0x5+parseInt(k(0xc6))/0x6+parseInt(k(0xdd))/0x7+parseInt(k(0xdc))/0x8*(-parseInt(k(0xeb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x77760));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a91d;if(c){const e=c[l(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const m=a91d;return a91a['toString']()[m(0xcf)](m(0xe6))[m(0xc4)]()[m(0xd1)](a91a)['search'](m(0xe6));});a91a();function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0xc2;let f=c[d];return f;},a91d(a,b);}function a91c(){const p=['apply','912640LeYTIj','warn','22728vGNiBe','2458099VHhoQC','System\x27s\x20Meteor\x20Version\x20','create','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','1287WGUafB','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','fsi','replace','majestic','(((.+)+)+)+$','verbose','N/A','maka\x20version','3046odkgDw','702xKOClt','729308OZoBpK','Maka\x20','----------------------System----------------------------','\x20node\x20-v','meteor.bat','System\x27s\x20Node\x20Version\x20','getProjectsMeteorNodeVersion','exit','meteor','bright','toString',')\x20to\x20at\x20least\x20meteor\x27s\x20(','108630aXBGNr','compareMakaToLatest','2469335VPrqZy','error','4.6.9','----------------------Project----------------------------','node\x20-v','Project\x27s\x20Meteor\x20Node\x20Version\x20','maka\x20v','search','win32','constructor','version','getProjectMeteorVersion','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','maka\x20version\x20--verbose','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','Project\x27s\x20Meteor\x20Version\x20','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'];a91c=function(){return p;};return a91c();}import{execSync}from'child_process';import a91e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a91n(0xca)};Command[a91n(0xdf)]({'name':a91n(0xd2),'aliases':['v'],'usage':a91n(0xe9),'maxArgLength':0x1,'validOpts':[a91n(0xe7)],'shortDesc':a91n(0xe0),'examples':[a91n(0xce),a91n(0xe9),a91n(0xd5)],'description':'\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20'},async function(a,b){const o=a91n;try{const c=process['platform']===o(0xd0)?o(0xf0):o(0xc2);Log[o(0xe5)](o(0xed)+pjson['version']),await this[o(0xe3)][o(0xc7)]();if(b[o(0xe7)]){await this['fsi'][o(0xc7)](),Log[o(0xc3)](o(0xee));const d=this[o(0xe3)]['getGlobalMeteorVersion']();Log['bright']((o(0xde)+d)['replace']('\x0a',''));const f=execSync(c+o(0xef))[o(0xc4)]()['replace'](/\r?\n|\r/,'')['replace']('v','');Log[o(0xc3)](o(0xe2)+f);const g=execSync(o(0xcc))[o(0xc4)]()[o(0xe4)](/\r?\n|\r/,'')['replace']('v','');a91e['gt'](f,g)?(Log[o(0xdb)](o(0xf1)+g),Log['warn'](o(0xd6)+g+o(0xc5)+f+')')):Log[o(0xc3)](o(0xf1)+g);if(this['fsi']['isMakaProject']()){Log[o(0xc3)](o(0xcb));const h=this[o(0xe3)][o(0xd3)]();a91e['gt'](d,h)?(Log[o(0xdb)]('Project\x27s\x20Meteor\x20Version\x20'+h[o(0xe4)]('\x0a','')),Log[o(0xdb)](o(0xd8)+d+'\x22')):Log['notice']((o(0xd7)+h)[o(0xe4)]('\x0a',''));const i=await this[o(0xe3)][o(0xf2)]();i===o(0xe8)?(Log['warn']('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[o(0xdb)](o(0xd4))):Log[o(0xc3)](o(0xcd)+i),Log[o(0xc3)]('\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22');}}}catch(j){console[o(0xc9)](j),process[o(0xf3)](0x0);}});
@@ -1 +1 @@
1
- function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1c7;var f=c[d];return f;},a92d(a,b);}(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x1d2))/0x1*(-parseInt(f(0x1cb))/0x2)+-parseInt(f(0x1d5))/0x3+-parseInt(f(0x1ca))/0x4*(parseInt(f(0x1d1))/0x5)+parseInt(f(0x1c7))/0x6+-parseInt(f(0x1ce))/0x7+parseInt(f(0x1d3))/0x8*(-parseInt(f(0x1cd))/0x9)+-parseInt(f(0x1c8))/0xa*(-parseInt(f(0x1d0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xa8b6d));var a92b=(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;};}()),a92a=a92b(this,function(){var g=a92d;return a92a[g(0x1cf)]()[g(0x1d4)](g(0x1c9))['toString']()[g(0x1cc)](a92a)[g(0x1d4)]('(((.+)+)+)+$');});a92a();export class UsageError{}export class UsageErrorWithSubs{}function a92c(){var h=['8qjIEVT','search','1432725MuzyeU','5043408KaanVC','110yqMMPL','(((.+)+)+)+$','4JSLtIa','1713092DVQcAM','constructor','9512253ypIALu','2044889iCXRVd','toString','3272973eRsiTc','3696615QVTwOz','1wEIwYO'];a92c=function(){return h;};return a92c();}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
1
+ function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x65;var f=c[d];return f;},a92d(a,b);}(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x6a))/0x1*(-parseInt(f(0x68))/0x2)+-parseInt(f(0x66))/0x3+-parseInt(f(0x6c))/0x4+parseInt(f(0x65))/0x5+parseInt(f(0x6d))/0x6+parseInt(f(0x69))/0x7+parseInt(f(0x71))/0x8*(parseInt(f(0x6e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x6ed28));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x67)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x6b)]()[h(0x6f)](h(0x70))['toString']()[h(0x72)](a92a)['search'](h(0x70));});a92a();function a92c(){var i=['toString','1688588QBUnWX','4238136agZxvo','99BkBjsY','search','(((.+)+)+)+$','1111064rOiDyU','constructor','12150WHjXgi','2008506ATrhbN','apply','1710GYLfiO','220871hyEXSi','845oYvpdk'];a92c=function(){return i;};return a92c();}export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a93i=a93d;(function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1ef))/0x2*(-parseInt(f(0x1e9))/0x3)+parseInt(f(0x1ea))/0x4+-parseInt(f(0x1e2))/0x5+parseInt(f(0x1f3))/0x6*(parseInt(f(0x1e3))/0x7)+-parseInt(f(0x1e7))/0x8*(parseInt(f(0x1eb))/0x9)+-parseInt(f(0x1ec))/0xa*(parseInt(f(0x1ee))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xd89c1));function a93c(){var j=['49tmHALh','apply','toString','env','3730568mglysM','search','3rTPueZ','6169568SsJvUu','9kVwzan','3940vmmPgu','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','47157dHUsnK','703090RRbWYU','1354009lFRycZ','(((.+)+)+)+$','constructor','580926LtXyat','NODE_OPTIONS','899855QqtaRm'];a93c=function(){return j;};return a93c();}var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0x1e4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0x1e5)]()[h(0x1e8)](h(0x1f1))[h(0x1e5)]()[h(0x1f2)](a93a)['search'](h(0x1f1));});a93a(),process[a93i(0x1e6)][a93i(0x1f4)]=a93i(0x1ed);function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0x1e2;var f=c[d];return f;},a93d(a,b);}import'./maka.js';
2
+ var a93i=a93d;(function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0x12e))/0x1+parseInt(f(0x125))/0x2+-parseInt(f(0x12b))/0x3*(-parseInt(f(0x121))/0x4)+-parseInt(f(0x127))/0x5*(-parseInt(f(0x12d))/0x6)+parseInt(f(0x124))/0x7+-parseInt(f(0x126))/0x8*(parseInt(f(0x11e))/0x9)+-parseInt(f(0x123))/0xa*(parseInt(f(0x129))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x70536));var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a['toString']()[h(0x12a)](h(0x120))[h(0x122)]()['constructor'](a93a)[h(0x12a)](h(0x120));});function a93c(){var j=['--experimental-modules\x20--no-warnings\x20--experimental-json-modules','(((.+)+)+)+$','2084188xzRQuI','toString','686990Ntulue','4651472hVzUwS','1455598hoqjkS','4280DfwbTN','219860YJyLqn','apply','275JfZKnR','search','3nOPJGQ','env','6twNCsk','610797jOXyms','6570MONxQN'];a93c=function(){return j;};return a93c();}a93a(),process[a93i(0x12c)]['NODE_OPTIONS']=a93i(0x11f);function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0x11e;var f=c[d];return f;},a93d(a,b);}import'./maka.js';
@@ -1 +1 @@
1
- const a94x=a94d;function a94c(){const J=['Both','Client','minArgLength','To\x20use\x20these\x20pro\x20flags,\x20\x22','split','filter','join','addGenerator\x20requires\x20a\x20Generator\x20instance','replace','number','bind','chdir','Server','colLocAnswer','error','resourceName','slice','keys','map','assign','Generator.create\x20requires\x20a\x20handler\x20function!','Alias','48055447QrcfYn','tableList','Too\x20few\x20options','(((.+)+)+)+$','minOptsLength','_handler','validateParams','validateMakaSubscription','addGenerator','Description','invoke','domainLicense','proGenerators','bright','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','11297510htjAII','10xExzjJ','options','To\x20use\x20this\x20generator,\x20\x22','Generator.create\x20requires\x20some\x20options!','LIGHT','6734088vVNefX','toString','1488CjTrfk','validateMakaProject','find','Generator\x20requires\x20a\x20handler\x20function','Too\x20many\x20options','where','listGenerators','function','checkWhere','There\x20is\x20no\x20Meteor\x20application\x20here','Please\x20run\x20\x22maka\x20install\x20meteor\x22','apply','sep','list','forEach','search','Location','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','roles','fsi','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','usage','constructor','noResource','create','cwd','Too\x20many\x20arguments','length','430284tmxxTR','call','name','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','server','Name','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','mustHaveMeteorInstalled','Generator\x20requires\x20a\x20name','pallet','root','pop','client','getPro','_generators','maxArgLength','mustBeInMakaProject','20ERuabM','includes','both','validateMeteorInstall','maxOptsLength','findGenerator','push','Generators:','help','exit','appPathPrefix','5070290bCOQml','42yJNFhX','73377NSVTlK','Too\x20few\x20arguments','DARK','dir','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','No\x20resource\x20name\x20specified','33818MChSIs','getGlobalConfig'];a94c=function(){return J;};return a94c();}(function(a,b){const t=a94d,c=a();while(!![]){try{const d=parseInt(t(0x131))/0x1*(parseInt(t(0x138))/0x2)+-parseInt(t(0x183))/0x3*(parseInt(t(0x194))/0x4)+parseInt(t(0x130))/0x5+parseInt(t(0x165))/0x6+parseInt(t(0x15f))/0x7+parseInt(t(0x167))/0x8*(parseInt(t(0x132))/0x9)+-parseInt(t(0x160))/0xa*(parseInt(t(0x150))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xd9913));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a94d;if(c){const e=c[u(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const v=a94d;return a94a[v(0x166)]()['search'](v(0x153))[v(0x166)]()[v(0x17d)](a94a)[v(0x176)](v(0x153));});a94a();import a94e from'path';import a94f from'cli-table';import{paramCase}from'change-case';import a94g from'./generators/maka.gen.js';function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x12a;let f=c[d];return f;},a94d(a,b);}import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const w=a94d,c=process[w(0x180)]();let d=null;try{process['chdir'](a),d=b();}finally{process[w(0x145)](c);}return d;}export class Generator extends Tool{['options'];[a94x(0x191)];constructor(a,b){const y=a94x;super();if(!a)throw new Error(y(0x186));if(!a[y(0x185)])throw new Error(y(0x18b));if(typeof b!=='function')throw new Error(y(0x16a));this[y(0x191)]=[],this[y(0x161)]=Object[y(0x14d)]({},a),this[y(0x185)]=this['options'][y(0x185)],this[y(0x155)]=b[y(0x144)](this);}static[a94x(0x17f)](a,b,c){const z=a94x;if(!a)throw new Error(z(0x163));if(typeof b!==z(0x16e))throw new Error(z(0x14e));const d=new Generator(a,b);return c=c||a94g,Object[z(0x14d)](d,{'parent':c?.[z(0x161)]?.[z(0x185)]}),c['addGenerator'](d),d;}[a94x(0x158)](a){const A=a94x;if(!(a instanceof Generator))throw new Error(A(0x141));this[A(0x191)][A(0x12b)](a);}[a94x(0x12a)](a){const B=a94x,b=this[B(0x191)][B(0x169)](c=>c['match'](a));return b;}async[a94x(0x157)](a,b){const C=a94x,c=this[C(0x12a)](a[0x0]);if(c){const d=c?.[C(0x185)]||a[0x0],e=c?.['parent']||'',f=Object[C(0x14b)](b),g=await this[C(0x17a)][C(0x190)]();!g&&(Log[C(0x148)](C(0x15e)),process[C(0x12e)](0x1));const h=!g?.['roles'][C(0x195)]('singleLicense')&&!g?.[C(0x179)]['includes'](C(0x15b)),i=g?.[C(0x15c)][C(0x195)](d)||g?.[C(0x15c)]['includes'](e);if(i&&h)throw C(0x162)+d+C(0x189);if(f[C(0x182)]>0x0){const j=g?.['proFlags'][C(0x13f)](k=>f[C(0x195)](k));if(j&&j[C(0x182)]>0x0&&h)throw C(0x13d)+j?.[C(0x140)](',\x20')+C(0x189);}}}async[a94x(0x15a)](a,b){const D=a94x,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[D(0x161)],f=await this[D(0x17a)][D(0x139)](),g=f[D(0x18c)]==='light'?ColorMode[D(0x164)]:ColorMode[D(0x134)];Log['setColorMode'](g);try{await this[D(0x157)](a,b);}catch(j){Log[D(0x148)](j),process[D(0x12e)](0x1);}const h=a[D(0x14a)]();b['resourceName']=h[0x0];const i=b[D(0x12d)]||b['h'];try{if((a[0x0]===_prevGen||a[D(0x182)]===0x0)&&i)throw new UsageError();if(this[D(0x161)][D(0x193)]){const k=this[D(0x168)]();if(!k)throw new MustBeInProjectError();}if(this['options'][D(0x18a)]){const l=this[D(0x197)]();if(!l)throw new NoMeteorFoundError();}if(typeof this[D(0x161)][D(0x13c)]===D(0x143)){if(a['length']<this[D(0x161)][D(0x13c)]){Log['error'](D(0x133));throw new UsageError();}}if(typeof this[D(0x161)][D(0x192)]===D(0x143)){if(a[D(0x182)]>this[D(0x161)][D(0x192)]){Log[D(0x148)](D(0x181));throw new UsageError();}}if(typeof this[D(0x161)][D(0x154)]==='number'){if(Object['keys'](b)['length']<this[D(0x161)][D(0x154)]){Log[D(0x148)](D(0x152));throw new UsageError();}}if(typeof this[D(0x161)]['maxOptsLength']===D(0x143)){if(Object['keys'](b)[D(0x182)]>=this[D(0x161)][D(0x198)]){Log[D(0x148)](D(0x16b));throw new UsageError();}}await this[D(0x156)](a,b,this[D(0x161)]);if(!b[D(0x149)]&&!this['options'][D(0x17e)]){Log[D(0x148)](D(0x137));throw new UsageError();}_prevGen=a[0x0];}catch(m){Log[D(0x17c)](description,examples,usage,c,requiredOpts,d);if(m instanceof UsageError)this['_generators']['length']>0x0&&i&&(Log['notice'](D(0x12c)),this[D(0x151)](this['_generators']));else{if(m instanceof MustBeInProjectError)Log[D(0x148)](D(0x17b));else{if(m instanceof NoMeteorFoundError)Log[D(0x148)](D(0x136)),Log['notice'](D(0x171));else{if(m instanceof NoMeteorAppFoundError)Log[D(0x148)](D(0x170));else throw m;}}}process[D(0x12e)](0x1);}return new Promise(n=>{const E=D;inside(b[E(0x180)],async()=>{const F=E;try{if(!b[F(0x18d)]&&!this['fsi']['findProjectDirectory']())throw new MustBeInProjectError();const o=b[F(0x149)]?.[F(0x142)](/\\/g,'/')[F(0x13e)]('/');!b[F(0x135)]&&(o?.[F(0x182)]>0x1?(b[F(0x149)]=o[F(0x18e)](),h[0x0]=b['resourceName'],b['dir']=o[F(0x14c)](p=>{return paramCase(p);})[F(0x140)](a94e[F(0x173)])):b['dir']='');if(this[F(0x161)][F(0x16f)]){if(!b['where']){const q={'type':F(0x174),'name':F(0x147),'message':F(0x177),'choices':[{'name':F(0x13b),'value':F(0x18f)},{'name':F(0x146),'value':F(0x187)},{'name':F(0x13a),'value':'both'}]},{colLocAnswer:r}=await Actions[F(0x161)](q);r?b['where']=r:b['where']='both';}const p=[F(0x196),'client',F(0x187)];if(!p[F(0x195)](b[F(0x16c)])){Log[F(0x148)](F(0x178));throw new UsageError();}switch(b[F(0x16c)]){case F(0x196):b['appPathPrefix']='lib';break;case F(0x187):b[F(0x12f)]=F(0x187);break;case F(0x18f):b[F(0x12f)]='client';break;default:b[F(0x12f)]='';}}n(this[F(0x155)][F(0x184)](this,h,b));}catch(s){console[F(0x148)](s);}});});}[a94x(0x16d)](){const G=a94x;this['tableList'](this[G(0x191)]);}[a94x(0x151)](a){const H=a94x,b=new a94f({});b[H(0x12b)]([H(0x188),H(0x14f),H(0x159)]),a['sort']()[H(0x175)](c=>{const I=H;b[I(0x12b)]([c[I(0x185)],c['aliases'](),c['shortDesc']()]);}),Log[H(0x15d)](b[H(0x166)]());}}
1
+ const a94x=a94d;(function(a,b){const t=a94d,c=a();while(!![]){try{const d=-parseInt(t(0x164))/0x1*(parseInt(t(0x15a))/0x2)+parseInt(t(0x142))/0x3+parseInt(t(0x184))/0x4+-parseInt(t(0x15b))/0x5+-parseInt(t(0x17c))/0x6+-parseInt(t(0x173))/0x7*(-parseInt(t(0x13f))/0x8)+parseInt(t(0x13a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x1fc9d));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a94d;if(c){const e=c[u(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const v=a94d;return a94a[v(0x15c)]()[v(0x132)](v(0x150))[v(0x15c)]()[v(0x13d)](a94a)[v(0x132)]('(((.+)+)+)+$');});a94a();import a94e from'path';import a94f from'cli-table';import{paramCase}from'change-case';import a94g from'./generators/maka.gen.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function a94c(){const J=['minOptsLength','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','dir','_handler','sep','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','join','invoke','maxArgLength','resourceName','search','Client','slice','length','root','pop','minArgLength','validateMakaSubscription','2967147beLVyA','Both','appPathPrefix','constructor','sort','8bLwuBO','server','Generators:','512826OqbyWH','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','proGenerators','number','match','domainLicense','maxOptsLength','addGenerator','DARK','options','mustBeInMakaProject','Server','aliases','replace','(((.+)+)+)+$','fsi','addGenerator\x20requires\x20a\x20Generator\x20instance','There\x20is\x20no\x20Meteor\x20application\x20here','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','apply','error','push','notice','tableList','2434dppvZc','670040nSIede','toString','split','findGenerator','client','where','Location','Alias','validateMakaProject','59iICloQ','pallet','Generator.create\x20requires\x20some\x20options!','setColorMode','forEach','Description','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','filter','proFlags','Name','LIGHT','chdir','getPro','shortDesc','function','84329znudzD','lib','findProjectDirectory','_generators','includes','exit','help','parent','checkWhere','1141698CXhDJM','name','roles','To\x20use\x20this\x20generator,\x20\x22','both','keys','To\x20use\x20these\x20pro\x20flags,\x20\x22','usage','54508Wflize','Too\x20few\x20arguments','validateParams','Generator.create\x20requires\x20a\x20handler\x20function!','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','assign','colLocAnswer','singleLicense','Too\x20few\x20options','Too\x20many\x20arguments','cwd','light'];a94c=function(){return J;};return a94c();}function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x128;let f=c[d];return f;},a94d(a,b);}function inside(a='.',b){const w=a94d,c=process[w(0x18e)]();let d=null;try{process['chdir'](a),d=b();}finally{process[w(0x16f)](c);}return d;}export class Generator extends Tool{[a94x(0x14b)];[a94x(0x176)];constructor(a,b){const y=a94x;super();if(!a)throw new Error(y(0x188));if(!a[y(0x17d)])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==y(0x172))throw new Error('Generator\x20requires\x20a\x20handler\x20function');this[y(0x176)]=[],this['options']=Object[y(0x189)]({},a),this[y(0x17d)]=this['options']['name'],this[y(0x12b)]=b['bind'](this);}static['create'](a,b,c){const z=a94x;if(!a)throw new Error(z(0x166));if(typeof b!==z(0x172))throw new Error(z(0x187));const d=new Generator(a,b);return c=c||a94g,Object[z(0x189)](d,{'parent':c?.['options']?.[z(0x17d)]}),c[z(0x149)](d),d;}['addGenerator'](a){const A=a94x;if(!(a instanceof Generator))throw new Error(A(0x152));this['_generators']['push'](a);}[a94x(0x15e)](a){const B=a94x,b=this[B(0x176)]['find'](c=>c[B(0x146)](a));return b;}async[a94x(0x139)](a,b){const C=a94x,c=this[C(0x15e)](a[0x0]);if(c){const d=c?.[C(0x17d)]||a[0x0],e=c?.[C(0x17a)]||'',f=Object['keys'](b),g=await this['fsi'][C(0x170)]();!g&&(Log[C(0x156)](C(0x12d)),process[C(0x178)](0x1));const h=!g?.[C(0x17e)][C(0x177)](C(0x18b))&&!g?.[C(0x17e)]['includes'](C(0x147)),i=g?.[C(0x144)][C(0x177)](d)||g?.['proGenerators'][C(0x177)](e);if(i&&h)throw C(0x17f)+d+'\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27';if(f[C(0x135)]>0x0){const j=g?.[C(0x16c)][C(0x16b)](k=>f[C(0x177)](k));if(j&&j[C(0x135)]>0x0&&h)throw C(0x182)+j?.[C(0x12e)](',\x20')+C(0x16a);}}}async[a94x(0x12f)](a,b){const D=a94x,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[D(0x14b)],f=await this[D(0x151)]['getGlobalConfig'](),g=f[D(0x165)]===D(0x18f)?ColorMode[D(0x16e)]:ColorMode[D(0x14a)];Log[D(0x167)](g);try{await this[D(0x139)](a,b);}catch(j){Log[D(0x156)](j),process['exit'](0x1);}const h=a[D(0x134)]();b[D(0x131)]=h[0x0];const i=b[D(0x179)]||b['h'];try{if((a[0x0]===_prevGen||a[D(0x135)]===0x0)&&i)throw new UsageError();if(this['options'][D(0x14c)]){const k=this[D(0x163)]();if(!k)throw new MustBeInProjectError();}if(this[D(0x14b)]['mustHaveMeteorInstalled']){const l=this['validateMeteorInstall']();if(!l)throw new NoMeteorFoundError();}if(typeof this[D(0x14b)][D(0x138)]===D(0x145)){if(a[D(0x135)]<this[D(0x14b)][D(0x138)]){Log[D(0x156)](D(0x185));throw new UsageError();}}if(typeof this['options']['maxArgLength']===D(0x145)){if(a[D(0x135)]>this[D(0x14b)][D(0x130)]){Log[D(0x156)](D(0x18d));throw new UsageError();}}if(typeof this[D(0x14b)][D(0x128)]===D(0x145)){if(Object[D(0x181)](b)[D(0x135)]<this[D(0x14b)]['minOptsLength']){Log['error'](D(0x18c));throw new UsageError();}}if(typeof this[D(0x14b)]['maxOptsLength']==='number'){if(Object['keys'](b)['length']>=this['options'][D(0x148)]){Log[D(0x156)]('Too\x20many\x20options');throw new UsageError();}}await this[D(0x186)](a,b,this['options']);if(!b['resourceName']&&!this['options']['noResource']){Log[D(0x156)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(m){Log[D(0x183)](description,examples,usage,c,requiredOpts,d);if(m instanceof UsageError)this[D(0x176)]['length']>0x0&&i&&(Log['notice'](D(0x141)),this[D(0x159)](this[D(0x176)]));else{if(m instanceof MustBeInProjectError)Log['error'](D(0x154));else{if(m instanceof NoMeteorFoundError)Log[D(0x156)](D(0x143)),Log[D(0x158)]('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(m instanceof NoMeteorAppFoundError)Log[D(0x156)](D(0x153));else throw m;}}}process[D(0x178)](0x1);}return new Promise(n=>{const E=D;inside(b[E(0x18e)],async()=>{const F=E;try{if(!b[F(0x136)]&&!this['fsi'][F(0x175)]())throw new MustBeInProjectError();const o=b['resourceName']?.[F(0x14f)](/\\/g,'/')[F(0x15d)]('/');!b['dir']&&(o?.['length']>0x1?(b[F(0x131)]=o[F(0x137)](),h[0x0]=b['resourceName'],b[F(0x12a)]=o['map'](p=>{return paramCase(p);})['join'](a94e[F(0x12c)])):b['dir']='');if(this[F(0x14b)][F(0x17b)]){if(!b[F(0x160)]){const q={'type':'list','name':F(0x18a),'message':F(0x161),'choices':[{'name':F(0x133),'value':F(0x15f)},{'name':F(0x14d),'value':F(0x140)},{'name':F(0x13b),'value':'both'}]},{colLocAnswer:r}=await Actions['options'](q);r?b[F(0x160)]=r:b[F(0x160)]=F(0x180);}const p=[F(0x180),F(0x15f),'server'];if(!p[F(0x177)](b[F(0x160)])){Log['error'](F(0x129));throw new UsageError();}switch(b[F(0x160)]){case F(0x180):b[F(0x13c)]=F(0x174);break;case'server':b[F(0x13c)]=F(0x140);break;case F(0x15f):b[F(0x13c)]=F(0x15f);break;default:b['appPathPrefix']='';}}n(this[F(0x12b)]['call'](this,h,b));}catch(s){console[F(0x156)](s);}});});}['listGenerators'](){const G=a94x;this['tableList'](this[G(0x176)]);}['tableList'](a){const H=a94x,b=new a94f({});b[H(0x157)]([H(0x16d),H(0x162),H(0x169)]),a[H(0x13e)]()[H(0x168)](c=>{const I=H;b[I(0x157)]([c[I(0x17d)],c[I(0x14e)](),c[I(0x171)]()]);}),Log['bright'](b['toString']());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x13f))/0x1+-parseInt(f(0x140))/0x2+-parseInt(f(0x13d))/0x3+parseInt(f(0x137))/0x4*(-parseInt(f(0x139))/0x5)+parseInt(f(0x13c))/0x6*(parseInt(f(0x13a))/0x7)+-parseInt(f(0x141))/0x8+parseInt(f(0x13b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0xb45b9));var a95b=(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;};}()),a95a=a95b(this,function(){var g=a95d;return a95a['toString']()[g(0x138)](g(0x13e))['toString']()['constructor'](a95a)[g(0x138)](g(0x13e));});a95a();import'./services/_index.js';import'./api.js';import'./collection.js';function a95c(){var h=['1252968LcJONT','(((.+)+)+)+$','1014466oMJNbP','1543764AlUSmp','3318072iogSlz','286172LlloiB','search','5JAvbsp','1701HJJCAW','12106809ElkQQZ','1356EwgAXk'];a95c=function(){return h;};return a95c();}import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x137;var f=c[d];return f;},a95d(a,b);}import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
1
+ (function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x176))/0x1+parseInt(f(0x16c))/0x2*(parseInt(f(0x177))/0x3)+parseInt(f(0x173))/0x4+parseInt(f(0x170))/0x5*(parseInt(f(0x174))/0x6)+-parseInt(f(0x179))/0x7+-parseInt(f(0x17a))/0x8+parseInt(f(0x16e))/0x9*(parseInt(f(0x171))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x7e372));var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x16d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a['toString']()[h(0x178)]('(((.+)+)+)+$')[h(0x16f)]()[h(0x175)](a95a)[h(0x178)](h(0x172));});a95a();import'./services/_index.js';function a95c(){var i=['845hfIcQE','4613710EQjGUZ','(((.+)+)+)+$','5028gRIexh','13986BLzomq','constructor','764999ZOecop','19794TVOeMz','search','7092092ZSmaDA','6586568tfqTcI','82gUUreV','apply','18ZfYlDq','toString'];a95c=function(){return i;};return a95c();}import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x16c;var f=c[d];return f;},a95d(a,b);}import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';