@maka/maka-cli 5.1.14 → 5.1.16

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 (173) hide show
  1. package/bundle/obf/package.json +1 -2
  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/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -0
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/service.js +1 -1
  146. package/bundle/obf/src/generators/services/_index.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/translation.js +1 -1
  149. package/bundle/obf/src/maka.js +1 -1
  150. package/bundle/obf/src/tool.js +1 -1
  151. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  152. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  153. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  155. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  156. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  158. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/https/https.class.js +1 -1
  160. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  161. package/bundle/obf/src/tools/log/log.class.js +1 -1
  162. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  164. package/bundle/obf/src/tools/options/options.class.js +1 -1
  165. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  166. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  167. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  168. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  169. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  170. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  171. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  172. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  173. package/package.json +1 -2
@@ -1 +1 @@
1
- const a135i=a135d;(function(a,b){const g=a135d,c=a();while(!![]){try{const d=parseInt(g(0x17a))/0x1*(-parseInt(g(0x169))/0x2)+parseInt(g(0x186))/0x3*(-parseInt(g(0x175))/0x4)+-parseInt(g(0x183))/0x5+-parseInt(g(0x179))/0x6*(-parseInt(g(0x17e))/0x7)+-parseInt(g(0x172))/0x8*(-parseInt(g(0x177))/0x9)+parseInt(g(0x17d))/0xa+parseInt(g(0x18c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x2fe02));const a135b=(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;};}()),a135a=a135b(this,function(){const h=a135d;return a135a[h(0x170)]()[h(0x189)]('(((.+)+)+)+$')[h(0x170)]()[h(0x174)](a135a)[h(0x189)](h(0x17c));});a135a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a135e from'../../../generators/maka.gen.js';function a135c(){const k=['processAndRunGenerator','(((.+)+)+)+$','1319280vTIJdd','7kdBiug','Header,\x20Footer,\x20and\x20Drawer','cfg','info','error','766665Ckaoit','includes','create','90381xLwRvi','getMakaProjectConfig','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','search','maka\x20g:kit:m','notice','3239841ijgqTy','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','74Pppizi','kit:mui:frame','No\x20MUI\x20kits\x20selected.\x20Exiting.','checkbox','auth','frame','findProjectDirectory','toString','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','319640mtclen','exit','constructor','4TPtkUP','Material-UI\x20Kit','9ZXHGcT','kit:mui:auth','770682aiMCQr','5819FjCUAD'];a135c=function(){return k;};return a135c();}function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x168;let f=c[d];return f;},a135d(a,b);}import a135f from'../kit.js';const MuiGen=Generator[a135i(0x185)]({'name':'mui','aliases':['m'],'usage':a135i(0x188),'resourceNameRequired':![],'shortDesc':a135i(0x176),'validOpts':[''],'isPro':!![],'examples':[a135i(0x18a)]},async function(){const j=a135i;try{Log[j(0x181)]('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log[j(0x18b)](j(0x171));const a=await Actions[j(0x16c)]({'message':j(0x168),'name':'kitChoices','choices':[{'name':j(0x17f),'value':j(0x16e)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':j(0x16d)}]}),b=this['fsi'][j(0x16f)](),c=this[j(0x180)][j(0x187)]();a[j(0x184)](j(0x16e))&&await a135e[j(0x17b)](j(0x16a),[],{'force':!![],'cwd':b,'config':c});a[j(0x184)](j(0x16d))&&await a135e['processAndRunGenerator'](j(0x178),[],{'force':!![],'cwd':b,'config':c});if(a['length']===0x0){Log[j(0x181)](j(0x16b));return;}}catch(d){Log[j(0x182)](d),process[j(0x173)](0x1);}},async function(){},a135f);export default MuiGen;
1
+ const a136j=a136d;function a136c(){const l=['toString','maka\x20g:kit:m','kitChoices','50oBIulU','8819376ctyFGD','processAndRunGenerator','kit:mui:auth','16212JlnCBp','Header,\x20Footer,\x20and\x20Drawer','454SiIAJx','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','3247551qpidWR','mui','No\x20MUI\x20kits\x20selected.\x20Exiting.','search','auth','2083518vhXPCl','304tXFKKh','cfg','exit','38594578QbrKUN','apply','findProjectDirectory','61532ILTdDR','366FgbzKD','includes','Material-UI\x20Kit','frame','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','notice','205CnTWdB','info','(((.+)+)+)+$','create','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'];a136c=function(){return l;};return a136c();}(function(a,b){const g=a136d,c=a();while(!![]){try{const d=parseInt(g(0x1b7))/0x1*(-parseInt(g(0x1cb))/0x2)+parseInt(g(0x1d2))/0x3+parseInt(g(0x1b6))/0x4*(parseInt(g(0x1bd))/0x5)+parseInt(g(0x1c6))/0x6+parseInt(g(0x1c9))/0x7*(-parseInt(g(0x1d3))/0x8)+-parseInt(g(0x1cd))/0x9*(-parseInt(g(0x1c5))/0xa)+-parseInt(g(0x1b3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0xe083c));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a136d;if(c){const e=c[h(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const i=a136d;return a136a[i(0x1c2)]()[i(0x1d0)](i(0x1bf))['toString']()['constructor'](a136a)[i(0x1d0)](i(0x1bf));});a136a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a136e from'../../../generators/maka.gen.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a136d(a,b);}import a136f from'../kit.js';const MuiGen=Generator[a136j(0x1c0)]({'name':a136j(0x1ce),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','resourceNameRequired':![],'shortDesc':a136j(0x1b9),'validOpts':[''],'isPro':!![],'examples':[a136j(0x1c3)]},async function(){const k=a136j;try{Log[k(0x1be)](k(0x1c1)),Log[k(0x1bc)]('\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20');const a=await Actions['checkbox']({'message':k(0x1bb),'name':k(0x1c4),'choices':[{'name':k(0x1ca),'value':k(0x1ba)},{'name':k(0x1cc),'value':k(0x1d1)}]}),b=this['fsi'][k(0x1b5)](),c=this[k(0x1b1)]['getMakaProjectConfig']();a['includes'](k(0x1ba))&&await a136e['processAndRunGenerator']('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a[k(0x1b8)](k(0x1d1))&&await a136e[k(0x1c7)](k(0x1c8),[],{'force':!![],'cwd':b,'config':c});if(a['length']===0x0){Log[k(0x1be)](k(0x1cf));return;}}catch(d){Log['error'](d),process[k(0x1b2)](0x1);}},async function(){},a136f);export default MuiGen;
@@ -1 +1 @@
1
- const a136s=a136d;function a136c(){const u=['client','string','ssr','css','maka\x20g:l\x20web/safari','apply','relative','withHook','resourceName','react','toString','checkNpmPackage','component/component.js','/imports/ui/layouts','layout','36vsevDr','2112948cqLmXe','features','warn','engines','16fEDLHV','ramda','none','findAppDirectory','injectTemplateModule','dir','test','search','1002125HhhJwV','template','import\x20\x27./','77zNJVeu','assign','fileName','2aSWWSn','(((.+)+)+)+$','9257423coccfu','withTranslations','withHooks','9927104rzBOCt','className','findProjectDirectory','template/template.css','hook/hook.js','.js','setTemplate','graphql','installNpmPackage','.css','.app-tests.js','16022940gVftFG','9jvevGr','281720lTzrsn','includes','theme','injectAtBeginningOfFile','split','192771ILRTzW','create'];a136c=function(){return u;};return a136c();}(function(a,b){const p=a136d,c=a();while(!![]){try{const d=-parseInt(p(0x187))/0x1*(-parseInt(p(0x18d))/0x2)+-parseInt(p(0x1a4))/0x3*(parseInt(p(0x17f))/0x4)+parseInt(p(0x19f))/0x5*(parseInt(p(0x17a))/0x6)+parseInt(p(0x18f))/0x7+parseInt(p(0x192))/0x8+-parseInt(p(0x19e))/0x9*(parseInt(p(0x19d))/0xa)+-parseInt(p(0x18a))/0xb*(parseInt(p(0x17b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0xc62ab));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a136d;if(c){const e=c[q(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const r=a136d;return a136a[r(0x175)]()[r(0x186)](r(0x18e))['toString']()['constructor'](a136a)[r(0x186)](r(0x18e));});a136a();function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x16c;let f=c[d];return f;},a136d(a,b);}import a136e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];Generator[a136s(0x1a5)]({'name':a136s(0x179),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':['maka\x20g:layout\x20mobile/iPhone8',a136s(0x16f)]},async function(a,b){const t=a136s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x178),i=d[t(0x182)](),j=g['pathFromApp']({'pathParts':[h,b['dir'],kebabCase(b['resourceName']),kebabCase(b[t(0x173)])]});typeof c[t(0x188)][t(0x185)]===t(0x16c)&&e[t(0x198)]('test',c[t(0x188)][t(0x185)]);typeof c[t(0x188)][t(0x16e)]==='string'&&e[t(0x198)](t(0x16e),c[t(0x188)]['css']);typeof c['template']['js']==='string'&&e[t(0x198)]('js',c[t(0x188)]['js']);const k=b['_']?b['_'][0x0][t(0x1a3)](':')[0x1]:![],l=b['_']&&aliases[t(0x1a0)](k);l&&!f[t(0x176)](t(0x180))&&(Log['warn']('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f[t(0x19a)](t(0x180),{'cwd':i}));if(l&&!f[t(0x176)](t(0x174))){Log[t(0x17d)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const m={'name':pascalCase(b[t(0x173)]),'myPath':a136e[t(0x171)](d[t(0x194)](),j),'cssCaseName':kebabCase(b[t(0x173)]),'className':pascalCase(b[t(0x173)]),'camelCaseName':camelCase(b['resourceName']),'fileName':kebabCase(b['resourceName']),'graphql':c['engines'][t(0x199)],'features':c[t(0x17c)],'client':c[t(0x17e)][t(0x1a6)],'api':c['engines']['api'],'ssr':c['engines'][t(0x16d)],'test':c[t(0x17e)][t(0x185)],'theme':c[t(0x17e)][t(0x1a1)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x17c)][t(0x190)]};c[t(0x17c)]?.[t(0x191)]||b[t(0x172)]?await g['template']({'srcPath':t(0x196),'destPath':j+t(0x197),'framework':t(0x174),'context':m,'config':c}):await g[t(0x188)]({'srcPath':t(0x177),'destPath':j+'.js','framework':t(0x174),'context':m,'config':c});c[t(0x17e)]['test']!==t(0x181)&&await g[t(0x188)]({'srcPath':'test/test.js','destPath':j+t(0x19c),'framework':'react','context':m,'config':c});c[t(0x188)][t(0x16e)]&&(await g[t(0x188)]({'srcPath':t(0x195),'destPath':j+t(0x19b),'context':Object[t(0x18b)]({},m,{'className':kebabCase(b[t(0x173)])}),'config':c}),await g[t(0x1a2)]({'filePath':j+'.'+c[t(0x17e)]['js'],'content':t(0x189)+m[t(0x18c)]+'.'+c[t(0x17e)][t(0x16e)]+'\x27;'}));const n=b['dir']?'/'+b[t(0x184)]+'/':'/',o=''+h+n+m[t(0x18c)]+'/'+m[t(0x18c)];await g[t(0x183)](m[t(0x193)],c,o);});
1
+ const a137s=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0x1a9))/0x1+-parseInt(p(0x19d))/0x2+-parseInt(p(0x1ad))/0x3*(-parseInt(p(0x1d0))/0x4)+parseInt(p(0x1b6))/0x5+-parseInt(p(0x1cd))/0x6*(-parseInt(p(0x1bc))/0x7)+parseInt(p(0x1a6))/0x8+parseInt(p(0x1b1))/0x9*(-parseInt(p(0x1af))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x668f2));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a[r(0x1b7)]()[r(0x1b4)](r(0x1b2))[r(0x1b7)]()[r(0x1c4)](a137a)[r(0x1b4)](r(0x1b2));});a137a();import a137e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a137c(){const u=['95136VZSomc','withTranslations','70cFerua','string','404262qQQNax','(((.+)+)+)+$','test/test.js','search','test','881100nqTaSA','toString','api','maka\x20g:l\x20web/safari','includes','.js','97321udQgnI','installNpmPackage','pathFromApp','hook/hook.js','css','findAppDirectory','react','component/component.js','constructor','warn','fileName','ramda','/imports/ui/layouts','graphql','features','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','template/template.css','240lVWBec','dir','apply','40LasHzV','Scaffolding\x20for\x20a\x20React\x20Layout.','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','setTemplate','engines','layout','create','1594740tKSZMS','findProjectDirectory','checkNpmPackage','withHook','maka\x20g:layout\x20mobile/iPhone8','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','none','template','injectAtBeginningOfFile','3985032ZqIjxg','split','resourceName','15711vfLjbI','import\x20\x27./','assign','client'];a137c=function(){return u;};return a137c();}function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x19d;let f=c[d];return f;},a137d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];Generator[a137s(0x1d6)]({'name':a137s(0x1d5),'aliases':aliases,'usage':a137s(0x1a2),'shortDesc':a137s(0x1d1),'validOpts':[a137s(0x1a0)],'mustBeInMakaProject':!![],'examples':[a137s(0x1a1),a137s(0x1b9)]},async function(a,b){const t=a137s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x1c8),i=d[t(0x1c1)](),j=g[t(0x1be)]({'pathParts':[h,b[t(0x1ce)],kebabCase(b[t(0x1a8)]),kebabCase(b[t(0x1a8)])]});typeof c[t(0x1a4)][t(0x1b5)]==='string'&&e[t(0x1d3)](t(0x1b5),c[t(0x1a4)][t(0x1b5)]);typeof c[t(0x1a4)][t(0x1c0)]===t(0x1b0)&&e[t(0x1d3)](t(0x1c0),c[t(0x1a4)][t(0x1c0)]);typeof c[t(0x1a4)]['js']==='string'&&e['setTemplate']('js',c['template']['js']);const k=b['_']?b['_'][0x0][t(0x1a7)](':')[0x1]:![],l=b['_']&&aliases[t(0x1ba)](k);l&&!f[t(0x19f)]('ramda')&&(Log[t(0x1c5)](t(0x1cb)),f[t(0x1bd)](t(0x1c7),{'cwd':i}));if(l&&!f[t(0x19f)](t(0x1c2))){Log[t(0x1c5)](t(0x1d2));return;}const m={'name':pascalCase(b['resourceName']),'myPath':a137e['relative'](d[t(0x19e)](),j),'cssCaseName':kebabCase(b[t(0x1a8)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[t(0x1a8)]),'fileName':kebabCase(b[t(0x1a8)]),'graphql':c[t(0x1d4)][t(0x1c9)],'features':c[t(0x1ca)],'client':c[t(0x1d4)][t(0x1ac)],'api':c['engines'][t(0x1b8)],'ssr':c[t(0x1d4)]['ssr'],'test':c['engines'][t(0x1b5)],'theme':c[t(0x1d4)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x1ca)][t(0x1ae)]};c['features']?.['withHooks']||b[t(0x1a0)]?await g[t(0x1a4)]({'srcPath':t(0x1bf),'destPath':j+t(0x1bb),'framework':t(0x1c2),'context':m,'config':c}):await g[t(0x1a4)]({'srcPath':t(0x1c3),'destPath':j+t(0x1bb),'framework':t(0x1c2),'context':m,'config':c});c[t(0x1d4)][t(0x1b5)]!==t(0x1a3)&&await g[t(0x1a4)]({'srcPath':t(0x1b3),'destPath':j+'.app-tests.js','framework':t(0x1c2),'context':m,'config':c});c[t(0x1a4)]['css']&&(await g[t(0x1a4)]({'srcPath':t(0x1cc),'destPath':j+'.css','context':Object[t(0x1ab)]({},m,{'className':kebabCase(b[t(0x1a8)])}),'config':c}),await g[t(0x1a5)]({'filePath':j+'.'+c[t(0x1d4)]['js'],'content':t(0x1aa)+m[t(0x1c6)]+'.'+c['engines'][t(0x1c0)]+'\x27;'}));const n=b[t(0x1ce)]?'/'+b[t(0x1ce)]+'/':'/',o=''+h+n+m[t(0x1c6)]+'/'+m[t(0x1c6)];await g['injectTemplateModule'](m['className'],c,o);});
@@ -1 +1 @@
1
- const a137h=a137d;(function(a,b){const f=a137d,c=a();while(!![]){try{const d=-parseInt(f(0x1d6))/0x1+-parseInt(f(0x1cc))/0x2+parseInt(f(0x1c9))/0x3+-parseInt(f(0x1d8))/0x4+parseInt(f(0x1d1))/0x5*(parseInt(f(0x1cf))/0x6)+-parseInt(f(0x1d7))/0x7*(parseInt(f(0x1d5))/0x8)+parseInt(f(0x1d0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0xe7239));const a137b=(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;};}()),a137a=a137b(this,function(){const g=a137d;return a137a[g(0x1ca)]()[g(0x1cb)](g(0x1cd))['toString']()['constructor'](a137a)[g(0x1cb)](g(0x1cd));});function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a137d(a,b);}a137a();function a137c(){const i=['(((.+)+)+)+$','maka\x20generate:scaffold\x20todos','6biCFpK','25459065aNYtBa','7231405jMPpAj','generate','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','64dWHiyU','684477HStZLK','1058617cARWxv','3487928tagYDV','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:api\x20trucks','maka\x20g:scaffold\x20todos','3945744rnkDHi','toString','search','3754524RqXioW'];a137c=function(){return i;};return a137c();}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a137h(0x1d2),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a137h(0x1d9),'examples':[a137h(0x1ce),a137h(0x1c8),'maka\x20g:template\x20todos/todo_item',a137h(0x1d3),a137h(0x1d4),a137h(0x1da),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(){});export default MakaGen;
1
+ const a138i=a138d;(function(a,b){const f=a138d,c=a();while(!![]){try{const d=-parseInt(f(0x126))/0x1*(-parseInt(f(0x123))/0x2)+parseInt(f(0x130))/0x3+-parseInt(f(0x128))/0x4*(parseInt(f(0x131))/0x5)+-parseInt(f(0x12a))/0x6*(-parseInt(f(0x124))/0x7)+-parseInt(f(0x134))/0x8*(parseInt(f(0x12e))/0x9)+parseInt(f(0x133))/0xa*(parseInt(f(0x12d))/0xb)+parseInt(f(0x12c))/0xc*(-parseInt(f(0x121))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x4b5d6));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a138d;if(c){const e=c[g(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const h=a138d;return a138a[h(0x132)]()[h(0x12b)](h(0x127))[h(0x132)]()[h(0x125)](a138a)[h(0x12b)](h(0x127));});a138a();import{Generator}from'../generator.js';function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x121;let f=c[d];return f;},a138d(a,b);}const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a138i(0x12f),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a138i(0x122),a138i(0x129),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(){});function a138c(){const j=['constructor','1xkoera','(((.+)+)+)+$','23372XltwMp','maka\x20g:route\x20todos/edit','2766QtHkWC','search','2761464eTBDpm','17765SyraYG','9LrMVAj','maka\x20{generate,\x20g}:<generator>\x20<name>','1753722lQUjbW','265wmjveq','toString','1490VIVHAx','299040AWssRs','apply','26yfsoJc','maka\x20g:package\x20package:name','487532bknMbN','714Rekqbn'];a138c=function(){return j;};return a138c();}export default MakaGen;
@@ -1 +1 @@
1
- const a138n=a138d;(function(a,b){const k=a138d,c=a();while(!![]){try{const d=parseInt(k(0x13c))/0x1+-parseInt(k(0x12d))/0x2*(-parseInt(k(0x145))/0x3)+-parseInt(k(0x130))/0x4*(parseInt(k(0x12b))/0x5)+-parseInt(k(0x13b))/0x6*(-parseInt(k(0x148))/0x7)+-parseInt(k(0x12f))/0x8*(-parseInt(k(0x147))/0x9)+parseInt(k(0x134))/0xa+-parseInt(k(0x13e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x2211b));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a138d;if(c){const e=c[l(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const m=a138d;return a138a['toString']()['search']('(((.+)+)+)+$')[m(0x139)]()[m(0x14a)](a138a)[m(0x141)](m(0x12c));});a138a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a138c(){const p=['scaffold','72ApdUOu','250200TarHPR','template','2979889MinTrK','index.','import\x20\x27./methods','search','tsx','engines','imports','432645hQcqEp','dir','9BqzsXR','87934siyICb','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','constructor','method/method.js','appPathPrefix','pkg','maka:check','create','checkMeteorPackage','pathFromApp','resourceName','21855RIsHEg','(((.+)+)+)+$','2ivAQjr','apply','307592ZnuLfm','212bqNyVc','-rpc-method\x27;','method','maka\x20{generate,\x20g}:{method,\x20m}\x20name','585010NxumwT','error','startup','projectConfig','methods','toString'];a138c=function(){return p;};return a138c();}import{camelCase,kebabCase,pascalCase}from'change-case';function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x127;let f=c[d];return f;},a138d(a,b);}Generator[a138n(0x127)]({'name':a138n(0x132),'aliases':['m'],'usage':a138n(0x133),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a138n(0x149),'validOpts':['dir'],'examples':['maka\x20g:method\x20todos']},async function(a,b){const o=a138n;try{const c=this[o(0x137)],d=b[o(0x146)]?'/'+b[o(0x146)]+'/':'/',f=kebabCase(b[o(0x12a)]),g={'name':b[o(0x12a)],'fileName':f,'className':pascalCase(b[o(0x12a)]),'camelCase':camelCase(b[o(0x12a)]),'noRename':!![]};let h='js';c[o(0x143)]['js']===o(0x142)&&(h='ts');await this[o(0x14d)][o(0x128)]([o(0x14e),'ddp-rate-limiter','mdg:validated-method'],{'shouldInstall':!![]}),await this['scaffold'][o(0x13d)]({'srcPath':o(0x14b),'destPath':this[o(0x13a)]['pathFromApp']({'pathParts':[o(0x144),o(0x136),b[o(0x14c)],o(0x138),d,f+'-rpc-method.'+h]}),'context':g,'config':c});const i=this['scaffold'][o(0x129)]({'pathParts':[o(0x144),o(0x136),b[o(0x14c)],o(0x13f)+c[o(0x143)]['js']]});await this[o(0x13a)]['injectAtEndOfFile']({'filePath':i,'content':o(0x140)+d+f+o(0x131)});}catch(j){Log[o(0x135)](j);}});
1
+ function a139c(){const o=['199219kOKBNf','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','toString','constructor','method','6495544oTOgvz','resourceName','108vUCFoX','scaffold','checkMeteorPackage','method/method.js','appPathPrefix','pathFromApp','11853gJujrY','212FvKhNH','startup','-rpc-method\x27;','injectAtEndOfFile','1133BfKNva','(((.+)+)+)+$','pkg','maka\x20{generate,\x20g}:{method,\x20m}\x20name','index.','imports','dir','import\x20\x27./methods','maka:check','395045Dyyype','search','tsx','29076qYIaUl','projectConfig','4XPyiXD','24JZshEb','create','307290QTzMfS','3643935hxRvkx','engines'];a139c=function(){return o;};return a139c();}const a139m=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=parseInt(k(0x107))/0x1*(-parseInt(k(0x127))/0x2)+parseInt(k(0x114))/0x3*(parseInt(k(0x115))/0x4)+parseInt(k(0x105))/0x5+parseInt(k(0x102))/0x6*(-parseInt(k(0x122))/0x7)+parseInt(k(0x10c))/0x8+parseInt(k(0x10e))/0x9*(-parseInt(k(0x104))/0xa)+parseInt(k(0x119))/0xb*(-parseInt(k(0x125))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x7bef6));const a139b=(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;};}()),a139a=a139b(this,function(){const l=a139d;return a139a[l(0x109)]()['search'](l(0x11a))[l(0x109)]()[l(0x10a)](a139a)[l(0x123)](l(0x11a));});a139a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x102;let f=c[d];return f;},a139d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a139m(0x103)]({'name':a139m(0x10b),'aliases':['m'],'usage':a139m(0x11c),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a139m(0x108),'validOpts':[a139m(0x11f)],'examples':['maka\x20g:method\x20todos']},async function(a,b){const n=a139m;try{const c=this[n(0x126)],d=b['dir']?'/'+b[n(0x11f)]+'/':'/',f=kebabCase(b[n(0x10d)]),g={'name':b[n(0x10d)],'fileName':f,'className':pascalCase(b[n(0x10d)]),'camelCase':camelCase(b[n(0x10d)]),'noRename':!![]};let h='js';c[n(0x106)]['js']===n(0x124)&&(h='ts');await this[n(0x11b)][n(0x110)]([n(0x121),'ddp-rate-limiter','mdg:validated-method'],{'shouldInstall':!![]}),await this[n(0x10f)]['template']({'srcPath':n(0x111),'destPath':this['scaffold'][n(0x113)]({'pathParts':[n(0x11e),n(0x116),b[n(0x112)],'methods',d,f+'-rpc-method.'+h]}),'context':g,'config':c});const i=this[n(0x10f)][n(0x113)]({'pathParts':[n(0x11e),'startup',b[n(0x112)],n(0x11d)+c['engines']['js']]});await this[n(0x10f)][n(0x118)]({'filePath':i,'content':n(0x120)+d+f+n(0x117)});}catch(j){Log['error'](j);}});
@@ -1 +1 @@
1
- const a139p=a139d;(function(a,b){const m=a139d,c=a();while(!![]){try{const d=-parseInt(m(0x1af))/0x1+parseInt(m(0x1c1))/0x2*(-parseInt(m(0x1c7))/0x3)+parseInt(m(0x1ce))/0x4*(-parseInt(m(0x1cf))/0x5)+parseInt(m(0x1bc))/0x6+parseInt(m(0x1ae))/0x7+parseInt(m(0x1b3))/0x8+parseInt(m(0x1a9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x28525));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a139d;if(c){const e=c[n(0x1b7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const o=a139d;return a139a[o(0x1d0)]()[o(0x1ca)](o(0x1b2))[o(0x1d0)]()[o(0x1ab)](a139a)[o(0x1ca)](o(0x1b2));});a139a();function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a139d(a,b);}import a139e from'path';import{Generator}from'../generator.js';import{camelCase,kebabCase,pascalCase}from'change-case';function a139c(){const r=['fsi','search','template','resourceName','tests/server','260NnXWSq','2215aXYUfq','toString','maka\x20g:package\x20todos:package','.js','/package.js','graphql','1529703fDlZwb','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','constructor','scaffold','pathFromAppWithNoReWrite','768712zhaDUb','320002xQAnLD','features','server','(((.+)+)+)+$','2305440HOoVlD','dir','package/','findProjectDirectory','apply','package.js','package/package.js','projectConfig','hasOwnProperty','689220oCQMWa','theme','tests/client','layout','/client/','246XYfDgo','noRename','engines','package','store','relative','4119NEmlwt','packages'];a139c=function(){return r;};return a139c();}Generator['create']({'name':a139p(0x1c4),'aliases':['p'],'usage':a139p(0x1aa),'mustBeInMakaProject':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':[a139p(0x1b4)],'examples':[a139p(0x1d1)]},async function(a,b){const q=a139p,c=kebabCase(b[q(0x1cc)]),d=b[q(0x1b4)]?'/'+b['dir']+'/':'/',e=this[q(0x1ac)]['pathFromApp']({'pathParts':[q(0x1c8),d,c]}),f=this['scaffold'][q(0x1ad)]({'pathParts':[q(0x1c8),d,c,q(0x1b8)]}),g=this[q(0x1ba)],h={'name':kebabCase(b[q(0x1cc)]),'myPath':a139e[q(0x1c6)](this[q(0x1c9)][q(0x1b6)](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x1cc)]),'fileName':c,'client':g[q(0x1c3)]['client'],'graphql':g['engines'][q(0x1d4)],'ssr':g['engines']['ssr'],'isComponent':b[q(0x1bb)]('component'),'isLayout':b['hasOwnProperty'](q(0x1bf)),'isStore':b[q(0x1bb)](q(0x1c5)),'features':g[q(0x1b0)],'noRename':!![],'theme':g[q(0x1c3)][q(0x1bd)]};await this[q(0x1ac)][q(0x1cb)]({'srcPath':q(0x1b9),'destPath':f,'context':h,'config':g}),h[q(0x1c2)]=![];const i=e+q(0x1c0)+c+q(0x1d2);await this[q(0x1ac)][q(0x1cb)]({'srcPath':'template/template.js','destPath':i,'context':h,'config':g});const j=['lib',q(0x1b1),q(0x1be),q(0x1cd)];for(const k of j){const l=e+'/'+k+'/'+c+'.js';await this[q(0x1ac)]['template']({'srcPath':q(0x1b5)+k+q(0x1d3),'destPath':l,'context':h,'config':g});}});
1
+ const a140p=a140d;(function(a,b){const m=a140d,c=a();while(!![]){try{const d=parseInt(m(0x1cb))/0x1*(parseInt(m(0x1b1))/0x2)+parseInt(m(0x1c9))/0x3+-parseInt(m(0x1a7))/0x4+parseInt(m(0x1a8))/0x5*(parseInt(m(0x1d1))/0x6)+-parseInt(m(0x1c7))/0x7+-parseInt(m(0x1ab))/0x8*(parseInt(m(0x1ad))/0x9)+-parseInt(m(0x1af))/0xa*(-parseInt(m(0x1a9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x85434));const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a140d;if(c){const e=c[n(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const o=a140d;return a140a[o(0x1ac)]()[o(0x1bb)](o(0x1b8))[o(0x1ac)]()[o(0x1c1)](a140a)[o(0x1bb)](o(0x1b8));});a140a();function a140c(){const r=['findProjectDirectory','11968eyyxvY','toString','4869OBXvWx','create','156010DmbNGL','store','76062fEWOGc','template','component','tests/server','/package.js','features','engines','(((.+)+)+)+$','noRename','maka\x20g:package\x20todos:package','search','packages','apply','package.js','fsi','layout','constructor','projectConfig','pathFromApp','.js','client','hasOwnProperty','5208777fpvzNw','package/package.js','313677ygTjLx','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','7bSzTDc','dir','/client/','graphql','scaffold','resourceName','378NGxtKK','server','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','4232188xzmBRs','31715ftjuZs','1683XfmYxr'];a140c=function(){return r;};return a140c();}import a140e from'path';import{Generator}from'../generator.js';import{camelCase,kebabCase,pascalCase}from'change-case';function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a140d(a,b);}Generator[a140p(0x1ae)]({'name':'package','aliases':['p'],'usage':a140p(0x1ca),'mustBeInMakaProject':!![],'shortDesc':a140p(0x1d3),'validOpts':['dir'],'examples':[a140p(0x1ba)]},async function(a,b){const q=a140p,c=kebabCase(b[q(0x1d0)]),d=b[q(0x1cc)]?'/'+b[q(0x1cc)]+'/':'/',e=this[q(0x1cf)][q(0x1c3)]({'pathParts':[q(0x1bc),d,c]}),f=this['scaffold']['pathFromAppWithNoReWrite']({'pathParts':[q(0x1bc),d,c,q(0x1be)]}),g=this[q(0x1c2)],h={'name':kebabCase(b[q(0x1d0)]),'myPath':a140e['relative'](this[q(0x1bf)][q(0x1aa)](),e),'cssCaseName':kebabCase(b[q(0x1d0)]),'className':pascalCase(b[q(0x1d0)]),'camelCaseName':camelCase(b[q(0x1d0)]),'fileName':c,'client':g[q(0x1b7)][q(0x1c5)],'graphql':g['engines'][q(0x1ce)],'ssr':g[q(0x1b7)]['ssr'],'isComponent':b[q(0x1c6)](q(0x1b3)),'isLayout':b['hasOwnProperty'](q(0x1c0)),'isStore':b[q(0x1c6)](q(0x1b0)),'features':g[q(0x1b6)],'noRename':!![],'theme':g[q(0x1b7)]['theme']};await this['scaffold']['template']({'srcPath':q(0x1c8),'destPath':f,'context':h,'config':g}),h[q(0x1b9)]=![];const i=e+q(0x1cd)+c+q(0x1c4);await this[q(0x1cf)][q(0x1b2)]({'srcPath':'template/template.js','destPath':i,'context':h,'config':g});const j=['lib',q(0x1d2),'tests/client',q(0x1b4)];for(const k of j){const l=e+'/'+k+'/'+c+q(0x1c4);await this[q(0x1cf)][q(0x1b2)]({'srcPath':'package/'+k+q(0x1b5),'destPath':l,'context':h,'config':g});}});
@@ -1 +1 @@
1
- const a140u=a140d;function a140c(){const w=['url','Generate\x20a\x20page.','graphql','/>}/>\x0a','\x22\x20element={<Component.','vanilla','3459AiAmaF','cfg','hook/hook.js','className','<Route\x20index','constructor','string','assign','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','.js','component','dir','\x27;\x0a','error','511811iOvQjq','private','substring','includes','lib','search','.css','fsi','(((.+)+)+)+$','1402380bbfZlU','setTemplate','hasOwnProperty','split','injectTemplateModule','root','injectAtBeginningOfFile','.html','trim','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','<Route\x20path=\x22*\x22','maka\x20g:page\x20todos/todos-item','2RKgLRL','apply','withTranslations','imports','756042qzCXir','injectIntoFile','engines','react','toString','endsWith','ramda','fileName','component/component.js','theme','test','2698104MAuwmL','<Route\x20path=\x22','client','withHooks','import\x20\x27./','952083CicswQ','toLowerCase','page','936ueeCNB','pkg','routes.','indexOf','replace','create','meteor','relative','.app-tests.js','ssr','api','html','resourceName','features','pathFromApp','store','scaffold','template','projectConfig','Updating\x20npm\x20packages\x20...','css','/imports/ui/pages','2372664PKbSQH'];a140c=function(){return w;};return a140c();}(function(a,b){const r=a140d,c=a();while(!![]){try{const d=parseInt(r(0x210))/0x1*(parseInt(r(0x225))/0x2)+parseInt(r(0x202))/0x3*(-parseInt(r(0x1e5))/0x4)+parseInt(r(0x219))/0x5+-parseInt(r(0x234))/0x6+parseInt(r(0x229))/0x7+parseInt(r(0x1fb))/0x8+-parseInt(r(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x5ab93));const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a140d;if(c){const e=c[s(0x226)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const t=a140d;return a140a['toString']()[t(0x215)](t(0x218))[t(0x22d)]()[t(0x207)](a140a)[t(0x215)](t(0x218));});a140a();import a140e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a140d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];Generator[a140u(0x1ea)]({'name':a140u(0x1e4),'aliases':aliases,'usage':a140u(0x222),'shortDesc':a140u(0x1fd),'mustBeInMakaProject':!![],'validOpts':[{'name':a140u(0x211),'boolFlag':!![]},{'name':'url'}],'examples':[a140u(0x224)]},async function(a,b){const v=a140u,c=v(0x1fa),d=this[v(0x217)]['findAppDirectory'](),e=b[v(0x1f1)][v(0x213)](':')?b[v(0x1f1)][v(0x21c)](':')[0x0][v(0x221)]():b[v(0x1f1)][v(0x221)](),f=b[v(0x20d)]['replaceAll']('/','_')+'_'+e['replaceAll']('/','_'),g=this['scaffold'][v(0x1f3)]({'pathParts':[c,b[v(0x20d)],kebabCase(f),kebabCase(f)]}),h=this[v(0x1f7)];let i='';typeof h[v(0x1f6)]['html']==='string'&&this['cfg'][v(0x21a)](v(0x1f0),h['template']['html']);typeof h[v(0x1f6)][v(0x233)]===v(0x208)&&this[v(0x203)][v(0x21a)](v(0x233),h['template'][v(0x233)]);typeof h[v(0x1f6)][v(0x1f9)]===v(0x208)&&this[v(0x203)][v(0x21a)](v(0x1f9),h[v(0x1f6)]['css']);typeof h[v(0x1f6)]['js']===v(0x208)&&this['cfg'][v(0x21a)]('js',h[v(0x1f6)]['js']);!b[v(0x21e)]&&!this[v(0x1e6)]['checkNpmPackage'](v(0x22f))&&(Log['warn'](v(0x1f8)),this[v(0x1e6)]['installNpmPackage']('ramda',{'cwd':d}));const j={'name':pascalCase(f),'myPath':a140e[v(0x1ec)](this[v(0x217)]['findProjectDirectory'](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h[v(0x22b)][v(0x1fe)],'features':h[v(0x1f2)],'client':h['engines'][v(0x236)],'api':h['engines'][v(0x1ef)],'ssr':h['engines'][v(0x1ee)],'isStore':b[v(0x21b)](v(0x1f4)),'isComponent':b['hasOwnProperty'](v(0x20c)),'isLayout':b['hasOwnProperty']('layout'),'withTranslations':h['features'][v(0x227)],'test':h[v(0x22b)][v(0x233)],'theme':h[v(0x22b)][v(0x232)]};h[v(0x1f6)][v(0x1f0)]&&await this[v(0x1f5)][v(0x1f6)]({'srcPath':'template/template.html','destPath':g+v(0x220),'context':j,'config':h});h['features']?.[v(0x237)]?await this[v(0x1f5)]['template']({'srcPath':v(0x204),'destPath':g+v(0x20b),'framework':v(0x22c),'context':j,'config':h}):await this[v(0x1f5)]['template']({'srcPath':v(0x231),'destPath':g+v(0x20b),'framework':v(0x22c),'context':j,'config':h});h[v(0x22b)][v(0x233)]!=='none'&&await this[v(0x1f5)][v(0x1f6)]({'srcPath':'test/test.js','destPath':g+v(0x1ed),'framework':'react','context':j,'config':h});h[v(0x1f6)][v(0x1f9)]&&await this[v(0x1f5)][v(0x1f6)]({'srcPath':'template/template.css','destPath':g+v(0x216),'context':Object[v(0x209)]({},j,{'className':kebabCase(b['resourceName'])}),'config':h});h[v(0x22b)][v(0x236)]!=='react'&&h['engines'][v(0x236)]!==v(0x201)?(h[v(0x1f6)][v(0x1f9)]&&await this[v(0x1f5)][v(0x21f)]({'filePath':g+'.'+h[v(0x22b)]['js'],'content':'import\x20\x27./'+j[v(0x230)]+'.'+h['engines'][v(0x1f0)]+v(0x20e)+v(0x238)+j['fileName']+'.'+h[v(0x22b)]['css']+'\x27;'}),!h[v(0x1f6)]['css']&&await this[v(0x1f5)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[v(0x22b)]['js'],'content':'import\x20\x27./'+j[v(0x230)]+'.'+h[v(0x22b)]['html']+'\x27;'})):h['template'][v(0x1f9)]&&await this['scaffold'][v(0x21f)]({'filePath':g+'.'+h[v(0x22b)]['js'],'content':v(0x238)+j[v(0x230)]+'.'+h[v(0x22b)]['css']+'\x27;'});const k=b['dir']?'/'+b[v(0x20d)]+'/':'/';i=''+c+k+j[v(0x230)]+'/'+j[v(0x230)],await this[v(0x1f5)][v(0x21d)](j[v(0x205)],h,i);if(!b[v(0x21e)]){const l=b['private']??![];if(!f){Log[v(0x20f)](v(0x20a));throw new UsageError();}let m=b[v(0x1fc)]?b['url']:'/'+b[v(0x20d)][v(0x221)]()+'/'+b[v(0x1f1)][v(0x221)]()['replace'](/\\/g,'/')[v(0x1e9)](/\/+$/,'')[v(0x1e3)]();const n=b[v(0x1f1)][v(0x1e8)](':');n!==-0x1&&(m+='/'+b[v(0x1f1)][v(0x212)](0x0,n)['trim']());m[v(0x22e)]('/')&&(m=m['slice'](0x0,-0x1));m=m[v(0x1e9)](/\/\//g,'/');const o=h[v(0x22b)]['js'],p=h[v(0x22b)][v(0x1ee)]===v(0x1eb)?v(0x214):v(0x236),q=a140e['join'](d,v(0x228),'startup',p,v(0x1e7)+o);l?await this[v(0x1f5)]['injectIntoFile']({'filePath':q,'content':v(0x235)+m+'\x22\x20element={<Component.'+pascalCase(f)+'/>}/>\x0a','begin':['<Route\x20element={<PrivateRoute\x20/>}>'],'end':['</Route>']}):await this[v(0x1f5)][v(0x22a)]({'filePath':q,'content':'<Route\x20path=\x22'+m+v(0x200)+pascalCase(f)+v(0x1ff),'begin':[v(0x206)],'end':[v(0x223)]});}});
1
+ const a141u=a141d;(function(a,b){const r=a141d,c=a();while(!![]){try{const d=parseInt(r(0x166))/0x1*(-parseInt(r(0x162))/0x2)+-parseInt(r(0x15d))/0x3*(parseInt(r(0x151))/0x4)+-parseInt(r(0x176))/0x5*(-parseInt(r(0x146))/0x6)+-parseInt(r(0x163))/0x7+-parseInt(r(0x173))/0x8+parseInt(r(0x169))/0x9+-parseInt(r(0x120))/0xa*(-parseInt(r(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x1b148));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a141d;if(c){const e=c[s(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const t=a141d;return a141a[t(0x140)]()[t(0x122)]('(((.+)+)+)+$')['toString']()[t(0x130)](a141a)[t(0x122)]('(((.+)+)+)+$');});a141a();function a141c(){const w=['trim','withTranslations','engines','dir','hook/hook.js','endsWith','toString','create','none','hasOwnProperty','pkg','client','24630iPhumL','component','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','replaceAll','test','meteor','html','string','fsi','lib','root','4agKtFt','routes.','withHooks','startup','projectConfig','fileName','.css','resourceName','\x27;\x0a','layout','split','Generate\x20a\x20page.','164049AJsCar','url','apply','<Route\x20element={<PrivateRoute\x20/>}>','template','514rCgBee','681695BuPaGn','injectIntoFile','imports','62pzywGd','Updating\x20npm\x20packages\x20...','replace','120312zKgWHC','error','includes','findProjectDirectory','react','css','setTemplate','indexOf','test/test.js','</Route>','195248GkqtXu','/>}/>\x0a','join','25zKHdSg','10yKifZT','cfg','search','template/template.html','className','ramda','maka\x20g:page\x20todos/todos-item','installNpmPackage','injectAtBeginningOfFile','checkNpmPackage','/imports/ui/pages','scaffold','assign','vanilla','warn','.js','constructor','import\x20\x27./','graphql','features','pathFromApp','.app-tests.js','store','page','2963785Ngwekp','api'];a141c=function(){return w;};return a141c();}import a141e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x120;let f=c[d];return f;},a141d(a,b);}import{UsageError}from'../error.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];Generator[a141u(0x141)]({'name':a141u(0x137),'aliases':aliases,'usage':a141u(0x148),'shortDesc':a141u(0x15c),'mustBeInMakaProject':!![],'validOpts':[{'name':'private','boolFlag':!![]},{'name':a141u(0x15e)}],'examples':[a141u(0x126)]},async function(a,b){const v=a141u,c=v(0x12a),d=this[v(0x14e)]['findAppDirectory'](),e=b[v(0x158)][v(0x16b)](':')?b[v(0x158)][v(0x15b)](':')[0x0][v(0x13a)]():b[v(0x158)]['trim'](),f=b[v(0x13d)][v(0x149)]('/','_')+'_'+e['replaceAll']('/','_'),g=this[v(0x12b)][v(0x134)]({'pathParts':[c,b[v(0x13d)],kebabCase(f),kebabCase(f)]}),h=this[v(0x155)];let i='';typeof h[v(0x161)][v(0x14c)]===v(0x14d)&&this[v(0x121)]['setTemplate'](v(0x14c),h[v(0x161)][v(0x14c)]);typeof h[v(0x161)]['test']==='string'&&this['cfg']['setTemplate']('test',h[v(0x161)][v(0x14a)]);typeof h[v(0x161)][v(0x16e)]===v(0x14d)&&this[v(0x121)][v(0x16f)](v(0x16e),h[v(0x161)][v(0x16e)]);typeof h[v(0x161)]['js']===v(0x14d)&&this['cfg'][v(0x16f)]('js',h[v(0x161)]['js']);!b['root']&&!this[v(0x144)][v(0x129)](v(0x125))&&(Log[v(0x12e)](v(0x167)),this[v(0x144)][v(0x127)](v(0x125),{'cwd':d}));const j={'name':pascalCase(f),'myPath':a141e['relative'](this[v(0x14e)][v(0x16c)](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h[v(0x13c)][v(0x132)],'features':h[v(0x133)],'client':h[v(0x13c)][v(0x145)],'api':h[v(0x13c)][v(0x139)],'ssr':h['engines']['ssr'],'isStore':b[v(0x143)](v(0x136)),'isComponent':b[v(0x143)](v(0x147)),'isLayout':b[v(0x143)](v(0x15a)),'withTranslations':h[v(0x133)][v(0x13b)],'test':h['engines'][v(0x14a)],'theme':h['engines']['theme']};h[v(0x161)]['html']&&await this['scaffold'][v(0x161)]({'srcPath':v(0x123),'destPath':g+'.html','context':j,'config':h});h[v(0x133)]?.[v(0x153)]?await this[v(0x12b)]['template']({'srcPath':v(0x13e),'destPath':g+v(0x12f),'framework':v(0x16d),'context':j,'config':h}):await this['scaffold'][v(0x161)]({'srcPath':'component/component.js','destPath':g+v(0x12f),'framework':v(0x16d),'context':j,'config':h});h[v(0x13c)][v(0x14a)]!==v(0x142)&&await this[v(0x12b)][v(0x161)]({'srcPath':v(0x171),'destPath':g+v(0x135),'framework':v(0x16d),'context':j,'config':h});h[v(0x161)][v(0x16e)]&&await this[v(0x12b)]['template']({'srcPath':'template/template.css','destPath':g+v(0x157),'context':Object[v(0x12c)]({},j,{'className':kebabCase(b['resourceName'])}),'config':h});h['engines'][v(0x145)]!==v(0x16d)&&h[v(0x13c)][v(0x145)]!==v(0x12d)?(h[v(0x161)][v(0x16e)]&&await this['scaffold'][v(0x128)]({'filePath':g+'.'+h[v(0x13c)]['js'],'content':v(0x131)+j[v(0x156)]+'.'+h['engines']['html']+v(0x159)+v(0x131)+j[v(0x156)]+'.'+h['engines'][v(0x16e)]+'\x27;'}),!h[v(0x161)]['css']&&await this['scaffold'][v(0x128)]({'filePath':g+'.'+h[v(0x13c)]['js'],'content':v(0x131)+j[v(0x156)]+'.'+h[v(0x13c)][v(0x14c)]+'\x27;'})):h['template'][v(0x16e)]&&await this[v(0x12b)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[v(0x13c)]['js'],'content':v(0x131)+j[v(0x156)]+'.'+h[v(0x13c)][v(0x16e)]+'\x27;'});const k=b[v(0x13d)]?'/'+b['dir']+'/':'/';i=''+c+k+j[v(0x156)]+'/'+j[v(0x156)],await this['scaffold']['injectTemplateModule'](j[v(0x124)],h,i);if(!b[v(0x150)]){const l=b['private']??![];if(!f){Log[v(0x16a)]('Please\x20specify\x20a\x20name\x20for\x20the\x20route.');throw new UsageError();}let m=b['url']?b[v(0x15e)]:'/'+b['dir'][v(0x13a)]()+'/'+b[v(0x158)]['trim']()[v(0x168)](/\\/g,'/')[v(0x168)](/\/+$/,'')['toLowerCase']();const n=b[v(0x158)][v(0x170)](':');n!==-0x1&&(m+='/'+b['resourceName']['substring'](0x0,n)[v(0x13a)]());m[v(0x13f)]('/')&&(m=m['slice'](0x0,-0x1));m=m[v(0x168)](/\/\//g,'/');const o=h[v(0x13c)]['js'],p=h['engines']['ssr']===v(0x14b)?v(0x14f):v(0x145),q=a141e[v(0x175)](d,v(0x165),v(0x154),p,v(0x152)+o);l?await this[v(0x12b)][v(0x164)]({'filePath':q,'content':'<Route\x20path=\x22'+m+'\x22\x20element={<Component.'+pascalCase(f)+v(0x174),'begin':[v(0x160)],'end':[v(0x172)]}):await this['scaffold'][v(0x164)]({'filePath':q,'content':'<Route\x20path=\x22'+m+'\x22\x20element={<Component.'+pascalCase(f)+'/>}/>\x0a','begin':['<Route\x20index'],'end':['<Route\x20path=\x22*\x22']});}});
@@ -1 +1 @@
1
- const a141r=a141d;(function(a,b){const o=a141d,c=a();while(!![]){try{const d=-parseInt(o(0x6b))/0x1*(parseInt(o(0x72))/0x2)+parseInt(o(0x84))/0x3*(-parseInt(o(0x8d))/0x4)+-parseInt(o(0x86))/0x5*(parseInt(o(0x8a))/0x6)+-parseInt(o(0x76))/0x7*(parseInt(o(0x7e))/0x8)+parseInt(o(0x7f))/0x9*(-parseInt(o(0x89))/0xa)+parseInt(o(0x79))/0xb*(parseInt(o(0x83))/0xc)+parseInt(o(0x82))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0xb9efc));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a141d;if(c){const e=c[p(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const q=a141d;return a141a[q(0x7a)]()[q(0x85)](q(0x75))[q(0x7a)]()[q(0x74)](a141a)[q(0x85)](q(0x75));});function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x6a;let f=c[d];return f;},a141d(a,b);}a141a();import{kebabCase,pascalCase}from'change-case';function a141c(){const t=['pathFromApp','server','resourceName','apply','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','dir','2295268jMTgLL','appPathPrefix','constructor','(((.+)+)+)+$','22757OZhZWH','globalPublish','publish','1720697hxoRjj','toString','/imports/startup/server/publications','startup','force','1208rISxmL','910269mkRGBC','maka\x20g:publish\x20todos','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','61159150MerFzH','96VwZxlA','3499806WuwOgl','search','2180295ycbWKM','import\x20\x27./publications','engines','150knMICx','12wrReJQ','error','exit','4tUmlir','create','1NttVyV'];a141c=function(){return t;};return a141c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a141r(0x6a)]({'name':a141r(0x78),'aliases':['p'],'usage':a141r(0x81),'shortDesc':a141r(0x70),'validOpts':[a141r(0x7d)],'requiredOpts':[a141r(0x77)],'mustBeInMakaProject':!![],'examples':[a141r(0x80)]},async function(a,b){const s=a141r;try{const {projectConfig:c,scaffold:d}=this,f=b[s(0x7d)]||![],g=s(0x7b),h=kebabCase(b['resourceName']),i=d['pathFromApp']({'pathParts':[g,b[s(0x71)],'',h]});let j='js';c[s(0x88)]['js']==='tsx'&&(j='ts');const k={'name':b['resourceName'],'collection':pascalCase(b[s(0x6e)]),'noRename':!![],'globalPublish':b[s(0x77)]};await d['template']({'srcPath':'publish/publish.js','destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d[s(0x6c)]({'pathParts':['imports',s(0x7c),s(0x6d),b[s(0x73)],'index.'+c[s(0x88)]['js']]}),m=b[s(0x71)]?'/'+b[s(0x71)]+'/':'/';await d['injectAtEndOfFile']({'filePath':l,'content':s(0x87)+m+h+'\x27;'});}catch(n){Log[s(0x8b)](n),process[s(0x8c)](0x1);}});
1
+ function a142c(){const s=['toString','engines','11073424faTaTP','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','startup','7MOAGJr','56sxcYlH','template','4113639RXxsjy','import\x20\x27./publications','/imports/startup/server/publications','publish','13ZYgAsk','dir','10kRzDZU','imports','80589OKHdhO','961090kylwGF','pathFromApp','15466824OWDvvc','(((.+)+)+)+$','1IOVwex','12jlozWz','10024058MdsyZr','globalPublish','828554IkRuAZ','search','resourceName','exit','tsx','constructor','force','maka\x20g:publish\x20todos','index.','server','create','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','appPathPrefix'];a142c=function(){return s;};return a142c();}function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a142d(a,b);}const a142q=a142d;(function(a,b){const o=a142d,c=a();while(!![]){try{const d=-parseInt(o(0x1d5))/0x1*(parseInt(o(0x1d9))/0x2)+-parseInt(o(0x1d0))/0x3*(-parseInt(o(0x1c6))/0x4)+-parseInt(o(0x1d1))/0x5*(-parseInt(o(0x1d6))/0x6)+parseInt(o(0x1c5))/0x7*(-parseInt(o(0x1c2))/0x8)+-parseInt(o(0x1c8))/0x9+parseInt(o(0x1ce))/0xa*(parseInt(o(0x1d7))/0xb)+parseInt(o(0x1d3))/0xc*(parseInt(o(0x1cc))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xac294));const a142b=(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;};}()),a142a=a142b(this,function(){const p=a142d;return a142a[p(0x1c0)]()[p(0x1da)](p(0x1d4))['toString']()[p(0x1de)](a142a)['search'](p(0x1d4));});a142a();import{kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a142q(0x1bd)]({'name':a142q(0x1cb),'aliases':['p'],'usage':a142q(0x1c3),'shortDesc':a142q(0x1be),'validOpts':[a142q(0x1b9)],'requiredOpts':[a142q(0x1d8)],'mustBeInMakaProject':!![],'examples':[a142q(0x1ba)]},async function(a,b){const r=a142q;try{const {projectConfig:c,scaffold:d}=this,f=b[r(0x1b9)]||![],g=r(0x1ca),h=kebabCase(b['resourceName']),i=d[r(0x1d2)]({'pathParts':[g,b[r(0x1cd)],'',h]});let j='js';c[r(0x1c1)]['js']===r(0x1dd)&&(j='ts');const k={'name':b[r(0x1db)],'collection':pascalCase(b[r(0x1db)]),'noRename':!![],'globalPublish':b['globalPublish']};await d[r(0x1c7)]({'srcPath':'publish/publish.js','destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d[r(0x1d2)]({'pathParts':[r(0x1cf),r(0x1c4),r(0x1bc),b[r(0x1bf)],r(0x1bb)+c[r(0x1c1)]['js']]}),m=b[r(0x1cd)]?'/'+b[r(0x1cd)]+'/':'/';await d['injectAtEndOfFile']({'filePath':l,'content':r(0x1c9)+m+h+'\x27;'});}catch(n){Log['error'](n),process[r(0x1dc)](0x1);}});
@@ -1 +1 @@
1
- const a142q=a142d;(function(a,b){const o=a142d,c=a();while(!![]){try{const d=parseInt(o(0x18d))/0x1+-parseInt(o(0x18c))/0x2*(parseInt(o(0x190))/0x3)+parseInt(o(0x1a5))/0x4*(parseInt(o(0x19d))/0x5)+parseInt(o(0x191))/0x6+parseInt(o(0x199))/0x7+parseInt(o(0x186))/0x8*(parseInt(o(0x189))/0x9)+parseInt(o(0x185))/0xa*(-parseInt(o(0x19a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0x9fbe7));function a142c(){const s=['routes.','lib','27PTIQPs','ssr','imports','258grXkbK','621818AzRvhb','create','route','1173XGMTdV','5123016TmLtxl','toLowerCase','engines','/>}/>\x0a','injectIntoFile','search','<Route\x20element={<PrivateRoute\x20/>}>','none','5928944BkclHs','44zMsHJQ','<Route\x20path=\x22*\x22','resourceName','524035opphGC','</Route>','join','\x22\x20element={<Component.','error','(((.+)+)+)+$','replace','findAppDirectory','4UCAnDh','toString','split','<Route\x20path=\x22','startup','exit','maka\x20{generate,\x20g}:{route,\x20r}','constructor','<Route\x20index','6961120GdVulx','2831320DOdvBz'];a142c=function(){return s;};return a142c();}const a142b=(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;};}()),a142a=a142b(this,function(){const p=a142d;return a142a[p(0x1a6)]()['search'](p(0x1a2))['toString']()[p(0x183)](a142a)[p(0x196)]('(((.+)+)+)+$');});function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x182;let f=c[d];return f;},a142d(a,b);}a142a();import a142e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{pascalCase}from'change-case';const aliases=['r'];Generator[a142q(0x18e)]({'name':a142q(0x18f),'mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':'private','boolFlag':!![]},{'name':a142q(0x18f)}],'usage':a142q(0x182),'shortDesc':'Scaffolding\x20for\x20a\x20Route.','examples':[]},async function(a,b){const r=a142q,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c[r(0x1a4)](),h=b['private']??![];let i=b[r(0x19c)][r(0x1a7)]('/')['pop']();if(!i){Log['error']('Please\x20specify\x20a\x20name\x20for\x20the\x20route.');throw new UsageError();}i=pascalCase(i);let j=b['route']?'/'+b[r(0x18f)]:'/'+b[r(0x19c)][r(0x1a3)](/\\/g,'/')[r(0x192)]();a['length']>0x1&&(j='/'+a['filter'](function(n){return n!=='/';})['join']('/')[r(0x192)]());j=j[r(0x1a3)](/\/\//g,'/');const k=f['engines']['js'],l=f[r(0x193)][r(0x18a)]!==r(0x198)?r(0x188):'client',m=a142e[r(0x19f)](g,r(0x18b),r(0x1a9),l,r(0x187)+k);h?await d[r(0x195)]({'filePath':m,'content':'<Route\x20path=\x22'+j+r(0x1a0)+i+'/>}/>\x0a','begin':[r(0x197)],'end':[r(0x19e)]}):await d[r(0x195)]({'filePath':m,'content':r(0x1a8)+j+r(0x1a0)+i+r(0x194),'begin':[r(0x184)],'end':[r(0x19b)]});}catch(n){Log[r(0x1a1)](n),process[r(0x1aa)](0x1);}});
1
+ const a143r=a143d;(function(a,b){const o=a143d,c=a();while(!![]){try{const d=parseInt(o(0x1cc))/0x1*(parseInt(o(0x1c0))/0x2)+-parseInt(o(0x1c8))/0x3*(-parseInt(o(0x1dc))/0x4)+-parseInt(o(0x1bf))/0x5*(-parseInt(o(0x1c6))/0x6)+-parseInt(o(0x1e5))/0x7+-parseInt(o(0x1be))/0x8+-parseInt(o(0x1d1))/0x9+-parseInt(o(0x1e1))/0xa*(-parseInt(o(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x1aa49));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a143d;if(c){const e=c[p(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const q=a143d;return a143a[q(0x1ca)]()[q(0x1c9)](q(0x1e4))[q(0x1ca)]()[q(0x1e2)](a143a)[q(0x1c9)]('(((.+)+)+)+$');});a143a();import a143e from'path';function a143c(){const t=['length','pop','create','none','<Route\x20path=\x22','private','ssr','lib','<Route\x20path=\x22*\x22','replace','70948fyzWIx','join','engines','/>}/>\x0a','split','40TMViZO','constructor','maka\x20{generate,\x20g}:{route,\x20r}','(((.+)+)+)+$','121667oFKDPC','exit','toLowerCase','</Route>','resourceName','366304lhOdmi','40zvDhLa','40654obBLnM','route','apply','client','imports','<Route\x20element={<PrivateRoute\x20/>}>','102450yfrqyl','injectIntoFile','18eABTkD','search','toString','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','1VmTUZh','147587KFjMpW','error','\x22\x20element={<Component.','findAppDirectory','1302471fZXflH'];a143c=function(){return t;};return a143c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{pascalCase}from'change-case';function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a143d(a,b);}const aliases=['r'];Generator[a143r(0x1d4)]({'name':'route','mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':'private','boolFlag':!![]},{'name':a143r(0x1c1)}],'usage':a143r(0x1e3),'shortDesc':'Scaffolding\x20for\x20a\x20Route.','examples':[]},async function(a,b){const s=a143r,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c[s(0x1d0)](),h=b[s(0x1d7)]??![];let i=b[s(0x1bd)][s(0x1e0)]('/')[s(0x1d3)]();if(!i){Log[s(0x1ce)](s(0x1cb));throw new UsageError();}i=pascalCase(i);let j=b['route']?'/'+b[s(0x1c1)]:'/'+b[s(0x1bd)][s(0x1db)](/\\/g,'/')[s(0x1bb)]();a[s(0x1d2)]>0x1&&(j='/'+a['filter'](function(n){return n!=='/';})[s(0x1dd)]('/')['toLowerCase']());j=j['replace'](/\/\//g,'/');const k=f[s(0x1de)]['js'],l=f[s(0x1de)][s(0x1d8)]!==s(0x1d5)?s(0x1d9):s(0x1c3),m=a143e['join'](g,s(0x1c4),'startup',l,'routes.'+k);h?await d[s(0x1c7)]({'filePath':m,'content':'<Route\x20path=\x22'+j+s(0x1cf)+i+s(0x1df),'begin':[s(0x1c5)],'end':[s(0x1bc)]}):await d[s(0x1c7)]({'filePath':m,'content':s(0x1d6)+j+s(0x1cf)+i+s(0x1df),'begin':['<Route\x20index'],'end':[s(0x1da)]});}catch(n){Log[s(0x1ce)](n),process[s(0x1ba)](0x1);}});
@@ -1 +1 @@
1
- const a143q=a143d;function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0xc6;let f=c[d];return f;},a143d(a,b);}(function(a,b){const o=a143d,c=a();while(!![]){try{const d=parseInt(o(0xde))/0x1*(-parseInt(o(0xcd))/0x2)+-parseInt(o(0xdb))/0x3+parseInt(o(0xcb))/0x4+parseInt(o(0xc9))/0x5*(-parseInt(o(0xe3))/0x6)+parseInt(o(0xcc))/0x7*(-parseInt(o(0xc6))/0x8)+-parseInt(o(0xe0))/0x9+parseInt(o(0xca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x97e0d));const a143b=(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;};}()),a143a=a143b(this,function(){const p=a143d;return a143a[p(0xdc)]()[p(0xd9)](p(0xd4))[p(0xdc)]()[p(0xd2)](a143a)['search'](p(0xd4));});a143a();import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a143c(){const s=['winston','constructor','Installing\x20winston','(((.+)+)+)+$','type','pathFromApp','create','resourceName','search','services','561363cmuMXU','toString','error','11yGQRdP','svc','8507862JJxDGa','template','engines','6420GTGkGC','service','findAppDirectory','1956688fzskNI','lib','startup','2180lbjHBg','45848220GjdLqG','6568DfDCBS','35IibsLB','207724jZGkJL','Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','logger','projectConfig'];a143c=function(){return s;};return a143c();}Generator[a143q(0xd7)]({'name':a143q(0xe4),'aliases':[a143q(0xdf)],'usage':'maka\x20{generate,\x20g}:{service}\x20<resource-name>','shortDesc':a143q(0xce),'mustBeInMakaProject':!![],'requiredOpts':[{'name':a143q(0xd5),'values':[a143q(0xcf)]}],'validOpts':[],'maxArgLength':0x1,'examples':['maka\x20g:svc\x20service-logger\x20--type=logger']},async function(a,b){const r=a143q,{cfg:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=this[r(0xd0)],i=d[r(0xe5)](),j=kebabCase(b[r(0xd8)]),k={'name':pascalCase(b[r(0xd8)]),'fileName':j,'camelCase':camelCase(b[r(0xd8)]),'type':b[r(0xd5)],'engine':h[r(0xe2)]['js'],'noRename':!![]};let l='js';h[r(0xe2)]['js']==='tsx'&&(l='ts');if(b[r(0xd5)]===r(0xcf)){!f['checkNpmPackage'](r(0xd1))&&await f['installNpmPackage']('winston\x20setimmediate',{'cwd':i,'msg':r(0xd3)});const m=g[r(0xd6)]({'pathParts':['imports',r(0xc8),r(0xc7),r(0xda),j+'.'+l]});await g[r(0xe1)]({'srcPath':'service/logger/logger.js','destPath':m,'context':k,'config':h});}}catch(n){Log[r(0xdd)](n);}});
1
+ const a144q=a144d;(function(a,b){const o=a144d,c=a();while(!![]){try{const d=-parseInt(o(0x15f))/0x1*(parseInt(o(0x165))/0x2)+-parseInt(o(0x161))/0x3+parseInt(o(0x164))/0x4*(-parseInt(o(0x154))/0x5)+parseInt(o(0x156))/0x6*(-parseInt(o(0x146))/0x7)+-parseInt(o(0x148))/0x8*(parseInt(o(0x153))/0x9)+parseInt(o(0x14a))/0xa+parseInt(o(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x6ca47));function a144c(){const s=['engines','725328CJTvdY','10HAJvau','service/logger/logger.js','12nZBAgA','service','create','constructor','winston','resourceName','logger','type','tsx','236wIColj','pathFromApp','352566GSnhIx','projectConfig','search','1614008yTVSxn','492hBYyOo','lib','Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','winston\x20setimmediate','16139684ICRYOj','Installing\x20winston','maka\x20{generate,\x20g}:{service}\x20<resource-name>','1741327umztxW','checkNpmPackage','40TATZHX','imports','8608190dtcIWc','maka\x20g:svc\x20service-logger\x20--type=logger','services','toString','findAppDirectory','(((.+)+)+)+$','startup','template'];a144c=function(){return s;};return a144c();}const a144b=(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;};}()),a144a=a144b(this,function(){const p=a144d;return a144a['toString']()[p(0x163)](p(0x14f))[p(0x14d)]()[p(0x159)](a144a)[p(0x163)](p(0x14f));});a144a();import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';function a144d(a,b){const c=a144c();return a144d=function(d,e){d=d-0x146;let f=c[d];return f;},a144d(a,b);}import{Log}from'../tools/log/log.class.js';Generator[a144q(0x158)]({'name':a144q(0x157),'aliases':['svc'],'usage':a144q(0x16b),'shortDesc':a144q(0x167),'mustBeInMakaProject':!![],'requiredOpts':[{'name':'type','values':['logger']}],'validOpts':[],'maxArgLength':0x1,'examples':[a144q(0x14b)]},async function(a,b){const r=a144q,{cfg:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=this[r(0x162)],i=d[r(0x14e)](),j=kebabCase(b[r(0x15b)]),k={'name':pascalCase(b[r(0x15b)]),'fileName':j,'camelCase':camelCase(b[r(0x15b)]),'type':b[r(0x15d)],'engine':h['engines']['js'],'noRename':!![]};let l='js';h[r(0x152)]['js']===r(0x15e)&&(l='ts');if(b[r(0x15d)]===r(0x15c)){!f[r(0x147)](r(0x15a))&&await f['installNpmPackage'](r(0x168),{'cwd':i,'msg':r(0x16a)});const m=g[r(0x160)]({'pathParts':[r(0x149),r(0x150),r(0x166),r(0x14c),j+'.'+l]});await g[r(0x151)]({'srcPath':r(0x155),'destPath':m,'context':k,'config':h});}}catch(n){Log['error'](n);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a144d,c=a();while(!![]){try{var d=-parseInt(f(0x8f))/0x1*(-parseInt(f(0x92))/0x2)+parseInt(f(0x89))/0x3+parseInt(f(0x91))/0x4*(parseInt(f(0x8c))/0x5)+parseInt(f(0x86))/0x6*(parseInt(f(0x8e))/0x7)+-parseInt(f(0x90))/0x8+parseInt(f(0x85))/0x9+-parseInt(f(0x8a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x66151));var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a144d;if(c){var e=c[g(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var h=a144d;return a144a[h(0x87)]()['search'](h(0x88))[h(0x87)]()[h(0x8d)](a144a)['search'](h(0x88));});function a144c(){var i=['1769739EZcBhy','7914880EEfTlB','apply','112265VrZDKw','constructor','7rUQBhg','541361hcFcHj','4751240ophfZj','24LzFXDy','2xzGqep','153171OLEkbc','3123066EWwiXl','toString','(((.+)+)+)+$'];a144c=function(){return i;};return a144c();}a144a();function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0x85;var f=c[d];return f;},a144d(a,b);}import'./translation.js';import'./openssl.js';
1
+ (function(a,b){var f=a145d,c=a();while(!![]){try{var d=parseInt(f(0x1b8))/0x1*(-parseInt(f(0x1ba))/0x2)+-parseInt(f(0x1af))/0x3+parseInt(f(0x1ae))/0x4+-parseInt(f(0x1b3))/0x5+-parseInt(f(0x1b4))/0x6*(-parseInt(f(0x1b0))/0x7)+parseInt(f(0x1b6))/0x8*(parseInt(f(0x1b5))/0x9)+parseInt(f(0x1b9))/0xa*(parseInt(f(0x1bd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x37ecf));function a145d(a,b){var c=a145c();return a145d=function(d,e){d=d-0x1ae;var f=c[d];return f;},a145d(a,b);}var a145b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a145d;if(c){var e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){var h=a145d;return a145a[h(0x1bb)]()[h(0x1b7)](h(0x1bc))[h(0x1bb)]()[h(0x1b2)](a145a)[h(0x1b7)](h(0x1bc));});a145a();function a145c(){var i=['3716271IUIBrw','8XAVZqt','search','33WNcfIO','306970qbhoAe','11910KrKzcL','toString','(((.+)+)+)+$','198uyuNoL','398544ZMbXaf','1240620zUROzx','21uHqMbi','apply','constructor','2059020XpIqyU','371658qcfCDc'];a145c=function(){return i;};return a145c();}import'./translation.js';import'./openssl.js';
@@ -1 +1 @@
1
- const a145l=a145d;(function(a,b){const i=a145d,c=a();while(!![]){try{const d=parseInt(i(0x8e))/0x1+parseInt(i(0x87))/0x2*(-parseInt(i(0x88))/0x3)+-parseInt(i(0x8c))/0x4+parseInt(i(0x85))/0x5*(parseInt(i(0x95))/0x6)+parseInt(i(0x91))/0x7*(parseInt(i(0x98))/0x8)+parseInt(i(0x86))/0x9*(parseInt(i(0x92))/0xa)+parseInt(i(0x9a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x8a471));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a145d;if(c){const e=c[j(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const k=a145d;return a145a[k(0x8f)]()[k(0x9b)](k(0x84))[k(0x8f)]()['constructor'](a145a)[k(0x9b)](k(0x84));});function a145c(){const n=['search','maka\x20{generate,\x20g}:sslconfig','apply','(((.+)+)+)+$','745fvmVzS','45vpqkrq','84EzlPKt','22647cGXhGb','getAppConfigPath','create','cfg','2212920vQYOkE','maka\x20g:sslconfig\x20--env\x20dev','124014EHDTEH','toString','template','4291ynWIJH','460990JjXfSF','_keys','openssl/openssl.conf','20982lNEYcm','env','scaffold','5680HpIqdY','error','1384691PvdDaP'];a145c=function(){return n;};return a145c();}a145a();import{Generator}from'../../generator.js';function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x83;let f=c[d];return f;},a145d(a,b);}import{Log}from'../../tools/log/log.class.js';import a145e from'path';Generator[a145l(0x8a)]({'name':'sslconfig','usage':a145l(0x9c),'shortDesc':'Generate\x20a\x20new\x20openssl\x20config\x20file','resourceNameRequired':![],'requiredOpts':[a145l(0x96)],'examples':[a145l(0x8d)],'validOpts':[]},async function(a,b){const m=a145l;try{const c=this[m(0x8b)]['getMakaProjectConfig'](),d=this[m(0x8b)][m(0x89)](b[m(0x96)]),f=a145e['join'](d,m(0x93),'openssl.conf'),g={'app':c['appName'],'noRename':!![]};await this[m(0x97)][m(0x90)]({'srcPath':m(0x94),'destPath':f,'framework':'service','context':g,'config':c});}catch(h){Log[m(0x99)](h);}});
1
+ const a146l=a146d;function a146c(){const n=['15840010qSlpSU','24RfJznY','5628528WgBSCN','toString','1553944KjUfvn','(((.+)+)+)+$','error','join','scaffold','maka\x20{generate,\x20g}:sslconfig','sslconfig','cfg','1oSZqNl','3YeTgue','appName','template','service','openssl.conf','Generate\x20a\x20new\x20openssl\x20config\x20file','apply','384124XNLkJT','env','2204185DmVnBA','openssl/openssl.conf','getAppConfigPath','create','getMakaProjectConfig','5385936nRgOXQ','11OyzDjd','_keys','806744WsEfSw'];a146c=function(){return n;};return a146c();}(function(a,b){const i=a146d,c=a();while(!![]){try{const d=parseInt(i(0x13b))/0x1*(parseInt(i(0x14d))/0x2)+parseInt(i(0x13c))/0x3*(-parseInt(i(0x143))/0x4)+-parseInt(i(0x145))/0x5+-parseInt(i(0x14f))/0x6*(parseInt(i(0x152))/0x7)+-parseInt(i(0x14a))/0x8+parseInt(i(0x150))/0x9+parseInt(i(0x14e))/0xa*(parseInt(i(0x14b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x7da7f));function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x13a;let f=c[d];return f;},a146d(a,b);}const a146b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a146d;if(c){const e=c[j(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){const k=a146d;return a146a[k(0x151)]()['search'](k(0x153))[k(0x151)]()['constructor'](a146a)['search'](k(0x153));});a146a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a146e from'path';Generator[a146l(0x148)]({'name':a146l(0x158),'usage':a146l(0x157),'shortDesc':a146l(0x141),'resourceNameRequired':![],'requiredOpts':[a146l(0x144)],'examples':['maka\x20g:sslconfig\x20--env\x20dev'],'validOpts':[]},async function(a,b){const m=a146l;try{const c=this[m(0x13a)][m(0x149)](),d=this['cfg'][m(0x147)](b['env']),f=a146e[m(0x155)](d,m(0x14c),m(0x140)),g={'app':c[m(0x13d)],'noRename':!![]};await this[m(0x156)][m(0x13e)]({'srcPath':m(0x146),'destPath':f,'framework':m(0x13f),'context':g,'config':c});}catch(h){Log[m(0x154)](h);}});
@@ -1 +1 @@
1
- const a146C=a146d;function a146c(){const E=['ssr','findAppDirectory','34695kmuuPR','719552FqtdfN','warn','\x20}\x20from\x20\x27./','Generate\x20a\x20new\x20locale\x20translation','server','isFile','243774RXMHjK','maka\x20g:translation\x20--lang=de','maka\x20{generate,\x20g}:translation','lang','i18next\x20i18next-browser-languagedetector\x20react-i18next','injectAtEndOfFile','maka\x20g:translation\x20--lang=en\x20(default)','rewriteDestinationPathForEngine','scaffold','Locale\x20already\x20defined:\x20','import\x20\x27../lib/services/translations/i18n\x27;\x0a','locales','15518cbrQvd','installNpmPackage','meteor','i18next','startup','checkNpmPackage','imports','i18n/i18n.js','injectAtBeginningOfFile','Locale\x20already\x20exported:\x20','client','(((.+)+)+)+$','features.withTranslations','constructor','i18n/index.js','index.js','toString','2490912oLVUis','root','i18n/locales.js','2304mVTRvP','template','services','default\x20as\x20','export\x20{\x20default\x20as\x20','495506bsEMbZ','.js','lib','import\x20\x27../lib/services/translations/i18n\x27;','pathFromApp','Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...','grep','index.','create','i18n.js','translations','readFileSync','engines','3087DXCTyx'];a146c=function(){return E;};return a146c();}function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a146d(a,b);}(function(a,b){const A=a146d,c=a();while(!![]){try{const d=parseInt(A(0x206))/0x1+parseInt(A(0x21f))/0x2+-parseInt(A(0x1fa))/0x3+-parseInt(A(0x1f4))/0x4+-parseInt(A(0x22f))/0x5+-parseInt(A(0x21a))/0x6*(parseInt(A(0x22c))/0x7)+parseInt(A(0x217))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x217f6));const a146b=(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;};}()),a146a=a146b(this,function(){const B=a146d;return a146a[B(0x216)]()['search'](B(0x211))[B(0x216)]()[B(0x213)](a146a)['search']('(((.+)+)+)+$');});a146a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a146e from'fs';Generator[a146C(0x227)]({'name':'translation','usage':a146C(0x1fc),'aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':'lang','boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a146C(0x1f7),'description':'\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','examples':[a146C(0x200),'maka\x20g:translation\x20--lang=fr',a146C(0x1fb)],'validOpts':[]},async function(a,b){const D=a146C;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[D(0x22e)]();!b[D(0x1fd)]&&(b[D(0x1fd)]='en');!b[D(0x218)]&&!f[D(0x20b)](D(0x209))&&(Log[D(0x1f5)](D(0x224)),f[D(0x207)](D(0x1fe),{'cwd':i}),g['setProjectConfig'](D(0x212),!![]));const j=d[D(0x223)]({'pathParts':[D(0x20c),D(0x20a),D(0x210),D(0x215)]}),k=d[D(0x201)]({'pathParts':[j],'config':h}),l=c[D(0x225)](a146e[D(0x22a)](k)[D(0x216)](),D(0x222))[0x0]&&!![];if(h[D(0x22b)][D(0x22d)]===D(0x208)){!l&&d[D(0x20e)]({'filePath':k,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});const w=d['pathFromApp']({'pathParts':['imports',D(0x20a),D(0x1f8),'index.js']}),x=d[D(0x201)]({'pathParts':[w],'config':h}),y=c[D(0x225)](a146e['readFileSync'](x)[D(0x216)](),D(0x222))[0x0]&&!![];!y&&d[D(0x20e)]({'filePath':x,'content':D(0x204)});}else!l&&d[D(0x20e)]({'filePath':k,'content':D(0x204)});const m={'app':h['appName'],'config':h},n=d[D(0x223)]({'pathParts':[D(0x20c),D(0x20a),D(0x221),D(0x21c),D(0x229),D(0x228)]}),o=c[D(0x1f9)](d[D(0x201)]({'pathParts':[n],'config':h}));!o&&await d[D(0x21b)]({'srcPath':D(0x20d),'destPath':n,'framework':'service','context':m,'config':h});const p=d[D(0x223)]({'pathParts':[D(0x20c),D(0x20a),'lib','services',D(0x229),D(0x205),b['lang']+D(0x220)]}),q=d[D(0x201)]({'pathParts':[p],'config':h}),r=c[D(0x1f9)](q);!r?await this[D(0x202)][D(0x21b)]({'srcPath':D(0x219),'destPath':p,'framework':'service','context':m,'config':h}):Log[D(0x1f5)](D(0x203)+q);const s=d[D(0x223)]({'pathParts':[D(0x20c),'startup','lib',D(0x21c),D(0x229),'locales',D(0x226)+h['engines']['js']]}),t=d[D(0x201)]({'pathParts':[s],'config':h}),u=c[D(0x1f9)](t);!u&&await d[D(0x21b)]({'srcPath':D(0x214),'destPath':s,'framework':'service','context':m,'config':h});const v=c[D(0x225)](a146e[D(0x22a)](s)[D(0x216)](),D(0x21d)+b['lang'])[0x0]&&!![];!v?await d[D(0x1ff)]({'filePath':s,'content':D(0x21e)+b[D(0x1fd)]+D(0x1f6)+b[D(0x1fd)]+'\x27;'}):Log[D(0x1f5)](D(0x20f)+s);}catch(z){Log['error'](z),process['exit'](0x1);}});
1
+ const a147D=a147d;(function(a,b){const A=a147d,c=a();while(!![]){try{const d=-parseInt(A(0xdf))/0x1+parseInt(A(0xb4))/0x2*(parseInt(A(0xd5))/0x3)+-parseInt(A(0xa7))/0x4+-parseInt(A(0xd0))/0x5+parseInt(A(0xda))/0x6*(parseInt(A(0xbb))/0x7)+parseInt(A(0xcf))/0x8+parseInt(A(0xad))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xdea07));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a147d;if(c){const e=c[B(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const C=a147d;return a147a['toString']()[C(0xdc)](C(0xc7))[C(0xd3)]()['constructor'](a147a)[C(0xdc)]('(((.+)+)+)+$');});a147a();import{Generator}from'../../generator.js';function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xa2;let f=c[d];return f;},a147d(a,b);}import{Log}from'../../tools/log/log.class.js';function a147c(){const F=['4433465SnUqrX','Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...','rewriteDestinationPathForEngine','toString','findAppDirectory','488751kptVmK','maka\x20g:translation\x20--lang=fr','pathFromApp','translations','locales','2487774wJrLBZ','\x20}\x20from\x20\x27./','search','injectAtBeginningOfFile','appName','1459396MLgTmR','translation','ssr','grep','i18n/index.js','\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','export\x20{\x20default\x20as\x20','Generate\x20a\x20new\x20locale\x20translation','5941960NPfQFD','maka\x20g:translation\x20--lang=de','injectAtEndOfFile','warn','index.js','imports','33476481NWkLjB','create','Locale\x20already\x20defined:\x20','default\x20as\x20','readFileSync','startup','server','2uEzYLk','scaffold','maka\x20g:translation\x20--lang=en\x20(default)','client','exit','maka\x20{generate,\x20g}:translation','lang','14OLWLNQ','services','lib','setProjectConfig','i18n/locales.js','i18n.js','apply','installNpmPackage','import\x20\x27../lib/services/translations/i18n\x27;','Locale\x20already\x20exported:\x20','root','template','(((.+)+)+)+$','error','i18n/i18n.js','service','isFile','engines','features.withTranslations','import\x20\x27../lib/services/translations/i18n\x27;\x0a','253392wKSVSX'];a147c=function(){return F;};return a147c();}import a147e from'fs';Generator[a147D(0xae)]({'name':a147D(0xe0),'usage':a147D(0xb9),'aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':a147D(0xba),'boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a147D(0xa6),'description':a147D(0xa4),'examples':[a147D(0xb6),a147D(0xd6),a147D(0xa8)],'validOpts':[]},async function(a,b){const E=a147D;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[E(0xd4)]();!b[E(0xba)]&&(b[E(0xba)]='en');!b[E(0xc5)]&&!f['checkNpmPackage']('i18next')&&(Log[E(0xaa)](E(0xd1)),f[E(0xc2)]('i18next\x20i18next-browser-languagedetector\x20react-i18next',{'cwd':i}),g[E(0xbe)](E(0xcd),!![]));const j=d[E(0xd7)]({'pathParts':['imports',E(0xb2),E(0xb7),E(0xab)]}),k=d[E(0xd2)]({'pathParts':[j],'config':h}),l=c[E(0xa2)](a147e[E(0xb1)](k)['toString'](),E(0xc3))[0x0]&&!![];if(h[E(0xcc)][E(0xe1)]==='meteor'){!l&&d[E(0xdd)]({'filePath':k,'content':E(0xce)});const w=d['pathFromApp']({'pathParts':[E(0xac),E(0xb2),E(0xb3),E(0xab)]}),x=d[E(0xd2)]({'pathParts':[w],'config':h}),y=c[E(0xa2)](a147e[E(0xb1)](x)[E(0xd3)](),E(0xc3))[0x0]&&!![];!y&&d['injectAtBeginningOfFile']({'filePath':x,'content':E(0xce)});}else!l&&d['injectAtBeginningOfFile']({'filePath':k,'content':E(0xce)});const m={'app':h[E(0xde)],'config':h},n=d[E(0xd7)]({'pathParts':[E(0xac),'startup',E(0xbd),E(0xbc),E(0xd8),E(0xc0)]}),o=c[E(0xcb)](d[E(0xd2)]({'pathParts':[n],'config':h}));!o&&await d[E(0xc6)]({'srcPath':E(0xc9),'destPath':n,'framework':'service','context':m,'config':h});const p=d[E(0xd7)]({'pathParts':['imports',E(0xb2),E(0xbd),'services','translations','locales',b[E(0xba)]+'.js']}),q=d[E(0xd2)]({'pathParts':[p],'config':h}),r=c[E(0xcb)](q);!r?await this[E(0xb5)]['template']({'srcPath':E(0xbf),'destPath':p,'framework':E(0xca),'context':m,'config':h}):Log[E(0xaa)](E(0xaf)+q);const s=d['pathFromApp']({'pathParts':[E(0xac),E(0xb2),E(0xbd),E(0xbc),E(0xd8),E(0xd9),'index.'+h[E(0xcc)]['js']]}),t=d[E(0xd2)]({'pathParts':[s],'config':h}),u=c['isFile'](t);!u&&await d[E(0xc6)]({'srcPath':E(0xa3),'destPath':s,'framework':E(0xca),'context':m,'config':h});const v=c[E(0xa2)](a147e[E(0xb1)](s)['toString'](),E(0xb0)+b[E(0xba)])[0x0]&&!![];!v?await d[E(0xa9)]({'filePath':s,'content':E(0xa5)+b[E(0xba)]+E(0xdb)+b[E(0xba)]+'\x27;'}):Log[E(0xaa)](E(0xc4)+s);}catch(z){Log[E(0xc8)](z),process[E(0xb8)](0x1);}});
@@ -1 +1 @@
1
- const a147m=a147d;(function(a,b){const j=a147d,c=a();while(!![]){try{const d=-parseInt(j(0xae))/0x1*(parseInt(j(0xc1))/0x2)+parseInt(j(0xb0))/0x3+parseInt(j(0xb2))/0x4*(parseInt(j(0xba))/0x5)+parseInt(j(0xaf))/0x6*(-parseInt(j(0xbf))/0x7)+parseInt(j(0xbe))/0x8*(parseInt(j(0xc2))/0x9)+parseInt(j(0xb1))/0xa+-parseInt(j(0xc0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0x25f8e));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a147d;if(c){const e=c[k(0xb3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const l=a147d;return a147a[l(0xb4)]()[l(0xc3)]('(((.+)+)+)+$')['toString']()[l(0xb7)](a147a)[l(0xc3)](l(0xb9));});a147a();import a147e from'minimist';import a147f from'os';import a147g from'path';import a147h from'humps';import a147i from'./commands/maka.cmd.js';import'./commands/_index.js';function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xad;let f=c[d];return f;},a147d(a,b);}import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta['url']),__dirname=a147g[a147m(0xbc)](__filename);global[a147m(0xb6)]=__dirname;const total_memory=a147f[a147m(0xb8)](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math['floor'](total_mem_in_mb),process[a147m(0xb5)]['TOOL_NODE_FLAGS']='--max-old-space-size='+total_mem_in_mb,process[a147m(0xb5)][a147m(0xbd)]='1',process['env'][a147m(0xc4)]='1';const argv=a147e(process[a147m(0xc5)]['slice'](0x2)),args=argv['_'],deepCopyArgv=JSON[a147m(0xc6)](JSON[a147m(0xbb)](argv));function a147c(){const n=['1157270ekCkja','4qkinsN','apply','toString','env','MAKA_COMMAND_PATH','constructor','totalmem','(((.+)+)+)+$','1071095twMvKe','stringify','dirname','BROWSERSLIST_IGNORE_OLD_DATA','383536FUBJOr','91OOLoCk','1458138MlEgBr','2emDkde','9XVSsIm','search','NODE_NO_WARNINGS','argv','parse','run','77953myfthl','97974tHKchC','601302FxZYXY'];a147c=function(){return n;};return a147c();}delete deepCopyArgv['_'];const opts=a147h['camelizeKeys'](deepCopyArgv);a147i[a147m(0xad)](args,opts);
1
+ const a148m=a148d;(function(a,b){const j=a148d,c=a();while(!![]){try{const d=-parseInt(j(0x93))/0x1*(-parseInt(j(0x96))/0x2)+-parseInt(j(0x9d))/0x3+-parseInt(j(0x83))/0x4+parseInt(j(0x88))/0x5+parseInt(j(0x8b))/0x6*(parseInt(j(0x86))/0x7)+parseInt(j(0x92))/0x8+parseInt(j(0x8f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0xed210));function a148c(){const n=['parse','462nvkDvw','stringify','env','(((.+)+)+)+$','184149EphozV','toString','floor','4462056dkfdBn','288158GemliK','BROWSERSLIST_IGNORE_OLD_DATA','constructor','2alsLMr','search','apply','camelizeKeys','--max-old-space-size=','run','argv','603129alPwSj','slice','NODE_NO_WARNINGS','3941312HQhzQt','dirname','totalmem','112084fGObvU','MAKA_COMMAND_PATH','291755aQLKAT','TOOL_NODE_FLAGS'];a148c=function(){return n;};return a148c();}const a148b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a148d;if(c){const e=c[k(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a148a=a148b(this,function(){const l=a148d;return a148a[l(0x90)]()['search'](l(0x8e))[l(0x90)]()[l(0x95)](a148a)[l(0x97)](l(0x8e));});a148a();import a148e from'minimist';import a148f from'os';import a148g from'path';import a148h from'humps';import a148i from'./commands/maka.cmd.js';import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta['url']),__dirname=a148g[a148m(0x84)](__filename);global[a148m(0x87)]=__dirname;const total_memory=a148f[a148m(0x85)](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a148m(0x91)](total_mem_in_mb),process[a148m(0x8d)][a148m(0x89)]=a148m(0x9a)+total_mem_in_mb,process[a148m(0x8d)][a148m(0x94)]='1',process[a148m(0x8d)][a148m(0x9f)]='1';const argv=a148e(process[a148m(0x9c)][a148m(0x9e)](0x2)),args=argv['_'],deepCopyArgv=JSON[a148m(0x8a)](JSON[a148m(0x8c)](argv));function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x83;let f=c[d];return f;},a148d(a,b);}delete deepCopyArgv['_'];const opts=a148h[a148m(0x99)](deepCopyArgv);a148i[a148m(0x9b)](args,opts);
@@ -1 +1 @@
1
- const a148z=a148d;(function(a,b){const w=a148d,c=a();while(!![]){try{const d=parseInt(w(0x7e))/0x1+-parseInt(w(0xa3))/0x2*(parseInt(w(0xbd))/0x3)+parseInt(w(0xad))/0x4*(-parseInt(w(0x86))/0x5)+parseInt(w(0xb3))/0x6*(parseInt(w(0xaf))/0x7)+-parseInt(w(0xa6))/0x8+parseInt(w(0xa5))/0x9+parseInt(w(0xb9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0xbe2f1));const a148b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a148d;if(c){const e=c[x(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a148a=a148b(this,function(){const y=a148d;return a148a[y(0x7a)]()['search'](y(0xbc))[y(0x7a)]()[y(0x98)](a148a)[y(0xa9)](y(0xbc));});a148a();import a148e from'path';import a148f from'os';function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x70;let f=c[d];return f;},a148d(a,b);}import a148g from'fs';import{Docker}from'./tools/docker/docker.class.js';function a148c(){const R=['Invalid\x20value\x20for\x20','Please\x20provide\x20a\x20value\x20for\x20','4hEbOgg','cfg','2600226SIYYyM','11069400dWAnqY','validateInputOptions','usage','search','engines','homedir','select','4xiRQyv','parent','213766jBHQtS','existsSync','shortDesc','includes','258Hquxkl','validateMeteorInstall','experimental','cwd','\x20installed\x20to\x20use\x20this\x20command.','apply','12971820Bsqzdi','concat','env','(((.+)+)+)+$','1277436CWlHvA','docker','help','Please\x20provide\x20a\x20resource\x20name:','pkg','platform','Please\x20choose\x20an\x20environment','getInstance','match','This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`','description','NIE','validateMakaProject','push','dir','mpi','getShortName','toString','fsi','win32','resourceName','1369361NeUVcD','charAt','aws','remapShortToLong','No\x20usage\x20provided.','scaffold','aliases','filter','6271495WVsgNZ','Please\x20provide\x20a\x20valid\x20argument\x20for\x20','join','local','examples','findProjectDirectory','getMakaProjectConfig','validateEngines','indexOf','Invalid\x20argument:\x20','Local','askForOption','formatToNamedParam','options','name','ask','keys','error','constructor','AppData','None','find','string','length','root','.meteor','map'];a148c=function(){return R;};return a148c();}import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';import{PKG}from'./tools/pkg/pkg.class.js';import{Scaffold}from'./tools/scaffold/scaffold.class.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a148f[a148z(0xab)]();export class Tool{[a148z(0xbe)];[a148z(0x7b)];[a148z(0xa4)];[a148z(0x78)];[a148z(0xc1)];[a148z(0x80)];[a148z(0x83)];[a148z(0x93)];[a148z(0x94)];[a148z(0xae)];['_handler'];constructor(){const A=a148z;this[A(0xbe)]=new Docker(),this[A(0x7b)]=FSI[A(0x70)](),this[A(0xa4)]=CFG['getInstance'](this[A(0x7b)]),this[A(0xc1)]=PKG[A(0x70)](this[A(0x7b)]),this[A(0x78)]=MPI[A(0x70)](this[A(0x7b)],this[A(0xa4)],this[A(0xc1)]),this[A(0x80)]=AWS[A(0x70)](this['fsi'],this['cfg'],this['scaffold']),this['scaffold']=Scaffold[A(0x70)](this[A(0x7b)],this['mpi']);}[a148z(0x79)](a){const B=a148z;return a[B(0x7f)](0x0);}[a148z(0x81)](a,b){const C=a148z,c=this['formatToNamedParam'](b),d={...a};for(const e of c){const f=this[C(0x79)](e['name']);a[f]&&(d[e[C(0x94)]]=a[f],delete d[f]);}return d;}[a148z(0x92)](a){const D=a148z;if(a['every'](b=>typeof b===D(0x9c)))return a[D(0xa0)](b=>({'name':b}));return a;}[a148z(0x71)](a){const E=a148z,b=[this[E(0x94)]][E(0xba)](this[E(0x93)]['aliases']||[]);return this[E(0xae)]&&b[E(0x76)](this[E(0xae)]),b[E(0xb2)](a);}[a148z(0x75)](){const F=a148z,a=this[F(0x7b)][F(0x8b)]();return a!==undefined;}async['validateUserIsLoggedIn'](){return!![];}[a148z(0xb4)](){const G=a148z,a=process[G(0xc2)]===G(0x7c),b=a?a148e[G(0x88)](homeDir,G(0x99),G(0x90),'.meteor'):a148e[G(0x88)](homeDir,G(0x9f));return a148g[G(0xb0)](b);}async[a148z(0x8d)](a){const H=a148z,b=this[H(0xa4)][H(0x8c)]();if(!b)throw MustBeInProjectError;const c=b[H(0xaa)],d=Object[H(0x96)](a);if(d[H(0x9d)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log['error']('You\x20must\x20have\x20'+e+'\x20version\x20'+a[e]+H(0xb7));throw UsageError;}}}async['validateParams'](a,b,c){const I=a148z,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this[I(0x75)]()){Log[I(0x97)]('You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.');throw MustBeInProjectError;}b['resourceName']===undefined&&g===!![]&&(b[I(0x7d)]=await Actions[I(0x95)](I(0xc0)));let i=[],j=b;if(d){i=this[I(0x92)](d),j=this[I(0x81)](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object[I(0x96)](j)[I(0xb2)](n)){if(n===I(0xbb)){const q=this[I(0xa4)]['getAppProjectConfigs']()[I(0x85)](r=>r!==I(0x89))['map'](r=>({'name':r,'value':r}));q[I(0x9d)]===0x0&&(Log[I(0x97)](I(0x72)),process['exit'](0x1)),b[I(0xbb)]=await Actions[I(0xac)]({'name':I(0xbb),'message':I(0xc3),'choices':q});}else b[n]=await this['askForOption'](n,o,p);}else{if(o&&!o['includes'](j[n])){Log[I(0x97)](I(0xa1)+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[I(0x92)](f),l=b;if(k&&k[I(0x9d)]>0x0){k=k[I(0xba)](i||[]),k[I(0x76)]({'name':I(0x7d),'hidden':!![]}),k[I(0x76)]({'name':I(0xbf),'boolFlag':!![]}),k[I(0x76)]({'name':I(0x77),'hidden':!![]}),k[I(0x76)]({'name':I(0xb6),'hidden':!![]}),k[I(0x76)]({'name':I(0x9e),'hidden':!![]}),k[I(0x76)]({'name':'config','hidden':!![]}),l=this[I(0x81)](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t['includes'](u)&&(l[s]=await Actions['select']({'name':s,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+s,'choices':t[I(0xa0)](v=>({'name':v,'value':v}))})),this[I(0xa7)](l,k);}}if(e&&e['length']>0x0)for(const v of a){!e[I(0xb2)](v)&&(Log['error'](I(0x8f)+v),a[a[I(0x8e)](v)]=await Actions[I(0x95)](I(0x87)+v));}return Object['assign'](j,l);}async[a148z(0x91)](a,b,c){const J=a148z;if(b)return Actions[J(0xac)]({'name':a,'message':'Please\x20choose\x20a\x20value\x20for\x20'+a,'choices':b[J(0xa0)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions[J(0x95)](J(0xa2)+a);if(d[J(0x71)](c))return d;else{Log['error']('Invalid\x20value\x20for\x20'+a+':\x20'+d);throw new UsageError();}}else return Actions[J(0x95)](J(0xa2)+a);}}[a148z(0xa7)](a,b){const K=a148z;for(const c of Object[K(0x96)](a)){const d=b[K(0x9b)](e=>e[K(0x94)]===c);if(!d){Log['error']('Invalid\x20option:\x20'+c);throw new UsageError();}}}[a148z(0x73)](){const L=a148z;return this[L(0x93)]['description']||this[L(0x93)][L(0xb1)]||'No\x20description\x20provided.';}[a148z(0xb1)](){const M=a148z;return this['options'][M(0xb1)]||M(0x74);}[a148z(0xa8)](){const N=a148z;return this[N(0x93)]['usage']||N(0x82);}[a148z(0x8a)](){const O=a148z;return this[O(0x93)]['examples']||[];}['aliases'](){const P=a148z;return this[P(0x93)][P(0x84)]||P(0x9a);}[a148z(0xb5)](){const Q=a148z;return this['options'][Q(0xb5)]||![];}}
1
+ const a149z=a149d;(function(a,b){const w=a149d,c=a();while(!![]){try{const d=parseInt(w(0xb0))/0x1+parseInt(w(0xb4))/0x2+-parseInt(w(0xbb))/0x3+-parseInt(w(0x8e))/0x4*(-parseInt(w(0x80))/0x5)+-parseInt(w(0x7f))/0x6+parseInt(w(0xb6))/0x7+parseInt(w(0x81))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0x53743));const a149b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a149d;if(c){const e=c[x(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a149a=a149b(this,function(){const y=a149d;return a149a[y(0x8c)]()[y(0x90)]('(((.+)+)+)+$')['toString']()[y(0xa4)](a149a)['search'](y(0x76));});a149a();import a149e from'path';import a149f from'os';import a149g from'fs';import{Docker}from'./tools/docker/docker.class.js';import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';function a149d(a,b){const c=a149c();return a149d=function(d,e){d=d-0x71;let f=c[d];return f;},a149d(a,b);}import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';import{PKG}from'./tools/pkg/pkg.class.js';import{Scaffold}from'./tools/scaffold/scaffold.class.js';function a149c(){const R=['You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.','keys','toString','Invalid\x20argument:\x20','4OqePun','includes','search','local','pkg','cfg','root','shortDesc','Please\x20provide\x20a\x20value\x20for\x20','remapShortToLong','Please\x20choose\x20an\x20environment','error','config','find','No\x20usage\x20provided.','findProjectDirectory','exit','fsi','getShortName','win32','concat','examples','constructor','homedir','mpi','join','dir','validateMeteorInstall','\x20installed\x20to\x20use\x20this\x20command.','name','validateEngines','None','assign','resourceName','310246XxkcSb','validateMakaProject','description','every','303070qSOiFW','env','540806WhjpVl','apply','docker','aws','ask','1048407xaDKZD','usage','askForOption','engines','getInstance','scaffold','platform','push','_handler','validateInputOptions','map','help','Please\x20choose\x20a\x20valid\x20value\x20for\x20','Please\x20provide\x20a\x20resource\x20name:','charAt','(((.+)+)+)+$','options','Local','getAppProjectConfigs','No\x20description\x20provided.','Invalid\x20value\x20for\x20','match','length','select','3067812mviOCa','3138845nNJVwT','286320lXHtJW','parent','.meteor','aliases','formatToNamedParam','AppData','\x20version\x20','Please\x20choose\x20a\x20value\x20for\x20','experimental'];a149c=function(){return R;};return a149c();}import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a149f[a149z(0xa5)]();export class Tool{['docker'];[a149z(0x9f)];[a149z(0x93)];[a149z(0xa6)];['pkg'];[a149z(0xb9)];[a149z(0xc0)];['options'];[a149z(0xab)];[a149z(0x82)];[a149z(0xc3)];constructor(){const A=a149z;this[A(0xb8)]=new Docker(),this[A(0x9f)]=FSI['getInstance'](),this['cfg']=CFG[A(0xbf)](this['fsi']),this[A(0x92)]=PKG[A(0xbf)](this['fsi']),this[A(0xa6)]=MPI[A(0xbf)](this['fsi'],this[A(0x93)],this[A(0x92)]),this['aws']=AWS[A(0xbf)](this[A(0x9f)],this[A(0x93)],this[A(0xc0)]),this[A(0xc0)]=Scaffold['getInstance'](this[A(0x9f)],this['mpi']);}[a149z(0xa0)](a){const B=a149z;return a[B(0x75)](0x0);}[a149z(0x97)](a,b){const C=a149z,c=this[C(0x85)](b),d={...a};for(const e of c){const f=this['getShortName'](e[C(0xab)]);a[f]&&(d[e['name']]=a[f],delete d[f]);}return d;}[a149z(0x85)](a){const D=a149z;if(a[D(0xb3)](b=>typeof b==='string'))return a[D(0x71)](b=>({'name':b}));return a;}['match'](a){const E=a149z,b=[this[E(0xab)]][E(0xa2)](this['options']['aliases']||[]);return this['parent']&&b[E(0xc2)](this[E(0x82)]),b['includes'](a);}['validateMakaProject'](){const F=a149z,a=this[F(0x9f)][F(0x9d)]();return a!==undefined;}async['validateUserIsLoggedIn'](){return!![];}[a149z(0xa9)](){const G=a149z,a=process[G(0xc1)]===G(0xa1),b=a?a149e[G(0xa7)](homeDir,G(0x86),G(0x78),'.meteor'):a149e[G(0xa7)](homeDir,G(0x83));return a149g['existsSync'](b);}async[a149z(0xac)](a){const H=a149z,b=this['cfg']['getMakaProjectConfig']();if(!b)throw MustBeInProjectError;const c=b[H(0xbe)],d=Object[H(0x8b)](a);if(d[H(0x7d)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log[H(0x99)]('You\x20must\x20have\x20'+e+H(0x87)+a[e]+H(0xaa));throw UsageError;}}}async['validateParams'](a,b,c){const I=a149z,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this[I(0xb1)]()){Log[I(0x99)](I(0x8a));throw MustBeInProjectError;}b['resourceName']===undefined&&g===!![]&&(b[I(0xaf)]=await Actions[I(0xba)](I(0x74)));let i=[],j=b;if(d){i=this[I(0x85)](d),j=this['remapShortToLong'](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object[I(0x8b)](j)['includes'](n)){if(n===I(0xb5)){const q=this[I(0x93)][I(0x79)]()['filter'](r=>r!==I(0x91))[I(0x71)](r=>({'name':r,'value':r}));q[I(0x7d)]===0x0&&(Log[I(0x99)]('This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`'),process[I(0x9e)](0x1)),b['env']=await Actions['select']({'name':I(0xb5),'message':I(0x98),'choices':q});}else b[n]=await this[I(0xbd)](n,o,p);}else{if(o&&!o[I(0x8f)](j[n])){Log['error']('Invalid\x20value\x20for\x20'+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[I(0x85)](f),l=b;if(k&&k[I(0x7d)]>0x0){k=k[I(0xa2)](i||[]),k[I(0xc2)]({'name':'resourceName','hidden':!![]}),k[I(0xc2)]({'name':I(0x72),'boolFlag':!![]}),k[I(0xc2)]({'name':I(0xa8),'hidden':!![]}),k[I(0xc2)]({'name':'cwd','hidden':!![]}),k[I(0xc2)]({'name':I(0x94),'hidden':!![]}),k['push']({'name':I(0x9a),'hidden':!![]}),l=this[I(0x97)](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t['includes'](u)&&(l[s]=await Actions[I(0x7e)]({'name':s,'message':I(0x73)+s,'choices':t[I(0x71)](v=>({'name':v,'value':v}))})),this[I(0xc4)](l,k);}}if(e&&e['length']>0x0)for(const v of a){!e[I(0x8f)](v)&&(Log['error'](I(0x8d)+v),a[a['indexOf'](v)]=await Actions['ask']('Please\x20provide\x20a\x20valid\x20argument\x20for\x20'+v));}return Object[I(0xae)](j,l);}async[a149z(0xbd)](a,b,c){const J=a149z;if(b)return Actions['select']({'name':a,'message':J(0x88)+a,'choices':b[J(0x71)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions[J(0xba)](J(0x96)+a);if(d[J(0x7c)](c))return d;else{Log[J(0x99)](J(0x7b)+a+':\x20'+d);throw new UsageError();}}else return Actions['ask'](J(0x96)+a);}}[a149z(0xc4)](a,b){const K=a149z;for(const c of Object[K(0x8b)](a)){const d=b[K(0x9b)](e=>e['name']===c);if(!d){Log[K(0x99)]('Invalid\x20option:\x20'+c);throw new UsageError();}}}[a149z(0xb2)](){const L=a149z;return this[L(0x77)][L(0xb2)]||this[L(0x77)][L(0x95)]||L(0x7a);}[a149z(0x95)](){const M=a149z;return this[M(0x77)][M(0x95)]||'NIE';}['usage'](){const N=a149z;return this[N(0x77)][N(0xbc)]||N(0x9c);}[a149z(0xa3)](){const O=a149z;return this[O(0x77)][O(0xa3)]||[];}[a149z(0x84)](){const P=a149z;return this[P(0x77)][P(0x84)]||P(0xad);}[a149z(0x89)](){const Q=a149z;return this[Q(0x77)]['experimental']||![];}}
@@ -1 +1 @@
1
- const a149i=a149d;(function(a,b){const f=a149d,c=a();while(!![]){try{const d=parseInt(f(0x1e0))/0x1*(-parseInt(f(0x1e4))/0x2)+parseInt(f(0x1e1))/0x3*(parseInt(f(0x1d9))/0x4)+-parseInt(f(0x1e3))/0x5+parseInt(f(0x1e7))/0x6+-parseInt(f(0x1d7))/0x7+-parseInt(f(0x1e6))/0x8+-parseInt(f(0x1d5))/0x9*(-parseInt(f(0x1e5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0xf2efd));function a149c(){const l=['ask','constructor','1xZbIeo','147NdMIJd','select','8168440LWcZMo','3011550ZitpdI','17540jNOsqD','13020928BYYaTP','4337280bdQtNf','choices','27288vhLmqu','(((.+)+)+)+$','13764254HhyHXl','checkbox','137752YxXknO','search','apply','message','confirm'];a149c=function(){return l;};return a149c();}const a149b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a149d;if(c){const e=c[g(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a149a=a149b(this,function(){const h=a149d;return a149a['toString']()[h(0x1da)]('(((.+)+)+)+$')['toString']()[h(0x1df)](a149a)[h(0x1da)](h(0x1d6));});a149a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';function a149d(a,b){const c=a149c();return a149d=function(d,e){d=d-0x1d4;let f=c[d];return f;},a149d(a,b);}export class Actions{static async[a149i(0x1de)](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async[a149i(0x1dd)](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a149i(0x1e2)](a){const j=a149i,b=await select({'message':a[j(0x1dc)],'choices':a[j(0x1d4)]});return b;}static async[a149i(0x1d8)](a){const k=a149i,b=await checkbox({'message':a[k(0x1dc)],'choices':a['choices']});return b;}}
1
+ const a150h=a150d;(function(a,b){const f=a150d,c=a();while(!![]){try{const d=-parseInt(f(0xe8))/0x1+parseInt(f(0xd8))/0x2*(-parseInt(f(0xe9))/0x3)+parseInt(f(0xe1))/0x4+parseInt(f(0xe0))/0x5+-parseInt(f(0xe2))/0x6+parseInt(f(0xdf))/0x7*(-parseInt(f(0xd9))/0x8)+-parseInt(f(0xdd))/0x9*(-parseInt(f(0xdc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a150c,0x8d977));const a150b=(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;};}()),a150a=a150b(this,function(){const g=a150d;return a150a[g(0xe4)]()[g(0xe6)]('(((.+)+)+)+$')[g(0xe4)]()[g(0xe5)](a150a)[g(0xe6)](g(0xe7));});function a150d(a,b){const c=a150c();return a150d=function(d,e){d=d-0xd7;let f=c[d];return f;},a150d(a,b);}function a150c(){const k=['search','(((.+)+)+)+$','735907LmBWkG','384681SGuCtF','select','2LtTFLW','8JVHYGc','ask','choices','110ZTJjRh','1702116McHfdQ','checkbox','1755754XyyFeE','1873290hXpMsr','1190456ScfnOU','6346326VHXumm','message','toString','constructor'];a150c=function(){return k;};return a150c();}a150a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';export class Actions{static async[a150h(0xda)](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async['confirm'](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a150h(0xd7)](a){const i=a150h,b=await select({'message':a[i(0xe3)],'choices':a[i(0xdb)]});return b;}static async[a150h(0xde)](a){const j=a150h,b=await checkbox({'message':a[j(0xe3)],'choices':a[j(0xdb)]});return b;}}