@maka/maka-cli 4.7.1 → 4.7.2

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 (143) 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/_index.js +1 -1
  25. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  26. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/_index.js +1 -1
  29. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/play.command.js +1 -1
  31. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/generate.js +1 -1
  69. package/bundle/obf/src/commands/get/_index.js +1 -1
  70. package/bundle/obf/src/commands/get/get.command.js +1 -1
  71. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  73. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/help.js +1 -1
  75. package/bundle/obf/src/commands/install.js +1 -1
  76. package/bundle/obf/src/commands/jsdoc.js +1 -1
  77. package/bundle/obf/src/commands/lint.js +1 -1
  78. package/bundle/obf/src/commands/login.js +1 -1
  79. package/bundle/obf/src/commands/logout.js +1 -1
  80. package/bundle/obf/src/commands/logs.js +1 -1
  81. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  82. package/bundle/obf/src/commands/murder.js +1 -1
  83. package/bundle/obf/src/commands/proxy.js +1 -1
  84. package/bundle/obf/src/commands/reconfig.js +1 -1
  85. package/bundle/obf/src/commands/run/_index.js +1 -1
  86. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/run/run.command.js +1 -1
  88. package/bundle/obf/src/commands/set/_index.js +1 -1
  89. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  90. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  91. package/bundle/obf/src/commands/set/set.command.js +1 -1
  92. package/bundle/obf/src/commands/ssh.js +1 -1
  93. package/bundle/obf/src/commands/ssl.js +1 -1
  94. package/bundle/obf/src/commands/test.js +1 -1
  95. package/bundle/obf/src/commands/version.js +1 -1
  96. package/bundle/obf/src/error.js +1 -1
  97. package/bundle/obf/src/exec.js +1 -1
  98. package/bundle/obf/src/generator.js +1 -1
  99. package/bundle/obf/src/generators/_index.js +1 -1
  100. package/bundle/obf/src/generators/api.js +1 -1
  101. package/bundle/obf/src/generators/collection.js +1 -1
  102. package/bundle/obf/src/generators/component.js +1 -1
  103. package/bundle/obf/src/generators/config.js +1 -1
  104. package/bundle/obf/src/generators/dbc.js +1 -1
  105. package/bundle/obf/src/generators/dockerfile.js +1 -1
  106. package/bundle/obf/src/generators/hook.js +1 -1
  107. package/bundle/obf/src/generators/kits/_index.js +1 -1
  108. package/bundle/obf/src/generators/kits/kit.js +1 -1
  109. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  110. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  111. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  112. package/bundle/obf/src/generators/layout.js +1 -1
  113. package/bundle/obf/src/generators/maka.gen.js +1 -1
  114. package/bundle/obf/src/generators/methods.js +1 -1
  115. package/bundle/obf/src/generators/package.js +1 -1
  116. package/bundle/obf/src/generators/page.js +1 -1
  117. package/bundle/obf/src/generators/publish.js +1 -1
  118. package/bundle/obf/src/generators/route.js +1 -1
  119. package/bundle/obf/src/generators/service.js +1 -1
  120. package/bundle/obf/src/generators/services/_index.js +1 -1
  121. package/bundle/obf/src/generators/services/openssl.js +1 -1
  122. package/bundle/obf/src/generators/services/translation.js +1 -1
  123. package/bundle/obf/src/maka.js +1 -1
  124. package/bundle/obf/src/tool.js +1 -1
  125. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  126. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  127. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  129. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  131. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/https/https.class.js +1 -1
  133. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  134. package/bundle/obf/src/tools/log/log.class.js +1 -1
  135. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/options/options.class.js +1 -1
  137. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  138. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  139. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  141. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  142. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  143. package/package.json +1 -1
