@maka/maka-cli 4.6.20 → 4.6.22

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 (147) 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/layout.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/templates/react/kit/mui/frame/basic-app-bar.js +32 -0
  125. package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.jsx +32 -0
  126. package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.ts +0 -0
  127. package/bundle/obf/src/templates/react/kit/mui/frame/basic-app-bar.js.tsx +0 -0
  128. package/bundle/obf/src/tool.js +1 -1
  129. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  130. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  131. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  133. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  135. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/https/https.class.js +1 -1
  137. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  138. package/bundle/obf/src/tools/log/log.class.js +1 -1
  139. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/options/options.class.js +1 -1
  141. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  142. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  143. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  144. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  145. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  147. package/package.json +1 -1
@@ -1 +1 @@
1
- function a78c(){const q=['10756306pSVSax','getGlobalConfig','fsi','maka\x20logout','isFile','(((.+)+)+)+$','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','True','success','Logging\x20out\x20of\x20https://','174380dvhany','145MgSZfq','Preflight\x20Check','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','488560GTpUEg','token','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','www.maka-cli.com','exit','cert','search','40962GnZYQS','localhost','toString','failure','90TdzMiB','setGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','error','env','authToken','start','MAKA_DEV','/api/v1/logoutAll','header','https://','12VINERc','assign','155794OjIjWs','9348wSEARZ','Logging\x20out','5593JxmmJT','Using\x20CA\x20Cert\x20','/api/v1/status','2104hKHqSp','cacert','get','logout','192aoIhYn','apply'];a78c=function(){return q;};return a78c();}const a78o=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=parseInt(l(0xa3))/0x1+parseInt(l(0xbf))/0x2+-parseInt(l(0xa4))/0x3*(-parseInt(l(0xad))/0x4)+parseInt(l(0xba))/0x5*(parseInt(l(0xc6))/0x6)+parseInt(l(0xa6))/0x7*(parseInt(l(0xa9))/0x8)+parseInt(l(0xca))/0x9*(parseInt(l(0xb9))/0xa)+parseInt(l(0xaf))/0xb*(-parseInt(l(0xa1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x25ab8));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a78d;if(c){const e=c[m(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const n=a78d;return a78a[n(0xc8)]()[n(0xc5)](n(0xb4))[n(0xc8)]()['constructor'](a78a)[n(0xc5)](n(0xb4));});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-0x9f;let f=c[d];return f;},a78d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a78o(0xce)][a78o(0xd1)]===a78o(0xb6)?a78o(0xc7):a78o(0xc2);Command['create']({'name':a78o(0xac),'validOpts':['cacert'],'usage':a78o(0xb2),'maxArgLength':0x2,'shortDesc':a78o(0xbe),'disableAuthCheck':!![],'examples':[a78o(0xb2)]},async function(a,b){const p=a78o,c=Log['withSpinner']();try{let d='';b[p(0xaa)]&&(this['fsi'][p(0xb3)](b[p(0xaa)])?(d=b[p(0xaa)],Log['notice'](p(0xa7)+d)):Log[p(0xcd)](p(0xbd)+d));const f=await this['fsi'][p(0xb0)]();if(f['cert']){if(this[p(0xb1)][p(0xb3)](f[p(0xc4)]))d=f[p(0xc4)];else{c['failure']();throw Log[p(0xcd)](p(0xbc)+d);}}Log[p(0x9f)](p(0xb8)+hostname);const g={'url':p(0xa0)+hostname+p(0xa8)};b['cacert']&&Object[p(0xa2)](g,{'cert':d});c[p(0xd0)](p(0xbb));const {statusCode:h}=await HTTPS[p(0xab)](g);if(h===0x198){c[p(0xc9)]();throw p(0xcc);}c[p(0xb7)]();if(h!==0xc8){c['failure']();throw p(0xb5);}if(!f?.[p(0xc0)]?.[p(0xcf)])throw Log['error'](p(0xc1));c['start'](p(0xa5));const i={'hostname':hostname,'path':p(0xd2),'data':{},'headers':{'x-auth-token':f[p(0xc0)][p(0xcf)]}};b[p(0xaa)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0xc9)]('\x0a');throw p(0xcc);}this[p(0xb1)][p(0xcb)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xb7)]();}catch(k){k&&console[p(0xcd)](k),process[p(0xc3)](0x0);}});
1
+ const a78n=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=parseInt(l(0x1e8))/0x1*(parseInt(l(0x1e1))/0x2)+parseInt(l(0x1d0))/0x3+parseInt(l(0x1ec))/0x4*(-parseInt(l(0x1c0))/0x5)+parseInt(l(0x1e3))/0x6*(parseInt(l(0x1c8))/0x7)+-parseInt(l(0x1dc))/0x8+-parseInt(l(0x1ca))/0x9*(-parseInt(l(0x1e9))/0xa)+-parseInt(l(0x1db))/0xb*(parseInt(l(0x1e4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x97a65));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(0x1cf)]()[m(0x1eb)]('(((.+)+)+)+$')[m(0x1cf)]()[m(0x1d2)](a78a)[m(0x1eb)](m(0x1ea));});a78a();import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a78d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a78n(0x1de)]==='True'?'localhost':'www.maka-cli.com';function a78c(){const p=['https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2sbqrnU','cacert','6KamgWS','12zvZFWr','success','setGlobalConfig','get','630386NqTkMz','9697970DjDWwY','(((.+)+)+)+$','search','4nvomPr','4068835xIWPpG','Logging\x20out','failure','logout','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Preflight\x20Check','fsi','5827129IGxbWz','Using\x20CA\x20Cert\x20','9RAIuaR','maka\x20logout','header','exit','isFile','toString','1637124YcWDLz','https://','constructor','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','cert','/api/v1/logoutAll','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','create','start','10878780UzVxDa','4435472tFOXOs','error','MAKA_DEV','assign'];a78c=function(){return p;};return a78c();}Command[a78n(0x1d9)]({'name':a78n(0x1c3),'validOpts':['cacert'],'usage':a78n(0x1cb),'maxArgLength':0x2,'shortDesc':a78n(0x1c5),'disableAuthCheck':!![],'examples':[a78n(0x1cb)]},async function(a,b){const o=a78n,c=Log['withSpinner']();try{let d='';b['cacert']&&(this['fsi'][o(0x1ce)](b[o(0x1e2)])?(d=b['cacert'],Log['notice'](o(0x1c9)+d)):Log[o(0x1dd)](o(0x1d4)+d));const f=await this['fsi']['getGlobalConfig']();if(f[o(0x1d6)]){if(this[o(0x1c7)]['isFile'](f[o(0x1d6)]))d=f[o(0x1d6)];else{c[o(0x1c2)]();throw Log['error'](o(0x1d8)+d);}}Log[o(0x1cc)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x1d1)+hostname+o(0x1d5)};b[o(0x1e2)]&&Object[o(0x1df)](g,{'cert':d});c[o(0x1da)](o(0x1c6));const {statusCode:h}=await HTTPS[o(0x1e7)](g);if(h===0x198){c[o(0x1c2)]();throw o(0x1c4);}c[o(0x1e5)]();if(h!==0xc8){c[o(0x1c2)]();throw o(0x1e0);}if(!f?.['token']?.['authToken'])throw Log[o(0x1dd)](o(0x1d3));c['start'](o(0x1c1));const i={'hostname':hostname,'path':o(0x1d7),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b['cacert']&&Object[o(0x1df)](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[o(0x1c2)]('\x0a');throw o(0x1c4);}this['fsi'][o(0x1e6)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x1e5)]();}catch(k){k&&console[o(0x1dd)](k),process[o(0x1cd)](0x0);}});
@@ -1 +1 @@
1
- function a79c(){const o=['View\x20the\x20PM2\x20logs','1672VnYFIl','151947WjtYOx','2bWOhxJ','13367003rsdMtk','parse','60IcllLV','assign','4170jfjBLP','env','1318143CGHGZq','create','constructor','search','pm2\x20logs','12mMzlbg','397780gdkans','toString','verbose','apply','176252IIThUW','maka\x20logs\x20--env\x20staging','logs','maka\x20logs\x20--env\x20dev','7784zilkhd','88eboJkd','sshSync','maka\x20l\x20-e\x20p','56910JOxCHS','ssh.json','(((.+)+)+)+$'];a79c=function(){return o;};return a79c();}const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(0xbf))/0x1+-parseInt(j(0xb2))/0x2*(-parseInt(j(0xb9))/0x3)+-parseInt(j(0xa4))/0x4*(-parseInt(j(0xb5))/0x5)+-parseInt(j(0xb7))/0x6*(parseInt(j(0xa8))/0x7)+parseInt(j(0xa9))/0x8*(parseInt(j(0xb1))/0x9)+parseInt(j(0xac))/0xa*(parseInt(j(0xb0))/0xb)+-parseInt(j(0xbe))/0xc*(parseInt(j(0xb3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x964a7));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a['toString']()[l(0xbc)](l(0xae))[l(0xc0)]()[l(0xbb)](a79a)[l(0xbc)](l(0xae));});a79a();function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xa2;let f=c[d];return f;},a79d(a,b);}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(0xba)]({'name':a79m(0xa6),'aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a79m(0xb8)],'mustBeInMakaProject':!![],'validOpts':[a79m(0xa2)],'shortDesc':a79m(0xaf),'isPro':!![],'examples':[a79m(0xa7),a79m(0xa5),a79m(0xab)]},function(a,b){const n=a79m;try{const c=n(0xbd),d=this['fsi']['getConfigPath'](b[n(0xb8)]),f=a79f['join'](d,n(0xad)),g=a79e['readFileSync'](f),h=JSON[n(0xb4)](g[n(0xc0)]());Object[n(0xb6)](h,{'env':d}),SSH[n(0xaa)](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(0xd1))/0x1+-parseInt(j(0xd8))/0x2*(-parseInt(j(0xc3))/0x3)+parseInt(j(0xd9))/0x4*(-parseInt(j(0xdc))/0x5)+-parseInt(j(0xd2))/0x6*(-parseInt(j(0xd7))/0x7)+-parseInt(j(0xda))/0x8+parseInt(j(0xd0))/0x9*(parseInt(j(0xc7))/0xa)+parseInt(j(0xce))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x76bf7));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a[l(0xd4)]()[l(0xc1)](l(0xd3))[l(0xd4)]()['constructor'](a79a)[l(0xc1)](l(0xd3));});a79a();import a79e from'fs';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xbf;let f=c[d];return f;},a79d(a,b);}function a79c(){const o=['View\x20the\x20PM2\x20logs','logs','maka\x20logs\x20--env\x20dev','7660meTovf','maka\x20logs','verbose','apply','parse','env','log','10109792jaXJEw','create','4923UbCWvA','689039gKUxfN','30jPgIXY','(((.+)+)+)+$','toString','pm2\x20logs','assign','849471NrCrsU','4nzXtZk','4436UdqbKY','6287952OSytCU','fsi','1995HsBcCF','ssh.json','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20staging','search','error','688614gnWDjj'];a79c=function(){return o;};return a79c();}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(0xcf)]({'name':a79m(0xc5),'aliases':['l',a79m(0xcd)],'usage':a79m(0xc8),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[a79m(0xc9)],'shortDesc':a79m(0xc4),'isPro':!![],'examples':[a79m(0xc6),a79m(0xc0),a79m(0xbf)]},function(a,b){const n=a79m;try{const c=n(0xd5),d=this[n(0xdb)]['getConfigPath'](b[n(0xcc)]),f=a79f['join'](d,n(0xdd)),g=a79e['readFileSync'](f),h=JSON[n(0xcb)](g[n(0xd4)]());Object[n(0xd6)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0xc2)](i);}});
@@ -1 +1 @@
1
- function a80c(){const k=['maka\x20install\x20meteor','splice','constructor','\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','4218030zqdKFv','1488150WENknN','error','37000898SXSiOp','maka\x20run','maka','maka\x20create\x20Todo','toString','apply','47024TxAceR','processAndRunCommand','maka\x20<command>\x20[<args>]\x20[<opts>]','3050SlRoVS','175KOvzeN','2840TKziGC','290OOwbdi','4MxgJcB','8976POSqvZ','6916914mhQziY','(((.+)+)+)+$'];a80c=function(){return k;};return a80c();}const a80i=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=parseInt(f(0x1ef))/0x1*(-parseInt(f(0x1ec))/0x2)+parseInt(f(0x1e1))/0x3*(-parseInt(f(0x1f0))/0x4)+-parseInt(f(0x1ee))/0x5*(parseInt(f(0x1d9))/0x6)+parseInt(f(0x1ed))/0x7*(parseInt(f(0x1e9))/0x8)+-parseInt(f(0x1da))/0x9+-parseInt(f(0x1e0))/0xa+parseInt(f(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x81f43));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a80d;if(c){const e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const h=a80d;return a80a[h(0x1e7)]()['search']('(((.+)+)+)+$')[h(0x1e7)]()[h(0x1de)](a80a)['search'](h(0x1db));});a80a();import{Command}from'../command.js';const Maka=new Command({'name':a80i(0x1e5),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a80i(0x1eb),'disableAuthCheck':!![],'examples':['maka\x20--help',a80i(0x1dc),a80i(0x1e6),a80i(0x1e4)],'description':a80i(0x1df)},async function(a,b){const j=a80i;try{const c=a[0x0];a[j(0x1dd)](0x0,0x1),this[j(0x1ea)](c,a,b);}catch(d){console[j(0x1e2)](d),process['exit'](0x1);}});function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a80d(a,b);}export default Maka;
1
+ const a80h=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(0x151))/0x1+parseInt(f(0x162))/0x2*(-parseInt(f(0x15b))/0x3)+parseInt(f(0x153))/0x4*(parseInt(f(0x163))/0x5)+-parseInt(f(0x154))/0x6+parseInt(f(0x15c))/0x7*(parseInt(f(0x15f))/0x8)+-parseInt(f(0x161))/0x9+parseInt(f(0x150))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x269df));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(0x160)]()[g(0x15a)](g(0x152))[g(0x160)]()[g(0x156)](a80a)[g(0x15a)](g(0x152));});function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x150;let f=c[d];return f;},a80d(a,b);}a80a();import{Command}from'../command.js';const Maka=new Command({'name':a80h(0x158),'minArgLength':0x1,'shortDesc':a80h(0x15d),'validOpts':[],'usage':a80h(0x15e),'disableAuthCheck':!![],'examples':[a80h(0x164),a80h(0x155),a80h(0x165),a80h(0x159)],'description':a80h(0x166)},async function(a,b){const i=a80h;try{const c=a[0x0];a['splice'](0x0,0x1),this['processAndRunCommand'](c,a,b);}catch(d){process[i(0x157)](0x1);}});export default Maka;function a80c(){const j=['A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20<command>\x20[<args>]\x20[<opts>]','176FabPNf','toString','2552499fDVtEA','260412mlcfIa','5HnVzZW','maka\x20--help','maka\x20create\x20Todo','\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','11174340dXpKhB','133175cvtkQP','(((.+)+)+)+$','49076cuRYaj','1823136JWsUBM','maka\x20install\x20meteor','constructor','exit','maka','maka\x20run','search','6fNXlGu','3031pyTDZB'];a80c=function(){return j;};return a80c();}
@@ -1 +1 @@
1
- var a81i=a81d;(function(a,b){var f=a81d,c=a();while(!![]){try{var d=-parseInt(f(0x1c7))/0x1+parseInt(f(0x1cc))/0x2+parseInt(f(0x1c6))/0x3+-parseInt(f(0x1d6))/0x4*(parseInt(f(0x1d4))/0x5)+parseInt(f(0x1c9))/0x6*(-parseInt(f(0x1c8))/0x7)+-parseInt(f(0x1cf))/0x8*(-parseInt(f(0x1cb))/0x9)+parseInt(f(0x1ce))/0xa*(-parseInt(f(0x1da))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xeb32f));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a['toString']()['search'](h(0x1d1))[h(0x1d8)]()['constructor'](a81a)['search']('(((.+)+)+)+$');});a81a();function a81c(){var k=['1398066AUhNEQ','font-family:\x20monospace','630LOrFAb','520JHShGP','murder','(((.+)+)+)+$','maka\x20murder','exit','145iFFabA','log','6652VzWjFv','error','toString','%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','125609DikIuk','apply','5653653UxUdLy','660414aqfDdk','168602FIZRsa','276zViaqS','Murrrrderrrrr','126801hfSIUK'];a81c=function(){return k;};return a81c();}function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a81d(a,b);}import{Command}from'../command.js';Command['create']({'name':a81i(0x1d0),'usage':a81i(0x1d2),'maxArgLength':0x1,'shortDesc':a81i(0x1ca),'validOpts':[]},async function(){var j=a81i;try{console[j(0x1d5)](j(0x1d9),j(0x1cd));}catch(a){console[j(0x1d7)](a),process[j(0x1d3)](0x0);}});
1
+ var a81h=a81d;(function(a,b){var f=a81d,c=a();while(!![]){try{var d=-parseInt(f(0x13a))/0x1*(-parseInt(f(0x129))/0x2)+-parseInt(f(0x139))/0x3+-parseInt(f(0x137))/0x4*(-parseInt(f(0x126))/0x5)+-parseInt(f(0x138))/0x6+parseInt(f(0x12b))/0x7*(-parseInt(f(0x131))/0x8)+-parseInt(f(0x12d))/0x9+-parseInt(f(0x127))/0xa*(-parseInt(f(0x12f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xe9fe0));function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x126;var f=c[d];return f;},a81d(a,b);}function a81c(){var j=['search','11tMiqvW','constructor','839656VRIRWF','maka\x20murder','(((.+)+)+)+$','murder','error','log','2180604UlwTtu','10133658InQCcU','127251DKhwQn','310523IESwWd','5ZSXRqd','27943310lmkJVX','toString','6EMQWYS','%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','63Hlfhaa','Murrrrderrrrr','5729814FundDW'];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(0x12e)]('(((.+)+)+)+$')[g(0x128)]()[g(0x130)](a81a)['search'](g(0x133));});a81a();import{Command}from'../command.js';Command['create']({'name':a81h(0x134),'usage':a81h(0x132),'maxArgLength':0x1,'shortDesc':a81h(0x12c),'validOpts':[]},async function(){var i=a81h;try{console[i(0x136)](i(0x12a),'font-family:\x20monospace');}catch(a){console[i(0x135)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a82p=a82d;(function(a,b){const m=a82d,c=a();while(!![]){try{const d=parseInt(m(0xb5))/0x1*(parseInt(m(0xc7))/0x2)+parseInt(m(0xcc))/0x3+parseInt(m(0xc6))/0x4+-parseInt(m(0xb3))/0x5*(parseInt(m(0xb2))/0x6)+-parseInt(m(0xbe))/0x7+-parseInt(m(0xb6))/0x8*(parseInt(m(0xd8))/0x9)+-parseInt(m(0xd6))/0xa*(-parseInt(m(0xbd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x6c372));function a82c(){const r=['listenPort','fsi','12820170yGEZXQ','genSSC','18SabkPb','genCSR','maka\x20proxy\x20--target-host\x20http://192.168.1.20','localhost','createProxyServer','help','create','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','8718nHORIP','2535wqcnzq','maka\x20proxy','16fpOVQj','2683688OdIPiH','isFile','=>\x20SSL\x20Proxy\x20forwarding\x20','processAndRunGenerator','.key','development','appName','11XlidhJ','1293411wEvGPE','(((.+)+)+)+$','.crt','error','constructor','getProjectConfig','utf8','getConfigPath','894416NcvebN','31324XsuqZo','listen','.csr','bright','join','838209vsGyXy','mkKeysDir','targetPort','\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','readFileSync','toString','targetHost','apply'];a82c=function(){return r;};return a82c();}const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a82d;if(c){const e=c[n(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const o=a82d;return a82a[o(0xd1)]()['search'](o(0xbf))['toString']()[o(0xc2)](a82a)['search'](o(0xbf));});a82a();import a82e from'fs';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0xb0;let f=c[d];return f;},a82d(a,b);}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';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82p(0xde)]({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a82p(0xdd),a82p(0xce),'listenPort',a82p(0xd2)],'maxArgLength':0x1,'shortDesc':a82p(0xb0),'description':a82p(0xcf),'examples':[a82p(0xb4),a82p(0xb1),a82p(0xda)]},async function(a,b){const q=a82p,c=this['fsi'][q(0xc3)](),d=q(0xbb),e=this[q(0xd5)][q(0xc5)](d),f=this[q(0xd5)][q(0xcd)]({'configPath':e}),g=b[q(0xce)]?Number(b['targetPort']):0xbb8,h=b[q(0xd4)]?Number(b[q(0xd4)]):0xd73,i=b[q(0xd2)]?b[q(0xd2)]:q(0xdb),j=a82f['join'](f,c[q(0xbc)]+q(0xba)),k=a82f[q(0xcb)](f,c[q(0xbc)]+q(0xc0));(!this[q(0xd5)][q(0xb7)](j)||!this[q(0xd5)][q(0xb7)](k))&&(await a82h[q(0xb9)]('sslconfig',[],{'env':d}),SSL[q(0xd9)]({'keyName':c[q(0xbc)]+q(0xba),'csrName':c[q(0xbc)]+q(0xc9),'cwd':f}),SSL[q(0xd7)]({'keyName':c[q(0xbc)]+q(0xba),'crtName':c[q(0xbc)]+q(0xc0),'cwd':f}));if(g===h){Log[q(0xc1)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a82e[q(0xd0)](j,q(0xc4)),'cert':a82e[q(0xd0)](k,q(0xc4))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g[q(0xdc)](l)[q(0xc8)](Number(h)),Log[q(0xca)](q(0xb8)+h+'\x20to\x20'+g);});
1
+ const a82p=a82d;(function(a,b){const m=a82d,c=a();while(!![]){try{const d=-parseInt(m(0x7f))/0x1*(-parseInt(m(0x7d))/0x2)+-parseInt(m(0x98))/0x3+parseInt(m(0x94))/0x4*(parseInt(m(0x95))/0x5)+-parseInt(m(0x8e))/0x6*(-parseInt(m(0x9b))/0x7)+-parseInt(m(0xa3))/0x8*(parseInt(m(0x9e))/0x9)+parseInt(m(0x87))/0xa*(parseInt(m(0x88))/0xb)+-parseInt(m(0x9f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xc3932));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a82d;if(c){const e=c[n(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const o=a82d;return a82a[o(0xa0)]()[o(0x78)](o(0x97))[o(0xa0)]()[o(0x85)](a82a)[o(0x78)](o(0x97));});function a82c(){const r=['toString','=>\x20SSL\x20Proxy\x20forwarding\x20','\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','104aOexQw','mkKeysDir','apply','utf8','join','search','fsi','bright','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','readFileSync','40fVWtdo','maka\x20proxy\x20--target-host\x20http://192.168.1.20','54703NdSCfF','listen','isFile','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','create','appName','constructor','processAndRunGenerator','70slyZcN','1454343XvNALG','\x20to\x20','help','.crt','targetPort','maka\x20proxy','14988hNfGkA','genSSC','.csr','.key','listenPort','error','33772YQrrni','220oWsWyE','development','(((.+)+)+)+$','1496499zZlIgM','createProxyServer','getConfigPath','4291sFqMcL','getProjectConfig','targetHost','440541QaQXkq','23832876egcDzL'];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';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x76;let f=c[d];return f;},a82d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82p(0x83)]({'name':'proxy','usage':a82p(0x8d),'mustBeInMakaProject':!![],'validOpts':[a82p(0x8a),a82p(0x8c),a82p(0x92),a82p(0x9d)],'maxArgLength':0x1,'shortDesc':a82p(0x7b),'description':a82p(0xa2),'examples':[a82p(0x8d),a82p(0x82),a82p(0x7e)]},async function(a,b){const q=a82p,c=this[q(0x79)][q(0x9c)](),d=q(0x96),e=this[q(0x79)][q(0x9a)](d),f=this['fsi'][q(0xa4)]({'configPath':e}),g=b['targetPort']?Number(b[q(0x8c)]):0xbb8,h=b[q(0x92)]?Number(b[q(0x92)]):0xd73,i=b[q(0x9d)]?b[q(0x9d)]:'localhost',j=a82f[q(0x77)](f,c['appName']+q(0x91)),k=a82f[q(0x77)](f,c[q(0x84)]+q(0x8b));(!this[q(0x79)][q(0x81)](j)||!this[q(0x79)]['isFile'](k))&&(await a82h[q(0x86)]('sslconfig',[],{'env':d}),SSL['genCSR']({'keyName':c[q(0x84)]+q(0x91),'csrName':c['appName']+q(0x90),'cwd':f}),SSL[q(0x8f)]({'keyName':c['appName']+'.key','crtName':c[q(0x84)]+q(0x8b),'cwd':f}));if(g===h){Log[q(0x93)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a82e[q(0x7c)](j,q(0x76)),'cert':a82e[q(0x7c)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g[q(0x99)](l)[q(0x80)](Number(h)),Log[q(0x7a)](q(0xa1)+h+q(0x89)+g);});
@@ -1 +1 @@
1
- function a83c(){const s=['success','_keys','56148NqZayZ','apply','162lKTxTr','parse','112UbFcsG','fsi','160PXhpVZ','join','sshSync','toString','error','2615quFHuy','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','scp','61119ZiTYSC','uname\x20-a','search','notice','ssh.json','1255624fdFQqR','~/pm2.config.js','ssh','existsSync','140041TCskLz','(((.+)+)+)+$','Checking\x20remote\x20host\x20availability','655770DEoBtG','\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','pm2.config.js','maka\x20reconfig','ses.json','708DmkZEf','constructor','pm2\x20delete\x20all','~/ses.json','155715FODxJX','settings.json','ping','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','12cMRKHw','assign','reconfig','getConfigPath'];a83c=function(){return s;};return a83c();}const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(0x10b))/0x1*(parseInt(n(0x102))/0x2)+parseInt(n(0xf6))/0x3*(-parseInt(n(0xfa))/0x4)+-parseInt(n(0xed))/0x5+parseInt(n(0x100))/0x6*(parseInt(n(0x104))/0x7)+-parseInt(n(0xe6))/0x8+parseInt(n(0x10e))/0x9*(-parseInt(n(0x106))/0xa)+parseInt(n(0xea))/0xb*(parseInt(n(0xf2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x21574));function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xe3;let f=c[d];return f;},a83d(a,b);}const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a83d;if(c){const e=c[o(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const p=a83d;return a83a[p(0x109)]()[p(0xe3)](p(0xeb))[p(0x109)]()[p(0xf3)](a83a)['search'](p(0xeb));});a83a();import a83e from'fs';import a83f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a83q(0xfc),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a83q(0xf0),'isPro':!![],'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a83q(0xee),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a83q;try{const c=this[r(0x105)][r(0xfd)](b['env']),d=a83f['join'](c,r(0xe5)),f=a83e['readFileSync'](d)[r(0x109)](),g=JSON[r(0x103)](f);Object[r(0xfb)](g,{'env':c}),Log[r(0xe4)](r(0xec));const h=SSH[r(0xf8)](r(0x10f),g);if(!h)throw r(0xf9);if(h)Log[r(0xfe)]('Remote\x20host\x20connection\x20successful');const i=a83f[r(0x107)](c,r(0xff),r(0xf1));if(a83e[r(0xe9)](i)){const l={'source':i,'dest':r(0xf5),'verbose':!![]};SSH[r(0x10d)](l,{...g});}const j=a83f[r(0x107)](c,r(0xef));SSH[r(0x10d)]({'source':j,'dest':r(0xe7),'verbose':!![]},{...g});const k=a83f[r(0x107)](c,r(0xf7));SSH[r(0x10d)]({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH[r(0x108)](r(0xf4),g),await SSH[r(0xe8)](r(0x10c),{...g},{'verbose':!![]});}catch(m){console[r(0x10a)](m),process['exit'](0x0);}});
1
+ const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(0x173))/0x1*(parseInt(n(0x16b))/0x2)+-parseInt(n(0x180))/0x3+parseInt(n(0x178))/0x4*(-parseInt(n(0x17c))/0x5)+parseInt(n(0x18a))/0x6+-parseInt(n(0x16a))/0x7+parseInt(n(0x17f))/0x8*(-parseInt(n(0x181))/0x9)+-parseInt(n(0x17b))/0xa*(-parseInt(n(0x171))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x567b4));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a83d;if(c){const e=c[o(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const p=a83d;return a83a['toString']()[p(0x16c)](p(0x16d))['toString']()[p(0x176)](a83a)[p(0x16c)](p(0x16d));});a83a();import a83e from'fs';import a83f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a83c(){const s=['11LMGNwz','maka\x20reconfig','69247jnmacr','uname\x20-a','settings.json','constructor','~/ses.json','8yneoQF','Checking\x20remote\x20host\x20availability','scp','15835160aJrsBM','892695unMctW','maka\x20reconfig\x20--env\x20prod','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','8DoyKRi','451926XSXuyJ','1068498SNQnYR','\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','exit','parse','~/pm2.config.js','success','error','ssh.json','ssh','379974uZkJZz','Remote\x20host\x20connection\x20successful','env','toString','_keys','~/settings.json','fsi','assign','apply','4178496OmltDa','2NSPgan','search','(((.+)+)+)+$','join','readFileSync','notice'];a83c=function(){return s;};return a83c();}function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x165;let f=c[d];return f;},a83d(a,b);}Command['create']({'name':'reconfig','validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a83q(0x172),'isPro':!![],'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a83q(0x182),'examples':[a83q(0x17d)]},async function(a,b){const r=a83q;try{const c=this[r(0x167)]['getConfigPath'](b[r(0x18c)]),d=a83f[r(0x16e)](c,r(0x188)),f=a83e[r(0x16f)](d)[r(0x18d)](),g=JSON[r(0x184)](f);Object[r(0x168)](g,{'env':c}),Log[r(0x170)](r(0x179));const h=SSH['ping'](r(0x174),g);if(!h)throw r(0x17e);if(h)Log[r(0x186)](r(0x18b));const i=a83f[r(0x16e)](c,r(0x165),'ses.json');if(a83e['existsSync'](i)){const l={'source':i,'dest':r(0x177),'verbose':!![]};SSH[r(0x17a)](l,{...g});}const j=a83f[r(0x16e)](c,'pm2.config.js');SSH[r(0x17a)]({'source':j,'dest':r(0x185),'verbose':!![]},{...g});const k=a83f[r(0x16e)](c,r(0x175));SSH[r(0x17a)]({'source':k,'dest':r(0x166),'verbose':!![]},{...g}),SSH['sshSync']('pm2\x20delete\x20all',g),await SSH[r(0x189)]('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',{...g},{'verbose':!![]});}catch(m){console[r(0x187)](m),process[r(0x183)](0x0);}});
@@ -1 +1 @@
1
- function a84c(){var i=['apply','2919707WGrlsi','toString','22662594kCBvHJ','3216664qwhKWH','246McAFzu','search','590zpRzRb','7278GjKfGs','15562yMDSJS','615137FrmwUd','2011968XNBXZk','(((.+)+)+)+$'];a84c=function(){return i;};return a84c();}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x79))/0x1+-parseInt(f(0x78))/0x2*(parseInt(f(0x81))/0x3)+-parseInt(f(0x80))/0x4+-parseInt(f(0x83))/0x5*(-parseInt(f(0x77))/0x6)+-parseInt(f(0x7d))/0x7+parseInt(f(0x7a))/0x8+parseInt(f(0x7f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x6afea));function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x77;var f=c[d];return f;},a84d(a,b);}var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0x7e)]()[h(0x82)](h(0x7b))[h(0x7e)]()['constructor'](a84a)[h(0x82)]('(((.+)+)+)+$');});a84a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x186;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x190))/0x1+parseInt(f(0x187))/0x2+-parseInt(f(0x18a))/0x3+parseInt(f(0x189))/0x4*(parseInt(f(0x18b))/0x5)+parseInt(f(0x192))/0x6+parseInt(f(0x18d))/0x7*(parseInt(f(0x18f))/0x8)+-parseInt(f(0x18c))/0x9*(parseInt(f(0x188))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xaa5aa));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0x186)]()[h(0x194)](h(0x18e))[h(0x186)]()[h(0x191)](a84a)[h(0x194)]('(((.+)+)+)+$');});function a84c(){var i=['8514432CpibuK','437702BoJohe','constructor','7412166yZBQhB','apply','search','toString','2658716IRPuCT','256820onscvC','105236xrBWsg','3938493vWjavX','210OgssDW','801cOUwqW','7AxXStT','(((.+)+)+)+$'];a84c=function(){return i;};return a84c();}a84a();import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a85l=a85d;(function(a,b){const i=a85d,c=a();while(!![]){try{const d=-parseInt(i(0xa3))/0x1+parseInt(i(0x9f))/0x2*(parseInt(i(0xa8))/0x3)+parseInt(i(0x9b))/0x4*(-parseInt(i(0x90))/0x5)+-parseInt(i(0x98))/0x6*(parseInt(i(0xa5))/0x7)+-parseInt(i(0x95))/0x8*(-parseInt(i(0xad))/0x9)+parseInt(i(0xa4))/0xa+parseInt(i(0x9a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x7f896));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a85d;if(c){const e=c[j(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const k=a85d;return a85a['toString']()[k(0xb0)](k(0xae))[k(0xab)]()['constructor'](a85a)['search'](k(0xae));});function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x8d;let f=c[d];return f;},a85d(a,b);}a85a();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(0xa1)]({'name':a85l(0x97),'aliases':['d'],'shortDesc':a85l(0xa0),'description':a85l(0x99),'usage':a85l(0x8d),'isPro':!![],'validOpts':['']},async function(){const m=a85l;try{const a=this[m(0x96)][m(0xac)](),b=this['fsi']['getConfigPath']('docker'),c=a85f['join'](b,m(0x93)),d=a85f[m(0x9e)](b,m(0xaa));Log[m(0x94)](m(0xa2)+d),Log[m(0x94)](m(0xa6)+c);if(!a85g[m(0x8f)](c)){const f={'app':a[m(0x8e)],'appFileCase':paramCase(a[m(0x8e)])},g=this[m(0x96)][m(0x9d)]({'srcPath':m(0xa9),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(m(0x92)+b+m(0xa7),{'stdio':m(0x91)});}catch(h){process[m(0xaf)](0x1);}},a85e);function a85c(){const n=['\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','22822184NQKglH','756csWjAg','apply','templateContent','join','8026OEBcUX','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','create','PM2\x20Config\x20File:\x20','835357dXeNME','5073000yjUKyI','3065272ZeUNBt','Docker\x20Compose\x20Path:\x20','\x20up\x20--remove-orphans','15dEQgKB','config/docker-compose.yaml','pm2.config.js','toString','getProjectConfig','639BZMpKT','(((.+)+)+)+$','exit','search','maka\x20run\x20docker','appName','existsSync','23065UFqVMu','inherit','docker-compose\x20--project-directory\x20','docker-compose.yaml','notice','7368bgfCtk','fsi','docker','6KXblTj'];a85c=function(){return n;};return a85c();}
1
+ const a85k=a85d;(function(a,b){const i=a85d,c=a();while(!![]){try{const d=parseInt(i(0x1c1))/0x1+parseInt(i(0x1bc))/0x2*(parseInt(i(0x1b4))/0x3)+-parseInt(i(0x1b9))/0x4+parseInt(i(0x1b1))/0x5+-parseInt(i(0x1c3))/0x6*(parseInt(i(0x1b5))/0x7)+parseInt(i(0x1c0))/0x8*(-parseInt(i(0x1bf))/0x9)+-parseInt(i(0x1ac))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x288b2));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[j(0x1af)]()[j(0x1bd)](j(0x1bb))[j(0x1af)]()['constructor'](a85a)[j(0x1bd)](j(0x1bb));});a85a();import a85e from'./run.command.js';function a85c(){const m=['(((.+)+)+)+$','99926Lrkvls','search','Docker\x20Compose\x20Path:\x20','125478bVlMls','40AqfPOj','180613fqvNPj','docker-compose.yaml','18gisdTF','createFile','join','\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','docker','config/docker-compose.yaml','PM2\x20Config\x20File:\x20','fsi','docker-compose\x20--project-directory\x20','maka\x20run\x20docker','744260onfTuA','appName','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','toString','inherit','1177925GXInky','\x20up\x20--remove-orphans','getProjectConfig','6iUXooq','231567RowwHZ','notice','getConfigPath','exit','426716upQgzd','pm2.config.js'];a85c=function(){return m;};return a85c();}import{execSync}from'child_process';import a85f from'path';import a85g from'fs';import{Log}from'../../tools/log/log.class.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a85d(a,b);}import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a85k(0x1c7),'aliases':['d'],'shortDesc':a85k(0x1ae),'description':a85k(0x1c6),'usage':a85k(0x1ab),'isPro':!![],'validOpts':['']},async function(){const l=a85k;try{const a=this[l(0x1a9)][l(0x1b3)](),b=this[l(0x1a9)][l(0x1b7)](l(0x1c7)),c=a85f['join'](b,l(0x1c2)),d=a85f[l(0x1c5)](b,l(0x1ba));Log['notice'](l(0x1a8)+d),Log[l(0x1b6)](l(0x1be)+c);if(!a85g['existsSync'](c)){const f={'app':a[l(0x1ad)],'appFileCase':paramCase(a['appName'])},g=this[l(0x1a9)]['templateContent']({'srcPath':l(0x1c8),'context':f})+'\x0a';this[l(0x1a9)][l(0x1c4)]({'filePath':c,'data':g});}execSync(l(0x1aa)+b+l(0x1b2),{'stdio':l(0x1b0)});}catch(h){process[l(0x1b8)](0x1);}},a85e);
@@ -1 +1 @@
1
- const a86t=a86d;(function(a,b){const q=a86d,c=a();while(!![]){try{const d=parseInt(q(0xa4))/0x1*(-parseInt(q(0xd1))/0x2)+parseInt(q(0xa0))/0x3*(parseInt(q(0xc5))/0x4)+-parseInt(q(0xab))/0x5*(-parseInt(q(0xc1))/0x6)+parseInt(q(0xcd))/0x7+parseInt(q(0xc2))/0x8+-parseInt(q(0xaa))/0x9*(parseInt(q(0xbd))/0xa)+-parseInt(q(0xd6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x795bd));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 r=a86d;return a86a[r(0xbb)]()[r(0x99)](r(0xd5))[r(0xbb)]()[r(0xb6)](a86a)[r(0x99)](r(0xd5));});a86a();import a86e from'path';import a86f from'fs';import a86g from'dotenv';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x98;let f=c[d];return f;},a86d(a,b);}import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const s=a86d;a86f['openSync'](a,'r'),a86g[s(0xc0)]({'path':a});},Run=Command[a86t(0xc8)]({'name':a86t(0xd0),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a86t(0xb0),'validOpts':[a86t(0xca),a86t(0xc7),a86t(0xb9),a86t(0xa1),a86t(0xa8),a86t(0xbc),a86t(0xa9),'allowIncompatibleUpdate',a86t(0xb3),'x',a86t(0x9b),a86t(0x9e)]},async function(a,b){const u=a86t;try{const c=this['fsi'][u(0xb2)]();!this[u(0x9a)]['checkMeteorPackage']('autoupdate')&&(Log[u(0xa2)]('Verifying\x20meteor\x20package\x20requirements\x20...'),await this[u(0x9a)][u(0xd2)](u(0xa7),{'cwd':c}));const d=a[0x0];if(d===u(0xae)){const m=this[u(0x9a)]['findProjectDirectory'](),n=a86e[u(0xa5)](m,u(0xa3),u(0xcc),u(0xac),'cordova-build');this[u(0x9a)][u(0xcf)](n)&&await rimraf(n);}if(b[u(0xd7)]&&b[u(0xd7)]===!![]||b['m']&&b['m']===!![])throw u(0xd8);await this[u(0x9a)]['compareMakaToLatest']();const f=b[u(0xca)]?b[u(0xca)]:u(0xbf),g=this[u(0x9a)][u(0xaf)](f),h=a86e[u(0xa5)](g,'process.env');let i=a86e[u(0xa5)](g,u(0xd9));b['settings']?i=b[u(0xd4)]:i=a86e[u(0xa5)](g,'settings.json');if(this[u(0x9a)][u(0xb5)](h)&&!b['docker'])Log['notice'](u(0x9f)+h),syncSource(h);else!b[u(0xc7)]&&Log[u(0xb7)](u(0xc4)+h);this[u(0x9a)][u(0xb5)](i)?(Log['notice'](u(0x98)+i),a=a[u(0xcb)]([u(0x9c),i])):Log[u(0xb7)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[u(0x9d)](a86e[u(0xd3)]),k=j[j[u(0xce)]-0x1];k===u(0x9e)&&a[u(0xc9)](u(0xb8));const l=process[u(0xba)][u(0xa6)](0x2)[u(0xbe)](o=>o!==u(0xd0))[u(0xbe)](o=>o!==a[0x0]);l[u(0xad)]((o,p)=>{const v=u;o===v(0xc6)&&l[v(0xb4)](p,0x2),o==='-e'&&l[v(0xb4)](p,0x2);}),this[u(0x9a)][u(0xb1)](u(0xd0),a['concat'](l));}catch(o){console[u(0xc3)](o),process['exit'](0x1);}});export default Run;function a86c(){const w=['--production','rawLogs','argv','toString','mobileServer','10PvNjDo','filter','development','config','1245462VaURyw','3572488qMfMUB','error','Cannot\x20find\x20Node\x20Environment\x20File:\x20','212ZIsDhg','--env','docker','create','push','env','concat','.meteor','707427tSfjRl','length','isDirectory','run','62MXjGFQ','installMeteorPackage','sep','settings','(((.+)+)+)+$','5044523UbcCdS','mobile-server','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)','settings.json','Meteor\x20Settings:\x20','search','fsi','exclude-archs','--settings','split','production','Node\x20Env\x20Config:\x20','51426nbPzpl','port','notice','app','23357nBlACs','join','slice','autoupdate','inspect','verbose','3592206cXaitO','15KhmACg','local','forEach','ios','getConfigPath','\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.','invokeMeteorCommand','findProjectDirectory','extraPackages','splice','isFile','constructor','warn'];a86c=function(){return w;};return a86c();}
1
+ const a86u=a86d;(function(a,b){const q=a86d,c=a();while(!![]){try{const d=parseInt(q(0x1f2))/0x1*(-parseInt(q(0x209))/0x2)+-parseInt(q(0x1ff))/0x3+parseInt(q(0x1f1))/0x4*(parseInt(q(0x1fd))/0x5)+parseInt(q(0x1f6))/0x6*(-parseInt(q(0x1f4))/0x7)+parseInt(q(0x1d0))/0x8+parseInt(q(0x203))/0x9+parseInt(q(0x201))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x844b2));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a86d;if(c){const e=c[r(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const s=a86d;return a86a[s(0x1fb)]()[s(0x1d4)](s(0x1f0))['toString']()['constructor'](a86a)[s(0x1d4)](s(0x1f0));});function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1cf;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 x=['compareMakaToLatest','error','Meteor\x20Settings:\x20','Verifying\x20meteor\x20package\x20requirements\x20...','env','argv','fsi','(((.+)+)+)+$','4PGRgOA','454bjTExW','\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.','76265FKDJwp','concat','6dUzeKW','production','join','exclude-archs','mobileServer','toString','app','1188665qogyqy','warn','406482pBpcSy','process.env','3112370fNBdIh','local','1427355GMyIcT','sep','openSync','--production','forEach','ios','2776EvQDpz','findProjectDirectory','mobile-server','4886800ODxVAn','allowIncompatibleUpdate','config','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)','search','.meteor','split','apply','push','extraPackages','Run\x20your\x20Meteor\x20application','verbose','settings','inspect','splice','notice','port','autoupdate','run','isDirectory','settings.json','filter','checkMeteorPackage','invokeMeteorCommand','docker'];a86c=function(){return x;};return a86c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a86d;a86f[t(0x205)](a,'r'),a86g[t(0x1d2)]({'path':a});},Run=Command['create']({'name':a86u(0x1e2),'mustBeInMakaProject':!![],'shortDesc':a86u(0x1da),'description':a86u(0x1f3),'validOpts':['env',a86u(0x1e8),'rawLogs',a86u(0x1e0),a86u(0x1dd),a86u(0x1fa),a86u(0x1db),a86u(0x1d1),a86u(0x1d9),'x',a86u(0x1f9),a86u(0x1f7)]},async function(a,b){const v=a86u;try{const c=this[v(0x1ef)][v(0x20a)]();!this[v(0x1ef)][v(0x1e6)]('autoupdate')&&(Log['notice'](v(0x1ec)),await this[v(0x1ef)]['installMeteorPackage'](v(0x1e1),{'cwd':c}));const d=a[0x0];if(d===v(0x208)){const m=this[v(0x1ef)][v(0x20a)](),n=a86e[v(0x1f8)](m,v(0x1fc),v(0x1d5),v(0x202),'cordova-build');this[v(0x1ef)][v(0x1e3)](n)&&await rimraf(n);}if(b[v(0x1cf)]&&b[v(0x1cf)]===!![]||b['m']&&b['m']===!![])throw v(0x1d3);await this[v(0x1ef)][v(0x1e9)]();const f=b[v(0x1ed)]?b[v(0x1ed)]:'development',g=this[v(0x1ef)]['getConfigPath'](f),h=a86e[v(0x1f8)](g,v(0x200));let i=a86e[v(0x1f8)](g,'settings.json');b[v(0x1dc)]?i=b[v(0x1dc)]:i=a86e[v(0x1f8)](g,v(0x1e4));if(this[v(0x1ef)]['isFile'](h)&&!b[v(0x1e8)])Log['notice']('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b[v(0x1e8)]&&Log[v(0x1fe)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+h);this[v(0x1ef)]['isFile'](i)?(Log[v(0x1df)](v(0x1eb)+i),a=a[v(0x1f5)](['--settings',i])):Log[v(0x1fe)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0x1d6)](a86e[v(0x204)]),k=j[j['length']-0x1];k===v(0x1f7)&&a[v(0x1d8)](v(0x206));const l=process[v(0x1ee)]['slice'](0x2)[v(0x1e5)](o=>o!==v(0x1e2))[v(0x1e5)](o=>o!==a[0x0]);l[v(0x207)]((o,p)=>{const w=v;o==='--env'&&l['splice'](p,0x2),o==='-e'&&l[w(0x1de)](p,0x2);}),this[v(0x1ef)][v(0x1e7)](v(0x1e2),a['concat'](l));}catch(o){console[v(0x1ea)](o),process['exit'](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0xb4))/0x1*(-parseInt(f(0xb0))/0x2)+parseInt(f(0xae))/0x3+parseInt(f(0xb5))/0x4+parseInt(f(0xb6))/0x5*(-parseInt(f(0xab))/0x6)+-parseInt(f(0xb3))/0x7+-parseInt(f(0xac))/0x8+parseInt(f(0xb1))/0x9*(parseInt(f(0xb2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x4f7f9));function a87c(){var i=['850216xfBOMQ','476230cRrcIj','(((.+)+)+)+$','30AMDPmW','190648fGwbkq','apply','1379982tCCeOF','toString','2iijXzb','2366262OqMNfw','30GHdfzE','3413655LFnKyj','147951XpKheV'];a87c=function(){return i;};return a87c();}function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xaa;var f=c[d];return f;},a87d(a,b);}var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a['toString']()['search'](h(0xaa))[h(0xaf)]()['constructor'](a87a)['search']('(((.+)+)+)+$');});a87a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0xe2))/0x1*(-parseInt(f(0xe3))/0x2)+-parseInt(f(0xe8))/0x3*(parseInt(f(0xdb))/0x4)+parseInt(f(0xdc))/0x5*(parseInt(f(0xe1))/0x6)+parseInt(f(0xdd))/0x7*(parseInt(f(0xe5))/0x8)+parseInt(f(0xe6))/0x9*(-parseInt(f(0xe0))/0xa)+parseInt(f(0xdf))/0xb+parseInt(f(0xe4))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xd09aa));function a87c(){var h=['(((.+)+)+)+$','4566881zQFlyk','43060pBgIZw','684GqEUCt','203003KouhOA','4obIneS','15967980nPYIlZ','48WmhTsi','3447NyFfuu','search','652551QFXXHf','toString','8RArYvh','61145JTdGIk','238861KHaUkz'];a87c=function(){return h;};return a87c();}var a87b=(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;};}()),a87a=a87b(this,function(){var g=a87d;return a87a['toString']()['search'](g(0xde))[g(0xda)]()['constructor'](a87a)[g(0xe7)]('(((.+)+)+)+$');});a87a();function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xda;var f=c[d];return f;},a87d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a88k=a88d;function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xb6;let f=c[d];return f;},a88d(a,b);}(function(a,b){const h=a88d,c=a();while(!![]){try{const d=-parseInt(h(0xda))/0x1+-parseInt(h(0xd9))/0x2+parseInt(h(0xde))/0x3*(-parseInt(h(0xd4))/0x4)+-parseInt(h(0xb7))/0x5+-parseInt(h(0xb8))/0x6*(parseInt(h(0xd7))/0x7)+parseInt(h(0xd5))/0x8+parseInt(h(0xc3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x4c7ac));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a88d;if(c){const e=c[i(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const j=a88d;return a88a[j(0xcb)]()[j(0xd1)](j(0xce))[j(0xcb)]()[j(0xcd)](a88a)['search'](j(0xce));});a88a();function a88c(){const m=['618320lLDpCy','maka\x20set:global-config\x20--cacert\x20<path>','Set\x20global\x20Maka-CLI\x20settings','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','33UelefB','dark','allowInsecure','787450OHnGEu','751110MkWJWM','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','fsi','openai','Set\x20color\x20pallet\x20to:\x20','apply','maka\x20set:global-config','error','resolve','maka\x20set:gc\x20--workspace\x20<path>','create','16558686qCiNcj','maka\x20set:gc\x20--insecure\x20<path>','disallowInsecure','cacert','workspace','Set\x20OpenAI\x20Key:\x20','isDirectory','light','toString','setGlobalConfig','constructor','(((.+)+)+)+$','help','Set\x20workspace:\x20','search','pallet','success','212104kMLnSE','3814280kHzBOa','global-config','14byqbcf','exit','787826SdtSBp'];a88c=function(){return m;};return a88c();}import a88e from'path';import a88f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a88k(0xc2)]({'name':a88k(0xd6),'usage':a88k(0xbe),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a88k(0xc6),'boolFlag':![]},{'name':'allowInsecure','boolFlag':!![]},{'name':a88k(0xc5),'boolFlag':!![]},{'name':a88k(0xc7),'boolFlag':![]},{'name':'openai','boolFlag':![]},{'name':a88k(0xcf),'boolFlag':!![]},{'name':'pallet','values':[a88k(0xca),a88k(0xdf)]}],'shortDesc':a88k(0xdc),'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':[a88k(0xdb),a88k(0xc4),a88k(0xc1)]},async function(a,b){const l=a88k;try{if(b['cacert']){if(this[l(0xba)]['isFile'](b['cacert']))await this[l(0xba)][l(0xcc)]({'cert':b[l(0xc6)]}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b[l(0xc6)]);else{const c=typeof b['cacert']==='boolean'?l(0xdd):l(0xb9)+b['cacert'];throw Log[l(0xbf)](c);}}if(b[l(0xc7)]){const d=this[l(0xba)][l(0xc9)](b[l(0xc7)]);if(d)await this[l(0xba)][l(0xcc)]({'workspace':a88e[l(0xc0)](b[l(0xc7)])}),Log[l(0xd3)](l(0xd0)+a88e['resolve'](b[l(0xc7)]));else throw Log['error']('Could\x20not\x20find\x20directory');}b['openai']&&(await this['fsi']['setGlobalConfig']({'openai':b['openai']}),Log[l(0xd3)](l(0xc8)+b[l(0xbb)]));b[l(0xd2)]&&(await this[l(0xba)]['setGlobalConfig']({'pallet':b['pallet']}),Log[l(0xd3)](l(0xbc)+b[l(0xd2)]));if(b[l(0xb6)]){if(b['allowInsecure']&&b[l(0xc5)])throw Log[l(0xbf)]('One\x20or\x20the\x20other\x20buddy');let f=b[l(0xb6)];b[l(0xc5)]&&(f=![]),await this[l(0xba)]['setGlobalConfig']({'allowInsecure':f}),Log[l(0xd3)]('Set\x20allowInsecure:\x20'+f);}process[l(0xd8)](0x0);}catch(g){console[l(0xbf)](g),process['exit'](0x0);}},a88f);
1
+ function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xf9;let f=c[d];return f;},a88d(a,b);}const a88k=a88d;(function(a,b){const h=a88d,c=a();while(!![]){try{const d=parseInt(h(0x120))/0x1+parseInt(h(0x101))/0x2+-parseInt(h(0x112))/0x3+-parseInt(h(0x111))/0x4+parseInt(h(0xfe))/0x5*(-parseInt(h(0x117))/0x6)+-parseInt(h(0x110))/0x7+parseInt(h(0xfb))/0x8*(parseInt(h(0x116))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x84891));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a88d;if(c){const e=c[i(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const j=a88d;return a88a[j(0x115)]()[j(0x102)](j(0x125))['toString']()['constructor'](a88a)[j(0x102)](j(0x125));});a88a();function a88c(){const m=['Set\x20allowInsecure:\x20','isFile','Set\x20color\x20pallet\x20to:\x20','success','496cbLxrH','One\x20or\x20the\x20other\x20buddy','light','1348180sBkJNt','fsi','help','1074930JELkJL','search','isDirectory','maka\x20set:global-config','cacert','Could\x20not\x20find\x20directory','setGlobalConfig','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','workspace','allowInsecure','boolean','dark','apply','Set\x20workspace:\x20','maka\x20set:gc\x20--insecure\x20<path>','4294122OIMjoJ','915524fWKgCW','2333025jAFMtU','global-config','openai','toString','126378gViYJM','6PSaOLY','resolve','Set\x20OpenAI\x20Key:\x20','create','Set\x20CA\x20Cert\x20Path:\x20','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','disallowInsecure','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','1024434dsRNwQ','maka\x20set:gc\x20--workspace\x20<path>','exit','pallet','error','(((.+)+)+)+$','Set\x20global\x20Maka-CLI\x20settings'];a88c=function(){return m;};return a88c();}import a88e from'path';import a88f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a88k(0x11a)]({'name':a88k(0x113),'usage':a88k(0x104),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a88k(0x105),'boolFlag':![]},{'name':a88k(0x10a),'boolFlag':!![]},{'name':a88k(0x11d),'boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':a88k(0x114),'boolFlag':![]},{'name':a88k(0x100),'boolFlag':!![]},{'name':'pallet','values':[a88k(0xfd),a88k(0x10c)]}],'shortDesc':a88k(0x126),'description':a88k(0x11f),'examples':[a88k(0x11e),a88k(0x10f),a88k(0x121)]},async function(a,b){const l=a88k;try{if(b[l(0x105)]){if(this[l(0xff)][l(0x128)](b['cacert']))await this[l(0xff)][l(0x107)]({'cert':b[l(0x105)]}),Log[l(0xfa)](l(0x11b)+b[l(0x105)]);else{const c=typeof b[l(0x105)]===l(0x10b)?l(0x11c):l(0x108)+b[l(0x105)];throw Log['error'](c);}}if(b[l(0x109)]){const d=this[l(0xff)][l(0x103)](b[l(0x109)]);if(d)await this[l(0xff)][l(0x107)]({'workspace':a88e[l(0x118)](b[l(0x109)])}),Log[l(0xfa)](l(0x10e)+a88e[l(0x118)](b['workspace']));else throw Log[l(0x124)](l(0x106));}b[l(0x114)]&&(await this[l(0xff)][l(0x107)]({'openai':b['openai']}),Log[l(0xfa)](l(0x119)+b[l(0x114)]));b[l(0x123)]&&(await this[l(0xff)]['setGlobalConfig']({'pallet':b[l(0x123)]}),Log[l(0xfa)](l(0xf9)+b[l(0x123)]));if(b[l(0x10a)]){if(b['allowInsecure']&&b['disallowInsecure'])throw Log[l(0x124)](l(0xfc));let f=b[l(0x10a)];b['disallowInsecure']&&(f=![]),await this[l(0xff)][l(0x107)]({'allowInsecure':f}),Log['success'](l(0x127)+f);}process[l(0x122)](0x0);}catch(g){console['error'](g),process[l(0x122)](0x0);}},a88f);
@@ -1 +1 @@
1
- function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1bc;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(0x1be))/0x1*(-parseInt(f(0x1c8))/0x2)+parseInt(f(0x1c1))/0x3*(parseInt(f(0x1bc))/0x4)+-parseInt(f(0x1ca))/0x5*(parseInt(f(0x1cf))/0x6)+parseInt(f(0x1bf))/0x7+-parseInt(f(0x1c6))/0x8*(parseInt(f(0x1ce))/0x9)+-parseInt(f(0x1c5))/0xa+parseInt(f(0x1c0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x797ac));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a['toString']()['search']('(((.+)+)+)+$')[h(0x1cb)]()[h(0x1c9)](a89a)[h(0x1c2)](h(0x1c4));});function a89c(){var k=['toString','create','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','184383TnFBZa','2590428ElJUhj','maka\x20set:local-config','1110288ZrVcBW','Sorry,\x20not\x20implemented\x20yet','4PTnNtb','12761qTFqCB','400675mZuwuZ','6ebcyFZ','search','apply','(((.+)+)+)+$','2187290xCZnFm','88uklrDy','notice','390006tyRiyy','constructor','5EkgDkA'];a89c=function(){return k;};return a89c();}a89a();import a89e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a89i(0x1cc)]({'name':'local-config','usage':a89i(0x1d0),'examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a89i(0x1cd)},async function(){var j=a89i;Log[j(0x1c7)](j(0x1bd));},a89e);
1
+ var a89i=a89d;(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x7b))/0x1*(parseInt(f(0x7e))/0x2)+-parseInt(f(0x8a))/0x3*(parseInt(f(0x79))/0x4)+-parseInt(f(0x82))/0x5*(parseInt(f(0x86))/0x6)+-parseInt(f(0x89))/0x7+-parseInt(f(0x85))/0x8+-parseInt(f(0x83))/0x9*(-parseInt(f(0x80))/0xa)+parseInt(f(0x87))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xd6c27));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x8c)]()[h(0x84)](h(0x88))[h(0x8c)]()['constructor'](a89a)[h(0x84)](h(0x88));});function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x79;var f=c[d];return f;},a89d(a,b);}function a89c(){var k=['202990mOBtGa','Set\x20local\x20maka\x20app\x20settings','20gIEKZM','747QxCDIb','search','599360ucfxfd','851430tytThc','20082381fkZHxM','(((.+)+)+)+$','3770186QnHiQs','782733BFMfno','create','toString','12nttsBq','apply','2AoHFMn','notice','Sorry,\x20not\x20implemented\x20yet','666962lPGwiz','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'];a89c=function(){return k;};return a89c();}a89a();import a89e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a89i(0x8b)]({'name':'local-config','usage':'maka\x20set:local-config','examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a89i(0x81),'validOpts':[],'description':a89i(0x7f)},async function(){var j=a89i;Log[j(0x7c)](j(0x7d));},a89e);
@@ -1 +1 @@
1
- const a90i=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(0xf5))/0x1+-parseInt(f(0xf8))/0x2+-parseInt(f(0xe7))/0x3*(parseInt(f(0xe3))/0x4)+-parseInt(f(0xed))/0x5*(-parseInt(f(0xee))/0x6)+-parseInt(f(0xe6))/0x7*(-parseInt(f(0xef))/0x8)+parseInt(f(0xe8))/0x9+parseInt(f(0xec))/0xa*(-parseInt(f(0xeb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8efa3));function a90c(){const k=['92706JEBQPd','222664RpFiaT','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','\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','maka\x20set:<sub-command>','set','(((.+)+)+)+$','789094ANgGjM','apply','constructor','12118ZScGQc','create','4uHqWUz','search','findSubCommand','287xYWNYh','1108437JOVMKS','7210566wsVOzt','runSubCommand','toString','9420983RQmpFq','10DMjVLV','215vFMcJE'];a90c=function(){return k;};return a90c();}const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a90d;if(c){const e=c[g(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const h=a90d;return a90a[h(0xea)]()[h(0xe4)](h(0xf4))[h(0xea)]()[h(0xf7)](a90a)[h(0xe4)]('(((.+)+)+)+$');});a90a();import{Command}from'../../command.js';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xe3;let f=c[d];return f;},a90d(a,b);}const SetCommand=Command[a90i(0xf9)]({'name':a90i(0xf3),'usage':a90i(0xf2),'shortDesc':a90i(0xf0),'description':a90i(0xf1),'validOpts':[]},async function(a,b){const j=a90i,c=a[0x0],d=this[j(0xe5)](c);d&&this[j(0xe9)](c,a,b);});export default SetCommand;
1
+ const a90i=a90d;function a90c(){const k=['792xotxJw','113zmoCSJ','create','apply','29614630YzAiXq','maka\x20set:<sub-command>','\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','3332166ruqNcm','(((.+)+)+)+$','3297736uqhgEX','74179fVjSce','set','1451496kECvxS','constructor','findSubCommand','14830lxhWol','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','783170HVpKfV','9zONFlu','toString','runSubCommand','search'];a90c=function(){return k;};return a90c();}(function(a,b){const f=a90d,c=a();while(!![]){try{const d=parseInt(f(0x1c5))/0x1*(-parseInt(f(0x1d3))/0x2)+-parseInt(f(0x1d0))/0x3+parseInt(f(0x1cd))/0x4+-parseInt(f(0x1bf))/0x5+-parseInt(f(0x1cb))/0x6+parseInt(f(0x1ce))/0x7*(-parseInt(f(0x1c4))/0x8)+-parseInt(f(0x1c0))/0x9*(-parseInt(f(0x1c8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xaba60));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a90d;if(c){const e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const h=a90d;return a90a[h(0x1c1)]()[h(0x1c3)](h(0x1cc))[h(0x1c1)]()[h(0x1d1)](a90a)[h(0x1c3)](h(0x1cc));});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x1be;let f=c[d];return f;},a90d(a,b);}a90a();import{Command}from'../../command.js';const SetCommand=Command[a90i(0x1c6)]({'name':a90i(0x1cf),'usage':a90i(0x1c9),'shortDesc':a90i(0x1be),'description':a90i(0x1ca),'validOpts':[]},async function(a,b){const j=a90i,c=a[0x0],d=this[j(0x1d2)](c);d&&this[j(0x1c2)](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(0x1e9))/0x1*(parseInt(j(0x1ea))/0x2)+parseInt(j(0x1e7))/0x3*(parseInt(j(0x1e0))/0x4)+parseInt(j(0x1ef))/0x5+parseInt(j(0x1f1))/0x6+parseInt(j(0x1da))/0x7+parseInt(j(0x1dd))/0x8*(-parseInt(j(0x1d9))/0x9)+-parseInt(j(0x1e3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xb6f2f));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a91d;if(c){const e=c[k(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const l=a91d;return a91a[l(0x1f0)]()[l(0x1e1)](l(0x1eb))['toString']()['constructor'](a91a)[l(0x1e1)](l(0x1eb));});a91a();function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a91d(a,b);}import a91e from'fs';import a91f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a91c(){const o=['parse','2766viVcra','env','1GARhuF','69770LnklEe','(((.+)+)+)+$','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','ssh.json','maka\x20ssh\x20--env\x20staging','4739075xIInoG','toString','2242458OPGLiO','sshSync','apply','error','967203ODajVW','9692382tdqCQM','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','create','104luytMD','getConfigPath','maka\x20ssh\x20<command>','636FykKKT','search','join','6714670uzDYfY','verbose','fsi'];a91c=function(){return o;};return a91c();}import{Log}from'../tools/log/log.class.js';Command[a91m(0x1dc)]({'name':'ssh','usage':a91m(0x1df),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a91m(0x1e8),'verbose'],'isPro':!![],'shortDesc':a91m(0x1ec),'examples':['maka\x20ssh\x20--env\x20dev',a91m(0x1ee),'maka\x20ssh\x20--env\x20prod','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22',a91m(0x1db),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const n=a91m;try{const c=this[n(0x1e5)][n(0x1de)](b[n(0x1e8)]);let d='';a['length']>0x0&&(d=a[0x0]);const f=a91f[n(0x1e2)](c,n(0x1ed)),g=a91e['readFileSync'](f)['toString'](),h=JSON[n(0x1e6)](g);Object['assign'](h,{'env':c}),SSH[n(0x1f2)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x1e4)]});}catch(i){Log[n(0x1f4)](i),process['exit'](0x1);}});
1
+ const a91m=a91d;function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0xb7;let f=c[d];return f;},a91d(a,b);}(function(a,b){const j=a91d,c=a();while(!![]){try{const d=parseInt(j(0xd5))/0x1+parseInt(j(0xbd))/0x2+parseInt(j(0xc4))/0x3*(-parseInt(j(0xc5))/0x4)+parseInt(j(0xbc))/0x5*(parseInt(j(0xbb))/0x6)+parseInt(j(0xb9))/0x7+parseInt(j(0xcd))/0x8*(parseInt(j(0xc8))/0x9)+-parseInt(j(0xc9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x3657e));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a91d;if(c){const e=c[k(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const l=a91d;return a91a[l(0xb7)]()[l(0xbf)](l(0xcb))[l(0xb7)]()[l(0xd2)](a91a)[l(0xbf)](l(0xcb));});a91a();import a91e from'fs';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';function a91c(){const o=['search','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','maka\x20ssh\x20--env\x20staging','sshSync','13863nNTFfg','24pMKxrJ','maka\x20ssh\x20--env\x20dev','length','45ALYEGj','6019320Skdgfz','ssh.json','(((.+)+)+)+$','create','214936tLFInz','apply','env','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','verbose','constructor','readFileSync','error','195141crZFAq','maka\x20ssh\x20--env\x20prod','toString','ssh','1972439XHmfhm','fsi','11274VKtQCq','320VuCObq','241478CBoepL','exit'];a91c=function(){return o;};return a91c();}Command[a91m(0xcc)]({'name':a91m(0xb8),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a91m(0xcf)],'validOpts':[a91m(0xcf),a91m(0xd1)],'isPro':!![],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':[a91m(0xc6),a91m(0xc2),a91m(0xd6),a91m(0xc0),a91m(0xd0),a91m(0xc1)]},async function(a,b){const n=a91m;try{const c=this[n(0xba)]['getConfigPath'](b['env']);let d='';a[n(0xc7)]>0x0&&(d=a[0x0]);const f=a91f['join'](c,n(0xca)),g=a91e[n(0xd3)](f)[n(0xb7)](),h=JSON['parse'](g);Object['assign'](h,{'env':c}),SSH[n(0xc3)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0xd1)]});}catch(i){Log[n(0xd4)](i),process[n(0xbe)](0x1);}});
@@ -1 +1 @@
1
- const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=parseInt(v(0xbd))/0x1+-parseInt(v(0xb5))/0x2+parseInt(v(0xd7))/0x3*(parseInt(v(0xd4))/0x4)+-parseInt(v(0xcf))/0x5+-parseInt(v(0xb4))/0x6+-parseInt(v(0xe9))/0x7*(-parseInt(v(0xb7))/0x8)+parseInt(v(0xc2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xdca02));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0xb6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a[x(0xc7)]()[x(0xee)](x(0xce))[x(0xc7)]()[x(0xd6)](a92a)[x(0xee)](x(0xce));});a92a();import a92e from'fs';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';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0xb4;let f=c[d];return f;},a92d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';function a92c(){const A=['Create\x20and\x20manage\x20your\x20SSL\x20operations.','fsi','domains','existsSync','16642674aULeei','writeFileSync','withSpinner','[?]\x20Domains\x20to\x20register:\x20','sudo\x20snap\x20install\x20--classic\x20certbot','toString','.crt','Verifying\x20Letsencrypt\x20configuration','uname\x20-a','mkKeysDir','.key','/ssh.json','(((.+)+)+)+$','5274515epddZO','readFileSync','exit','.csr','ping','99300xcvYlw','ssl','constructor','69JYZgft','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','ask','notice','Please\x20provide\x20a\x20command.','parse','email','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','Remote\x20host\x20connection\x20successful','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','start','letsencrypt.json','letsencrypt','generate-csr','env','appName','assign','create','1918133lGshLa','getConfigPath','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','join','Checking\x20remote\x20host\x20availability','search','4181454MOBMjE','1353506FvXJvh','apply','8QPlgey','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','stringify','ssh','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','maka\x20ssl\x20[command]','638067ytSvpe'];a92c=function(){return A;};return a92c();}Command[a92y(0xe8)]({'name':a92y(0xd5),'usage':a92y(0xbc),'validOpts':[a92y(0xc0),a92y(0xdd)],'requiredOpts':['env'],'shortDesc':a92y(0xbe),'mustBeInMakaProject':!![],'minArgLength':0x1,'isPro':!![],'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a92y(0xd8),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a92y,c=this[z(0xbf)]['getProjectConfig'](),d=this[z(0xbf)][z(0xea)](b[z(0xe5)]),f=this['fsi'][z(0xcb)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0xe4))SSL['genCSR']({'keyName':c[z(0xe6)]+z(0xcc),'csrName':c[z(0xe6)]+'.csr','cwd':f});else{if(g==='generate-ssc'){if(!a92e[z(0xc1)](a92f[z(0xec)](f,c[z(0xe6)]+z(0xcc))))throw z(0xe0)+a92f[z(0xec)](f,c[z(0xe6)]+z(0xcc));if(!a92e['existsSync'](a92f['join'](f,c['appName']+z(0xd2))))throw z(0xbb)+a92f[z(0xec)](f,c[z(0xe6)]+z(0xd2));SSL['genSSC']({'keyName':c[z(0xe6)]+z(0xcc),'crtName':c[z(0xe6)]+z(0xc8),'cwd':f}),Log[z(0xda)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===z(0xe3)){let h=b['domains'],i=b[z(0xdd)];try{const p=a92e[z(0xd0)](a92f['join'](d,z(0xe2)))[z(0xc7)](),q=JSON[z(0xdc)](p);h=b['domains']?b['domains']:q['domainNames'],i=b[z(0xdd)]?b[z(0xdd)]:q['emailUpdate'],(!b['email']||!b[z(0xc0)])&&Log[z(0xda)]('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON[z(0xdc)](a92e[z(0xd0)](d+z(0xcd))[z(0xc7)]());Object[z(0xe7)](j,{'env':d}),Log['notice'](z(0xed));try{const s=SSH[z(0xd3)](z(0xca),j);if(!s)throw z(0xb8);if(s)Log['success'](z(0xdf));}catch(t){Log['error'](t);return;}const k=Log[z(0xc4)]();k[z(0xe1)](z(0xc9)),SSH[z(0xba)](z(0xde),{...j}),SSH[z(0xba)](z(0xc6),{...j}),SSH[z(0xba)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k['success']();const l=h?h:await Actions['ask'](z(0xc5)),m=i?i:await Actions[z(0xd9)]('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH[z(0xba)](z(0xeb)+l+'\x20--email\x20'+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0xb9)](n,null,0x2);a92e[z(0xc3)](a92f[z(0xec)](d,z(0xe2)),o);}else throw z(0xdb);}}}catch(u){console['error'](u),process[z(0xd1)](0x0);}});
1
+ function a92c(){const A=['success','[?]\x20Domains\x20to\x20register:\x20','assign','domainNames','letsencrypt','appName','ping','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','notice','316842gBkswh','12NXkoMS','.csr','Checking\x20remote\x20host\x20availability','.key','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','Create\x20and\x20manage\x20your\x20SSL\x20operations.','writeFileSync','573360XNjvms','5429242thEuYE','generate-ssc','genCSR','domains','fsi','generate-csr','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','Email\x20to\x20use\x20for\x20auto-updates:\x20','ask','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','existsSync','uname\x20-a','email','start','5088624XiQZXj','Remote\x20host\x20connection\x20successful','exit','maka\x20ssl\x20[command]','2732298rgnoVZ','apply','letsencrypt.json','getProjectConfig','search','5kRTGRN','readFileSync','ssh','1183024ilcaPG','env','join','(((.+)+)+)+$','ssl','75413aWcNaz','9HPKCNe','maka\x20ssl\x20--env\x20dev\x20generate-csr','/ssh.json','constructor','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','toString','error','\x20--email\x20'];a92c=function(){return A;};return a92c();}const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0x148))/0x1+-parseInt(v(0x15b))/0x2*(-parseInt(v(0x15a))/0x3)+parseInt(v(0x143))/0x4+-parseInt(v(0x140))/0x5*(parseInt(v(0x13b))/0x6)+parseInt(v(0x163))/0x7+parseInt(v(0x137))/0x8*(-parseInt(v(0x149))/0x9)+-parseInt(v(0x162))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x75644));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a[x(0x14e)]()[x(0x13f)](x(0x146))[x(0x14e)]()[x(0x14c)](a92a)['search'](x(0x146));});a92a();import a92e from'fs';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x12c;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['create']({'name':a92y(0x147),'usage':a92y(0x13a),'validOpts':[a92y(0x12c),a92y(0x135)],'requiredOpts':[a92y(0x144)],'shortDesc':a92y(0x160),'mustBeInMakaProject':!![],'minArgLength':0x1,'isPro':!![],'examples':[a92y(0x14a),a92y(0x14d),a92y(0x158)]},async function(a,b){const z=a92y,c=this[z(0x12d)][z(0x13e)](),d=this['fsi']['getConfigPath'](b['env']),f=this[z(0x12d)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x12e))SSL[z(0x165)]({'keyName':c[z(0x156)]+'.key','csrName':c[z(0x156)]+z(0x15c),'cwd':f});else{if(g===z(0x164)){if(!a92e[z(0x133)](a92f[z(0x145)](f,c[z(0x156)]+z(0x15e))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a92f[z(0x145)](f,c[z(0x156)]+z(0x15e));if(!a92e[z(0x133)](a92f[z(0x145)](f,c[z(0x156)]+z(0x15c))))throw z(0x132)+a92f[z(0x145)](f,c[z(0x156)]+z(0x15c));SSL['genSSC']({'keyName':c[z(0x156)]+z(0x15e),'crtName':c['appName']+'.crt','cwd':f}),Log['notice']('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===z(0x155)){let h=b[z(0x12c)],i=b['email'];try{const p=a92e[z(0x141)](a92f[z(0x145)](d,z(0x13d)))[z(0x14e)](),q=JSON['parse'](p);h=b[z(0x12c)]?b[z(0x12c)]:q[z(0x154)],i=b['email']?b[z(0x135)]:q['emailUpdate'],(!b[z(0x135)]||!b[z(0x12c)])&&Log[z(0x159)]('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON['parse'](a92e[z(0x141)](d+z(0x14b))[z(0x14e)]());Object[z(0x153)](j,{'env':d}),Log[z(0x159)](z(0x15d));try{const s=SSH[z(0x157)](z(0x134),j);if(!s)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(s)Log['success'](z(0x138));}catch(t){Log[z(0x14f)](t);return;}const k=Log['withSpinner']();k[z(0x136)]('Verifying\x20Letsencrypt\x20configuration'),SSH['ssh'](z(0x15f),{...j}),SSH['ssh']('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[z(0x142)](z(0x12f),{...j}),k[z(0x151)]();const l=h?h:await Actions[z(0x131)](z(0x152)),m=i?i:await Actions[z(0x131)](z(0x130));SSH[z(0x142)]('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+l+z(0x150)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a92e[z(0x161)](a92f[z(0x145)](d,z(0x13d)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console[z(0x14f)](u),process[z(0x139)](0x0);}});
@@ -1 +1 @@
1
- const a93q=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=parseInt(m(0xb1))/0x1*(-parseInt(m(0xa0))/0x2)+-parseInt(m(0x82))/0x3*(-parseInt(m(0x92))/0x4)+-parseInt(m(0x8a))/0x5+-parseInt(m(0xa9))/0x6*(parseInt(m(0x7f))/0x7)+parseInt(m(0xa1))/0x8*(-parseInt(m(0x8c))/0x9)+parseInt(m(0x9e))/0xa*(-parseInt(m(0x7a))/0xb)+-parseInt(m(0xad))/0xc*(-parseInt(m(0x98))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xf03af));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a93d;if(c){const e=c[n(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const o=a93d;return a93a[o(0xa5)]()[o(0x95)](o(0x9c))[o(0xa5)]()[o(0x84)](a93a)[o(0x95)](o(0x9c));});a93a();import a93e from'fs';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x70;let f=c[d];return f;},a93d(a,b);}import a93f from'path';import a93g from'dotenv';function a93c(){const t=['70729jVIxii','parse','none','once','driver-package','engines','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','--env','process.env','findProjectDirectory','config.json','splice','--settings','join','33liZfry','utf8','test','settings.json','meteortesting:mocha','885787iGUYBs','maka\x20test\x20<opts>','notice','4405563Vxmilc','getConfigPath','constructor','--packages','fsi','openSync','driver','port','8928885CSiqiw','Cannot\x20find\x20Node\x20Environment\x20File:\x20','150399qYOsts','create','Node\x20Env\x20Config:\x20','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','development','exit','4nWuveB','Meteor\x20Settings:\x20','concat','search','warn','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','289601EcaetO','driverPackage','env','mocha','(((.+)+)+)+$','config','499910Csxbaz','inspect','10kggdJG','536ZeQZIh','filter','--full-app','test-packages','toString','slice','apply','unit','24qSKCHG','invokeMeteorCommand','packages','jasmine','1848gGNadZ','error','rawLogs','testAppPath'];a93c=function(){return t;};return a93c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a93d;a93e[p(0x87)](a,'r'),a93g[p(0x9d)]({'path':a});};Command[a93q(0x8d)]({'name':'test','mustBeInMakaProject':!![],'validOpts':[a93q(0xb4),'packages','driver',a93q(0x99),a93q(0xa8),a93q(0x9a),a93q(0xaf),a93q(0x89),a93q(0x9f),a93q(0xb0)],'usage':a93q(0x80),'shortDesc':a93q(0x72),'examples':[]},function(a,b){const r=a93q;try{let c=this[r(0x86)][r(0x83)](r(0x90));b['env']&&(c=this[r(0x86)][r(0x83)](b['env']));(!b[r(0xa8)]||!!b[r(0xb4)])&&(a=a[r(0x94)]([r(0xa3)]));b[r(0xa8)]&&delete b[r(0xa8)];let d=b[r(0x70)]||b['driver']||r(0xb3);if(d===r(0xb3)){const j=JSON[r(0xb2)](a93e['readFileSync'](a93f[r(0x79)](this[r(0x86)][r(0x75)](),'.maka',r(0x76)),r(0x7b)));if(j[r(0x71)]['test']===r(0xac))d='sanjo:jasmine';else j[r(0x71)][r(0x7c)]===r(0x9b)&&(d=r(0x7e));}if(d===r(0xb3))throw r(0x8f);(!b[r(0x70)]||!b[r(0x88)])&&(a=a[r(0x94)](['--driver-package',d]));const f=a93f['join'](c,r(0x7d));this[r(0x86)]['isFile'](f)?(Log[r(0x81)](r(0x93)+f),a=a[r(0x94)]([r(0x78),f])):Log[r(0x96)](r(0x97)+f);const g=a93f['join'](c,r(0x74));this[r(0x86)]['isFile'](g)?(Log[r(0x81)](r(0x8e)+g),syncSource(g)):Log['warn'](r(0x8b)+g);const h=process['argv'][r(0xa6)](0x2)[r(0xa2)](k=>k!==r(0x73))['filter'](k=>k!==r(0x7c))[r(0xa2)](k=>k!==a[0x0]);h['forEach']((k,l)=>{const s=r;(k===s(0x73)||k==='--driver')&&h[s(0x77)](l,0x2),k===s(0x85)&&h[s(0x77)](l,0x1);});const i=b[r(0xab)]?r(0xa4):'test';this[r(0x86)][r(0xaa)](i,a[r(0x94)](h));}catch(k){console[r(0xae)](k),process[r(0x91)](0x0);}});
1
+ const a93q=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=parseInt(m(0x1e3))/0x1*(parseInt(m(0x1e6))/0x2)+-parseInt(m(0x1bd))/0x3+parseInt(m(0x1cc))/0x4*(parseInt(m(0x1e2))/0x5)+parseInt(m(0x1ed))/0x6+parseInt(m(0x1ce))/0x7+parseInt(m(0x1e8))/0x8+-parseInt(m(0x1da))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x28072));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a93d;if(c){const e=c[n(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const o=a93d;return a93a[o(0x1d7)]()[o(0x1dc)](o(0x1bb))[o(0x1d7)]()[o(0x1e1)](a93a)[o(0x1dc)](o(0x1bb));});a93a();import a93e from'fs';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1ba;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=['concat','packages','maka\x20test\x20<opts>','filter','slice','readFileSync','rawLogs','--full-app','test','development','apply','sanjo:jasmine','process.env','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','884UJScHM','forEach','190701JMFNGI','openSync','inspect','env','warn','notice','join','findProjectDirectory','driverPackage','toString','Meteor\x20Settings:\x20','testAppPath','4233888NJCoUx','splice','search','create','parse','engines','Cannot\x20find\x20Node\x20Environment\x20File:\x20','constructor','1825orrTqw','9803DRBTyK','fsi','--settings','12PnIGuL','config','1800480pVeecC','.maka','settings.json','driver','test-packages','1950036OndgGH','driver-package','none','once','meteortesting:mocha','--driver','--env','mocha','(((.+)+)+)+$','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','247218BNKPTx'];a93c=function(){return t;};return a93c();}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a93d;a93e[p(0x1cf)](a,'r'),a93g[p(0x1e7)]({'path':a});};Command[a93q(0x1dd)]({'name':a93q(0x1c6),'mustBeInMakaProject':!![],'validOpts':[a93q(0x1f0),'packages',a93q(0x1eb),a93q(0x1d6),'unit',a93q(0x1d1),a93q(0x1c4),'port',a93q(0x1d0),a93q(0x1d9)],'usage':a93q(0x1c0),'shortDesc':a93q(0x1cb),'examples':[]},function(a,b){const r=a93q;try{let c=this[r(0x1e4)]['getConfigPath'](r(0x1c7));b[r(0x1d1)]&&(c=this[r(0x1e4)]['getConfigPath'](b['env']));(!b['unit']||!!b['once'])&&(a=a[r(0x1be)]([r(0x1c5)]));b['unit']&&delete b['unit'];let d=b[r(0x1ee)]||b['driver']||r(0x1ef);if(d==='none'){const j=JSON[r(0x1de)](a93e[r(0x1c3)](a93f[r(0x1d4)](this[r(0x1e4)][r(0x1d5)](),r(0x1e9),'config.json'),'utf8'));if(j[r(0x1df)][r(0x1c6)]==='jasmine')d=r(0x1c9);else j[r(0x1df)][r(0x1c6)]===r(0x1ba)&&(d=r(0x1f1));}if(d===r(0x1ef))throw'This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)';(!b['driver-package']||!b[r(0x1eb)])&&(a=a['concat'](['--driver-package',d]));const f=a93f[r(0x1d4)](c,r(0x1ea));this[r(0x1e4)]['isFile'](f)?(Log[r(0x1d3)](r(0x1d8)+f),a=a[r(0x1be)]([r(0x1e5),f])):Log['warn'](r(0x1bc)+f);const g=a93f[r(0x1d4)](c,r(0x1ca));this['fsi']['isFile'](g)?(Log[r(0x1d3)]('Node\x20Env\x20Config:\x20'+g),syncSource(g)):Log[r(0x1d2)](r(0x1e0)+g);const h=process['argv'][r(0x1c2)](0x2)[r(0x1c1)](k=>k!=='--env')[r(0x1c1)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h[r(0x1cd)]((k,l)=>{const s=r;(k===s(0x1f3)||k===s(0x1f2))&&h[s(0x1db)](l,0x2),k==='--packages'&&h[s(0x1db)](l,0x1);});const i=b[r(0x1bf)]?r(0x1ec):r(0x1c6);this[r(0x1e4)]['invokeMeteorCommand'](i,a[r(0x1be)](h));}catch(k){console['error'](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=parseInt(k(0x10b))/0x1*(parseInt(k(0xef))/0x2)+-parseInt(k(0xe8))/0x3*(parseInt(k(0xe7))/0x4)+-parseInt(k(0x10f))/0x5*(parseInt(k(0xf6))/0x6)+parseInt(k(0x100))/0x7*(-parseInt(k(0x101))/0x8)+parseInt(k(0x102))/0x9+-parseInt(k(0xe9))/0xa+-parseInt(k(0xed))/0xb*(-parseInt(k(0xe0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x89988));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a[m(0x105)]()[m(0x111)](m(0xff))['toString']()[m(0x10d)](a94a)[m(0x111)](m(0xff));});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(0xeb)};Command['create']({'name':a94n(0x10e),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':['verbose'],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':['maka\x20v',a94n(0x113),a94n(0x108)],'description':'\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20'},async function(a,b){const o=a94n;try{const c=process[o(0xfd)]===o(0x109)?o(0x104):o(0xf0);Log[o(0xf3)](o(0xfc)+pjson[o(0x10e)]),await this['fsi'][o(0xf4)]();if(b[o(0xe5)]){await this[o(0xf2)][o(0xf4)](),Log[o(0xf5)](o(0x106));const d=this[o(0xf2)][o(0xf1)]();Log[o(0xf5)]((o(0xf7)+d)[o(0xe3)]('\x0a',''));const f=execSync(c+o(0xe1))[o(0x105)]()['replace'](/\r?\n|\r/,'')[o(0xe3)]('v','');Log[o(0xf5)](o(0xee)+f);const g=execSync(o(0xfe))[o(0x105)]()[o(0xe3)](/\r?\n|\r/,'')[o(0xe3)]('v','');a94e['gt'](f,g)?(Log['warn'](o(0x110)+g),Log[o(0xf9)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+o(0x112)+f+')')):Log[o(0xf5)](o(0x110)+g);if(this['fsi'][o(0xf8)]()){Log[o(0xf5)](o(0xec));const h=this[o(0xf2)][o(0xfb)]();a94e['gt'](d,h)?(Log[o(0xf9)](o(0x103)+h[o(0xe3)]('\x0a','')),Log[o(0xf9)](o(0x107)+d+'\x22')):Log[o(0x10c)]((o(0x103)+h)[o(0xe3)]('\x0a',''));const i=await this[o(0xf2)][o(0xe6)]();i===o(0xfa)?(Log[o(0xf9)](o(0x10a)+i),Log[o(0xf9)](o(0xea))):Log[o(0xf5)](o(0x10a)+i),Log['bright'](o(0xe2));}}}catch(j){console[o(0xe4)](j),process['exit'](0x0);}});function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0xe0;let f=c[d];return f;},a94d(a,b);}function a94c(){const p=['getGlobalMeteorVersion','fsi','majestic','compareMakaToLatest','bright','114JyxLTf','System\x27s\x20Meteor\x20Version\x20','isMakaProject','warn','N/A','getProjectMeteorVersion','Maka\x20','platform','node\x20-v','(((.+)+)+)+$','21WzCZpA','1741240uWHNBM','9356652ZSkNrI','Project\x27s\x20Meteor\x20Version\x20','meteor.bat','toString','----------------------System----------------------------','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','maka\x20version\x20--verbose','win32','Project\x27s\x20Meteor\x20Node\x20Version\x20','1yyYTUa','notice','constructor','version','169930WeMlVA','System\x27s\x20Node\x20Version\x20','search',')\x20to\x20at\x20least\x20meteor\x27s\x20(','maka\x20version','apply','1327980ZOcNpk','\x20node\x20-v','\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','replace','error','verbose','getProjectsMeteorNodeVersion','147756bXpQDr','54OSfqmC','6077100iwchrm','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','4.6.20','----------------------Project----------------------------','176eahSYe','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','649270bNfhTM','meteor'];a94c=function(){return p;};return a94c();}
1
+ const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=-parseInt(k(0x1ee))/0x1+-parseInt(k(0x1fd))/0x2+-parseInt(k(0x1f9))/0x3*(-parseInt(k(0x200))/0x4)+-parseInt(k(0x1f5))/0x5+-parseInt(k(0x1f1))/0x6+parseInt(k(0x1f8))/0x7*(-parseInt(k(0x205))/0x8)+-parseInt(k(0x1f3))/0x9*(-parseInt(k(0x1fc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xd8d47));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a[m(0x1f7)]()[m(0x1ff)](m(0x20f))[m(0x1f7)]()[m(0x1eb)](a94a)[m(0x1ff)](m(0x20f));});a94a();function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a94d(a,b);}import{execSync}from'child_process';function a94c(){const p=['maka\x20v','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','replace','maka\x20version','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','(((.+)+)+)+$','compareMakaToLatest','maka\x20version\x20--verbose','apply','getProjectsMeteorNodeVersion','meteor','bright','meteor.bat','\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','Project\x27s\x20Meteor\x20Node\x20Version\x20',')\x20to\x20at\x20least\x20meteor\x27s\x20(','getProjectMeteorVersion','constructor','fsi','verbose','1065982sJkWIl','platform','create','631194aEncGo','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','162fJRHMD','----------------------Project----------------------------','4362090gGRVKo','error','toString','7yXBZvt','3ydyCdy','notice','Project\x27s\x20Meteor\x20Version\x20','2698970krLEAY','2597514PlBQOa','isMakaProject','search','171148uFfrhK','System\x27s\x20Meteor\x20Version\x20','exit','majestic','4.6.22','5363536zpYIRD','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','N/A','getGlobalMeteorVersion','warn'];a94c=function(){return p;};return a94c();}import a94e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a94n(0x204)};Command[a94n(0x1f0)]({'name':'version','aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[a94n(0x1ed)],'shortDesc':a94n(0x206),'examples':[a94n(0x20a),a94n(0x20d),a94n(0x1e1)],'description':a94n(0x1e7)},async function(a,b){const o=a94n;try{const c=process[o(0x1ef)]==='win32'?o(0x1e6):o(0x1e4);Log[o(0x203)]('Maka\x20'+pjson['version']),await this['fsi'][o(0x1e0)]();if(b[o(0x1ed)]){await this[o(0x1ec)]['compareMakaToLatest'](),Log[o(0x1e5)]('----------------------System----------------------------');const d=this[o(0x1ec)][o(0x208)]();Log['bright']((o(0x201)+d)[o(0x20c)]('\x0a',''));const f=execSync(c+'\x20node\x20-v')[o(0x1f7)]()[o(0x20c)](/\r?\n|\r/,'')[o(0x20c)]('v','');Log[o(0x1e5)](o(0x20b)+f);const g=execSync('node\x20-v')['toString']()[o(0x20c)](/\r?\n|\r/,'')['replace']('v','');a94e['gt'](f,g)?(Log['warn']('System\x27s\x20Node\x20Version\x20'+g),Log[o(0x209)](o(0x20e)+g+o(0x1e9)+f+')')):Log[o(0x1e5)]('System\x27s\x20Node\x20Version\x20'+g);if(this[o(0x1ec)][o(0x1fe)]()){Log[o(0x1e5)](o(0x1f4));const h=this[o(0x1ec)][o(0x1ea)]();a94e['gt'](d,h)?(Log[o(0x209)](o(0x1fb)+h[o(0x20c)]('\x0a','')),Log[o(0x209)]('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+d+'\x22')):Log[o(0x1fa)](('Project\x27s\x20Meteor\x20Version\x20'+h)[o(0x20c)]('\x0a',''));const i=await this[o(0x1ec)][o(0x1e3)]();i===o(0x207)?(Log[o(0x209)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log['warn'](o(0x1f2))):Log['bright'](o(0x1e8)+i),Log[o(0x1e5)]('\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22');}}}catch(j){console[o(0x1f6)](j),process[o(0x202)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a95d,c=a();while(!![]){try{var d=-parseInt(f(0x135))/0x1*(parseInt(f(0x12b))/0x2)+-parseInt(f(0x133))/0x3+-parseInt(f(0x134))/0x4+-parseInt(f(0x132))/0x5*(parseInt(f(0x130))/0x6)+-parseInt(f(0x139))/0x7+parseInt(f(0x131))/0x8*(-parseInt(f(0x12a))/0x9)+parseInt(f(0x138))/0xa*(parseInt(f(0x137))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0xcdaca));function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x12a;var f=c[d];return f;},a95d(a,b);}var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a[h(0x12d)]()[h(0x12e)](h(0x12f))[h(0x12d)]()[h(0x136)](a95a)['search'](h(0x12f));});function a95c(){var i=['922652bfasVP','19YaQuDy','constructor','22vUKOjt','36825160WcXuKd','5192747TmCHMf','6478038yvwdCP','161498OZHUYt','apply','toString','search','(((.+)+)+)+$','5622wqBMww','16sjaxPZ','8165ammsio','3138570RabBhI'];a95c=function(){return i;};return a95c();}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(0x166))/0x1*(parseInt(f(0x164))/0x2)+parseInt(f(0x16c))/0x3+-parseInt(f(0x167))/0x4+-parseInt(f(0x16d))/0x5+-parseInt(f(0x16a))/0x6+parseInt(f(0x168))/0x7+-parseInt(f(0x163))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x38365));function a95c(){var i=['(((.+)+)+)+$','156180TyzPSf','toString','407796jPWnkq','1189225qNYjeO','search','1323168EVjyDw','51710pAdsPo','apply','11dNsQyk','501392FArjFx','2551689URsdeh'];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(0x165)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a[h(0x16b)]()[h(0x162)](h(0x169))[h(0x16b)]()['constructor'](a95a)[h(0x162)](h(0x169));});a95a();export class UsageError{}function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x162;var f=c[d];return f;},a95d(a,b);}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a96h=a96d;function a96c(){var i=['81264dUYVRC','161118CVXhGw','609848sQyRFW','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','742422IhtGsw','NODE_OPTIONS','370tZYbJq','search','170ImzwSB','321564QBrmlY','208376OFpfmt','2tFNHaT','env','387911vCoOSw','(((.+)+)+)+$'];a96c=function(){return i;};return a96c();}function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x8a;var f=c[d];return f;},a96d(a,b);}(function(a,b){var f=a96d,c=a();while(!![]){try{var d=parseInt(f(0x93))/0x1*(parseInt(f(0x91))/0x2)+-parseInt(f(0x8a))/0x3+-parseInt(f(0x8f))/0x4+-parseInt(f(0x8e))/0x5*(parseInt(f(0x95))/0x6)+-parseInt(f(0x90))/0x7+parseInt(f(0x97))/0x8+parseInt(f(0x96))/0x9*(parseInt(f(0x8c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x4b4a3));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['toString']()[g(0x8d)](g(0x94))['toString']()['constructor'](a96a)[g(0x8d)](g(0x94));});a96a(),process[a96h(0x92)][a96h(0x8b)]=a96h(0x98);import'./maka.js';
2
+ function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x6c;var f=c[d];return f;},a96d(a,b);}(function(a,b){var f=a96d,c=a();while(!![]){try{var d=-parseInt(f(0x77))/0x1+parseInt(f(0x7a))/0x2*(parseInt(f(0x74))/0x3)+-parseInt(f(0x75))/0x4*(parseInt(f(0x70))/0x5)+-parseInt(f(0x72))/0x6*(-parseInt(f(0x78))/0x7)+-parseInt(f(0x73))/0x8*(-parseInt(f(0x6f))/0x9)+parseInt(f(0x6c))/0xa*(-parseInt(f(0x6e))/0xb)+-parseInt(f(0x79))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xb7fda));function a96c(){var h=['8015MToyCk','toString','3584442RDbzQg','11399408iIfFwS','1442865rTadsg','1212QYwzag','(((.+)+)+)+$','670793QbrcKO','14MkjNFg','12763644ywlLYB','2uhkVRY','423100yUHvhv','search','33dWypsY','9FZUGpC'];a96c=function(){return h;};return a96c();}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(0x71)]()[g(0x6d)](g(0x76))[g(0x71)]()['constructor'](a96a)[g(0x6d)](g(0x76));});a96a(),process['env']['NODE_OPTIONS']='--experimental-modules\x20--no-warnings\x20--experimental-json-modules';import'./maka.js';
@@ -1 +1 @@
1
- const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=parseInt(q(0x12c))/0x1+-parseInt(q(0xe1))/0x2+parseInt(q(0x115))/0x3*(parseInt(q(0xfc))/0x4)+-parseInt(q(0x11f))/0x5*(parseInt(q(0xe8))/0x6)+-parseInt(q(0xe3))/0x7+parseInt(q(0x117))/0x8*(-parseInt(q(0x116))/0x9)+-parseInt(q(0x112))/0xa*(-parseInt(q(0x13c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x23fd5));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a97d;if(c){const e=c[r(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const s=a97d;return a97a[s(0xdd)]()[s(0xe4)](s(0x110))['toString']()[s(0x119)](a97a)[s(0xe4)](s(0x110));});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';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0xdb;let f=c[d];return f;},a97d(a,b);}function a97c(){const F=['colLocAnswer','invoke','assign','maxArgLength','111703clMHOf','call','Name','chdir','shortDesc','aliases','_handler','validateMakaProject','fsi','mustBeInMakaProject','Client','push','processAndRunGenerator','mustHaveMeteorInstalled','find','number','1606055TZobJA','exit','Generator.create\x20requires\x20some\x20options!','toString','notice','minArgLength','map','400506QaHuVd','cwd','1783733HSCTiL','search','forEach','split','DARK','18neLgRF','length','Too\x20few\x20options','pop','tableList','pallet','apply','maxOptsLength','match','listGenerators','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','sep','function','light','where','Both','Server','validateMeteorInstall','\x20not\x20found','No\x20resource\x20name\x20specified','36HdWFRt','validateMakaSubscription','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','Too\x20many\x20options','Location','join','lib','validateParams','Description','bright','sort','keys','client','LIGHT','minOptsLength','error','Please\x20run\x20\x22maka\x20install\x20meteor\x22','checkWhere','addGenerator','bind','(((.+)+)+)+$','replace','30UCkuCN','_generators','noNeedResource','87597dKSQwz','189EUyMGe','65488RnexAF','both','constructor','appPathPrefix','handleGenerateError','name','dir','slice','63530XzahBs','Generator\x20requires\x20a\x20handler\x20function','findProjectDirectory','server','resourceName','options','setColorMode','Alias','Too\x20many\x20arguments'];a97c=function(){return F;};return a97c();}import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a97d,c=process['cwd']();let d=null;try{process[t(0x12f)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{[a97u(0x124)];['_generators'];constructor(a,b){const v=a97u;super();if(!a)throw new Error('Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object');if(!a[v(0x11c)])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==v(0xf4))throw new Error(v(0x120));this[v(0x113)]=[],this[v(0x124)]=Object[v(0x12a)]({},a),this['name']=this['options'][v(0x11c)],this[v(0x132)]=b[v(0x10f)](this);}static['create'](a,b,c){const w=a97u;if(!a)throw new Error(w(0xdc));if(typeof b!==w(0xf4))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a97g,Object[w(0x12a)](d,{'parent':c?.[w(0x124)]?.[w(0x11c)]}),c[w(0x10e)](d),d;}['addGenerator'](a){const x=a97u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[x(0x113)]['push'](a);}async[a97u(0x138)](a,b=[],c={}){const y=a97u;try{const d=a?.[y(0xe6)](':');if(!d||d['length']===0x0)throw'Generator\x20format\x20is\x20incorrect';let f=this['_generators'],g;for(const h of d){g=f[y(0x13a)](i=>i[y(0xf0)](h));if(!g)throw'Generator\x20'+h+y(0xfa);await this[y(0xfd)](g),f=g['_generators'];}if(g)await g['invoke'](b,c);else throw'Generator\x20not\x20found';}catch(i){Log[y(0x10b)](i);}}async[a97u(0x129)](a,b){const z=a97u,c=a[z(0x11e)]();b[z(0x123)]=c[0x0];try{const d=await this[z(0x134)]['getGlobalConfig'](),f=d[z(0xed)]===z(0xf5)?ColorMode[z(0x109)]:ColorMode[z(0xe7)];Log[z(0x125)](f),await this[z(0xfd)](this);const g=a[0x0]===_prevGen||a[z(0xe9)]===0x0&&this['_generators'][z(0xe9)]>=0x0,h=b['help']||b['h'];if(g&&h){if(this[z(0x113)][z(0xe9)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[z(0x124)][z(0x135)]){const i=this[z(0x133)]();if(!i)throw new MustBeInProjectError();}if(this[z(0x124)][z(0x139)]){const j=this[z(0xf9)]();if(!j)throw new NoMeteorFoundError();}if(typeof this[z(0x124)][z(0xdf)]==='number'){if(a[z(0xe9)]<this[z(0x124)][z(0xdf)]){Log['error']('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[z(0x124)][z(0x12b)]===z(0x13b)){if(a[z(0xe9)]>this[z(0x124)][z(0x12b)]){Log[z(0x10b)](z(0x127));throw new UsageError();}}if(typeof this[z(0x124)]['minOptsLength']===z(0x13b)){if(Object[z(0x107)](b)[z(0xe9)]<this[z(0x124)][z(0x10a)]){Log[z(0x10b)](z(0xea));throw new UsageError();}}if(typeof this[z(0x124)][z(0xef)]===z(0x13b)){if(Object[z(0x107)](b)['length']>=this[z(0x124)][z(0xef)]){Log[z(0x10b)](z(0xff));throw new UsageError();}}}await this[z(0x103)](a,b,this[z(0x124)]);if(!b[z(0x123)]&&!this['options'][z(0x114)]){Log[z(0x10b)](z(0xfb));throw new UsageError();}_prevGen=a[0x0];}catch(k){this['handleGenerateError'](k),process[z(0xdb)](0x1);}inside(b[z(0xe2)],async()=>{const A=z;try{if(!b['root']&&!this[A(0x134)][A(0x121)]())throw new MustBeInProjectError();const l=b[A(0x123)]?.[A(0x111)](/\\/g,'/')[A(0xe6)]('/');!b[A(0x11d)]&&(l?.[A(0xe9)]>0x1?(b[A(0x123)]=l[A(0xeb)](),c[0x0]=b['resourceName'],b['dir']=l[A(0xe0)](m=>{return paramCase(m);})[A(0x101)](a97e[A(0xf3)])):b['dir']='');if(this[A(0x124)][A(0x10d)]){if(!b[A(0xf6)]){const n={'type':'list','name':A(0x128),'message':A(0x100),'choices':[{'name':A(0x136),'value':A(0x108)},{'name':A(0xf8),'value':A(0x122)},{'name':A(0xf7),'value':A(0x118)}]},{colLocAnswer:o}=await Actions[A(0x124)](n);o?b[A(0xf6)]=o:b[A(0xf6)]=A(0x118);}const m=[A(0x118),A(0x108),'server'];if(!m['includes'](b[A(0xf6)])){Log[A(0x10b)]('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[A(0xf6)]){case A(0x118):b[A(0x11a)]=A(0x102);break;case A(0x122):b['appPathPrefix']=A(0x122);break;case A(0x108):b[A(0x11a)]=A(0x108);break;default:b[A(0x11a)]='';}}await this[A(0x132)][A(0x12d)](this,c,b);}catch(p){this[A(0x11b)](p);}});}[a97u(0xf1)](){const B=a97u;this[B(0xec)](this[B(0x113)]);}[a97u(0x11b)](a){const C=a97u,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this['options'];Log['usage'](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[C(0xde)]('Generators:'),this['tableList'](this[C(0x113)]);else{if(a instanceof MustBeInProjectError)Log[C(0x10b)](C(0xf2));else{if(a instanceof NoMeteorFoundError)Log[C(0x10b)](C(0xfe)),Log['notice'](C(0x10c));else a instanceof NoMeteorAppFoundError&&Log[C(0x10b)]('There\x20is\x20no\x20Meteor\x20application\x20here');}}}['tableList'](a){const D=a97u,b=new a97f({});b[D(0x137)]([D(0x12e),D(0x126),D(0x104)]),a[D(0x106)]()[D(0xe5)](c=>{const E=D;b[E(0x137)]([c['name'],c[E(0x131)](),c[E(0x130)]()]);}),Log[D(0x105)](b[D(0xdd)]());}}
1
+ const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=parseInt(q(0x13f))/0x1+-parseInt(q(0x145))/0x2*(-parseInt(q(0x12a))/0x3)+-parseInt(q(0x122))/0x4+parseInt(q(0x11a))/0x5+-parseInt(q(0xf9))/0x6*(-parseInt(q(0x13d))/0x7)+-parseInt(q(0x11d))/0x8*(-parseInt(q(0x14b))/0x9)+-parseInt(q(0x12e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x8ce7d));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a97d;if(c){const e=c[r(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const s=a97d;return a97a[s(0x150)]()['search'](s(0xff))[s(0x150)]()[s(0x12c)](a97a)[s(0x103)](s(0xff));});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 a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0xf5;let f=c[d];return f;},a97d(a,b);}import{Actions}from'./tools/actions/actions.class.js';function a97c(){const E=['(((.+)+)+)+$','dir','Generators:','Too\x20many\x20arguments','search','forEach','usage','resourceName','match','handleGenerateError','sep','bind','create','tableList','mustBeInMakaProject','number','Server','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','client','slice','name','validateEngines','There\x20is\x20no\x20Meteor\x20application\x20here','setColorMode','pallet','replace','Description','3439565LQNcyK','colLocAnswer','function','1746616BmAIak','\x20not\x20found','find','checkWhere','sort','179856rMWlYs','server','chdir','minArgLength','Generator\x20format\x20is\x20incorrect','notice','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','cwd','1237773LOOYiM','No\x20resource\x20name\x20specified','constructor','join','28822810UuNEiC','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','requiredEngines','Both','Generator\x20requires\x20a\x20name','where','apply','invoke','minOptsLength','getGlobalConfig','processAndRunGenerator','validateMakaProject','appPathPrefix','Generator\x20requires\x20a\x20handler\x20function','call','7nGXCBk','fsi','893829QnRUmg','Client','help','mustHaveMeteorInstalled','maxArgLength','error','4MrshcV','validateMakaSubscription','bright','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','map','push','9eYQsBs','_generators','list','Generator.create\x20requires\x20some\x20options!','includes','toString','Name','exit','aliases','length','addGenerator','5274858zpQUXD','split','assign','findProjectDirectory','options','both'];a97c=function(){return E;};return a97c();}import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a97d,c=process[t(0x129)]();let d=null;try{process[t(0x124)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{[a97u(0xfd)];[a97u(0x14c)];constructor(a,b){const v=a97u;super();if(!a)throw new Error(v(0x110));if(!a['name'])throw new Error(v(0x132));if(typeof b!=='function')throw new Error(v(0x13b));this[v(0x14c)]=[],this[v(0xfd)]=Object['assign']({},a),this[v(0x113)]=this['options'][v(0x113)],this['_handler']=b[v(0x10a)](this);}static[a97u(0x10b)](a,b,c){const w=a97u;if(!a)throw new Error(w(0x14e));if(typeof b!==w(0x11c))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a97g,Object[w(0xfb)](d,{'parent':c?.[w(0xfd)]?.[w(0x113)]}),c[w(0xf8)](d),d;}[a97u(0xf8)](a){const x=a97u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[x(0x14c)]['push'](a);}async[a97u(0x138)](a,b=[],c={}){const y=a97u;try{const d=a?.[y(0xfa)](':');if(!d||d[y(0xf7)]===0x0)throw y(0x126);let f=this[y(0x14c)],g;for(const h of d){g=f[y(0x11f)](i=>i[y(0x107)](h));if(!g)throw'Generator\x20'+h+y(0x11e);await this[y(0x146)](g),f=g[y(0x14c)];}if(g)await g[y(0x135)](b,c);else throw'Generator\x20not\x20found';}catch(i){Log[y(0x144)](i);}}async[a97u(0x135)](a,b){const z=a97u,c=a[z(0x112)]();b[z(0x106)]=c[0x0];try{const d=await this[z(0x13e)][z(0x137)](),f=d[z(0x117)]==='light'?ColorMode['LIGHT']:ColorMode['DARK'];Log[z(0x116)](f),await this[z(0x146)](this);const g=a[0x0]===_prevGen||a['length']===0x0&&this[z(0x14c)]['length']>=0x0,h=b[z(0x141)]||b['h'];if(g&&h){if(this[z(0x14c)][z(0xf7)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[z(0xfd)][z(0x10d)]){const i=this[z(0x139)]();if(!i)throw new MustBeInProjectError();}if(this[z(0xfd)][z(0x142)]){const j=this['validateMeteorInstall']();if(!j)throw new NoMeteorFoundError();}if(typeof this['options'][z(0x125)]===z(0x10e)){if(a[z(0xf7)]<this[z(0xfd)]['minArgLength']){Log[z(0x144)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this['options'][z(0x143)]===z(0x10e)){if(a['length']>this[z(0xfd)][z(0x143)]){Log[z(0x144)](z(0x102));throw new UsageError();}}if(typeof this[z(0xfd)][z(0x136)]===z(0x10e)){if(Object['keys'](b)[z(0xf7)]<this[z(0xfd)][z(0x136)]){Log[z(0x144)]('Too\x20few\x20options');throw new UsageError();}}if(typeof this[z(0xfd)]['maxOptsLength']===z(0x10e)){if(Object['keys'](b)[z(0xf7)]>=this[z(0xfd)]['maxOptsLength']){Log[z(0x144)]('Too\x20many\x20options');throw new UsageError();}}}this[z(0xfd)]['requiredEngines']&&await this[z(0x114)](this[z(0xfd)][z(0x130)]);await this['validateParams'](a,b,this[z(0xfd)]);if(!b[z(0x106)]&&!this[z(0xfd)]['noNeedResource']){Log[z(0x144)](z(0x12b));throw new UsageError();}_prevGen=a[0x0];}catch(k){this['handleGenerateError'](k),process[z(0xf5)](0x1);}inside(b['cwd'],async()=>{const A=z;try{if(!b['root']&&!this[A(0x13e)][A(0xfc)]())throw new MustBeInProjectError();const l=b[A(0x106)]?.[A(0x118)](/\\/g,'/')['split']('/');!b['dir']&&(l?.[A(0xf7)]>0x1?(b[A(0x106)]=l['pop'](),c[0x0]=b[A(0x106)],b[A(0x100)]=l[A(0x149)](m=>{return paramCase(m);})[A(0x12d)](a97e[A(0x109)])):b[A(0x100)]='');if(this['options'][A(0x120)]){if(!b[A(0x133)]){const n={'type':A(0x14d),'name':A(0x11b),'message':'Location','choices':[{'name':A(0x140),'value':'client'},{'name':A(0x10f),'value':A(0x123)},{'name':A(0x131),'value':'both'}]},{colLocAnswer:o}=await Actions['options'](n);o?b[A(0x133)]=o:b[A(0x133)]=A(0xfe);}const m=['both','client','server'];if(!m[A(0x14f)](b[A(0x133)])){Log[A(0x144)](A(0x12f));throw new UsageError();}switch(b[A(0x133)]){case A(0xfe):b[A(0x13a)]='lib';break;case A(0x123):b[A(0x13a)]=A(0x123);break;case A(0x111):b[A(0x13a)]=A(0x111);break;default:b['appPathPrefix']='';}}await this['_handler'][A(0x13c)](this,c,b);}catch(p){this[A(0x108)](p);}});}['listGenerators'](){this['tableList'](this['_generators']);}[a97u(0x108)](a){const B=a97u,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this[B(0xfd)];Log[B(0x105)](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[B(0x127)](B(0x101)),this[B(0x10c)](this[B(0x14c)]);else{if(a instanceof MustBeInProjectError)Log[B(0x144)](B(0x128));else{if(a instanceof NoMeteorFoundError)Log[B(0x144)](B(0x148)),Log[B(0x127)]('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else a instanceof NoMeteorAppFoundError&&Log[B(0x144)](B(0x115));}}}['tableList'](a){const C=a97u,b=new a97f({});b[C(0x14a)]([C(0x151),'Alias',C(0x119)]),a[C(0x121)]()[C(0x104)](c=>{const D=C;b['push']([c[D(0x113)],c[D(0xf6)](),c['shortDesc']()]);}),Log[C(0x147)](b[C(0x150)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a98d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1*(parseInt(f(0xc1))/0x2)+parseInt(f(0xbc))/0x3*(-parseInt(f(0xc0))/0x4)+parseInt(f(0xb8))/0x5*(parseInt(f(0xc5))/0x6)+-parseInt(f(0xbb))/0x7*(-parseInt(f(0xc2))/0x8)+parseInt(f(0xbe))/0x9+parseInt(f(0xba))/0xa*(-parseInt(f(0xc7))/0xb)+parseInt(f(0xbd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x22422));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(0xbf)]()['search']('(((.+)+)+)+$')[g(0xbf)]()[g(0xc4)](a98a)[g(0xc6)](g(0xb9));});a98a();function a98c(){var h=['313704vrmpuk','toString','4fIirCY','704MJYNIU','3448BBabeJ','682IuYqvJ','constructor','1085106iprucr','search','231xkVWth','5NTgKrR','(((.+)+)+)+$','128580TvhUoI','1407eFteGs','761586jvxokU','1461600IPZVqB'];a98c=function(){return h;};return a98c();}import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0xb8;var f=c[d];return f;},a98d(a,b);}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(0x112))/0x1+-parseInt(f(0x114))/0x2*(parseInt(f(0x118))/0x3)+parseInt(f(0x11d))/0x4+-parseInt(f(0x116))/0x5*(parseInt(f(0x11a))/0x6)+-parseInt(f(0x117))/0x7+-parseInt(f(0x110))/0x8*(parseInt(f(0x115))/0x9)+parseInt(f(0x11b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x93ec3));function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x10f;var f=c[d];return f;},a98d(a,b);}var a98b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a98d;if(c){var e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){var h=a98d;return a98a[h(0x119)]()['search'](h(0x111))[h(0x119)]()[h(0x10f)](a98a)[h(0x11c)](h(0x111));});a98a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';function a98c(){var i=['1685aidYvE','apply','1420IgAudm','423EFkPOp','3647315yjFxDz','1171499zGqtgD','4281DwugZP','toString','6ckJWam','30864710ZgkzcB','search','1343944PZXgvV','constructor','154024uTNIjO','(((.+)+)+)+$'];a98c=function(){return i;};return a98c();}import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';