@@ -1 +1 @@
1
- const a78n=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=parseInt(l(0x15a))/0x1*(parseInt(l(0x16e))/0x2)+parseInt(l(0x14b))/0x3+parseInt(l(0x148))/0x4*(-parseInt(l(0x15e))/0x5)+-parseInt(l(0x15b))/0x6+parseInt(l(0x152))/0x7*(parseInt(l(0x16d))/0x8)+-parseInt(l(0x14c))/0x9+parseInt(l(0x166))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x557cc));const a78b=(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;};}()),a78a=a78b(this,function(){const m=a78d;return a78a['toString']()[m(0x161)]('(((.+)+)+)+$')[m(0x164)]()[m(0x173)](a78a)[m(0x161)](m(0x15d));});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x147;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const p=['Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','www.maka-cli.com','error','success','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','1FMPPji','1139274eJdlxC','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','5YiUcXl','failure','localhost','search','post','cacert','toString','fsi','3900RqLJcN','header','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','create','cert','setGlobalConfig','notice','694360nFnRda','233518mvNCYu','/api/v1/status','token','True','Using\x20CA\x20Cert\x20','constructor','isFile','29432gFjczc','Preflight\x20Check','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','284751jQyskE','106677SQAzeP','start','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','maka\x20logout','getGlobalConfig','exit','28tMrWeM','withSpinner','Logging\x20out'];a78c=function(){return p;};return a78c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a78n(0x171)?a78n(0x160):a78n(0x156);Command[a78n(0x169)]({'name':'logout','validOpts':['cacert'],'usage':a78n(0x14f),'maxArgLength':0x2,'shortDesc':a78n(0x14e),'disableAuthCheck':!![],'examples':[a78n(0x14f)]},async function(a,b){const o=a78n,c=Log[o(0x153)]();try{let d='';b[o(0x163)]&&(this['fsi'][o(0x147)](b['cacert'])?(d=b[o(0x163)],Log[o(0x16c)](o(0x172)+d)):Log[o(0x157)](o(0x15c)+d));const f=await this[o(0x165)][o(0x150)]();if(f[o(0x16a)]){if(this[o(0x165)][o(0x147)](f[o(0x16a)]))d=f['cert'];else{c[o(0x15f)]();throw Log[o(0x157)](o(0x14a)+d);}}Log[o(0x167)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':'https://'+hostname+o(0x16f)};b[o(0x163)]&&Object['assign'](g,{'cert':d});c[o(0x14d)](o(0x149));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[o(0x158)]();if(h!==0xc8){c[o(0x15f)]();throw o(0x168);}if(!f?.[o(0x170)]?.['authToken'])throw Log[o(0x157)](o(0x159));c[o(0x14d)](o(0x154));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[o(0x163)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x162)](i);if(j===0x198){c[o(0x15f)]('\x0a');throw o(0x155);}this[o(0x165)][o(0x16b)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x157)](k),process[o(0x151)](0x0);}});
1
+ const a78n=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=-parseInt(l(0x194))/0x1*(-parseInt(l(0x196))/0x2)+-parseInt(l(0x188))/0x3*(-parseInt(l(0x187))/0x4)+parseInt(l(0x167))/0x5+parseInt(l(0x180))/0x6*(-parseInt(l(0x177))/0x7)+parseInt(l(0x16d))/0x8+parseInt(l(0x184))/0x9*(-parseInt(l(0x168))/0xa)+parseInt(l(0x190))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x869b2));const a78b=(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;};}()),a78a=a78b(this,function(){const m=a78d;return a78a[m(0x195)]()[m(0x17b)](m(0x176))[m(0x195)]()['constructor'](a78a)[m(0x17b)](m(0x176));});a78a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x165;let f=c[d];return f;},a78d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a78n(0x186)][a78n(0x18f)]==='True'?a78n(0x181):a78n(0x185);Command[a78n(0x170)]({'name':a78n(0x173),'validOpts':[a78n(0x169)],'usage':a78n(0x178),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a78n(0x178)]},async function(a,b){const o=a78n,c=Log[o(0x16e)]();try{let d='';b['cacert']&&(this[o(0x18d)][o(0x18c)](b[o(0x169)])?(d=b[o(0x169)],Log[o(0x16c)](o(0x179)+d)):Log['error'](o(0x17f)+d));const f=await this['fsi'][o(0x174)]();if(f[o(0x166)]){if(this[o(0x18d)][o(0x18c)](f['cert']))d=f['cert'];else{c['failure']();throw Log['error'](o(0x193)+d);}}Log[o(0x16b)](o(0x172)+hostname);const g={'url':o(0x17c)+hostname+o(0x175)};b[o(0x169)]&&Object['assign'](g,{'cert':d});c['start'](o(0x18e));const {statusCode:h}=await HTTPS[o(0x18b)](g);if(h===0x198){c[o(0x165)]();throw o(0x192);}c[o(0x183)]();if(h!==0xc8){c[o(0x165)]();throw o(0x171);}if(!f?.[o(0x189)]?.[o(0x18a)])throw Log[o(0x17e)](o(0x16f));c[o(0x16a)](o(0x182));const i={'hostname':hostname,'path':o(0x17a),'data':{},'headers':{'x-auth-token':f['token'][o(0x18a)]}};b[o(0x169)]&&Object[o(0x17d)](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[o(0x165)]('\x0a');throw o(0x192);}this[o(0x18d)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x183)]();}catch(k){k&&console['error'](k),process[o(0x191)](0x0);}});function a78c(){const p=['env','164SPoOfZ','26970bwRLKb','token','authToken','get','isFile','fsi','Preflight\x20Check','MAKA_DEV','1482558uyJFsC','exit','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','91aQTplT','toString','6410pKiNnB','failure','cert','1771735bRJRzj','430RQXbEw','cacert','start','header','notice','3063352WEhJOk','withSpinner','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','create','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Logging\x20out\x20of\x20https://','logout','getGlobalConfig','/api/v1/status','(((.+)+)+)+$','838082YrazgO','maka\x20logout','Using\x20CA\x20Cert\x20','/api/v1/logoutAll','search','https://','assign','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','30KsaveI','localhost','Logging\x20out','success','80019rwtEJL','www.maka-cli.com'];a78c=function(){return p;};return a78c();}
@@ -1 +1 @@
1
- const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=-parseInt(j(0xad))/0x1*(-parseInt(j(0xa8))/0x2)+parseInt(j(0xac))/0x3+-parseInt(j(0xba))/0x4*(-parseInt(j(0xa0))/0x5)+-parseInt(j(0xb5))/0x6+parseInt(j(0xbe))/0x7*(-parseInt(j(0xa5))/0x8)+-parseInt(j(0xb3))/0x9+-parseInt(j(0xb4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x31c0c));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a[l(0xab)]()[l(0xbd)](l(0xa7))[l(0xab)]()[l(0xa9)](a79a)['search']('(((.+)+)+)+$');});a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a79c(){const o=['parse','maka\x20l\x20-e\x20p','search','91049UmhNsQ','env','10ATuPRN','maka\x20logs','maka\x20logs\x20--env\x20dev','logs','fsi','96lYGmJZ','assign','(((.+)+)+)+$','232244WVTmMe','constructor','verbose','toString','668466GFwony','2zhoqXM','View\x20the\x20PM2\x20logs','pm2\x20logs','readFileSync','join','log','735219BtIoce','74490dnjCBM','270180kDvKWO','maka\x20logs\x20--env\x20staging','sshSync','create','apply','77952VFIKlD'];a79c=function(){return o;};return a79c();}import{Log}from'../tools/log/log.class.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xa0;let f=c[d];return f;},a79d(a,b);}Command[a79m(0xb8)]({'name':a79m(0xa3),'aliases':['l',a79m(0xb2)],'usage':a79m(0xa1),'requiredOpts':[a79m(0xbf)],'mustBeInMakaProject':!![],'validOpts':[a79m(0xaa)],'shortDesc':a79m(0xae),'isPro':!![],'examples':[a79m(0xa2),a79m(0xb6),a79m(0xbc)]},function(a,b){const n=a79m;try{const c=n(0xaf),d=this[n(0xa4)]['getAppConfigPath'](b[n(0xbf)]),f=a79f[n(0xb1)](d,'ssh.json'),g=a79e[n(0xb0)](f),h=JSON[n(0xbb)](g[n(0xab)]());Object[n(0xa6)](h,{'env':d}),SSH[n(0xb7)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log['error'](i);}});
1
+ const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(0x179))/0x1*(-parseInt(j(0x183))/0x2)+parseInt(j(0x180))/0x3+parseInt(j(0x177))/0x4+parseInt(j(0x176))/0x5+-parseInt(j(0x17c))/0x6*(parseInt(j(0x182))/0x7)+parseInt(j(0x18d))/0x8+-parseInt(j(0x17d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x39fa6));function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x171;let f=c[d];return f;},a79d(a,b);}const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a['toString']()[l(0x18b)](l(0x172))['toString']()[l(0x189)](a79a)[l(0x18b)]('(((.+)+)+)+$');});a79a();function a79c(){const o=['env','(((.+)+)+)+$','ssh.json','View\x20the\x20PM2\x20logs','logs','2028865EaYbay','121140axUEcy','apply','17yQQAda','fsi','pm2\x20logs','386352gsSidi','1248246yUogZe','getAppConfigPath','maka\x20logs\x20--env\x20staging','1008777yVmdrY','create','49wVhXMH','22276lrJSnZ','parse','error','toString','maka\x20logs','log','constructor','verbose','search','readFileSync','1951560QhvQqg'];a79c=function(){return o;};return a79c();}import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a79m(0x181)]({'name':a79m(0x175),'aliases':['l',a79m(0x188)],'usage':a79m(0x187),'requiredOpts':[a79m(0x171)],'mustBeInMakaProject':!![],'validOpts':[a79m(0x18a)],'shortDesc':a79m(0x174),'isPro':!![],'examples':['maka\x20logs\x20--env\x20dev',a79m(0x17f),'maka\x20l\x20-e\x20p']},function(a,b){const n=a79m;try{const c=n(0x17b),d=this[n(0x17a)][n(0x17e)](b[n(0x171)]),f=a79f['join'](d,n(0x173)),g=a79e[n(0x18c)](f),h=JSON[n(0x184)](g[n(0x186)]());Object['assign'](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0x185)](i);}});
@@ -1 +1 @@
1
- const a80i=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=parseInt(f(0xe7))/0x1*(-parseInt(f(0xda))/0x2)+-parseInt(f(0xe5))/0x3*(parseInt(f(0xd1))/0x4)+-parseInt(f(0xdd))/0x5*(-parseInt(f(0xe0))/0x6)+parseInt(f(0xe3))/0x7*(parseInt(f(0xd2))/0x8)+parseInt(f(0xe2))/0x9*(parseInt(f(0xd6))/0xa)+parseInt(f(0xdf))/0xb*(-parseInt(f(0xd4))/0xc)+parseInt(f(0xe8))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x7e9e1));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a80d;if(c){const e=c[g(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const h=a80d;return a80a['toString']()['search']('(((.+)+)+)+$')['toString']()[h(0xde)](a80a)[h(0xe1)](h(0xd5));});a80a();import{Command}from'../command.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0xd1;let f=c[d];return f;},a80d(a,b);}const Maka=new Command({'name':a80i(0xd7),'minArgLength':0x1,'shortDesc':a80i(0xe4),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a80i(0xe6),'maka\x20install\x20meteor','maka\x20create\x20Todo',a80i(0xd8)],'description':a80i(0xdc)},async function(a,b){const j=a80i;try{const c=a[0x0];a[j(0xd3)](0x0,0x1),this[j(0xdb)](c,a,b);}catch(d){process['exit'](0x1);}});function a80c(){const k=['processAndRunCommand','\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','5qFblSU','constructor','130856hhSuXS','992622JaOlAC','search','757305qjMsIS','142009hEuhTX','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','565251GHRHHE','maka\x20--help','34631GzBjYu','20521332TCPloD','8eJzeeu','72FLiZtc','splice','696clUPRT','(((.+)+)+)+$','50tQycLO','maka','maka\x20run','apply','44pmSPCd'];a80c=function(){return k;};return a80c();}export default Maka;
1
+ const a80h=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(0xa1))/0x1+parseInt(f(0x9f))/0x2+-parseInt(f(0x98))/0x3*(-parseInt(f(0xa2))/0x4)+-parseInt(f(0xa6))/0x5*(-parseInt(f(0xa7))/0x6)+parseInt(f(0x9a))/0x7+-parseInt(f(0x9e))/0x8+parseInt(f(0x9c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x1c986));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 g=a80d;return a80a[g(0xa8)]()[g(0x9d)](g(0xa0))[g(0xa8)]()['constructor'](a80a)['search'](g(0xa0));});function a80c(){const j=['maka\x20<command>\x20[<args>]\x20[<opts>]','533410qrJkEi','6NMVEnW','toString','maka','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','\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','exit','50103jxUabK','splice','785547klrmxf','maka\x20install\x20meteor','460944EDIKIQ','search','109456mwkzwu','7376QmifLn','(((.+)+)+)+$','176401GkPzsJ','8FtegcV','processAndRunCommand','maka\x20--help'];a80c=function(){return j;};return a80c();}function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x95;let f=c[d];return f;},a80d(a,b);}a80a();import{Command}from'../command.js';const Maka=new Command({'name':a80h(0xa9),'minArgLength':0x1,'shortDesc':a80h(0x95),'validOpts':[],'usage':a80h(0xa5),'disableAuthCheck':!![],'examples':[a80h(0xa4),a80h(0x9b),'maka\x20create\x20Todo','maka\x20run'],'description':a80h(0x96)},async function(a,b){const i=a80h;try{const c=a[0x0];a[i(0x99)](0x0,0x1),this[i(0xa3)](c,a,b);}catch(d){process[i(0x97)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a81h=a81d;(function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0xb1))/0x1+-parseInt(f(0xaf))/0x2*(parseInt(f(0xa2))/0x3)+parseInt(f(0xa5))/0x4*(-parseInt(f(0xad))/0x5)+parseInt(f(0xaa))/0x6+parseInt(f(0xa1))/0x7+-parseInt(f(0xae))/0x8+parseInt(f(0xa4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x856eb));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(0xac)]()['search'](g(0xa6))[g(0xac)]()[g(0xb0)](a81a)['search'](g(0xa6));});function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0xa1;var f=c[d];return f;},a81d(a,b);}function a81c(){var j=['(((.+)+)+)+$','maka\x20murder','log','murder','1581438UAXBfJ','create','toString','1712310cLFGmd','7947464WLsBwd','574806zIdyHA','constructor','501282kIewSQ','135415HpVaus','6xAfuxQ','font-family:\x20monospace','21221676UiAtqD','12xxCbGZ'];a81c=function(){return j;};return a81c();}a81a();import{Command}from'../command.js';Command[a81h(0xab)]({'name':a81h(0xa9),'usage':a81h(0xa7),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var i=a81h;try{console[i(0xa8)]('%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',i(0xa3));}catch(a){console['error'](a),process['exit'](0x0);}});
1
+ var a81h=a81d;(function(a,b){var f=a81d,c=a();while(!![]){try{var d=-parseInt(f(0x14d))/0x1+parseInt(f(0x15e))/0x2*(-parseInt(f(0x151))/0x3)+-parseInt(f(0x150))/0x4*(parseInt(f(0x14b))/0x5)+-parseInt(f(0x155))/0x6+parseInt(f(0x15d))/0x7*(-parseInt(f(0x15f))/0x8)+parseInt(f(0x157))/0x9*(-parseInt(f(0x14c))/0xa)+parseInt(f(0x15b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x207e2));function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x14b;var f=c[d];return f;},a81d(a,b);}function a81c(){var j=['log','constructor','murder','971424xTJklJ','exit','210060fllEgL','font-family:\x20monospace','error','%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','13263140GqjuqT','search','84QeGYXg','2NMfGkh','30056egPpSe','maka\x20murder','10hwxHCi','100VxburA','189745ueKVqp','toString','(((.+)+)+)+$','505840mnQGvr','568791PkhwsR'];a81c=function(){return j;};return a81c();}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['toString']()[g(0x15c)](g(0x14f))[g(0x14e)]()[g(0x153)](a81a)[g(0x15c)](g(0x14f));});a81a();import{Command}from'../command.js';Command['create']({'name':a81h(0x154),'usage':a81h(0x160),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var i=a81h;try{console[i(0x152)](i(0x15a),i(0x158));}catch(a){console[i(0x159)](a),process[i(0x156)](0x0);}});
@@ -1 +1 @@
1
- const a82p=a82d;(function(a,b){const m=a82d,c=a();while(!![]){try{const d=parseInt(m(0xa6))/0x1*(parseInt(m(0xb7))/0x2)+-parseInt(m(0xa0))/0x3*(-parseInt(m(0x95))/0x4)+-parseInt(m(0xb4))/0x5*(-parseInt(m(0x9b))/0x6)+-parseInt(m(0x93))/0x7*(parseInt(m(0xb6))/0x8)+-parseInt(m(0xaf))/0x9*(parseInt(m(0xad))/0xa)+parseInt(m(0x9a))/0xb*(-parseInt(m(0xa2))/0xc)+-parseInt(m(0x9f))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xab82f));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a82d;if(c){const e=c[n(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const o=a82d;return a82a[o(0x94)]()[o(0xb5)](o(0x8e))['toString']()[o(0xab)](a82a)[o(0xb5)](o(0x8e));});a82a();import a82e from'fs';import a82f from'path';import a82g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a82c(){const r=['fsi','8078756vpWKLt','toString','24488irQmRt','isFile','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','development','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','8052QwXRqP','12itOhOu','utf8','join','\x20to\x20','6918730IfRHRw','375XKsALZ','listen','156RAyJQw','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','29sxLRiZ','create','listenPort','readFileSync','localhost','constructor','targetPort','10bsimmH','apply','1139193CPbXhi','getMakaProjectConfig','mkKeysDir','help','=>\x20SSL\x20Proxy\x20forwarding\x20','1926495hSvqKo','search','8NdJljc','68212zsomoT','(((.+)+)+)+$','appName','maka\x20proxy','targetHost'];a82c=function(){return r;};return a82c();}function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x8e;let f=c[d];return f;},a82d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82p(0xa7)]({'name':'proxy','usage':a82p(0x90),'mustBeInMakaProject':!![],'validOpts':[a82p(0xb2),a82p(0xac),a82p(0xa8),a82p(0x91)],'maxArgLength':0x1,'shortDesc':a82p(0x97),'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':[a82p(0x90),a82p(0x99),a82p(0xa4)]},async function(a,b){const q=a82p,c=this['fsi'][q(0xb0)](),d=q(0x98),e=this[q(0x92)]['getAppConfigPath'](d),f=this['fsi'][q(0xb1)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[q(0xa8)]?Number(b[q(0xa8)]):0xd73,i=b[q(0x91)]?b[q(0x91)]:q(0xaa),j=a82f['join'](f,c[q(0x8f)]+q(0xa5)),k=a82f[q(0x9d)](f,c[q(0x8f)]+'.crt');(!this['fsi'][q(0x96)](j)||!this['fsi'][q(0x96)](k))&&(await a82h['processAndRunGenerator']('sslconfig',[],{'env':d}),SSL['genCSR']({'keyName':c[q(0x8f)]+'.key','csrName':c[q(0x8f)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[q(0x8f)]+'.key','crtName':c[q(0x8f)]+'.crt','cwd':f}));if(g===h){Log['error'](q(0xa3));throw new UsageError();}const l={'ssl':{'key':a82e[q(0xa9)](j,q(0x9c)),'cert':a82e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g['createProxyServer'](l)[q(0xa1)](Number(h)),Log['bright'](q(0xb3)+h+q(0x9e)+g);});
1
+ const a82p=a82d;(function(a,b){const m=a82d,c=a();while(!![]){try{const d=parseInt(m(0x207))/0x1*(-parseInt(m(0x20b))/0x2)+-parseInt(m(0x21c))/0x3+-parseInt(m(0x217))/0x4+-parseInt(m(0x1f2))/0x5+parseInt(m(0x215))/0x6+-parseInt(m(0x20d))/0x7+parseInt(m(0x202))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xafeae));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a82d;if(c){const e=c[n(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const o=a82d;return a82a[o(0x21b)]()['search']('(((.+)+)+)+$')[o(0x21b)]()[o(0x20c)](a82a)[o(0x1f9)](o(0x1f6));});function a82c(){const r=['appName','isFile','763699ZCLYbS','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','getAppConfigPath','utf8','2urSaPe','constructor','2541847bZiKNN','proxy','error','listen','help','join','.crt','bright','4064856ZdyjUl','\x20to\x20','2077112wWgrUW','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','create','.key','toString','3606303pfZSJa','3164460fUsoTe','maka\x20proxy','targetHost','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','genSSC','search','listenPort','.csr','targetPort','development','readFileSync','=>\x20SSL\x20Proxy\x20forwarding\x20','apply','fsi','28193384eZTKDB','createProxyServer','genCSR'];a82c=function(){return r;};return a82c();}a82a();import a82e from'fs';import a82f from'path';import a82g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a82d(a,b);}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82p(0x219)]({'name':a82p(0x20e),'usage':a82p(0x1f3),'mustBeInMakaProject':!![],'validOpts':[a82p(0x211),a82p(0x1fc),a82p(0x1fa),a82p(0x1f4)],'maxArgLength':0x1,'shortDesc':a82p(0x208),'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',a82p(0x1f7),a82p(0x1f5)]},async function(a,b){const q=a82p,c=this[q(0x201)]['getMakaProjectConfig'](),d=q(0x1fd),e=this['fsi'][q(0x209)](d),f=this[q(0x201)]['mkKeysDir']({'configPath':e}),g=b[q(0x1fc)]?Number(b[q(0x1fc)]):0xbb8,h=b['listenPort']?Number(b[q(0x1fa)]):0xd73,i=b[q(0x1f4)]?b[q(0x1f4)]:'localhost',j=a82f[q(0x212)](f,c['appName']+q(0x21a)),k=a82f[q(0x212)](f,c[q(0x205)]+q(0x213));(!this[q(0x201)][q(0x206)](j)||!this['fsi'][q(0x206)](k))&&(await a82h['processAndRunGenerator']('sslconfig',[],{'env':d}),SSL[q(0x204)]({'keyName':c['appName']+q(0x21a),'csrName':c[q(0x205)]+q(0x1fb),'cwd':f}),SSL[q(0x1f8)]({'keyName':c['appName']+q(0x21a),'crtName':c[q(0x205)]+q(0x213),'cwd':f}));if(g===h){Log[q(0x20f)](q(0x218));throw new UsageError();}const l={'ssl':{'key':a82e[q(0x1fe)](j,q(0x20a)),'cert':a82e['readFileSync'](k,q(0x20a))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g[q(0x203)](l)[q(0x210)](Number(h)),Log[q(0x214)](q(0x1ff)+h+q(0x216)+g);});
@@ -1 +1 @@
1
- const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=parseInt(n(0xb5))/0x1*(parseInt(n(0xaf))/0x2)+parseInt(n(0xb1))/0x3*(-parseInt(n(0xb7))/0x4)+-parseInt(n(0xb3))/0x5*(-parseInt(n(0xc1))/0x6)+parseInt(n(0xbf))/0x7+-parseInt(n(0xc3))/0x8*(parseInt(n(0xc4))/0x9)+-parseInt(n(0xac))/0xa+-parseInt(n(0xcc))/0xb*(-parseInt(n(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x422de));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a83d;if(c){const e=c[o(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const p=a83d;return a83a['toString']()[p(0xbe)](p(0xc0))['toString']()['constructor'](a83a)['search']('(((.+)+)+)+$');});a83a();import a83e from'fs';import a83f from'path';import{Command}from'../command.js';function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xa0;let f=c[d];return f;},a83d(a,b);}import{Log}from'../tools/log/log.class.js';function a83c(){const s=['success','_keys','uname\x20-a','env','reconfig','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','ping','4604600QQvXOr','scp','pm2\x20delete\x20all','43156RNHXFV','apply','237CmufXj','maka\x20reconfig\x20--env\x20prod','3865xQPEzk','settings.json','7NThFyr','~/ses.json','2796wZcCIM','\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','existsSync','ses.json','assign','~/pm2.config.js','getAppConfigPath','search','3180310hcWgep','(((.+)+)+)+$','2916neGyjj','2856SLFVvy','2917688WqjSOs','9TwIzca','Reconfigure\x20your\x20deployed\x20applications','Checking\x20remote\x20host\x20availability','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','fsi','create','join','7876cSWtKC','readFileSync','toString','~/settings.json','sshSync','exit'];a83c=function(){return s;};return a83c();}import{SSH}from'../tools/ssh/ssh.class.js';Command[a83q(0xca)]({'name':a83q(0xa9),'validOpts':[''],'requiredOpts':[a83q(0xa8)],'mustBeInMakaProject':!![],'usage':a83q(0xc7),'isPro':!![],'shortDesc':a83q(0xc5),'description':a83q(0xb8),'examples':[a83q(0xb2)]},async function(a,b){const r=a83q;try{const c=this[r(0xc9)][r(0xbd)](b['env']),d=a83f['join'](c,'ssh.json'),f=a83e[r(0xa0)](d)[r(0xa1)](),g=JSON['parse'](f);Object[r(0xbb)](g,{'env':c}),Log['notice'](r(0xc6));const h=SSH[r(0xab)](r(0xa7),g);if(!h)throw r(0xaa);if(h)Log[r(0xa5)]('Remote\x20host\x20connection\x20successful');const i=a83f[r(0xcb)](c,r(0xa6),r(0xba));if(a83e[r(0xb9)](i)){const l={'source':i,'dest':r(0xb6),'verbose':!![]};SSH[r(0xad)](l,{...g});}const j=a83f[r(0xcb)](c,'pm2.config.js');SSH[r(0xad)]({'source':j,'dest':r(0xbc),'verbose':!![]},{...g});const k=a83f['join'](c,r(0xb4));SSH[r(0xad)]({'source':k,'dest':r(0xa2),'verbose':!![]},{...g}),SSH[r(0xa3)](r(0xae),g),await SSH['ssh'](r(0xc8),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[r(0xa4)](0x0);}});
1
+ const a83p=a83d;function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a83d(a,b);}(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(0x1f4))/0x1+parseInt(n(0x200))/0x2+parseInt(n(0x1eb))/0x3+parseInt(n(0x1ec))/0x4+-parseInt(n(0x1f7))/0x5+parseInt(n(0x202))/0x6*(parseInt(n(0x1ee))/0x7)+parseInt(n(0x1d9))/0x8*(-parseInt(n(0x1e9))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb52d3));const a83b=(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;};}()),a83a=a83b(this,function(){const o=a83d;return a83a[o(0x1df)]()[o(0x1f9)]('(((.+)+)+)+$')[o(0x1df)]()['constructor'](a83a)[o(0x1f9)](o(0x1f1));});a83a();import a83e from'fs';import a83f from'path';function a83c(){const r=['ssh','toString','Checking\x20remote\x20host\x20availability','env','join','scp','Remote\x20host\x20connection\x20successful','fsi','parse','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','~/pm2.config.js','9GTDCMK','_keys','1363050hVbKMq','5505152yuMlJE','exit','77Jghyda','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','create','(((.+)+)+)+$','success','Reconfigure\x20your\x20deployed\x20applications','972670KMxmdi','sshSync','uname\x20-a','864320IorciC','\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','search','~/settings.json','ssh.json','error','ses.json','getAppConfigPath','readFileSync','1297170qtpjCA','maka\x20reconfig\x20--env\x20prod','608262CGIeOC','13653896cTbctR','maka\x20reconfig','settings.json','~/ses.json','existsSync'];a83c=function(){return r;};return a83c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a83p(0x1f0)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a83p(0x1e1)],'mustBeInMakaProject':!![],'usage':a83p(0x1da),'isPro':!![],'shortDesc':a83p(0x1f3),'description':a83p(0x1f8),'examples':[a83p(0x201)]},async function(a,b){const q=a83p;try{const c=this[q(0x1e5)][q(0x1fe)](b[q(0x1e1)]),d=a83f['join'](c,q(0x1fb)),f=a83e[q(0x1ff)](d)['toString'](),g=JSON[q(0x1e6)](f);Object['assign'](g,{'env':c}),Log['notice'](q(0x1e0));const h=SSH['ping'](q(0x1f6),g);if(!h)throw q(0x1e7);if(h)Log[q(0x1f2)](q(0x1e4));const i=a83f[q(0x1e2)](c,q(0x1ea),q(0x1fd));if(a83e[q(0x1dd)](i)){const l={'source':i,'dest':q(0x1dc),'verbose':!![]};SSH[q(0x1e3)](l,{...g});}const j=a83f['join'](c,'pm2.config.js');SSH['scp']({'source':j,'dest':q(0x1e8),'verbose':!![]},{...g});const k=a83f['join'](c,q(0x1db));SSH[q(0x1e3)]({'source':k,'dest':q(0x1fa),'verbose':!![]},{...g}),SSH[q(0x1f5)]('pm2\x20delete\x20all',g),await SSH[q(0x1de)](q(0x1ef),{...g},{'verbose':!![]});}catch(m){console[q(0x1fc)](m),process[q(0x1ed)](0x0);}});
@@ -1 +1 @@
1
- function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x165;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0x16f))/0x1*(parseInt(f(0x167))/0x2)+parseInt(f(0x16e))/0x3*(parseInt(f(0x169))/0x4)+-parseInt(f(0x16d))/0x5+parseInt(f(0x170))/0x6+-parseInt(f(0x16c))/0x7*(-parseInt(f(0x16a))/0x8)+-parseInt(f(0x168))/0x9+-parseInt(f(0x171))/0xa*(parseInt(f(0x172))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x69291));var a84b=(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;};}()),a84a=a84b(this,function(){var g=a84d;return a84a[g(0x166)]()['search'](g(0x16b))['toString']()[g(0x165)](a84a)['search'](g(0x16b));});a84a();import'./run.command.js';function a84c(){var h=['3RqQekA','1625292ZdNSIZ','1840ZsXDKP','9515RrHLJg','constructor','toString','254536mpHxFQ','4327272OzfpaK','16732YSodKv','19832eIQJjd','(((.+)+)+)+$','399FMGfZZ','1356285NyxWGg','393iYTmZY'];a84c=function(){return h;};return a84c();}import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0xca))/0x1*(-parseInt(f(0xd1))/0x2)+parseInt(f(0xd3))/0x3+parseInt(f(0xce))/0x4+parseInt(f(0xd2))/0x5+parseInt(f(0xd0))/0x6*(-parseInt(f(0xcd))/0x7)+parseInt(f(0xd5))/0x8+-parseInt(f(0xcb))/0x9*(parseInt(f(0xd4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xdb310));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0xc9)]()[h(0xd7)]('(((.+)+)+)+$')[h(0xc9)]()[h(0xd6)](a84a)[h(0xd7)](h(0xcc));});function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xc9;var f=c[d];return f;},a84d(a,b);}a84a();function a84c(){var i=['search','toString','2qPzkft','3231WTtiEb','(((.+)+)+)+$','117719RMnkdS','509412gggoxF','apply','492AHuFYE','73786EZwPpe','5752420uWdUVQ','3022920kNtFQU','21360DgiYCa','6655480ecezMp','constructor'];a84c=function(){return i;};return a84c();}import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a85k=a85d;(function(a,b){const i=a85d,c=a();while(!![]){try{const d=parseInt(i(0x188))/0x1*(-parseInt(i(0x186))/0x2)+-parseInt(i(0x18e))/0x3+parseInt(i(0x198))/0x4+parseInt(i(0x183))/0x5*(parseInt(i(0x181))/0x6)+-parseInt(i(0x19c))/0x7*(parseInt(i(0x196))/0x8)+parseInt(i(0x19a))/0x9+-parseInt(i(0x19e))/0xa*(-parseInt(i(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x6be8e));const a85b=(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;};}()),a85a=a85b(this,function(){const j=a85d;return a85a['toString']()[j(0x187)]('(((.+)+)+)+$')[j(0x18f)]()[j(0x190)](a85a)[j(0x187)](j(0x182));});a85a();function a85c(){const m=['(((.+)+)+)+$','1077915pHcNNb','maka\x20run\x20docker','notice','329818OnBlaP','search','1qwdUEc','getMakaProjectConfig','\x20up\x20--remove-orphans','\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\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','pm2.config.js','docker-compose\x20--project-directory\x20','1159560uFXJyh','toString','constructor','join','21670kyJJtM','config/docker-compose.yaml','appName','fsi','16UaHuVb','docker-compose.yaml','2243004LVQvNa','docker','2240838NpURJe','inherit','1824557CMtDgq','getAppConfigPath','1390kjzwKo','existsSync','exit','12iQRWXT'];a85c=function(){return m;};return a85c();}import a85e from'./run.command.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x17f;let f=c[d];return f;},a85d(a,b);}import{execSync}from'child_process';import a85f from'path';import a85g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a85k(0x199),'aliases':['d'],'shortDesc':'Run\x20your\x20application\x20in\x20a\x20Docker\x20container','description':a85k(0x18b),'usage':a85k(0x184),'isPro':!![],'validOpts':['']},async function(){const l=a85k;try{const a=this['fsi'][l(0x189)](),b=this[l(0x195)][l(0x19d)](l(0x199)),c=a85f[l(0x191)](b,l(0x197)),d=a85f[l(0x191)](b,l(0x18c));Log[l(0x185)]('PM2\x20Config\x20File:\x20'+d),Log['notice']('Docker\x20Compose\x20Path:\x20'+c);if(!a85g[l(0x17f)](c)){const f={'app':a[l(0x194)],'appFileCase':paramCase(a[l(0x194)])},g=this[l(0x195)]['templateContent']({'srcPath':l(0x193),'context':f})+'\x0a';this[l(0x195)]['createFile']({'filePath':c,'data':g});}execSync(l(0x18d)+b+l(0x18a),{'stdio':l(0x19b)});}catch(h){process[l(0x180)](0x1);}},a85e);
1
+ const a85l=a85d;function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x1eb;let f=c[d];return f;},a85d(a,b);}(function(a,b){const i=a85d,c=a();while(!![]){try{const d=parseInt(i(0x20d))/0x1*(parseInt(i(0x207))/0x2)+-parseInt(i(0x205))/0x3*(-parseInt(i(0x200))/0x4)+-parseInt(i(0x1ee))/0x5*(parseInt(i(0x1fc))/0x6)+parseInt(i(0x20c))/0x7*(parseInt(i(0x1f6))/0x8)+-parseInt(i(0x1ef))/0x9+-parseInt(i(0x1f3))/0xa*(-parseInt(i(0x1fb))/0xb)+-parseInt(i(0x202))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x8027d));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a85d;if(c){const e=c[j(0x1f9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const k=a85d;return a85a[k(0x1ff)]()['search']('(((.+)+)+)+$')[k(0x1ff)]()[k(0x1f2)](a85a)[k(0x1f8)](k(0x1f4));});a85a();function a85c(){const n=['notice','72520ICDWMQ','exit','search','apply','join','22UwXZzY','139626SIWkax','docker-compose\x20--project-directory\x20','templateContent','toString','16ijCxRr','maka\x20run\x20docker','14854272HKcEII','fsi','docker','564267vGYijQ','createFile','16uWLOYO','existsSync','getMakaProjectConfig','config/docker-compose.yaml','create','273KLIksH','112396VEIZqH','inherit','appName','Docker\x20Compose\x20Path:\x20','70IXoGfW','1285704nCnued','docker-compose.yaml','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','constructor','1131860MuRqyw','(((.+)+)+)+$'];a85c=function(){return n;};return a85c();}import a85e from'./run.command.js';import{execSync}from'child_process';import a85f from'path';import a85g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a85l(0x20b)]({'name':a85l(0x204),'aliases':['d'],'shortDesc':a85l(0x1f1),'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\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':a85l(0x201),'isPro':!![],'validOpts':['']},async function(){const m=a85l;try{const a=this[m(0x203)][m(0x209)](),b=this[m(0x203)]['getAppConfigPath'](m(0x204)),c=a85f[m(0x1fa)](b,m(0x1f0)),d=a85f[m(0x1fa)](b,'pm2.config.js');Log[m(0x1f5)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x1f5)](m(0x1ed)+c);if(!a85g[m(0x208)](c)){const f={'app':a[m(0x1ec)],'appFileCase':paramCase(a[m(0x1ec)])},g=this[m(0x203)][m(0x1fe)]({'srcPath':m(0x20a),'context':f})+'\x0a';this['fsi'][m(0x206)]({'filePath':c,'data':g});}execSync(m(0x1fd)+b+'\x20up\x20--remove-orphans',{'stdio':m(0x1eb)});}catch(h){process[m(0x1f7)](0x1);}},a85e);
@@ -1 +1 @@
1
- const a86s=a86d;(function(a,b){const p=a86d,c=a();while(!![]){try{const d=-parseInt(p(0x87))/0x1*(parseInt(p(0xaa))/0x2)+parseInt(p(0x7e))/0x3*(parseInt(p(0x9e))/0x4)+-parseInt(p(0x9f))/0x5+-parseInt(p(0xa5))/0x6+-parseInt(p(0xab))/0x7+-parseInt(p(0x9a))/0x8+-parseInt(p(0x78))/0x9*(-parseInt(p(0x9b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xccbf7));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a86d;if(c){const e=c[q(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const r=a86d;return a86a['toString']()[r(0x99)]('(((.+)+)+)+$')[r(0x8e)]()[r(0x98)](a86a)[r(0x99)](r(0x81));});function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x75;let f=c[d];return f;},a86d(a,b);}a86a();import a86e from'path';import a86f from'fs';import a86g from'dotenv';import{rimraf}from'rimraf';function a86c(){const v=['mobileServer','Node\x20Env\x20Config:\x20','exclude-archs','autoupdate','production','constructor','search','3780200gteqKA','33050LhUHoF','warn','local','244IOwXeD','1825950BjDSaD','cordova-build','compareMakaToLatest','verbose','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)','error','7730910rcvadn','length','fsi','.meteor','Run\x20your\x20Meteor\x20application','2HwqjHj','9892484ylJnjX','--env','create','exit','Meteor\x20Settings:\x20','mobile-server','argv','extraPackages','14031PfQXPp','env','join','filter','app','isFile','5115xSFDST','run','findProjectDirectory','(((.+)+)+)+$','settings','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','--settings','splice','notice','878441FaQNmv','apply','concat','invokeMeteorCommand','split','isDirectory','sep','toString','rawLogs','development','docker','slice'];a86c=function(){return v;};return a86c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){a86f['openSync'](a,'r'),a86g['config']({'path':a});},Run=Command[a86s(0xad)]({'name':a86s(0x7f),'mustBeInMakaProject':!![],'shortDesc':a86s(0xa9),'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':['env',a86s(0x91),a86s(0x8f),'port','inspect',a86s(0x93),a86s(0xa2),'allowIncompatibleUpdate',a86s(0x77),'x',a86s(0x95),a86s(0x97)]},async function(a,b){const t=a86s;try{await this[t(0xa7)]['checkMeteorPackage'](t(0x96),{'shouldInstall':!![]});const c=a[0x0];if(c==='ios'){const l=this['fsi'][t(0x80)](),m=a86e[t(0x7a)](l,t(0x7c),t(0xa8),t(0x9d),t(0xa0));this[t(0xa7)][t(0x8c)](m)&&await rimraf(m);}if(b[t(0x75)]&&b[t(0x75)]===!![]||b['m']&&b['m']===!![])throw t(0xa3);await this[t(0xa7)][t(0xa1)]();const d=b[t(0x79)]?b[t(0x79)]:t(0x90),f=this[t(0xa7)]['getAppConfigPath'](d),g=a86e[t(0x7a)](f,'process.env');let h=a86e[t(0x7a)](f,'settings.json');b[t(0x82)]?h=b[t(0x82)]:h=a86e[t(0x7a)](f,'settings.json');if(this[t(0xa7)][t(0x7d)](g)&&!b[t(0x91)])Log[t(0x86)](t(0x94)+g),syncSource(g);else!b[t(0x91)]&&Log[t(0x9c)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);this[t(0xa7)][t(0x7d)](h)?(Log[t(0x86)](t(0xaf)+h),a=a[t(0x89)]([t(0x84),h])):Log[t(0x9c)](t(0x83)+h);const i=f[t(0x8b)](a86e[t(0x8d)]),j=i[i[t(0xa6)]-0x1];j==='production'&&a['push']('--production');const k=process[t(0x76)][t(0x92)](0x2)[t(0x7b)](n=>n!=='run')['filter'](n=>n!==a[0x0]);k['forEach']((n,o)=>{const u=t;n===u(0xac)&&k['splice'](o,0x2),n==='-e'&&k[u(0x85)](o,0x2);}),this['fsi'][t(0x8a)](t(0x7f),a['concat'](k));}catch(n){console[t(0xa4)](n),process[t(0xae)](0x1);}});export default Run;
1
+ const a86s=a86d;(function(a,b){const p=a86d,c=a();while(!![]){try{const d=parseInt(p(0x1de))/0x1+-parseInt(p(0x1c0))/0x2+parseInt(p(0x1dc))/0x3*(parseInt(p(0x1e0))/0x4)+-parseInt(p(0x1bd))/0x5+-parseInt(p(0x1d7))/0x6+parseInt(p(0x1ca))/0x7+parseInt(p(0x1f5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x464f8));const a86b=(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;};}()),a86a=a86b(this,function(){const q=a86d;return a86a[q(0x1e1)]()[q(0x1db)](q(0x1e3))[q(0x1e1)]()[q(0x1f1)](a86a)[q(0x1db)](q(0x1e3));});a86a();import a86e from'path';import a86f from'fs';import a86g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a86d(a,b);}function a86c(){const v=['110152oZIyli','error','cordova-build','mobile-server','Meteor\x20Settings:\x20','.meteor','split','argv','--production','\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.','concat','Node\x20Env\x20Config:\x20','invokeMeteorCommand','1020690wVaqew','sep','join','fsi','search','3HLgEAy','run','109098qepBFM','docker','128108efOaUO','toString','isDirectory','(((.+)+)+)+$','mobileServer','slice','warn','inspect','process.env','development','settings.json','isFile','rawLogs','filter','config','verbose','notice','constructor','autoupdate','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','env','5210280dSAWKv','exit','app','342505InljJK','splice','push','563076HrDGmy','getAppConfigPath','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)','allowIncompatibleUpdate','production','forEach','openSync','settings','--env','checkMeteorPackage'];a86c=function(){return v;};return a86c();}const syncSource=function(a){const r=a86d;a86f[r(0x1c6)](a,'r'),a86g[r(0x1ee)]({'path':a});},Run=Command['create']({'name':'run','mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a86s(0x1d3),'validOpts':[a86s(0x1f4),a86s(0x1df),a86s(0x1ec),'port',a86s(0x1e7),a86s(0x1e4),a86s(0x1ef),a86s(0x1c3),'extraPackages','x','exclude-archs',a86s(0x1c4)]},async function(a,b){const t=a86s;try{await this[t(0x1da)][t(0x1c9)](t(0x1f2),{'shouldInstall':!![]});const c=a[0x0];if(c==='ios'){const l=this[t(0x1da)]['findProjectDirectory'](),m=a86e[t(0x1d9)](l,t(0x1bc),t(0x1cf),'local',t(0x1cc));this[t(0x1da)][t(0x1e2)](m)&&await rimraf(m);}if(b['mobile-server']&&b[t(0x1cd)]===!![]||b['m']&&b['m']===!![])throw t(0x1c2);await this[t(0x1da)]['compareMakaToLatest']();const d=b[t(0x1f4)]?b[t(0x1f4)]:t(0x1e9),f=this[t(0x1da)][t(0x1c1)](d),g=a86e[t(0x1d9)](f,t(0x1e8));let h=a86e['join'](f,t(0x1ea));b['settings']?h=b[t(0x1c7)]:h=a86e[t(0x1d9)](f,t(0x1ea));if(this[t(0x1da)][t(0x1eb)](g)&&!b[t(0x1df)])Log['notice'](t(0x1d5)+g),syncSource(g);else!b[t(0x1df)]&&Log[t(0x1e6)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);this[t(0x1da)]['isFile'](h)?(Log[t(0x1f0)](t(0x1ce)+h),a=a[t(0x1d4)](['--settings',h])):Log['warn'](t(0x1f3)+h);const i=f[t(0x1d0)](a86e[t(0x1d8)]),j=i[i['length']-0x1];j==='production'&&a[t(0x1bf)](t(0x1d2));const k=process[t(0x1d1)][t(0x1e5)](0x2)[t(0x1ed)](n=>n!==t(0x1dd))[t(0x1ed)](n=>n!==a[0x0]);k[t(0x1c5)]((n,o)=>{const u=t;n===u(0x1c8)&&k[u(0x1be)](o,0x2),n==='-e'&&k[u(0x1be)](o,0x2);}),this['fsi'][t(0x1d6)](t(0x1dd),a[t(0x1d4)](k));}catch(n){console[t(0x1cb)](n),process[t(0x1f6)](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0xca))/0x1*(-parseInt(f(0xc7))/0x2)+-parseInt(f(0xbe))/0x3+-parseInt(f(0xc5))/0x4*(parseInt(f(0xc9))/0x5)+-parseInt(f(0xbd))/0x6*(-parseInt(f(0xc0))/0x7)+parseInt(f(0xc1))/0x8*(-parseInt(f(0xc6))/0x9)+parseInt(f(0xc8))/0xa+parseInt(f(0xc4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xac7d2));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a[h(0xc2)]()['search'](h(0xc3))['toString']()[h(0xcb)](a87a)['search'](h(0xc3));});a87a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xbd;var f=c[d];return f;},a87d(a,b);}function a87c(){var i=['2EEPRJk','12096390zxlAbv','1404245DPDuwo','883983vsOxmV','constructor','33294HyQsJW','3350952JnVDcH','apply','875xPWmyo','56wCQAlc','toString','(((.+)+)+)+$','30361738cArFkv','16oXXZtS','1070415rYrrFu'];a87c=function(){return i;};return a87c();}
1
+ function a87c(){var i=['492UogEfw','(((.+)+)+)+$','338824vfkWyl','10727836IbaJfw','943356HmPhgO','constructor','1283272KPJhDy','41185iToxRz','3074332bsiilF','toString','9oTusQf','3064690PanUYb','270OnkYVR','apply'];a87c=function(){return i;};return a87c();}(function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0x80))/0x1+parseInt(f(0x84))/0x2+-parseInt(f(0x86))/0x3*(parseInt(f(0x82))/0x4)+parseInt(f(0x83))/0x5*(-parseInt(f(0x8a))/0x6)+-parseInt(f(0x7f))/0x7+parseInt(f(0x7e))/0x8*(parseInt(f(0x88))/0x9)+parseInt(f(0x87))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xd8969));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a[h(0x85)]()['search'](h(0x8b))[h(0x85)]()[h(0x81)](a87a)['search'](h(0x8b));});function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0x7e;var f=c[d];return f;},a87d(a,b);}a87a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a88k=a88d;(function(a,b){const h=a88d,c=a();while(!![]){try{const d=-parseInt(h(0x1b3))/0x1*(-parseInt(h(0x1a7))/0x2)+-parseInt(h(0x1c6))/0x3*(-parseInt(h(0x1cf))/0x4)+-parseInt(h(0x1ae))/0x5+parseInt(h(0x1c8))/0x6+-parseInt(h(0x1b7))/0x7+-parseInt(h(0x1d2))/0x8*(-parseInt(h(0x1d0))/0x9)+-parseInt(h(0x1b5))/0xa*(-parseInt(h(0x1c1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x2f026));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a88d;if(c){const e=c[i(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const j=a88d;return a88a[j(0x1b9)]()[j(0x1cc)](j(0x1a9))['toString']()['constructor'](a88a)[j(0x1cc)]('(((.+)+)+)+$');});function a88c(){const m=['maka\x20set:global-config\x20--cacert\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','27129ZqWweW','Set\x20OpenAI\x20Key:\x20','894804yaQnHF','allowInsecure','Set\x20color\x20pallet\x20to:\x20','success','search','create','error','136TksHXa','9REQXhb','exit','14992xziPnO','One\x20or\x20the\x20other\x20buddy','global-config','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','dark','10506zUSeMo','fsi','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','pallet','help','setGlobalConfig','1835445rDIgXl','isFile','disallowInsecure','Could\x20not\x20find\x20directory','maka\x20set:gc\x20--workspace\x20<path>','5EEYmGg','maka\x20set:global-config','3073150hsnhww','Set\x20allowInsecure:\x20','1626877VqmdPX','maka\x20set:gc\x20--insecure\x20<path>','toString','openai','cacert','apply','light','workspace','resolve','boolean','11delInN','Set\x20CA\x20Cert\x20Path:\x20','Set\x20global\x20Maka-CLI\x20settings'];a88c=function(){return m;};return a88c();}a88a();import a88e from'path';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a88d(a,b);}import a88f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a88k(0x1cd)]({'name':a88k(0x1d4),'usage':a88k(0x1b4),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a88k(0x1bb),'boolFlag':![]},{'name':a88k(0x1c9),'boolFlag':!![]},{'name':a88k(0x1b0),'boolFlag':!![]},{'name':a88k(0x1be),'boolFlag':![]},{'name':a88k(0x1ba),'boolFlag':![]},{'name':a88k(0x1ac),'boolFlag':!![]},{'name':a88k(0x1ab),'values':[a88k(0x1bd),a88k(0x1d6)]}],'shortDesc':a88k(0x1c3),'description':a88k(0x1c5),'examples':[a88k(0x1c4),a88k(0x1b8),a88k(0x1b2)]},async function(a,b){const l=a88k;try{if(b[l(0x1bb)]){if(this['fsi'][l(0x1af)](b[l(0x1bb)]))await this['fsi'][l(0x1ad)]({'cert':b[l(0x1bb)]}),Log[l(0x1cb)](l(0x1c2)+b[l(0x1bb)]);else{const c=typeof b[l(0x1bb)]===l(0x1c0)?l(0x1d5):l(0x1aa)+b['cacert'];throw Log[l(0x1ce)](c);}}if(b[l(0x1be)]){const d=this[l(0x1a8)]['isDirectory'](b[l(0x1be)]);if(d)await this[l(0x1a8)][l(0x1ad)]({'workspace':a88e['resolve'](b[l(0x1be)])}),Log[l(0x1cb)]('Set\x20workspace:\x20'+a88e[l(0x1bf)](b[l(0x1be)]));else throw Log['error'](l(0x1b1));}b[l(0x1ba)]&&(await this['fsi'][l(0x1ad)]({'openai':b['openai']}),Log[l(0x1cb)](l(0x1c7)+b[l(0x1ba)]));b[l(0x1ab)]&&(await this[l(0x1a8)][l(0x1ad)]({'pallet':b[l(0x1ab)]}),Log[l(0x1cb)](l(0x1ca)+b[l(0x1ab)]));if(b['allowInsecure']){if(b[l(0x1c9)]&&b[l(0x1b0)])throw Log[l(0x1ce)](l(0x1d3));let f=b[l(0x1c9)];b[l(0x1b0)]&&(f=![]),await this[l(0x1a8)][l(0x1ad)]({'allowInsecure':f}),Log[l(0x1cb)](l(0x1b6)+f);}process[l(0x1d1)](0x0);}catch(g){console[l(0x1ce)](g),process[l(0x1d1)](0x0);}},a88f);
1
+ const a88j=a88d;(function(a,b){const h=a88d,c=a();while(!![]){try{const d=-parseInt(h(0xc5))/0x1+-parseInt(h(0xc1))/0x2+parseInt(h(0xba))/0x3*(-parseInt(h(0xc8))/0x4)+-parseInt(h(0xbb))/0x5*(parseInt(h(0xaf))/0x6)+-parseInt(h(0xd5))/0x7+-parseInt(h(0xb2))/0x8*(parseInt(h(0xb8))/0x9)+parseInt(h(0xb5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xe64f7));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 i=a88d;return a88a[i(0xac)]()[i(0xc6)]('(((.+)+)+)+$')[i(0xac)]()[i(0xb9)](a88a)[i(0xc6)](i(0xb7));});a88a();import a88e from'path';import a88f from'./set.command.js';import{Command}from'../../command.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xab;let f=c[d];return f;},a88d(a,b);}function a88c(){const l=['isFile','(((.+)+)+)+$','1602XdUtwM','constructor','5019PepaSA','5wggAcS','Set\x20color\x20pallet\x20to:\x20','allowInsecure','Set\x20OpenAI\x20Key:\x20','resolve','create','1084608NjESDT','global-config','pallet','disallowInsecure','121650PxELuP','search','Set\x20CA\x20Cert\x20Path:\x20','304LZUxOC','help','setGlobalConfig','workspace','Set\x20allowInsecure:\x20','light','cacert','maka\x20set:gc\x20--insecure\x20<path>','Set\x20global\x20Maka-CLI\x20settings','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','success','One\x20or\x20the\x20other\x20buddy','5089077eatUtZ','dark','isDirectory','toString','exit','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','1976322uWKDcK','openai','maka\x20set:gc\x20--workspace\x20<path>','9208THXBPB','fsi','Could\x20not\x20find\x20directory','29957290vkgHWd'];a88c=function(){return l;};return a88c();}import{Log}from'../../tools/log/log.class.js';Command[a88j(0xc0)]({'name':a88j(0xc2),'usage':'maka\x20set:global-config','aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a88j(0xce),'boolFlag':![]},{'name':'allowInsecure','boolFlag':!![]},{'name':'disallowInsecure','boolFlag':!![]},{'name':a88j(0xcb),'boolFlag':![]},{'name':a88j(0xb0),'boolFlag':![]},{'name':a88j(0xc9),'boolFlag':!![]},{'name':a88j(0xc3),'values':[a88j(0xcd),a88j(0xd6)]}],'shortDesc':a88j(0xd0),'description':'\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','examples':['maka\x20set:global-config\x20--cacert\x20<path>',a88j(0xcf),a88j(0xb1)]},async function(a,b){const k=a88j;try{if(b[k(0xce)]){if(this['fsi'][k(0xb6)](b['cacert']))await this['fsi'][k(0xca)]({'cert':b[k(0xce)]}),Log['success'](k(0xc7)+b['cacert']);else{const c=typeof b[k(0xce)]==='boolean'?k(0xae):k(0xd2)+b[k(0xce)];throw Log[k(0xd1)](c);}}if(b['workspace']){const d=this[k(0xb3)][k(0xab)](b[k(0xcb)]);if(d)await this[k(0xb3)][k(0xca)]({'workspace':a88e[k(0xbf)](b[k(0xcb)])}),Log['success']('Set\x20workspace:\x20'+a88e[k(0xbf)](b[k(0xcb)]));else throw Log[k(0xd1)](k(0xb4));}b[k(0xb0)]&&(await this[k(0xb3)]['setGlobalConfig']({'openai':b[k(0xb0)]}),Log[k(0xd3)](k(0xbe)+b[k(0xb0)]));b['pallet']&&(await this[k(0xb3)][k(0xca)]({'pallet':b[k(0xc3)]}),Log[k(0xd3)](k(0xbc)+b[k(0xc3)]));if(b[k(0xbd)]){if(b[k(0xbd)]&&b['disallowInsecure'])throw Log[k(0xd1)](k(0xd4));let f=b[k(0xbd)];b[k(0xc4)]&&(f=![]),await this[k(0xb3)]['setGlobalConfig']({'allowInsecure':f}),Log[k(0xd3)](k(0xcc)+f);}process['exit'](0x0);}catch(g){console[k(0xd1)](g),process[k(0xad)](0x0);}},a88f);
@@ -1 +1 @@
1
- function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x19c;var f=c[d];return f;},a89d(a,b);}var a89i=a89d;(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x1a8))/0x1+parseInt(f(0x19f))/0x2+parseInt(f(0x1ac))/0x3+parseInt(f(0x1aa))/0x4*(parseInt(f(0x1a9))/0x5)+parseInt(f(0x19c))/0x6*(-parseInt(f(0x1a6))/0x7)+-parseInt(f(0x1a5))/0x8*(parseInt(f(0x1ad))/0x9)+parseInt(f(0x1a2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x25ccf));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1ae)]()[h(0x1a7)](h(0x1a0))[h(0x1ae)]()['constructor'](a89a)['search'](h(0x1a0));});a89a();import a89e from'./set.command.js';function a89c(){var k=['296867zihnMC','255OHkbSB','2452NjHKkA','apply','369576TOfGia','9TDDxog','toString','1482dAmWha','notice','create','230226LHupbm','(((.+)+)+)+$','local-config','6551260PkmbRi','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','Set\x20local\x20maka\x20app\x20settings','1387080FfQyKv','8491UvJWIW','search'];a89c=function(){return k;};return a89c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a89i(0x19e)]({'name':a89i(0x1a1),'usage':'maka\x20set:local-config','examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a89i(0x1a4),'validOpts':[],'description':a89i(0x1a3)},async function(){var j=a89i;Log[j(0x19d)]('Sorry,\x20not\x20implemented\x20yet');},a89e);
1
+ var a89i=a89d;function a89c(){var k=['local-config','21233870tHLmQA','Set\x20local\x20maka\x20app\x20settings','toString','9lVTEFg','apply','529655SCChWz','constructor','search','create','989286TrUMwR','995864EBNYuj','3208689qdACww','88dCAxBw','31975sQMAzT','344MVRvpe','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','(((.+)+)+)+$','Sorry,\x20not\x20implemented\x20yet','notice','451024PxhDZx'];a89c=function(){return k;};return a89c();}function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0xee;var f=c[d];return f;},a89d(a,b);}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0xfb))/0x1+parseInt(f(0xf2))/0x2+parseInt(f(0xf3))/0x3+parseInt(f(0xf6))/0x4*(parseInt(f(0xf5))/0x5)+parseInt(f(0xf1))/0x6+-parseInt(f(0x102))/0x7*(-parseInt(f(0xf4))/0x8)+parseInt(f(0x100))/0x9*(-parseInt(f(0xfd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x83e5a));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0xff)]()['search'](h(0xf8))[h(0xff)]()[h(0xee)](a89a)[h(0xef)](h(0xf8));});a89a();import a89e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a89i(0xf0)]({'name':a89i(0xfc),'usage':'maka\x20set:local-config','examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a89i(0xfe),'validOpts':[],'description':a89i(0xf7)},async function(){var j=a89i;Log[j(0xfa)](j(0xf9));},a89e);
@@ -1 +1 @@
1
- const a90h=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(0x195))/0x1*(parseInt(f(0x1a6))/0x2)+-parseInt(f(0x192))/0x3*(-parseInt(f(0x19a))/0x4)+parseInt(f(0x1a0))/0x5*(parseInt(f(0x1a3))/0x6)+-parseInt(f(0x1a5))/0x7*(parseInt(f(0x1a7))/0x8)+parseInt(f(0x193))/0x9*(parseInt(f(0x19b))/0xa)+-parseInt(f(0x19f))/0xb*(parseInt(f(0x19e))/0xc)+parseInt(f(0x198))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8aa19));const a90b=(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;};}()),a90a=a90b(this,function(){const g=a90d;return a90a[g(0x1a2)]()[g(0x194)](g(0x199))['toString']()[g(0x197)](a90a)[g(0x194)](g(0x199));});function a90c(){const j=['\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','12yVXFJl','9962579NWZUej','205tpvXNI','create','toString','21210NFXzvr','set','7lgqSHY','2201312UfoaqF','3349136llsNYO','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','67701WBIudu','1047177TWbXUL','search','1fnUKVq','runSubCommand','constructor','33703956iwIEls','(((.+)+)+)+$','4GkKyhw','20WTDgZi','maka\x20set:<sub-command>'];a90c=function(){return j;};return a90c();}a90a();function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x191;let f=c[d];return f;},a90d(a,b);}import{Command}from'../../command.js';const SetCommand=Command[a90h(0x1a1)]({'name':a90h(0x1a4),'usage':a90h(0x19c),'shortDesc':a90h(0x191),'description':a90h(0x19d),'validOpts':[]},async function(a,b){const i=a90h,c=a[0x0],d=this['findSubCommand'](c);d&&this[i(0x196)](c,a,b);});export default SetCommand;
1
+ function a90c(){const k=['14998ZkcTJj','487690OIMOWQ','5221824bfePpt','search','1435276ovjpjD','77oImaFa','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','(((.+)+)+)+$','144jtkOTB','findSubCommand','\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','105624WGLmfc','toString','maka\x20set:<sub-command>','runSubCommand','70wWLYdD','2560977aQWgby','set','4674765qaURMX','apply'];a90c=function(){return k;};return a90c();}const a90i=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(0xbf))/0x1*(-parseInt(f(0xc4))/0x2)+-parseInt(f(0xc0))/0x3+-parseInt(f(0xc8))/0x4+parseInt(f(0xc2))/0x5+parseInt(f(0xc6))/0x6+parseInt(f(0xb5))/0x7*(parseInt(f(0xbb))/0x8)+-parseInt(f(0xb8))/0x9*(parseInt(f(0xc5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x75d4e));function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xb5;let f=c[d];return f;},a90d(a,b);}const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a90d;if(c){const e=c[g(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const h=a90d;return a90a['toString']()[h(0xc7)](h(0xb7))[h(0xbc)]()['constructor'](a90a)[h(0xc7)](h(0xb7));});a90a();import{Command}from'../../command.js';const SetCommand=Command['create']({'name':a90i(0xc1),'usage':a90i(0xbd),'shortDesc':a90i(0xb6),'description':a90i(0xba),'validOpts':[]},async function(a,b){const j=a90i,c=a[0x0],d=this[j(0xb9)](c);d&&this[j(0xbe)](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- const a91m=a91d;(function(a,b){const j=a91d,c=a();while(!![]){try{const d=-parseInt(j(0x18c))/0x1+-parseInt(j(0x198))/0x2+-parseInt(j(0x1a3))/0x3*(parseInt(j(0x189))/0x4)+parseInt(j(0x18e))/0x5+-parseInt(j(0x19e))/0x6+parseInt(j(0x1a0))/0x7*(-parseInt(j(0x188))/0x8)+parseInt(j(0x194))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x2bb3b));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a91d;if(c){const e=c[k(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const l=a91d;return a91a[l(0x1a1)]()['search']('(((.+)+)+)+$')[l(0x1a1)]()[l(0x1a5)](a91a)[l(0x18f)](l(0x18b));});a91a();import a91e from'fs';import a91f from'path';import{Command}from'../command.js';function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x187;let f=c[d];return f;},a91d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';function a91c(){const o=['sshSync','readFileSync','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','449946nlcsrQ','parse','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','apply','ssh.json','assign','394512mlvLfw','verbose','812LTuhmq','toString','ssh','3CjjqlM','maka\x20ssh\x20--env\x20staging','constructor','join','exit','6168wSLYVA','1396228Wbnkoa','maka\x20ssh\x20<command>','(((.+)+)+)+$','111029VDzbSk','error','908655iNMkgW','search','env','maka\x20ssh\x20--env\x20dev','create','fsi','7537671cktdxj'];a91c=function(){return o;};return a91c();}Command[a91m(0x192)]({'name':a91m(0x1a2),'usage':a91m(0x18a),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a91m(0x190),'verbose'],'isPro':!![],'shortDesc':a91m(0x19a),'examples':[a91m(0x191),a91m(0x1a4),'maka\x20ssh\x20--env\x20prod',a91m(0x197),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const n=a91m;try{const c=this[n(0x193)]['getAppConfigPath'](b[n(0x190)]);let d='';a['length']>0x0&&(d=a[0x0]);const f=a91f[n(0x1a6)](c,n(0x19c)),g=a91e[n(0x196)](f)[n(0x1a1)](),h=JSON[n(0x199)](g);Object[n(0x19d)](h,{'env':c}),SSH[n(0x195)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x19f)]});}catch(i){Log[n(0x18d)](i),process[n(0x187)](0x1);}});
1
+ const a91m=a91d;(function(a,b){const j=a91d,c=a();while(!![]){try{const d=-parseInt(j(0x13c))/0x1+-parseInt(j(0x11c))/0x2+parseInt(j(0x128))/0x3*(parseInt(j(0x11f))/0x4)+parseInt(j(0x136))/0x5*(-parseInt(j(0x135))/0x6)+parseInt(j(0x121))/0x7*(-parseInt(j(0x122))/0x8)+-parseInt(j(0x134))/0x9+-parseInt(j(0x132))/0xa*(-parseInt(j(0x13d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xf2ae7));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a91d;if(c){const e=c[k(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const l=a91d;return a91a[l(0x123)]()[l(0x13e)]('(((.+)+)+)+$')['toString']()[l(0x125)](a91a)[l(0x13e)](l(0x13a));});function a91c(){const o=['Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','243996ulDakc','maka\x20ssh\x20--env\x20prod','19649DpTAbl','1312PPWNcN','toString','join','constructor','fsi','ssh','3JKzGbW','env','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','readFileSync','verbose','getAppConfigPath','error','length','create','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','3514850VHEfOH','exit','7685658FYMJQK','6uFXtBW','2309215NdLpPG','assign','sshSync','apply','(((.+)+)+)+$','maka\x20ssh\x20--env\x20staging','1510336HCPvUl','187YEpqQz','search','3511464ABNGGX','ssh.json'];a91c=function(){return o;};return a91c();}a91a();import a91e from'fs';function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x11c;let f=c[d];return f;},a91d(a,b);}import a91f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a91m(0x130)]({'name':a91m(0x127),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a91m(0x129)],'validOpts':[a91m(0x129),a91m(0x12c)],'isPro':!![],'shortDesc':a91m(0x11e),'examples':['maka\x20ssh\x20--env\x20dev',a91m(0x13b),a91m(0x120),'maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22',a91m(0x131),a91m(0x12a)]},async function(a,b){const n=a91m;try{const c=this[n(0x126)][n(0x12d)](b['env']);let d='';a[n(0x12f)]>0x0&&(d=a[0x0]);const f=a91f[n(0x124)](c,n(0x11d)),g=a91e[n(0x12b)](f)[n(0x123)](),h=JSON['parse'](g);Object[n(0x137)](h,{'env':c}),SSH[n(0x138)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x12c)]});}catch(i){Log[n(0x12e)](i),process[n(0x133)](0x1);}});
@@ -1 +1 @@
1
- const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0x1ae))/0x1+-parseInt(v(0x1d5))/0x2*(parseInt(v(0x1a1))/0x3)+parseInt(v(0x1c0))/0x4*(-parseInt(v(0x19f))/0x5)+parseInt(v(0x1c9))/0x6+parseInt(v(0x1a2))/0x7+parseInt(v(0x1ce))/0x8+-parseInt(v(0x1b3))/0x9*(parseInt(v(0x19e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x85ee0));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a[x(0x1c7)]()['search']('(((.+)+)+)+$')['toString']()[x(0x1a0)](a92a)[x(0x1b0)]('(((.+)+)+)+$');});function a92c(){const A=['success','fsi','env','ping','appName','start','Please\x20provide\x20a\x20command.','writeFileSync','ssh','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','exit','284Mbpbqc','generate-csr','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','create','ask','error','toString','domains','5413380waUGaj','assign','domainNames','parse','uname\x20-a','6623376hjxbNJ','generate-ssc','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','/ssh.json','emailUpdate','letsencrypt.json','Email\x20to\x20use\x20for\x20auto-updates:\x20','2wrqhVG','\x20--email\x20','sudo\x20snap\x20install\x20--classic\x20certbot','Using\x20saved\x20letsencrypt\x20config','email','.key','join','Verifying\x20Letsencrypt\x20configuration','110GliLFw','6185erFpsw','constructor','1346121zCiZOw','6831279POeSEt','New\x20CSR\x20written\x20to\x20','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','maka\x20ssl\x20--env\x20dev\x20generate-csr','maka\x20ssl\x20[command]','existsSync','notice','apply','letsencrypt','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','readFileSync','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','744976GNfbOb','.csr','search','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','Remote\x20host\x20connection\x20successful','716697BcQypN','mkKeysDir'];a92c=function(){return A;};return a92c();}a92a();import a92e from'fs';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x19c;let f=c[d];return f;},a92d(a,b);}import a92f 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[a92y(0x1c4)]({'name':'ssl','usage':a92y(0x1a6),'validOpts':[a92y(0x1c8),a92y(0x1d9)],'requiredOpts':[a92y(0x1b7)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'isPro':!![],'examples':[a92y(0x1a5),a92y(0x1ad),a92y(0x1c3)]},async function(a,b){const z=a92y,c=this[z(0x1b6)]['getMakaProjectConfig'](),d=this['fsi']['getAppConfigPath'](b[z(0x1b7)]),f=this['fsi'][z(0x1b4)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x1c1))SSL['genCSR']({'keyName':c['appName']+z(0x1da),'csrName':c[z(0x1b9)]+z(0x1af),'cwd':f});else{if(g===z(0x1cf)){if(!a92e[z(0x1a7)](a92f[z(0x19c)](f,c[z(0x1b9)]+z(0x1da))))throw z(0x1c2)+a92f[z(0x19c)](f,c[z(0x1b9)]+z(0x1da));if(!a92e['existsSync'](a92f[z(0x19c)](f,c[z(0x1b9)]+z(0x1af))))throw z(0x1be)+a92f['join'](f,c[z(0x1b9)]+z(0x1af));SSL['genSSC']({'keyName':c[z(0x1b9)]+'.key','crtName':c[z(0x1b9)]+'.crt','cwd':f}),Log[z(0x1a8)](z(0x1a3)+f);}else{if(g===z(0x1aa)){let h=b[z(0x1c8)],i=b[z(0x1d9)];try{const p=a92e['readFileSync'](a92f[z(0x19c)](d,z(0x1d3)))[z(0x1c7)](),q=JSON[z(0x1cc)](p);h=b[z(0x1c8)]?b[z(0x1c8)]:q[z(0x1cb)],i=b[z(0x1d9)]?b['email']:q[z(0x1d2)],(!b['email']||!b[z(0x1c8)])&&Log[z(0x1a8)](z(0x1d8));}catch(r){}const j=JSON[z(0x1cc)](a92e[z(0x1ac)](d+z(0x1d1))[z(0x1c7)]());Object[z(0x1ca)](j,{'env':d}),Log[z(0x1a8)]('Checking\x20remote\x20host\x20availability');try{const s=SSH[z(0x1b8)](z(0x1cd),j);if(!s)throw z(0x1b1);if(s)Log[z(0x1b5)](z(0x1b2));}catch(t){Log[z(0x1c6)](t);return;}const k=Log['withSpinner']();k[z(0x1ba)](z(0x19d)),SSH[z(0x1bd)](z(0x1ab),{...j}),SSH[z(0x1bd)](z(0x1d7),{...j}),SSH['ssh'](z(0x1a4),{...j}),k[z(0x1b5)]();const l=h?h:await Actions[z(0x1c5)]('[?]\x20Domains\x20to\x20register:\x20'),m=i?i:await Actions[z(0x1c5)](z(0x1d4));SSH[z(0x1bd)](z(0x1d0)+l+z(0x1d6)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a92e[z(0x1bc)](a92f[z(0x19c)](d,z(0x1d3)),o);}else throw z(0x1bb);}}}catch(u){console[z(0x1c6)](u),process[z(0x1bf)](0x0);}});
1
+ const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0x16a))/0x1*(-parseInt(v(0x179))/0x2)+-parseInt(v(0x18e))/0x3+parseInt(v(0x1a2))/0x4*(parseInt(v(0x172))/0x5)+parseInt(v(0x1aa))/0x6*(parseInt(v(0x185))/0x7)+-parseInt(v(0x182))/0x8+-parseInt(v(0x16d))/0x9*(parseInt(v(0x181))/0xa)+parseInt(v(0x1a5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x1a0a4));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a[x(0x18b)]()['search'](x(0x1a3))[x(0x18b)]()['constructor'](a92a)[x(0x180)]('(((.+)+)+)+$');});a92a();import a92e from'fs';function a92c(){const A=['appName','\x20--email\x20','create','letsencrypt','ask','apply','fsi','generate-csr','Email\x20to\x20use\x20for\x20auto-updates:\x20','notice','email','ssl','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','assign','join','New\x20CSR\x20written\x20to\x20','Remote\x20host\x20connection\x20successful','Create\x20and\x20manage\x20your\x20SSL\x20operations.','108788wAcgrs','(((.+)+)+)+$','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','1162095AVJMIN','existsSync','env','[?]\x20Domains\x20to\x20register:\x20','getAppConfigPath','24RttwRd','writeFileSync','.csr','40417eivNsV','uname\x20-a','mkKeysDir','1395cWHasj','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','domains','ssh','generate-ssc','5DkUZMm','stringify','ping','genCSR','maka\x20ssl\x20[command]','Please\x20provide\x20a\x20command.','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','2QuZXxK','readFileSync','.key','error','/ssh.json','Checking\x20remote\x20host\x20availability','start','search','730VhRDxH','1249208MhXXjA','getMakaProjectConfig','success','309281QfhYnt','emailUpdate','.crt','sudo\x20snap\x20install\x20--classic\x20certbot','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','parse','toString','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','Using\x20saved\x20letsencrypt\x20config','227595ZyCCSG','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'];a92c=function(){return A;};return a92c();}import a92f 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';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x16a;let f=c[d];return f;},a92d(a,b);}Command[a92y(0x192)]({'name':a92y(0x19b),'usage':a92y(0x176),'validOpts':['domains',a92y(0x19a)],'requiredOpts':[a92y(0x1a7)],'shortDesc':a92y(0x1a1),'mustBeInMakaProject':!![],'minArgLength':0x1,'isPro':!![],'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a92y(0x178),a92y(0x16e)]},async function(a,b){const z=a92y,c=this[z(0x196)][z(0x183)](),d=this[z(0x196)][z(0x1a9)](b['env']),f=this[z(0x196)][z(0x16c)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x197))SSL[z(0x175)]({'keyName':c[z(0x190)]+z(0x17b),'csrName':c[z(0x190)]+'.csr','cwd':f});else{if(g===z(0x171)){if(!a92e[z(0x1a6)](a92f[z(0x19e)](f,c[z(0x190)]+'.key')))throw z(0x189)+a92f[z(0x19e)](f,c[z(0x190)]+z(0x17b));if(!a92e['existsSync'](a92f[z(0x19e)](f,c['appName']+z(0x1ac))))throw z(0x18c)+a92f['join'](f,c[z(0x190)]+z(0x1ac));SSL['genSSC']({'keyName':c[z(0x190)]+'.key','crtName':c['appName']+z(0x187),'cwd':f}),Log[z(0x199)](z(0x19f)+f);}else{if(g===z(0x193)){let h=b['domains'],i=b[z(0x19a)];try{const p=a92e[z(0x17a)](a92f['join'](d,'letsencrypt.json'))[z(0x18b)](),q=JSON[z(0x18a)](p);h=b[z(0x16f)]?b[z(0x16f)]:q['domainNames'],i=b['email']?b[z(0x19a)]:q[z(0x186)],(!b['email']||!b['domains'])&&Log['notice'](z(0x18d));}catch(r){}const j=JSON['parse'](a92e['readFileSync'](d+z(0x17d))[z(0x18b)]());Object[z(0x19d)](j,{'env':d}),Log[z(0x199)](z(0x17e));try{const s=SSH[z(0x174)](z(0x16b),j);if(!s)throw z(0x19c);if(s)Log['success'](z(0x1a0));}catch(t){Log[z(0x17c)](t);return;}const k=Log['withSpinner']();k[z(0x17f)]('Verifying\x20Letsencrypt\x20configuration'),SSH['ssh']('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH['ssh'](z(0x188),{...j}),SSH[z(0x170)](z(0x1a4),{...j}),k[z(0x184)]();const l=h?h:await Actions[z(0x194)](z(0x1a8)),m=i?i:await Actions[z(0x194)](z(0x198));SSH[z(0x170)](z(0x18f)+l+z(0x191)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x173)](n,null,0x2);a92e[z(0x1ab)](a92f[z(0x19e)](d,'letsencrypt.json'),o);}else throw z(0x177);}}}catch(u){console[z(0x17c)](u),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a93p=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=-parseInt(m(0x9c))/0x1+parseInt(m(0xbb))/0x2*(parseInt(m(0xba))/0x3)+-parseInt(m(0xa9))/0x4+-parseInt(m(0xab))/0x5+parseInt(m(0x9d))/0x6*(parseInt(m(0xca))/0x7)+parseInt(m(0xbe))/0x8+-parseInt(m(0xc7))/0x9*(-parseInt(m(0xad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xd3225));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const n=a93d;return a93a[n(0xb9)]()[n(0xbf)]('(((.+)+)+)+$')[n(0xb9)]()[n(0xc1)](a93a)[n(0xbf)](n(0xb1));});a93a();function a93c(){const s=['settings.json','driver','981160aOLnFj','8766EALXEc','findProjectDirectory','concat','jasmine','once','Cannot\x20find\x20Node\x20Environment\x20File:\x20','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','readFileSync','port','forEach','Meteor\x20Settings:\x20','isFile','4027608cUHkJi','config','7278470Yqlvqt','getAppConfigPath','10NARvtt','splice','Node\x20Env\x20Config:\x20','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','(((.+)+)+)+$','engines','env','config.json','testAppPath','error','packages','filter','toString','89277NrYnTZ','34NVBZRY','--driver-package','development','4878488DoirVw','search','none','constructor','inspect','--packages','rawLogs','slice','test-packages','19215747EdjIun','parse','fsi','5068yyYMYC','test','process.env','unit','argv','exit','create','--env','invokeMeteorCommand','driver-package','join','notice','mocha','warn'];a93c=function(){return s;};return a93c();}import a93e from'fs';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x8d;let f=c[d];return f;},a93d(a,b);}import a93f from'path';import a93g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const o=a93d;a93e['openSync'](a,'r'),a93g[o(0xaa)]({'path':a});};Command[a93p(0x92)]({'name':a93p(0x8d),'mustBeInMakaProject':!![],'validOpts':[a93p(0xa1),'packages',a93p(0x9b),'driverPackage',a93p(0x8f),a93p(0xb3),a93p(0xc4),a93p(0xa5),a93p(0xc2),a93p(0xb5)],'usage':'maka\x20test\x20<opts>','shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const q=a93p;try{let c=this[q(0xc9)]['getAppConfigPath'](q(0xbd));b[q(0xb3)]&&(c=this[q(0xc9)][q(0xac)](b['env']));(!b[q(0x8f)]||!!b[q(0xa1)])&&(a=a[q(0x9f)](['--full-app']));b[q(0x8f)]&&delete b['unit'];let d=b[q(0x95)]||b[q(0x9b)]||q(0xc0);if(d===q(0xc0)){const j=JSON[q(0xc8)](a93e[q(0xa4)](a93f[q(0x96)](this['fsi'][q(0x9e)](),'.maka',q(0xb4)),'utf8'));if(j[q(0xb2)][q(0x8d)]===q(0xa0))d='sanjo:jasmine';else j['engines'][q(0x8d)]===q(0x98)&&(d='meteortesting:mocha');}if(d==='none')throw q(0xb0);(!b['driver-package']||!b[q(0x9b)])&&(a=a[q(0x9f)]([q(0xbc),d]));const f=a93f[q(0x96)](c,q(0x9a));this['fsi'][q(0xa8)](f)?(Log[q(0x97)](q(0xa7)+f),a=a['concat'](['--settings',f])):Log[q(0x99)](q(0xa3)+f);const g=a93f[q(0x96)](c,q(0x8e));this[q(0xc9)][q(0xa8)](g)?(Log[q(0x97)](q(0xaf)+g),syncSource(g)):Log['warn'](q(0xa2)+g);const h=process[q(0x90)][q(0xc5)](0x2)[q(0xb8)](k=>k!==q(0x93))[q(0xb8)](k=>k!==q(0x8d))['filter'](k=>k!==a[0x0]);h[q(0xa6)]((k,l)=>{const r=q;(k==='--env'||k==='--driver')&&h['splice'](l,0x2),k===r(0xc3)&&h[r(0xae)](l,0x1);});const i=b[q(0xb7)]?q(0xc6):q(0x8d);this[q(0xc9)][q(0x94)](i,a['concat'](h));}catch(k){console[q(0xb6)](k),process[q(0x91)](0x0);}});
1
+ const a93q=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=-parseInt(m(0x1b2))/0x1*(parseInt(m(0x196))/0x2)+parseInt(m(0x1ab))/0x3*(parseInt(m(0x1ac))/0x4)+-parseInt(m(0x181))/0x5*(parseInt(m(0x1a0))/0x6)+parseInt(m(0x18a))/0x7+parseInt(m(0x1aa))/0x8+parseInt(m(0x1bc))/0x9+parseInt(m(0x197))/0xa*(-parseInt(m(0x185))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xcdb7e));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a93d;if(c){const e=c[n(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const o=a93d;return a93a['toString']()[o(0x1a4)](o(0x1a6))[o(0x19a)]()[o(0x18c)](a93a)['search']('(((.+)+)+)+$');});a93a();import a93e from'fs';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x181;let f=c[d];return f;},a93d(a,b);}import a93f from'path';import a93g from'dotenv';import{Command}from'../command.js';function a93c(){const t=['--packages','5094870JBKLkA','--env','driver','--driver-package','driverPackage','3107832fZraJi','maka\x20test\x20<opts>','constructor','test-packages','create','--settings','test','join','getAppConfigPath','utf8','isFile','config','164142MhjseB','20WwSmtH','process.env','Cannot\x20find\x20Node\x20Environment\x20File:\x20','toString','warn','Node\x20Env\x20Config:\x20','rawLogs','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','readFileSync','7926528fDFHyj','parse','filter','once','search','notice','(((.+)+)+)+$','apply','packages','testAppPath','10530688tdQpBX','1002tgfkIW','19784KwVWGC','invokeMeteorCommand','env','fsi','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','none','19dBzRnP','error','exit','--full-app','unit','concat','findProjectDirectory','openSync','sanjo:jasmine','slice','11134107WyNzXD','5twKrXW','engines','Meteor\x20Settings:\x20'];a93c=function(){return t;};return a93c();}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a93d;a93e[p(0x1b9)](a,'r'),a93g[p(0x195)]({'path':a});};Command[a93q(0x18e)]({'name':a93q(0x190),'mustBeInMakaProject':!![],'validOpts':[a93q(0x1a3),a93q(0x1a8),'driver',a93q(0x189),a93q(0x1b6),a93q(0x1ae),a93q(0x19d),'port','inspect',a93q(0x1a9)],'usage':a93q(0x18b),'shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const r=a93q;try{let c=this['fsi'][r(0x192)]('development');b[r(0x1ae)]&&(c=this[r(0x1af)]['getAppConfigPath'](b[r(0x1ae)]));(!b[r(0x1b6)]||!!b[r(0x1a3)])&&(a=a[r(0x1b7)]([r(0x1b5)]));b['unit']&&delete b[r(0x1b6)];let d=b['driver-package']||b[r(0x187)]||r(0x1b1);if(d===r(0x1b1)){const j=JSON[r(0x1a1)](a93e[r(0x19f)](a93f[r(0x191)](this[r(0x1af)][r(0x1b8)](),'.maka','config.json'),r(0x193)));if(j[r(0x182)]['test']==='jasmine')d=r(0x1ba);else j[r(0x182)][r(0x190)]==='mocha'&&(d='meteortesting:mocha');}if(d===r(0x1b1))throw r(0x1b0);(!b['driver-package']||!b['driver'])&&(a=a['concat']([r(0x188),d]));const f=a93f[r(0x191)](c,'settings.json');this[r(0x1af)][r(0x194)](f)?(Log[r(0x1a5)](r(0x183)+f),a=a[r(0x1b7)]([r(0x18f),f])):Log[r(0x19b)](r(0x19e)+f);const g=a93f[r(0x191)](c,r(0x198));this[r(0x1af)][r(0x194)](g)?(Log[r(0x1a5)](r(0x19c)+g),syncSource(g)):Log[r(0x19b)](r(0x199)+g);const h=process['argv'][r(0x1bb)](0x2)[r(0x1a2)](k=>k!=='--env')[r(0x1a2)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h['forEach']((k,l)=>{const s=r;(k===s(0x186)||k==='--driver')&&h['splice'](l,0x2),k===s(0x184)&&h['splice'](l,0x1);});const i=b['packages']?r(0x18d):'test';this[r(0x1af)][r(0x1ad)](i,a[r(0x1b7)](h));}catch(k){console[r(0x1b3)](k),process[r(0x1b4)](0x0);}});
@@ -1 +1 @@
1
- function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0xda;let f=c[d];return f;},a94d(a,b);}const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=-parseInt(k(0xfb))/0x1+-parseInt(k(0xf8))/0x2*(parseInt(k(0xf1))/0x3)+parseInt(k(0x105))/0x4+parseInt(k(0xeb))/0x5+parseInt(k(0xf9))/0x6*(-parseInt(k(0x109))/0x7)+parseInt(k(0xf4))/0x8+-parseInt(k(0x107))/0x9*(parseInt(k(0xe8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x6c8bc));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a['toString']()[m(0xee)](m(0xe3))[m(0xdd)]()[m(0xe5)](a94a)[m(0xee)]('(((.+)+)+)+$');});function a94c(){const p=['meteor','apply','majestic','platform','fsi','1895956yOSFcx','win32','36JXXMis','notice','623Aatafu','Project\x27s\x20Meteor\x20Version\x20','node\x20-v','version','replace','compareMakaToLatest','toString','isMakaProject','verbose','getGlobalMeteorVersion','----------------------Project----------------------------','System\x27s\x20Node\x20Version\x20','(((.+)+)+)+$','getProjectsMeteorNodeVersion','constructor','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','\x20node\x20-v','360460hwtXPN','\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','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','3519340ORKCLM','Project\x27s\x20Meteor\x20Node\x20Version\x20','bright','search','maka\x20v','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','1653xGDHop','----------------------System----------------------------','\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','2277288dHNWqd','N/A','error','getProjectMeteorVersion','1442rBLLkW','24012lgaucJ','Maka\x20','120281PTVFsT','4.7.1','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','warn',')\x20to\x20at\x20least\x20meteor\x27s\x20('];a94c=function(){return p;};return a94c();}a94a();import{execSync}from'child_process';import a94e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a94n(0xfc)};Command['create']({'name':a94n(0xda),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[a94n(0xdf)],'shortDesc':a94n(0xe6),'examples':[a94n(0xef),'maka\x20version','maka\x20version\x20--verbose'],'description':a94n(0xf3)},async function(a,b){const o=a94n;try{const c=process[o(0x103)]===o(0x106)?'meteor.bat':o(0x100);Log[o(0x102)](o(0xfa)+pjson['version']),await this[o(0x104)][o(0xdc)]();if(b['verbose']){await this[o(0x104)][o(0xdc)](),Log[o(0xed)](o(0xf2));const d=this[o(0x104)][o(0xe0)]();Log[o(0xed)](('System\x27s\x20Meteor\x20Version\x20'+d)[o(0xdb)]('\x0a',''));const f=execSync(c+o(0xe7))[o(0xdd)]()['replace'](/\r?\n|\r/,'')[o(0xdb)]('v','');Log[o(0xed)](o(0xf0)+f);const g=execSync(o(0x10b))['toString']()['replace'](/\r?\n|\r/,'')[o(0xdb)]('v','');a94e['gt'](f,g)?(Log[o(0xfe)](o(0xe2)+g),Log['warn'](o(0xfd)+g+o(0xff)+f+')')):Log[o(0xed)](o(0xe2)+g);if(this['fsi'][o(0xde)]()){Log[o(0xed)](o(0xe1));const h=this[o(0x104)][o(0xf7)]();a94e['gt'](d,h)?(Log[o(0xfe)](o(0x10a)+h[o(0xdb)]('\x0a','')),Log[o(0xfe)](o(0xea)+d+'\x22')):Log[o(0x108)]((o(0x10a)+h)[o(0xdb)]('\x0a',''));const i=await this[o(0x104)][o(0xe4)]();i===o(0xf5)?(Log[o(0xfe)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[o(0xfe)]('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log[o(0xed)](o(0xec)+i),Log[o(0xed)](o(0xe9));}}}catch(j){console[o(0xf6)](j),process['exit'](0x0);}});
1
+ const a94n=a94d;function a94c(){const p=['platform','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','33729971rzZXXR','16ijWUxf','maka\x20v','System\x27s\x20Node\x20Version\x20','maka\x20version\x20--verbose','4.7.2','\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','version','2188aIPlmF','create','error','4799841ugbbRC','node\x20-v','maka\x20version','\x20node\x20-v','222782ZZyBTl','win32','----------------------Project----------------------------','2egmDXQ','Project\x27s\x20Meteor\x20Node\x20Version\x20','search','7610aQmiAI','replace',')\x20to\x20at\x20least\x20meteor\x27s\x20(','meteor','System\x27s\x20Meteor\x20Version\x20','fsi','meteor.bat','(((.+)+)+)+$','8884746zfnIIR','10bPIbYX','verbose','constructor','getGlobalMeteorVersion','361469kdIkyv','compareMakaToLatest','notice','apply','isMakaProject','warn','\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','toString','bright','5767332qTKQqC'];a94c=function(){return p;};return a94c();}(function(a,b){const k=a94d,c=a();while(!![]){try{const d=-parseInt(k(0x12c))/0x1*(parseInt(k(0x11c))/0x2)+parseInt(k(0x115))/0x3+-parseInt(k(0x112))/0x4*(-parseInt(k(0x11f))/0x5)+parseInt(k(0x107))/0x6+parseInt(k(0x119))/0x7*(-parseInt(k(0x10b))/0x8)+parseInt(k(0x127))/0x9+parseInt(k(0x128))/0xa*(-parseInt(k(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xd9247));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a[m(0x133)]()['search']('(((.+)+)+)+$')[m(0x133)]()[m(0x12a)](a94a)[m(0x11e)](m(0x126));});a94a();import{execSync}from'child_process';import a94e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x107;let f=c[d];return f;},a94d(a,b);}const pjson={'version':a94n(0x10f)};Command[a94n(0x113)]({'name':'version','aliases':['v'],'usage':a94n(0x117),'maxArgLength':0x1,'validOpts':['verbose'],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a94n(0x10c),a94n(0x117),a94n(0x10e)],'description':a94n(0x110)},async function(a,b){const o=a94n;try{const c=process[o(0x108)]===o(0x11a)?o(0x125):o(0x122);Log['majestic']('Maka\x20'+pjson[o(0x111)]),await this['fsi'][o(0x12d)]();if(b[o(0x129)]){await this['fsi'][o(0x12d)](),Log['bright']('----------------------System----------------------------');const d=this[o(0x124)][o(0x12b)]();Log['bright']((o(0x123)+d)['replace']('\x0a',''));const f=execSync(c+o(0x118))[o(0x133)]()[o(0x120)](/\r?\n|\r/,'')[o(0x120)]('v','');Log[o(0x134)](o(0x109)+f);const g=execSync(o(0x116))[o(0x133)]()['replace'](/\r?\n|\r/,'')[o(0x120)]('v','');a94e['gt'](f,g)?(Log['warn'](o(0x10d)+g),Log[o(0x131)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+o(0x121)+f+')')):Log[o(0x134)](o(0x10d)+g);if(this[o(0x124)][o(0x130)]()){Log[o(0x134)](o(0x11b));const h=this[o(0x124)]['getProjectMeteorVersion']();a94e['gt'](d,h)?(Log[o(0x131)]('Project\x27s\x20Meteor\x20Version\x20'+h[o(0x120)]('\x0a','')),Log[o(0x131)]('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+d+'\x22')):Log[o(0x12e)](('Project\x27s\x20Meteor\x20Version\x20'+h)[o(0x120)]('\x0a',''));const i=await this[o(0x124)]['getProjectsMeteorNodeVersion']();i==='N/A'?(Log['warn'](o(0x11d)+i),Log[o(0x131)]('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log[o(0x134)](o(0x11d)+i),Log[o(0x134)](o(0x132));}}}catch(j){console[o(0x114)](j),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a95c(){var i=['search','15SXHHEP','5180olJNxd','161777KiIPtp','13831708QecDwd','10rufYfZ','(((.+)+)+)+$','1758SKaCkp','64weSEjT','979708OElEUc','apply','constructor','1602333mrDXHu','63508ynhLge','toString','219364LLFApG'];a95c=function(){return i;};return a95c();}function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x94;var f=c[d];return f;},a95d(a,b);}(function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x9b))/0x1+-parseInt(f(0x95))/0x2+-parseInt(f(0x9d))/0x3*(parseInt(f(0x99))/0x4)+-parseInt(f(0x9e))/0x5*(parseInt(f(0xa3))/0x6)+parseInt(f(0x9f))/0x7*(parseInt(f(0x94))/0x8)+-parseInt(f(0x98))/0x9*(parseInt(f(0xa1))/0xa)+parseInt(f(0xa0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x95228));var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x96)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a[h(0x9a)]()[h(0x9c)](h(0xa2))[h(0x9a)]()[h(0x97)](a95a)[h(0x9c)](h(0xa2));});a95a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a95d,c=a();while(!![]){try{var d=-parseInt(f(0x1cb))/0x1+parseInt(f(0x1cd))/0x2+-parseInt(f(0x1d2))/0x3*(-parseInt(f(0x1ca))/0x4)+parseInt(f(0x1c6))/0x5+parseInt(f(0x1d1))/0x6+-parseInt(f(0x1d0))/0x7*(-parseInt(f(0x1c7))/0x8)+parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1ce))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x1886f));function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a95d(a,b);}function a95c(){var i=['(((.+)+)+)+$','232414KcBPuJ','158790LZiywK','3849CwmKAW','238320oJTsPm','8QJGYVs','21357wZPsSn','apply','296TkMXil','47518gclWNw','search','29050bQWMKF','290Qwrafl'];a95c=function(){return i;};return a95c();}var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a['toString']()['search'](h(0x1cf))['toString']()['constructor'](a95a)[h(0x1cc)](h(0x1cf));});a95a();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
- function a96c(){var i=['12gJOubY','2592501ljKgVQ','2441493XoeCud','2FkDKeu','6287830TunDJs','9213953eEszFY','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','8iqfUrB','8925176FICoen','4XhBBDL','660318XkoasU','(((.+)+)+)+$','env','search','145YXySrh','11cXcoDa','51384alouko','toString','constructor'];a96c=function(){return i;};return a96c();}var a96h=a96d;(function(a,b){var f=a96d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1*(-parseInt(f(0x14f))/0x2)+parseInt(f(0x146))/0x3*(parseInt(f(0x14e))/0x4)+-parseInt(f(0x140))/0x5*(-parseInt(f(0x142))/0x6)+-parseInt(f(0x14a))/0x7+parseInt(f(0x14c))/0x8*(parseInt(f(0x147))/0x9)+-parseInt(f(0x149))/0xa*(-parseInt(f(0x141))/0xb)+parseInt(f(0x145))/0xc*(parseInt(f(0x14d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xb066a));var a96b=(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;};}()),a96a=a96b(this,function(){var g=a96d;return a96a[g(0x143)]()[g(0x13f)](g(0x150))[g(0x143)]()[g(0x144)](a96a)[g(0x13f)](g(0x150));});function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x13e;var f=c[d];return f;},a96d(a,b);}a96a(),process[a96h(0x13e)]['NODE_OPTIONS']=a96h(0x14b);import'./maka.js';
2
+ function a96c(){var j=['490pTrRfV','285181sZRBHN','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','3559gJiwOp','103543BJBaWo','354yiIEKN','(((.+)+)+)+$','apply','5185VgQgKG','search','constructor','80451vjqngp','NODE_OPTIONS','toString','env','2616tGsNWa','251310wYojXT','51674VxKhhw','472FYzYrg','396AUBSAZ','424hiQVnY'];a96c=function(){return j;};return a96c();}var a96i=a96d;(function(a,b){var f=a96d,c=a();while(!![]){try{var d=parseInt(f(0x1ab))/0x1*(parseInt(f(0x1a7))/0x2)+parseInt(f(0x1a3))/0x3+parseInt(f(0x1a2))/0x4*(-parseInt(f(0x1b0))/0x5)+-parseInt(f(0x1ad))/0x6*(parseInt(f(0x1a4))/0x7)+-parseInt(f(0x1a5))/0x8*(-parseInt(f(0x1b3))/0x9)+-parseInt(f(0x1a8))/0xa*(parseInt(f(0x1ac))/0xb)+parseInt(f(0x1a6))/0xc*(parseInt(f(0x1a9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x7da43));function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x19f;var f=c[d];return f;},a96d(a,b);}var a96b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a96d;if(c){var e=c[g(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){var h=a96d;return a96a[h(0x1a0)]()['search'](h(0x1ae))['toString']()[h(0x1b2)](a96a)[h(0x1b1)](h(0x1ae));});a96a(),process[a96i(0x1a1)][a96i(0x19f)]=a96i(0x1aa);import'./maka.js';
@@ -1 +1 @@
1
- function a97c(){const F=['requiredEngines','name','options','3320HexnvQ','validateParams','There\x20is\x20no\x20Meteor\x20application\x20here','Generator.create\x20requires\x20some\x20options!','error','Generator\x20not\x20found','appPathPrefix','\x20not\x20found','both','where','Generator\x20','split','maxOptsLength','pop','4430USeILx','length','chdir','search','create','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','Please\x20run\x20\x22maka\x20install\x20meteor\x22','Too\x20many\x20options','fsi','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','(((.+)+)+)+$','validateMeteorInstall','slice','forEach','16449433CxMnKe','2316678yUSigR','tableList','call','light','Description','Too\x20few\x20arguments','apply','414685BuIHQl','Generators:','map','findProjectDirectory','cwd','list','usage','204wMXhgR','processAndRunGenerator','Location','48993fHDLDE','client','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','listGenerators','440lRhdsJ','invoke','keys','assign','_generators','2916pLOMBb','mustHaveMeteorInstalled','dir','_handler','colLocAnswer','root','Too\x20few\x20options','LIGHT','Client','Name','sort','exit','37738jBxuJO','handleGenerateError','find','aliases','toString','push','addGenerator','shortDesc','number','noNeedResource','function','notice','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','validateMakaSubscription','12LlAWAO','lib','resourceName','pallet','Generator.create\x20requires\x20a\x20handler\x20function!','bright','Generator\x20requires\x20a\x20handler\x20function','minOptsLength','minArgLength','bind','setColorMode','Both','server'];a97c=function(){return F;};return a97c();}const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=-parseInt(q(0x18f))/0x1*(parseInt(q(0x19d))/0x2)+parseInt(q(0x1d8))/0x3*(-parseInt(q(0x1ad))/0x4)+-parseInt(q(0x1d1))/0x5+-parseInt(q(0x1ca))/0x6+-parseInt(q(0x1db))/0x7*(parseInt(q(0x17e))/0x8)+parseInt(q(0x183))/0x9*(-parseInt(q(0x1bb))/0xa)+parseInt(q(0x1c9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x347e0));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a97d;if(c){const e=c[r(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const s=a97d;return a97a['toString']()[s(0x1be)](s(0x1c5))[s(0x193)]()['constructor'](a97a)[s(0x1be)](s(0x1c5));});a97a();import a97e from'path';import a97f from'cli-table';import{paramCase}from'change-case';import a97g 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';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x17e;let f=c[d];return f;},a97d(a,b);}import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';async function inside(a='.',b){const t=a97d,c=process[t(0x1d5)]();let d=null;try{process[t(0x1bd)](a),d=await b();}finally{process[t(0x1bd)](c);}return d;}export class Generator extends Tool{[a97u(0x1ac)];[a97u(0x182)];constructor(a,b){const v=a97u;super();if(!a)throw new Error(v(0x19b));if(!a['name'])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==v(0x199))throw new Error(v(0x1a3));this['_generators']=[],this[v(0x1ac)]=Object['assign']({},a),this[v(0x1ab)]=this[v(0x1ac)][v(0x1ab)],this[v(0x186)]=b[v(0x1a6)](this);}static[a97u(0x1bf)](a,b,c){const w=a97u;if(!a)throw new Error(w(0x1b0));if(typeof b!==w(0x199))throw new Error(w(0x1a1));const d=new Generator(a,b);return c=c||a97g,Object[w(0x181)](d,{'parent':c?.['options']?.['name']}),c[w(0x195)](d),d;}[a97u(0x195)](a){const x=a97u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[x(0x182)][x(0x194)](a);}async[a97u(0x1d9)](a,b=[],c={}){const y=a97u;try{const d=a?.[y(0x1b8)](':');if(!d||d[y(0x1bc)]===0x0)throw'Generator\x20format\x20is\x20incorrect';let f=this[y(0x182)],g;for(const h of d){g=f[y(0x191)](i=>i['match'](h));if(!g)throw y(0x1b7)+h+y(0x1b4);await this[y(0x19c)](g),f=g[y(0x182)];}if(g)await g[y(0x17f)](b,c);else throw y(0x1b2);}catch(i){Log['error'](i);}}async[a97u(0x17f)](a,b){const z=a97u,c=a[z(0x1c7)]();b['resourceName']=c[0x0];try{const d=await this[z(0x1c3)]['getGlobalConfig'](),f=d[z(0x1a0)]===z(0x1cd)?ColorMode[z(0x18a)]:ColorMode['DARK'];Log[z(0x1a7)](f),await this['validateMakaSubscription'](this);const g=a[0x0]===_prevGen||a[z(0x1bc)]===0x0&&this[z(0x182)][z(0x1bc)]>=0x0,h=b['help']||b['h'];if(g&&h){if(this[z(0x182)][z(0x1bc)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this['options']['mustBeInMakaProject']){const i=this['validateMakaProject']();if(!i)throw new MustBeInProjectError();}if(this['options'][z(0x184)]){const j=this[z(0x1c6)]();if(!j)throw new NoMeteorFoundError();}if(typeof this[z(0x1ac)][z(0x1a5)]===z(0x197)){if(a['length']<this[z(0x1ac)][z(0x1a5)]){Log[z(0x1b1)](z(0x1cf));throw new UsageError();}}if(typeof this[z(0x1ac)]['maxArgLength']==='number'){if(a['length']>this[z(0x1ac)]['maxArgLength']){Log[z(0x1b1)]('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[z(0x1ac)][z(0x1a4)]===z(0x197)){if(Object['keys'](b)[z(0x1bc)]<this[z(0x1ac)][z(0x1a4)]){Log[z(0x1b1)](z(0x189));throw new UsageError();}}if(typeof this['options'][z(0x1b9)]===z(0x197)){if(Object[z(0x180)](b)[z(0x1bc)]>=this[z(0x1ac)][z(0x1b9)]){Log[z(0x1b1)](z(0x1c2));throw new UsageError();}}}this[z(0x1ac)][z(0x1aa)]&&this['validateEngines'](this[z(0x1ac)]['requiredEngines']);await this[z(0x1ae)](a,b,this[z(0x1ac)]);if(!b[z(0x19f)]&&!this[z(0x1ac)][z(0x198)]){Log[z(0x1b1)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(k){this[z(0x190)](k),process[z(0x18e)](0x1);}await inside(b[z(0x1d5)],async()=>{const A=z;try{if(!b[A(0x188)]&&!this['fsi'][A(0x1d4)]())throw new MustBeInProjectError();const l=b[A(0x19f)]?.['replace'](/\\/g,'/')['split']('/');!b[A(0x185)]&&(l?.[A(0x1bc)]>0x1?(b[A(0x19f)]=l[A(0x1ba)](),c[0x0]=b[A(0x19f)],b[A(0x185)]=l[A(0x1d3)](m=>{return paramCase(m);})['join'](a97e['sep'])):b['dir']='');if(this['options']['checkWhere']){if(!b[A(0x1b6)]){const n={'type':A(0x1d6),'name':A(0x187),'message':A(0x1da),'choices':[{'name':A(0x18b),'value':A(0x1dc)},{'name':'Server','value':A(0x1a9)},{'name':A(0x1a8),'value':A(0x1b5)}]},{colLocAnswer:o}=await Actions[A(0x1ac)](n);o?b[A(0x1b6)]=o:b[A(0x1b6)]=A(0x1b5);}const m=[A(0x1b5),A(0x1dc),'server'];if(!m['includes'](b[A(0x1b6)])){Log[A(0x1b1)](A(0x1dd));throw new UsageError();}switch(b[A(0x1b6)]){case A(0x1b5):b[A(0x1b3)]=A(0x19e);break;case A(0x1a9):b[A(0x1b3)]='server';break;case A(0x1dc):b[A(0x1b3)]=A(0x1dc);break;default:b[A(0x1b3)]='';}}await this[A(0x186)][A(0x1cc)](this,c,b);}catch(p){this['handleGenerateError'](p);}});}[a97u(0x1de)](){const B=a97u;this['tableList'](this[B(0x182)]);}[a97u(0x190)](a){const C=a97u,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this['options'];Log[C(0x1d7)](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[C(0x19a)](C(0x1d2)),this[C(0x1cb)](this[C(0x182)]);else{if(a instanceof MustBeInProjectError)Log[C(0x1b1)](C(0x1c0));else{if(a instanceof NoMeteorFoundError)Log[C(0x1b1)](C(0x1c4)),Log[C(0x19a)](C(0x1c1));else a instanceof NoMeteorAppFoundError&&Log[C(0x1b1)](C(0x1af));}}}[a97u(0x1cb)](a){const D=a97u,b=new a97f({});b[D(0x194)]([D(0x18c),'Alias',D(0x1ce)]),a[D(0x18d)]()[D(0x1c8)](c=>{const E=D;b['push']([c[E(0x1ab)],c[E(0x192)](),c[E(0x196)]()]);}),Log[D(0x1a2)](b[D(0x193)]());}}
1
+ const a97t=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=-parseInt(q(0x1ea))/0x1*(-parseInt(q(0x1a5))/0x2)+-parseInt(q(0x1cb))/0x3+-parseInt(q(0x1b9))/0x4+-parseInt(q(0x1ca))/0x5+-parseInt(q(0x1e6))/0x6+parseInt(q(0x1bb))/0x7*(-parseInt(q(0x1f5))/0x8)+parseInt(q(0x1ef))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xda89f));const a97b=(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;};}()),a97a=a97b(this,function(){const r=a97d;return a97a['toString']()[r(0x1b3)](r(0x1a3))[r(0x1da)]()[r(0x1d7)](a97a)[r(0x1b3)](r(0x1a3));});a97a();import a97e from'path';import a97f from'cli-table';import{paramCase}from'change-case';import a97g from'./generators/maka.gen.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';function a97c(){const E=['_handler','maxArgLength','resourceName','No\x20resource\x20name\x20specified','setColorMode','requiredEngines','listGenerators','minOptsLength','Generator\x20','fsi','getGlobalConfig','Generators:','root','create','(((.+)+)+)+$','validateMakaSubscription','6DoslKP','mustHaveMeteorInstalled','LIGHT','Client','Generator\x20requires\x20a\x20name','join','Description','findProjectDirectory','validateMeteorInstall','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','checkWhere','list','where','server','search','find','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','sort','options','tableList','1038896oPAFbb','number','7383691BdYOOn','Too\x20few\x20arguments','client','Name','name','assign','cwd','pallet','keys','\x20not\x20found','length','addGenerator','includes','_generators','shortDesc','4640020wFmrZw','891453eiOOYe','validateEngines','map','function','pop','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','appPathPrefix','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','replace','forEach','error','match','constructor','usage','minArgLength','toString','invoke','Too\x20many\x20arguments','Generator\x20not\x20found','notice','bright','both','mustBeInMakaProject','help','slice','call','DARK','5022138kMeExH','Generator.create\x20requires\x20a\x20handler\x20function!','Please\x20run\x20\x22maka\x20install\x20meteor\x22','Generator\x20format\x20is\x20incorrect','45995KCBTrV','exit','Generator.create\x20requires\x20some\x20options!','bind','push','37204785PmlYUD','handleGenerateError','chdir','maxOptsLength','dir','addGenerator\x20requires\x20a\x20Generator\x20instance','8lurIbJ','aliases'];a97c=function(){return E;};return a97c();}function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x197;let f=c[d];return f;},a97d(a,b);}import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';async function inside(a='.',b){const s=a97d,c=process[s(0x1c1)]();let d=null;try{process['chdir'](a),d=await b();}finally{process[s(0x1f1)](c);}return d;}export class Generator extends Tool{[a97t(0x1b7)];['_generators'];constructor(a,b){const u=a97t;super();if(!a)throw new Error(u(0x1d0));if(!a[u(0x1bf)])throw new Error(u(0x1a9));if(typeof b!==u(0x1ce))throw new Error('Generator\x20requires\x20a\x20handler\x20function');this[u(0x1c8)]=[],this[u(0x1b7)]=Object[u(0x1c0)]({},a),this[u(0x1bf)]=this[u(0x1b7)][u(0x1bf)],this['_handler']=b[u(0x1ed)](this);}static[a97t(0x1a2)](a,b,c){const v=a97t;if(!a)throw new Error(v(0x1ec));if(typeof b!==v(0x1ce))throw new Error(v(0x1e7));const d=new Generator(a,b);return c=c||a97g,Object[v(0x1c0)](d,{'parent':c?.['options']?.[v(0x1bf)]}),c[v(0x1c6)](d),d;}['addGenerator'](a){const w=a97t;if(!(a instanceof Generator))throw new Error(w(0x1f4));this[w(0x1c8)][w(0x1ee)](a);}async['processAndRunGenerator'](a,b=[],c={}){const x=a97t;try{const d=a?.['split'](':');if(!d||d[x(0x1c5)]===0x0)throw x(0x1e9);let f=this[x(0x1c8)],g;for(const h of d){g=f[x(0x1b4)](i=>i[x(0x1d6)](h));if(!g)throw x(0x19d)+h+x(0x1c4);await this[x(0x1a4)](g),f=g[x(0x1c8)];}if(g)await g[x(0x1db)](b,c);else throw x(0x1dd);}catch(i){Log['error'](i);}}async[a97t(0x1db)](a,b){const y=a97t,c=a[y(0x1e3)]();b[y(0x197)]=c[0x0];try{const d=await this[y(0x19e)][y(0x19f)](),f=d[y(0x1c2)]==='light'?ColorMode[y(0x1a7)]:ColorMode[y(0x1e5)];Log[y(0x199)](f),await this[y(0x1a4)](this);const g=a[0x0]===_prevGen||a[y(0x1c5)]===0x0&&this['_generators'][y(0x1c5)]>=0x0,h=b[y(0x1e2)]||b['h'];if(g&&h){if(this['_generators'][y(0x1c5)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[y(0x1b7)][y(0x1e1)]){const i=this['validateMakaProject']();if(!i)throw new MustBeInProjectError();}if(this[y(0x1b7)][y(0x1a6)]){const j=this[y(0x1ad)]();if(!j)throw new NoMeteorFoundError();}if(typeof this[y(0x1b7)]['minArgLength']===y(0x1ba)){if(a[y(0x1c5)]<this[y(0x1b7)][y(0x1d9)]){Log[y(0x1d5)](y(0x1bc));throw new UsageError();}}if(typeof this[y(0x1b7)][y(0x1f8)]===y(0x1ba)){if(a[y(0x1c5)]>this[y(0x1b7)]['maxArgLength']){Log['error'](y(0x1dc));throw new UsageError();}}if(typeof this[y(0x1b7)][y(0x19c)]==='number'){if(Object[y(0x1c3)](b)[y(0x1c5)]<this[y(0x1b7)]['minOptsLength']){Log['error']('Too\x20few\x20options');throw new UsageError();}}if(typeof this[y(0x1b7)]['maxOptsLength']===y(0x1ba)){if(Object['keys'](b)[y(0x1c5)]>=this[y(0x1b7)][y(0x1f2)]){Log[y(0x1d5)]('Too\x20many\x20options');throw new UsageError();}}}this['options']['requiredEngines']&&this[y(0x1cc)](this['options'][y(0x19a)]);await this['validateParams'](a,b,this[y(0x1b7)]);if(!b[y(0x197)]&&!this[y(0x1b7)]['noNeedResource']){Log[y(0x1d5)](y(0x198));throw new UsageError();}_prevGen=a[0x0];}catch(k){this[y(0x1f0)](k),process[y(0x1eb)](0x1);}await inside(b[y(0x1c1)],async()=>{const z=y;try{if(!b[z(0x1a1)]&&!this['fsi'][z(0x1ac)]())throw new MustBeInProjectError();const l=b['resourceName']?.[z(0x1d3)](/\\/g,'/')['split']('/');!b['dir']&&(l?.[z(0x1c5)]>0x1?(b[z(0x197)]=l[z(0x1cf)](),c[0x0]=b[z(0x197)],b[z(0x1f3)]=l[z(0x1cd)](m=>{return paramCase(m);})[z(0x1aa)](a97e['sep'])):b[z(0x1f3)]='');if(this[z(0x1b7)][z(0x1af)]){if(!b[z(0x1b1)]){const n={'type':z(0x1b0),'name':'colLocAnswer','message':'Location','choices':[{'name':z(0x1a8),'value':z(0x1bd)},{'name':'Server','value':z(0x1b2)},{'name':'Both','value':z(0x1e0)}]},{colLocAnswer:o}=await Actions['options'](n);o?b[z(0x1b1)]=o:b[z(0x1b1)]=z(0x1e0);}const m=[z(0x1e0),z(0x1bd),z(0x1b2)];if(!m[z(0x1c7)](b['where'])){Log[z(0x1d5)](z(0x1ae));throw new UsageError();}switch(b[z(0x1b1)]){case z(0x1e0):b[z(0x1d1)]='lib';break;case z(0x1b2):b[z(0x1d1)]=z(0x1b2);break;case z(0x1bd):b[z(0x1d1)]='client';break;default:b[z(0x1d1)]='';}}await this[z(0x1f7)][z(0x1e4)](this,c,b);}catch(p){this['handleGenerateError'](p);}});}[a97t(0x19b)](){const A=a97t;this[A(0x1b8)](this[A(0x1c8)]);}[a97t(0x1f0)](a){const B=a97t,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this[B(0x1b7)];Log[B(0x1d8)](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[B(0x1de)](B(0x1a0)),this[B(0x1b8)](this[B(0x1c8)]);else{if(a instanceof MustBeInProjectError)Log['error'](B(0x1d2));else{if(a instanceof NoMeteorFoundError)Log[B(0x1d5)](B(0x1b5)),Log[B(0x1de)](B(0x1e8));else a instanceof NoMeteorAppFoundError&&Log[B(0x1d5)]('There\x20is\x20no\x20Meteor\x20application\x20here');}}}[a97t(0x1b8)](a){const C=a97t,b=new a97f({});b[C(0x1ee)]([C(0x1be),'Alias',C(0x1ab)]),a[C(0x1b6)]()[C(0x1d4)](c=>{const D=C;b['push']([c[D(0x1bf)],c[D(0x1f6)](),c[D(0x1c9)]()]);}),Log[C(0x1df)](b[C(0x1da)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a98d,c=a();while(!![]){try{var d=parseInt(f(0xa6))/0x1+parseInt(f(0xa2))/0x2*(parseInt(f(0xa7))/0x3)+parseInt(f(0xa0))/0x4+-parseInt(f(0xab))/0x5+parseInt(f(0xa3))/0x6*(-parseInt(f(0xac))/0x7)+parseInt(f(0xa8))/0x8*(parseInt(f(0x9e))/0x9)+parseInt(f(0xa5))/0xa*(-parseInt(f(0xa1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0xd6e65));var a98b=(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;};}()),a98a=a98b(this,function(){var g=a98d;return a98a[g(0xa4)]()['search'](g(0xa9))[g(0xa4)]()[g(0x9f)](a98a)[g(0xaa)]('(((.+)+)+)+$');});a98a();import'./services/_index.js';import'./api.js';function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x9e;var f=c[d];return f;},a98d(a,b);}import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';function a98c(){var h=['1342809ClSiMF','61767HpBger','8245184wgwwvI','(((.+)+)+)+$','search','3402620uHbShY','12155955psDhJy','9uwhYyv','constructor','5727620yNpLvs','11253VYCHIP','6XhvqIO','6smPZub','toString','5570dqBSRd'];a98c=function(){return h;};return a98c();}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=a98d,c=a();while(!![]){try{var d=parseInt(f(0x14a))/0x1*(-parseInt(f(0x14c))/0x2)+-parseInt(f(0x151))/0x3+-parseInt(f(0x14d))/0x4+parseInt(f(0x155))/0x5*(-parseInt(f(0x14b))/0x6)+parseInt(f(0x154))/0x7+-parseInt(f(0x149))/0x8*(-parseInt(f(0x152))/0x9)+parseInt(f(0x14f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x99a4c));var a98b=(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;};}()),a98a=a98b(this,function(){var g=a98d;return a98a[g(0x150)]()['search'](g(0x14e))[g(0x150)]()[g(0x153)](a98a)[g(0x148)](g(0x14e));});a98a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x148;var f=c[d];return f;},a98d(a,b);}import'./kits/_index.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';function a98c(){var h=['toString','3054453wgkbfu','207GGoFJM','constructor','2983813iOYnZR','1363585zpRsQf','search','375776oRyEPj','3611RQetKh','18teAPuD','230tZrTvE','835684pINABP','(((.+)+)+)+$','15831970YNnOER'];a98c=function(){return h;};return a98c();}import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';