@maka/maka-cli 4.12.0 → 4.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/patreon.js +1 -1
- package/bundle/obf/src/commands/profile.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/register.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/api/register-api.js +1 -1
- package/bundle/obf/src/templates/meteor/api/register-api.js.ts +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a113q=a113d;(function(a,b){const o=a113d,c=a();while(!![]){try{const d=-parseInt(o(0x1cf))/0x1*(parseInt(o(0x1d1))/0x2)+-parseInt(o(0x1bd))/0x3+-parseInt(o(0x1d5))/0x4*(-parseInt(o(0x19d))/0x5)+parseInt(o(0x1b7))/0x6+parseInt(o(0x1b0))/0x7+-parseInt(o(0x1b8))/0x8+parseInt(o(0x1c9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0xdad55));const a113b=(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;};}()),a113a=a113b(this,function(){const p=a113d;return a113a[p(0x1d0)]()[p(0x1a2)](p(0x1bb))['toString']()[p(0x197)](a113a)[p(0x1a2)]('(((.+)+)+)+$');});a113a();import{Generator}from'../../../generator.js';function a113d(a,b){const c=a113c();return a113d=function(d,e){d=d-0x196;let f=c[d];return f;},a113d(a,b);}import{Log}from'../../../tools/log/log.class.js';import a113e from'./auth.generator.js';function a113c(){const t=['useTracker','meteor','kit:auth:provider','index','meteor/meteor','return\x20\x5c(','8851668aweCUS','create','fsi','template','injectIntoCodeBlock','const\x20getUserAuthorizations','withValue','2230176wmZsnz','12776008oQykov','authentication-provider','findProjectDirectory','(((.+)+)+)+$','AuthService','2760786KNwqPs','\x0a\x20\x20\x20\x20\x20\x20WebAppInternals.setInlineScriptsAllowed(false);\x0a\x0a\x20\x20\x20\x20\x20\x20Accounts.urls.resetPassword\x20=\x20function\x20(token)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.absoluteUrl(\x27reset-password/\x27\x20+\x20token);\x0a\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20','processAndRunGenerator','const\x20authenticateToken','engines','checkMeteorPackage','export\x20const\x20AuthProvider','publish','\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','accounts-password','pathFromApp','Accounts','5540013nRqljX','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','/imports/startup/lib','const\x20authenticateUser','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','69166hLsOAG','toString','4RetAGa','const\x20resetPasswordWithToken','\x0a\x20\x20\x20\x20\x20\x20const\x20authorizations\x20=\x20await\x20AuthService.getUserAuthorizations(user.id);\x0a\x20\x20\x20\x20\x20\x20return\x20authorizations;\x0a\x20\x20\x20\x20\x20\x20','ssr','5200636iTAYUz','exit','constructor','auth/roles','imports','/imports/startup/client/authentication-service','error','Meteor.startup','5LuKmTL','injectIntoFile','const\x20deauthenticateUser','injectImport','true','search','meteor/accounts-base','force','meteor/maka:react-tracker','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','const\x20sendForgotPasswordEmail','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','const\x20registerNewUser'];a113c=function(){return t;};return a113c();}import a113f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a113q(0x1b1)]({'name':a113q(0x1ab),'aliases':['m'],'usage':a113q(0x1ca),'shortDesc':a113q(0x1a8),'validOpts':[a113q(0x1a4)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':'\x0a\x20\x20\x20\x20This\x20kit\x20will\x20start\x20by\x20generating\x20your\x20auth\x20provider\x20and\x20context,\x20and\x20then\x20setup\x20Meteor\x20Accounts\x0a\x20\x20\x20\x20to\x20handle\x20authentication\x20and\x20authorization.\x0a\x20\x20'},async function(a,b){const r=a113q;try{const c=b[r(0x1a4)]||![];await this[r(0x1b2)][r(0x1c2)]([r(0x1c6),'alanning:roles'],{'shouldInstall':!![]});const d=this[r(0x1b2)][r(0x1ba)](),f=this[r(0x1b2)]['getMakaProjectConfig'](),g=f[r(0x1c1)][r(0x1d4)]===r(0x1a1);await a113f[r(0x1bf)](r(0x1ac),[],{'force':c,'cwd':d,'config':f});const h=await a113f[r(0x1bf)](r(0x1c4),[r(0x198)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?r(0x1cb):'/imports/startup/client',j=this[r(0x1b2)][r(0x1c7)]({'pathParts':[i,'','','authentication-service']});await this[r(0x1b2)][r(0x1b6)](f,async()=>{const s=r;await this[s(0x1b2)][s(0x1b3)]({'srcPath':'kit/auth/service/meteor-auth-service.js','destPath':j+'.js','framework':'react','context':{},'config':f,'force':c,'ignore':![]});});const k=this[r(0x1b2)][r(0x1c7)]({'pathParts':[i,'','',r(0x1b9)]}),l=f[r(0x1c1)]['js'];await this[r(0x1b2)][r(0x1a0)]({'filePath':k+'.'+l,'importName':r(0x1bc),'modulePath':g?'/imports/startup/lib/authentication-service':r(0x19a),'isNamedExport':![]}),await this[r(0x1b2)][r(0x1b4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x1cc),'replace':!![]}),await this[r(0x1b2)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x1c0),'replace':!![]}),await this['fsi'][r(0x1b4)]({'filePath':k+'.'+l,'content':r(0x1d3),'begin':r(0x1b5),'replace':!![]}),await this[r(0x1b2)][r(0x1b4)]({'filePath':k+'.'+l,'content':r(0x1a6),'begin':r(0x19f),'replace':!![]}),await this[r(0x1b2)][r(0x1b4)]({'filePath':k+'.'+l,'content':r(0x1cd),'begin':r(0x1a7),'replace':!![]}),await this[r(0x1b2)][r(0x1b4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x1a9),'replace':!![]}),await this[r(0x1b2)][r(0x1b4)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x1d2),'replace':!![]});g&&(await this['fsi'][r(0x1a0)]({'filePath':k+'.'+l,'importName':r(0x1aa),'modulePath':r(0x1a5),'isNamedExport':!![]}),await this['fsi'][r(0x19e)]({'filePath':k+'.'+l,'content':r(0x1c5),'begin':r(0x1c3),'end':r(0x1af)}));await this[r(0x1b2)]['injectImport']({'filePath':h,'importName':'Meteor','modulePath':r(0x1ae),'isNamedExport':!![],'injectAtStart':!![]}),await this['fsi'][r(0x1b4)]({'filePath':h,'content':r(0x1ce),'begin':'Meteor.publish','replace':!![]});const m=this[r(0x1b2)][r(0x1c7)]({'pathParts':[r(0x199),'startup','server',r(0x1ad)]});await this[r(0x1b2)]['injectImport']({'filePath':m+'.'+l,'importName':r(0x1c8),'modulePath':r(0x1a3),'isNamedExport':!![]}),await this['fsi'][r(0x1b4)]({'filePath':m+'.'+l,'content':r(0x1be),'begin':r(0x19c),'replace':!![]});}catch(n){Log[r(0x19b)](n),process[r(0x196)](0x1);}},async function(){},a113e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a114x=a114d;(function(a,b){const u=a114d,c=a();while(!![]){try{const d=parseInt(u(
|
|
1
|
+
const a114x=a114d;(function(a,b){const u=a114d,c=a();while(!![]){try{const d=parseInt(u(0x196))/0x1+parseInt(u(0x18b))/0x2*(parseInt(u(0x1af))/0x3)+parseInt(u(0x19f))/0x4+parseInt(u(0x1b3))/0x5+parseInt(u(0x19c))/0x6*(-parseInt(u(0x1aa))/0x7)+-parseInt(u(0x18f))/0x8+-parseInt(u(0x1b0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0xc1611));const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a114d;if(c){const e=c[v(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const w=a114d;return a114a[w(0x19b)]()[w(0x1ac)](w(0x1a5))[w(0x19b)]()['constructor'](a114a)[w(0x1ac)]('(((.+)+)+)+$');});a114a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0x185;let f=c[d];return f;},a114d(a,b);}import a114e from'./auth.generator.js';function a114c(){const A=['Creating\x20an\x20AuthProvider\x20and\x20AuthContext','<Routes\x20history={browserHistory}/>','7mHzCMn','getMakaProjectConfig','search','<AuthProvider>','/imports/startup/client/authentication-provider','47607tybYHJ','11138958bIQwkr','</AuthProvider>','/imports/startup/lib/authentication-provider','6477435qUywtK','/routes','pathFromApp','injectAroundString','react','replaceAll','appName','error','12pHCWOP','function\x20Routes','AuthProvider','/imports/startup/server/index','10237744tyBwSx','engines','bright','/imports/startup/client/index','/imports/startup/client','fsi','AuthContext','1311453rMkACc','ssr','force','split','REACT','toString','1561704vuhHoV','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','.js','3470364bgRCvO','apply','useContext','create','injectImport','const\x20Routes','(((.+)+)+)+$','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<PublicRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20return\x20(!currentUser)\x20?\x20<PublicRoutes\x20history={history}/>\x20:\x20<PrivateRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20','kit/auth/provider/authentication-provider.js'];a114c=function(){return A;};return a114c();}import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a114x(0x1a2)]({'name':'provider','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','validOpts':[a114x(0x198)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a114x(0x19a)]},'description':a114x(0x19d)},async function(a,b){const y=a114x;try{const c=b[y(0x198)]||![];Log[y(0x191)](y(0x1a8));const d=this['fsi'][y(0x1ab)](),f=d['engines'][y(0x197)]==='true',g={'name':headerCase(d[y(0x189)])[y(0x188)]('-','\x20')},h=f?'/imports/startup/lib':y(0x193),i=this['fsi'][y(0x185)]({'pathParts':[h,'','','authentication-provider']});await this[y(0x194)]['withValue'](d,async()=>{const z=y;await this[z(0x194)]['template']({'srcPath':z(0x1a7),'destPath':i+z(0x19e),'framework':z(0x187),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x190)]['js'],k=h+y(0x1b4),l=k[y(0x199)]('/'),m=this[y(0x194)]['pathFromApp']({'pathParts':l});await this[y(0x194)][y(0x1a3)]({'filePath':m+'.'+j,'importName':y(0x195),'modulePath':f?y(0x1b2):y(0x1ae),'isNamedExport':!![]}),await this[y(0x194)][y(0x1a3)]({'filePath':m+'.'+j,'importName':y(0x1a1),'modulePath':y(0x187),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x194)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0x1a6),'begin':[y(0x1a4),y(0x18c)],'replace':!![]});const n=y(0x192),o=n['split']('/'),p=this['fsi'][y(0x185)]({'pathParts':o});await this[y(0x194)][y(0x1a3)]({'filePath':p+'.'+j,'importName':y(0x18d),'modulePath':f?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[y(0x194)][y(0x186)]({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x1b1),'targetString':y(0x1a9),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x18e),r=q[y(0x199)]('/'),s=this[y(0x194)]['pathFromApp']({'pathParts':r});await this[y(0x194)]['injectImport']({'filePath':s+'.'+j,'importName':y(0x18d),'modulePath':f?y(0x1b2):y(0x1ae),'isNamedExport':!![]}),await this[y(0x194)][y(0x186)]({'filePath':s+'.'+j,'aboveContent':y(0x1ad),'belowContent':'</AuthProvider>','targetString':'<Routes\x20history={history}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0x18a)](t),process['exit'](0x1);}},async function(){},a114e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a115d,c=a();while(!![]){try{var d=-parseInt(f(0x175))/0x1*(parseInt(f(0x173))/0x2)+-parseInt(f(0x176))/0x3*(-parseInt(f(0x17f))/0x4)+parseInt(f(0x178))/0x5*(parseInt(f(0x172))/0x6)+parseInt(f(0x174))/0x7+-parseInt(f(0x179))/0x8*(-parseInt(f(0x17a))/0x9)+-parseInt(f(0x17b))/0xa+-parseInt(f(0x181))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x9a478));var a115b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a115d;if(c){var e=c[g(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a115a=a115b(this,function(){var h=a115d;return a115a[h(0x17c)]()[h(0x180)](h(0x177))[h(0x17c)]()[h(0x17e)](a115a)[h(0x180)](h(0x177));});a115a();function a115d(a,b){var c=a115c();return a115d=function(d,e){d=d-0x172;var f=c[d];return f;},a115d(a,b);}function a115c(){var i=['4268121fZIZPr','7338hHvNOb','2iStxOy','436261mucQfA','985547TfiIdm','2559759MOgBKR','(((.+)+)+)+$','2065aOwJeR','744hqiDWv','108900ocNlDs','5404890vwXQxX','toString','apply','constructor','4QTrpAx','search'];a115c=function(){return i;};return a115c();}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x6b;let f=c[d];return f;},a116d(a,b);}const a116i=a116d;(function(a,b){const f=a116d,c=a();while(!![]){try{const d=-parseInt(f(0x6b))/0x1+-parseInt(f(0x6e))/0x2*(-parseInt(f(0x6d))/0x3)+parseInt(f(0x71))/0x4+-parseInt(f(0x74))/0x5+parseInt(f(0x79))/0x6*(-parseInt(f(0x75))/0x7)+-parseInt(f(0x7c))/0x8*(parseInt(f(0x7d))/0x9)+-parseInt(f(0x77))/0xa*(-parseInt(f(0x76))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xeb38a));function a116c(){const k=['search','/foo/bar','(((.+)+)+)+$','constructor','459018RGdZCv','create','11649aOrhbX','274fAhubf','apply','Esri\x20Kit\x20generated\x20successfully','3404436SQcpPT','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','35630LdFPBa','19684bKunGi','344652fRTJRX','580lBvFLY','esri','3624haqhgG','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20','toString','8YWbjVJ','650502FrxrPb'];a116c=function(){return k;};return a116c();}const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a116d;if(c){const e=c[g(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const h=a116d;return a116a[h(0x7b)]()[h(0x7e)](h(0x80))[h(0x7b)]()[h(0x81)](a116a)['search'](h(0x80));});a116a();import{Generator}from'../../../generator.js';import a116e from'../kit.js';const EsriGen=Generator[a116i(0x6c)]({'name':a116i(0x78),'aliases':['e'],'usage':a116i(0x72),'noNeedResource':!![],'shortDesc':a116i(0x73),'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:e'],'description':a116i(0x7a)},async function(){const j=a116i;return{'success':!![],'message':j(0x70),'details':{'filesCreated':[j(0x7f)],'filesUpdated':['/foo']}};},async function(){},a116e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a117c(){const v=['
|
|
1
|
+
const a117s=a117d;function a117c(){const v=['.js','325705vwwwMU','replaceAll','baseDir','checkNpmPackage','react','search','(((.+)+)+)+$','@esri/react-arcgis','Generate\x20an\x20Esri\x20map\x20component','<div\x20id=\x22map\x22>','toString','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','processAndRunGenerator','engines','3BTbtdq','Generating\x20a\x20map\x20component','injectIntoFile','findProjectDirectory','create','injectImport','apply','dir','6377848VUjavO','page','split','/imports/startup/client/templates','/imports/startup/lib/templates','1081272WyYFuK','bright','true','map','2758490KnpVrR','pathFromApp','ssr','appName','/imports/ui/','constructor','error','924696iPgomt','1061991JKRhEo','injectTemplateModule','esri-loader','template','FALSE','exit','812838nXjBPY','fsi','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20'];a117c=function(){return v;};return a117c();}(function(a,b){const p=a117d,c=a();while(!![]){try{const d=-parseInt(p(0x13e))/0x1+parseInt(p(0x133))/0x2*(-parseInt(p(0x14c))/0x3)+-parseInt(p(0x159))/0x4+parseInt(p(0x15d))/0x5+-parseInt(p(0x13a))/0x6+parseInt(p(0x134))/0x7+parseInt(p(0x154))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x4ae6e));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a117d;if(c){const e=c[q(0x152)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const r=a117d;return a117a[r(0x148)]()[r(0x143)]('(((.+)+)+)+$')[r(0x148)]()[r(0x131)](a117a)['search'](r(0x144));});a117a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117e from'./esri.generator.js';import a117f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x130;let f=c[d];return f;},a117d(a,b);}Generator[a117s(0x150)]({'name':a117s(0x15c),'aliases':['m'],'usage':a117s(0x149),'shortDesc':a117s(0x146),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a117s(0x138)]},'description':a117s(0x13c)},async function(a,b){const t=a117s;try{Log[t(0x15a)](t(0x14d));const c='basic-map';await this['fsi'][t(0x141)]([t(0x145),t(0x136)],{'shouldInstall':!![]});const d=this[t(0x13b)][t(0x14f)](),f=this['fsi']['getMakaProjectConfig'](),g=f[t(0x14b)][t(0x15f)]===t(0x15b),h=await a117f[t(0x14a)](t(0x155),[t(0x15c)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x160)])[t(0x13f)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x140)]?t(0x130)+b['baseDir']:'/imports/ui/hooks',k=this[t(0x13b)]['pathFromApp']({'pathParts':[j,b[t(0x153)],paramCase(c),paramCase(c)]});await this['fsi']['withValue'](f,async()=>{const u=t;await this[u(0x13b)][u(0x137)]({'srcPath':'kit/esri/map/'+c+u(0x13d),'destPath':k+u(0x13d),'framework':u(0x142),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x153)]+'/'+c+'/'+c;await this[t(0x13b)][t(0x135)](c,f,l);const m=h[t(0x156)]('/'),n=this['fsi'][t(0x15e)]({'pathParts':m});await this[t(0x13b)][t(0x151)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x158):t(0x157),'isNamedExport':!![]}),await this[t(0x13b)][t(0x14e)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[t(0x147),t(0x147)],'end':['</div>'],'replace':!![]});}catch(o){Log[t(0x132)](o),process[t(0x139)](0x1);}},async function(){},a117e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-
|
|
1
|
+
function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-0x18a;let f=c[d];return f;},a118d(a,b);}const a118i=a118d;(function(a,b){const f=a118d,c=a();while(!![]){try{const d=parseInt(f(0x18f))/0x1*(parseInt(f(0x190))/0x2)+parseInt(f(0x19f))/0x3*(-parseInt(f(0x18e))/0x4)+-parseInt(f(0x191))/0x5+-parseInt(f(0x197))/0x6+-parseInt(f(0x198))/0x7*(parseInt(f(0x194))/0x8)+parseInt(f(0x19d))/0x9*(parseInt(f(0x19e))/0xa)+parseInt(f(0x18c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x63568));const a118b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a118d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){const h=a118d;return a118a['toString']()[h(0x18b)](h(0x19c))[h(0x19a)]()[h(0x19b)](a118a)[h(0x18b)](h(0x19c));});a118a();import{Generator}from'../../generator.js';const KitGen=Generator[a118i(0x193)]({'name':a118i(0x199),'aliases':['k'],'usage':a118i(0x18a),'shortDesc':a118i(0x18d),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a118i(0x192),a118i(0x195)]},async function(){});function a118c(){const j=['756978iejUKn','14MBcZxy','kit','toString','constructor','(((.+)+)+)+$','18vqTvHA','1955310VTlKgX','12rTXkFg','maka\x20{generate,\x20g}:{kit}\x20<name>','search','17222722VySGHj','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','493608jRwLRH','13DahOBp','32132yblbBF','1697325LlmODj','maka\x20g:kit','create','3197992aRpPbg','maka\x20g:k','apply'];a118c=function(){return j;};return a118c();}export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a119d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(0x13e))/0x1*(-parseInt(f(0x132))/0x2)+-parseInt(f(0x13b))/0x3*(-parseInt(f(0x133))/0x4)+parseInt(f(0x135))/0x5*(-parseInt(f(0x13c))/0x6)+parseInt(f(0x12f))/0x7+-parseInt(f(0x13d))/0x8+parseInt(f(0x13a))/0x9*(parseInt(f(0x134))/0xa)+parseInt(f(0x137))/0xb*(-parseInt(f(0x139))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x1e0a3));var a119b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a119d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){var h=a119d;return a119a['toString']()[h(0x136)]('(((.+)+)+)+$')['toString']()[h(0x130)](a119a)[h(0x136)](h(0x138));});a119a();function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0x12f;var f=c[d];return f;},a119d(a,b);}function a119c(){var i=['3TvHoKG','12fvzwly','1154824yuCIov','417mFUMzM','206885kVwhUB','constructor','apply','740FRMQCA','694556bjMNpr','10NPVxsx','367940KtGEVv','search','11gdsEFK','(((.+)+)+)+$','802932xHTeDL','1115991XXtRlh'];a119c=function(){return i;};return a119c();}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120J=a120d;(function(a,b){const G=a120d,c=a();while(!![]){try{const d=-parseInt(G(0x233))/0x1*(parseInt(G(0x20c))/0x2)+parseInt(G(0x223))/0x3+parseInt(G(0x20b))/0x4*(parseInt(G(0x221))/0x5)+-parseInt(G(0x208))/0x6+parseInt(G(0x1ff))/0x7+parseInt(G(0x21e))/0x8+-parseInt(G(0x237))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x6520d));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a120d;if(c){const e=c[H(0x211)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const I=a120d;return a120a['toString']()['search'](I(0x22c))[I(0x229)]()[I(0x230)](a120a)[I(0x1fd)]('(((.+)+)+)+$');});a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a120e from'../../../generators/maka.gen.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a120d(a,b);}import a120f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a120c(){const N=['Meteor\x20Accounts','kit/mui/auth/password-reset/','fsi','search','meteor','5151055eyeKYw','layouts','processAndRunGenerator','Custom\x20(roll\x20your\x20own)','.js','create','appName','template','list','875340krBHYv','logout','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','417476tGprAp','2cylJTL','/imports/startup/lib/authentication-provider','kit:auth:meteor','/imports/ui/','kit/mui/auth/register/','apply','forgot-password','ssr','force','split','Cleaning\x20up...','injectTemplateModule','baseDir','maka\x20generate:kit:mui:frame','register','/imports/ui/pages/auth','pathFromApp','error','2226040GgVcwI','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','basic-forgot-password-page','30iDmTvf','route','283431sTCpQa','options','basic-password-reset-page','true','log','getMakaProjectConfig','toString','reset-password/:token','maka\x20g:k:m:f','(((.+)+)+)+$','custom','basic-register-page','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','constructor','AuthContext','authType','580959bUZiAF','auth','react','kit:auth:provider','5343669SvHDAw','basic-login-page','replaceAll','dir','findProjectDirectory','REACT','MATERIAL','injectImport','engines','basic-logout-page','/imports/startup/client/authentication-provider'];a120c=function(){return N;};return a120c();}Generator[a120J(0x204)]({'name':a120J(0x234),'aliases':['a'],'usage':a120J(0x22f),'shortDesc':a120J(0x20a),'validOpts':[a120J(0x200),a120J(0x214)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a120J(0x1f5)],'client':ClientEngines[a120J(0x1f4)]},'examples':[a120J(0x219),a120J(0x22b)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const K=a120J;try{const c=b[K(0x214)]||![],d=this['fsi'][K(0x23b)](),f=this[K(0x1fc)][K(0x228)](),{authType:g}=await Actions[K(0x224)]({'type':K(0x207),'name':K(0x232),'message':K(0x21f),'choices':[{'name':K(0x1fa),'value':K(0x1fe)},{'name':K(0x202),'value':'custom'}]}),h=K(0x238),i=K(0x1f8),j=K(0x22e),k=K(0x225),l=K(0x220),m=b['baseDir']?K(0x20f)+b[K(0x218)]:K(0x21b),n=this[K(0x1fc)]['pathFromApp']({'pathParts':[m,b[K(0x23a)],paramCase(h),paramCase(h)]}),o=this[K(0x1fc)]['pathFromApp']({'pathParts':[m,b[K(0x23a)],paramCase(i),paramCase(i)]}),p=this[K(0x1fc)]['pathFromApp']({'pathParts':[m,b['dir'],paramCase(j),paramCase(j)]}),q=this[K(0x1fc)][K(0x21c)]({'pathParts':[m,b[K(0x23a)],paramCase(k),paramCase(k)]}),r=this[K(0x1fc)][K(0x21c)]({'pathParts':[m,b['dir'],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0x205)])[K(0x239)]('-','\x20')};await this[K(0x1fc)]['withValue'](f,async()=>{const L=K;await this[L(0x1fc)][L(0x206)]({'srcPath':'kit/mui/auth/login/'+h+L(0x203),'destPath':n+L(0x203),'framework':L(0x235),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1fc)]['template']({'srcPath':'kit/mui/auth/logout/'+i+L(0x203),'destPath':o+L(0x203),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1fc)][L(0x206)]({'srcPath':L(0x210)+j+L(0x203),'destPath':p+L(0x203),'framework':L(0x235),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][L(0x206)]({'srcPath':L(0x1fb)+k+'.js','destPath':q+L(0x203),'framework':L(0x235),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':'kit/mui/auth/forgot-password/'+l+L(0x203),'destPath':r+L(0x203),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0x23a)]+'/'+h+'/'+h;await this[K(0x1fc)][K(0x217)](h,f,t);const u=''+m+b[K(0x23a)]+'/'+i+'/'+i;await this[K(0x1fc)][K(0x217)](i,f,u);const v=''+m+b['dir']+'/'+j+'/'+j;await this[K(0x1fc)]['injectTemplateModule'](j,f,v);const w=''+m+b[K(0x23a)]+'/'+k+'/'+k;await this[K(0x1fc)][K(0x217)](k,f,w);const x=''+m+b[K(0x23a)]+'/'+l+'/'+l;await this[K(0x1fc)][K(0x217)](l,f,x),await a120e[K(0x201)](K(0x222),[K(0x238)],{'url':'login','cwd':d,'config':f}),await a120e['processAndRunGenerator']('route',[K(0x1f8)],{'url':K(0x209),'private':!![],'cwd':d,'config':f}),await a120e[K(0x201)]('route',[K(0x22e)],{'url':K(0x21a),'cwd':d,'config':f}),await a120e[K(0x201)]('route',['basic-password-reset-page'],{'url':K(0x22a),'cwd':d,'config':f}),await a120e[K(0x201)](K(0x222),[K(0x220)],{'url':K(0x212),'cwd':d,'config':f});g===K(0x1fe)&&await a120e[K(0x201)](K(0x20e),[],{'force':c,'cwd':d,'config':f});g===K(0x22d)&&await a120e[K(0x201)](K(0x236),[],{'force':c,'cwd':d,'config':f});const y=f[K(0x1f7)][K(0x213)]===K(0x226),z=f[K(0x1f7)]['js'],A=this['fsi'][K(0x21c)]({'pathParts':t[K(0x215)]('/')});await this[K(0x1fc)][K(0x1f6)]({'filePath':A+'.'+z,'importName':K(0x231),'modulePath':y?K(0x20d):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const B=this[K(0x1fc)]['pathFromApp']({'pathParts':u[K(0x215)]('/')});await this[K(0x1fc)][K(0x1f6)]({'filePath':B+'.'+z,'importName':K(0x231),'modulePath':y?K(0x20d):K(0x1f9),'isNamedExport':!![]});const C=this[K(0x1fc)]['pathFromApp']({'pathParts':v[K(0x215)]('/')});await this['fsi'][K(0x1f6)]({'filePath':C+'.'+z,'importName':K(0x231),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});const D=this[K(0x1fc)]['pathFromApp']({'pathParts':w[K(0x215)]('/')});await this[K(0x1fc)][K(0x1f6)]({'filePath':D+'.'+z,'importName':K(0x231),'modulePath':y?K(0x20d):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=this[K(0x1fc)]['pathFromApp']({'pathParts':x['split']('/')});await this[K(0x1fc)][K(0x1f6)]({'filePath':E+'.'+z,'importName':K(0x231),'modulePath':y?K(0x20d):K(0x1f9),'isNamedExport':!![]});}catch(F){Log[K(0x21d)](F);}},async function(){const M=a120J;console[M(0x227)](M(0x216));},a120f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121E=a121d;(function(a,b){const B=a121d,c=a();while(!![]){try{const d
|
|
1
|
+
const a121E=a121d;(function(a,b){const B=a121d,c=a();while(!![]){try{const d=parseInt(B(0x1e2))/0x1+-parseInt(B(0x20f))/0x2+parseInt(B(0x1f9))/0x3+-parseInt(B(0x22b))/0x4*(parseInt(B(0x214))/0x5)+-parseInt(B(0x20d))/0x6*(-parseInt(B(0x224))/0x7)+-parseInt(B(0x218))/0x8*(-parseInt(B(0x226))/0x9)+-parseInt(B(0x210))/0xa*(parseInt(B(0x1e3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x781cb));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a121d;if(c){const e=c[C(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const D=a121d;return a121a[D(0x21b)]()[D(0x200)]('(((.+)+)+)+$')[D(0x21b)]()[D(0x209)](a121a)['search']('(((.+)+)+)+$');});a121a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a121e from'path';import a121f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a121c(){const I=['getMakaProjectConfig','test','maka\x20generate:kit:mui:frame','@mui/material/Container','<div\x20id=\x22','<Box\x20style={{\x20display:\x20\x27flex\x27,\x20flexDirection:\x20\x27column\x27,\x20minHeight:\x20\x27calc(100vh\x20-\x20157px)\x27\x20}}>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Container\x20component=\x22main\x22>','frame','416055rqaYxR','No\x20layouts\x20selected','getFiles','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','\x20/>\x0a','{\x20this.props.children\x20}','/imports/ui/','search','checkMeteorPackage','ssr','injectTemplateModule','MATERIAL','react','/imports/startup/client/templates','dir','kit/mui/frame/app-bars/','constructor','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','tsx','-hook\x22>','2279256vhvTXW','join','1029862TcLIra','474050AWtLBc','session','create','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','119545oSDJGP','log','injectImport','Box','16MesJRX','force','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','toString','kit/mui/frame/footers/','Container','withValue','{props.children}','engines','baseDir','error','.js','7fDyizr','options','1372851CEIXGx','fsi','imports','replaceAll','{\x20props.children\x20}','44oisivk','layouts','true','{this.props.children}','REACT','778105GfBpUR','77lZwPnk','maka\x20g:k:m:f','injectAroundString','template','basic-drawer','Cleaning\x20up...','injectIntoFile','/imports/startup/lib/templates','checkbox','pathFromApp','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','@mui/material/Box','apply','</div>','tests'];a121c=function(){return I;};return a121c();}function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x1df;let f=c[d];return f;},a121d(a,b);}Generator[a121E(0x212)]({'name':a121E(0x1f8),'aliases':['f'],'usage':a121E(0x1fc),'shortDesc':a121E(0x213),'validOpts':[a121E(0x22c),'baseDir',a121E(0x207),a121E(0x219)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a121E(0x204)],'client':ClientEngines[a121E(0x1e1)]},'examples':[a121E(0x1f4),a121E(0x1e4)],'description':a121E(0x20a)},async function(a,b){const F=a121E;try{const c=b[F(0x219)]||![],d='basic-app-bar',f=F(0x1e7),g='basic-sticky-footer',h=this[F(0x227)][F(0x1f2)](),i=h[F(0x220)][F(0x202)]===F(0x1df);await this[F(0x227)][F(0x201)]([F(0x211),'maka:react-tracker'],{'shouldInstall':!![]});const j=this[F(0x227)]['findAppDirectory'](),k=a121e[F(0x20e)](j,F(0x228),'ui','layouts'),l=this['fsi']['getDirectories'](k),m=await Actions[F(0x225)]({'type':F(0x1eb),'name':F(0x22c),'message':F(0x21a),'choices':l});if(m[F(0x22c)]['length']===0x0){Log[F(0x222)](F(0x1fa));return;}const n=b[F(0x221)]?F(0x1ff)+b['baseDir']:'/imports/ui/components',o=this[F(0x227)][F(0x1ec)]({'pathParts':[n,b[F(0x207)],paramCase(d),paramCase(d)]}),p=this[F(0x227)]['pathFromApp']({'pathParts':[n,b[F(0x207)],paramCase(f),paramCase(f)]}),q=this[F(0x227)]['pathFromApp']({'pathParts':[n,b[F(0x207)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h['appName'])[F(0x229)]('-','\x20')};await this['fsi'][F(0x21e)](h,async()=>{const G=F;await this[G(0x227)][G(0x1e6)]({'srcPath':G(0x208)+d+G(0x223),'destPath':o+'.js','framework':'react','context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x227)]['template']({'srcPath':'kit/mui/frame/drawers/'+f+'.js','destPath':p+'.js','framework':G(0x205),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x227)][G(0x1e6)]({'srcPath':G(0x21c)+g+G(0x223),'destPath':q+'.js','framework':G(0x205),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x207)]+'/'+d+'/'+d;await this['fsi'][F(0x203)](d,h,s);const t=''+n+b[F(0x207)]+'/'+f+'/'+f;await this[F(0x227)][F(0x203)](f,h,t);const u=''+n+b[F(0x207)]+'/'+g+'/'+g;await this[F(0x227)][F(0x203)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x227)][F(0x1fb)](a121e[F(0x20e)](k,w),{'extensions':['jsx',F(0x20b)],'omit':['app-tests',F(0x1f1),F(0x1f3)]});for(const y of x){const z=a121e[F(0x20e)](k,w,y);await this[F(0x227)][F(0x216)]({'filePath':z,'importName':F(0x217),'modulePath':F(0x1ee),'isNamedExport':![]}),await this['fsi']['injectImport']({'filePath':z,'importName':F(0x21d),'modulePath':F(0x1f5),'isNamedExport':![]}),await this[F(0x227)]['injectImport']({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x1ea):F(0x206),'isNamedExport':!![]}),await this['fsi']['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(d)+F(0x1fd),'begin':[F(0x1f6)+w+'\x22>','<div\x20id=\x22'+w+F(0x20c)],'end':[F(0x1e0),'{\x20this.props.children\x20}',F(0x21f),F(0x22a)]}),await this[F(0x227)][F(0x216)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x1ea):F(0x206),'isNamedExport':!![]}),await this[F(0x227)][F(0x1e9)]({'filePath':z,'content':'<'+pascalCase(f)+F(0x1fd),'begin':[F(0x1f6)+w+'\x22>',F(0x1f6)+w+F(0x20c)],'end':[F(0x1e0),'{\x20this.props.children\x20}',F(0x21f),F(0x22a)]}),await this['fsi']['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(g)+F(0x1fd),'begin':[F(0x1e0),F(0x1fe),'{props.children}',F(0x22a)],'end':[F(0x1f0)]}),await this['fsi']['injectImport']({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x1ea):F(0x206),'isNamedExport':!![]}),await this[F(0x227)][F(0x1e5)]({'filePath':z,'aboveContent':F(0x1f7),'belowContent':F(0x1ed),'targetString':[F(0x1e0),F(0x1fe),'{props.children}',F(0x22a)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x222)](A);}},async function(){const H=a121E;console[H(0x215)](H(0x1e8));},a121f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a122j=a122d;(function(a,b){const g=a122d,c=a();while(!![]){try{const d
|
|
1
|
+
const a122j=a122d;(function(a,b){const g=a122d,c=a();while(!![]){try{const d=parseInt(g(0xa3))/0x1*(-parseInt(g(0xad))/0x2)+parseInt(g(0x92))/0x3*(parseInt(g(0x99))/0x4)+parseInt(g(0x95))/0x5+parseInt(g(0x98))/0x6+-parseInt(g(0xb0))/0x7+-parseInt(g(0x97))/0x8+-parseInt(g(0x9d))/0x9*(-parseInt(g(0xa5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xd40e5));function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x92;let f=c[d];return f;},a122d(a,b);}const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a122d;if(c){const e=c[h(0x9a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const i=a122d;return a122a[i(0x9c)]()[i(0xaa)](i(0xa1))[i(0x9c)]()[i(0x96)](a122a)['search'](i(0xa1));});a122a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a122e from'../../../generators/maka.gen.js';import a122f from'../kit.js';const MuiGen=Generator[a122j(0xaf)]({'name':a122j(0xa8),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':'Material-UI\x20Kit','validOpts':[''],'isPro':!![],'examples':[a122j(0xab)]},async function(){const k=a122j;Log[k(0xa6)](k(0xae)),Log[k(0x9e)](k(0xac));const {kitChoices:a}=await Actions[k(0x94)]({'type':k(0xa2),'name':k(0xa4),'message':'Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x93)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0xa0)}]}),b=this[k(0xa9)]['findProjectDirectory'](),c=this['fsi'][k(0xb1)]();a[k(0x9b)](k(0x93))&&await a122e[k(0xa7)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a['includes'](k(0xa0))&&await a122e[k(0xa7)](k(0x9f),[],{'force':!![],'cwd':b,'config':c});if(a['length']===0x0){Log[k(0xa6)](k(0xb2));return;}},async function(){},a122f);export default MuiGen;function a122c(){const l=['Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','create','10302397lSaWUt','getMakaProjectConfig','No\x20MUI\x20kits\x20selected.\x20Exiting.','4373799IhrwRt','frame','options','3843255QgFtFJ','constructor','454824lPJRDy','5200542RqjKXq','4JNoYCW','apply','includes','toString','9dYqKVW','notice','kit:mui:auth','auth','(((.+)+)+)+$','checkbox','1046867EzmJMp','kitChoices','3507310cQVAAp','info','processAndRunGenerator','mui','fsi','search','maka\x20g:kit:m','\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','2RINWLb'];a122c=function(){return l;};return a122c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a123o=a123d;(function(a,b){const l=a123d,c=a();while(!![]){try{const d
|
|
1
|
+
function a123c(){const r=['363567sXfcwD','fileName','template/template.css','138yTEJGM','maka\x20g:l\x20web/safari','2yixVqC','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','maka\x20g:layout\x20mobile/iPhone8','injectTemplateModule','fsi','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','constructor','apply','checkNpmPackage','test/test.js','graphql','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','setTemplate','getMakaProjectConfig','411576UrYxkD','layout','assign','dir','59052igaMIj','injectAtBeginningOfFile','(((.+)+)+)+$','engines','.js','withHooks','relative','31849QrHaqv','toString','withHook','import\x20\x27./','withValue','ssr','resourceName','491304cfcRPz','pathFromProject','none','.css','true','pathFromApp','1184110LsGhcL','test','findAppDirectory','warn','features','css','search','string','split','api','installNpmPackage','ramda','template','withTranslations','className','react','hook/hook.js','theme','153342rduwfD'];a123c=function(){return r;};return a123c();}const a123o=a123d;(function(a,b){const l=a123d,c=a();while(!![]){try{const d=parseInt(l(0x1fe))/0x1*(-parseInt(l(0x223))/0x2)+-parseInt(l(0x21e))/0x3+-parseInt(l(0x1f3))/0x4+parseInt(l(0x20b))/0x5+parseInt(l(0x221))/0x6*(parseInt(l(0x1f7))/0x7)+-parseInt(l(0x205))/0x8+parseInt(l(0x21d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1fdef));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a123d;if(c){const e=c[m(0x22a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const n=a123d;return a123a[n(0x1ff)]()[n(0x211)](n(0x1f9))[n(0x1ff)]()[n(0x229)](a123a)['search']('(((.+)+)+)+$');});a123a();import a123e from'path';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a123d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':a123o(0x1f4),'aliases':aliases,'usage':a123o(0x224),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':['withHook'],'examples':[a123o(0x225),a123o(0x222)]},async function(a,b){const p=a123o,c='/imports/ui/layouts',d=this[p(0x227)][p(0x20d)](),e=this['fsi'][p(0x20a)]({'pathParts':[c,b[p(0x1f6)],paramCase(b[p(0x204)]),paramCase(b[p(0x204)])]}),f=this[p(0x227)][p(0x230)]();await this[p(0x227)][p(0x202)](f,async()=>{const q=p;typeof f[q(0x217)][q(0x20c)]===q(0x212)&&(f[q(0x217)][q(0x20c)]=f[q(0x217)][q(0x20c)]==='true'?!![]:![],this[q(0x227)]['setTemplate'](q(0x20c),f[q(0x217)]['test']));typeof f[q(0x217)][q(0x210)]===q(0x212)&&(f[q(0x217)][q(0x210)]=f['template'][q(0x210)]===q(0x209)?!![]:![],this[q(0x227)][q(0x22f)](q(0x210),f[q(0x217)]['css']));typeof f[q(0x217)]['js']===q(0x212)&&(f[q(0x217)]['js']=f[q(0x217)]['js']===q(0x209)?!![]:![],this[q(0x227)][q(0x22f)]('js',f[q(0x217)]['js']));!f[q(0x20f)]&&(f[q(0x20f)]={});const g=b['_']?b['_'][0x0][q(0x213)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this[q(0x22b)](q(0x216))&&(Log['warn'](q(0x228)),this['fsi'][q(0x215)](q(0x216),{'cwd':d}));if(h&&!this[q(0x22b)]('react')){Log[q(0x20e)](q(0x22e));return;}const i={'name':pascalCase(b[q(0x204)]),'myPath':a123e[q(0x1fd)](this[q(0x227)][q(0x206)]({}),e),'cssCaseName':paramCase(b[q(0x204)]),'className':pascalCase(b[q(0x204)]),'camelCaseName':camelCase(b[q(0x204)]),'fileName':paramCase(b[q(0x204)]),'graphql':f[q(0x1fa)][q(0x22d)],'features':f[q(0x20f)],'client':f['engines']['client'],'api':f['engines'][q(0x214)],'ssr':f[q(0x1fa)][q(0x203)],'test':f[q(0x1fa)][q(0x20c)],'theme':f[q(0x1fa)][q(0x21c)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x20f)][q(0x218)]};f['features']?.[q(0x1fc)]||b[q(0x200)]?await this[q(0x227)][q(0x217)]({'srcPath':q(0x21b),'destPath':e+'.js','framework':q(0x21a),'context':i,'config':f}):await this[q(0x227)]['template']({'srcPath':'component/component.js','destPath':e+q(0x1fb),'framework':q(0x21a),'context':i,'config':f});f[q(0x1fa)][q(0x20c)]!==q(0x207)&&await this[q(0x227)]['template']({'srcPath':q(0x22c),'destPath':e+'.app-tests.js','framework':q(0x21a),'context':i,'config':f});f[q(0x217)][q(0x210)]&&(await this[q(0x227)]['template']({'srcPath':q(0x220),'destPath':e+q(0x208),'context':Object[q(0x1f5)]({},i,{'className':paramCase(b[q(0x204)])}),'config':f}),await this[q(0x227)][q(0x1f8)]({'filePath':e+'.'+f[q(0x1fa)]['js'],'content':q(0x201)+i[q(0x21f)]+'.'+f[q(0x1fa)]['css']+'\x27;'}));const j=b[q(0x1f6)]?'/'+b[q(0x1f6)]+'/':'/',k=''+c+j+i[q(0x21f)]+'/'+i[q(0x21f)];await this[q(0x227)][q(0x226)](i[q(0x219)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d
|
|
1
|
+
const a124i=a124d;function a124c(){const j=['317949YIoTgw','1743UGmkjs','generate','(((.+)+)+)+$','40wwcaQg','38248QXLhob','toString','1MWgEdd','1881538KwbGxR','apply','11765050pMjHeC','maka\x20g:template\x20todos/todo_item','search','maka\x20g:scaffold\x20todos','161658JECmoZ','maka\x20generate:scaffold\x20todos','maka\x20g:package\x20package:name','maka\x20{generate,\x20g}:<generator>\x20<name>','4863195lMyYPU','4315074JUOoTZ','constructor'];a124c=function(){return j;};return a124c();}(function(a,b){const f=a124d,c=a();while(!![]){try{const d=-parseInt(f(0x18b))/0x1*(parseInt(f(0x18c))/0x2)+parseInt(f(0x199))/0x3*(-parseInt(f(0x188))/0x4)+parseInt(f(0x196))/0x5+-parseInt(f(0x197))/0x6+-parseInt(f(0x19a))/0x7*(-parseInt(f(0x189))/0x8)+-parseInt(f(0x192))/0x9+parseInt(f(0x18e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x92f11));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a['toString']()[h(0x190)](h(0x187))[h(0x18a)]()[h(0x198)](a124a)[h(0x190)](h(0x187));});a124a();function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x187;let f=c[d];return f;},a124d(a,b);}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a124i(0x19b),'aliases':['g'],'usage':a124i(0x195),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':[a124i(0x193),a124i(0x191),a124i(0x18f),a124i(0x194),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125m=a125d;(function(a,b){const j=a125d,c=a();while(!![]){try{const d
|
|
1
|
+
const a125m=a125d;(function(a,b){const j=a125d,c=a();while(!![]){try{const d=parseInt(j(0x1a3))/0x1+-parseInt(j(0x1b3))/0x2*(-parseInt(j(0x1af))/0x3)+parseInt(j(0x1a0))/0x4+-parseInt(j(0x1a9))/0x5*(parseInt(j(0x1ac))/0x6)+-parseInt(j(0x1a4))/0x7*(parseInt(j(0x1b1))/0x8)+-parseInt(j(0x1a5))/0x9+parseInt(j(0x1ae))/0xa*(parseInt(j(0x1b6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x35d83));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a125d;if(c){const e=c[k(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const l=a125d;return a125a['toString']()['search'](l(0x1aa))['toString']()[l(0x1a2)](a125a)[l(0x1ba)](l(0x1aa));});a125a();import{Generator}from'../generator.js';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x19a;let f=c[d];return f;},a125d(a,b);}import{Log}from'../tools/log/log.class.js';function a125c(){const p=['ddp-rate-limiter','12qXgoFU','index.','87670UWBMhv','140280KpbfGT','appPathPrefix','48424SYqoZY','resourceName','4SXrJhK','fsi','maka:check','143vmYAKm','dir','tsx','startup','search','maka\x20{generate,\x20g}:{method,\x20m}\x20name','import\x20\x27./methods','methods','apply','mdg:validated-method','pathFromApp','1736196IMpaIz','imports','constructor','165583iBnWOV','35OmPGeS','2881575iKdEUq','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','method','engines','590340upXyAZ','(((.+)+)+)+$'];a125c=function(){return p;};return a125c();}import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a125m(0x1a7),'aliases':['m'],'usage':a125m(0x19a),'checkWhere':!![],'shortDesc':a125m(0x1a6),'validOpts':[a125m(0x1b7)],'examples':['maka\x20g:method\x20todos']},async function(a,b){const n=a125m;try{const c=this[n(0x1b4)]['getMakaProjectConfig']();await this[n(0x1b4)]['withValue'](c,async()=>{const o=n,d=paramCase(b[o(0x1b2)]),f={'name':b['resourceName'],'fileName':d,'className':pascalCase(b[o(0x1b2)]),'camelCase':camelCase(b['resourceName']),'noRename':!![]};let g='js';c[o(0x1a8)]['js']===o(0x1b8)&&(g='ts');await this[o(0x1b4)]['checkMeteorPackage']([o(0x1b5),o(0x1ab),o(0x19e)],{'shouldInstall':!![]}),await this[o(0x1b4)]['template']({'srcPath':'method/method.js','destPath':this[o(0x1b4)][o(0x19f)]({'pathParts':[o(0x1a1),'startup',b[o(0x1b0)],o(0x19c),b['dir'],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[o(0x1b7)]?'/'+b[o(0x1b7)]+'/':'/',i=this[o(0x1b4)][o(0x19f)]({'pathParts':[o(0x1a1),o(0x1b9),b[o(0x1b0)],o(0x1ad)+c['engines']['js']]});await this[o(0x1b4)]['injectAtEndOfFile']({'filePath':i,'content':o(0x19b)+h+d+'-rpc-method\x27;'});});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=-parseInt(l(0x150))/0x1*(parseInt(l(0x17a))/0x2)+parseInt(l(0x14c))/0x3+parseInt(l(0x176))/0x4*(-parseInt(l(0x175))/0x5)+parseInt(l(0x164))/0x6*(-parseInt(l(0x151))/0x7)+parseInt(l(0x171))/0x8+-parseInt(l(0x179))/0x9+-parseInt(l(0x17d))/0xa*(-parseInt(l(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc75d2));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a['toString']()[n(0x173)](n(0x155))[n(0x16e)]()['constructor'](a126a)['search'](n(0x155));});a126a();function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x14c;let f=c[d];return f;},a126d(a,b);}import a126e from'path';function a126c(){const r=['packages','withValue','features','client','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','engines','toString','graphql','fsi','3241048CkKfIZ','package','search','/client/','15fntRJq','1249648LOfdUi','pathFromApp','relative','3433275FqSVBm','77514RWrHAO','3223WGJKdP','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','86130rRcgYs','resourceName','754263niwTVd','component','package/','store','8HdEeQp','7PzTRJs','theme','hasOwnProperty','getMakaProjectConfig','(((.+)+)+)+$','.js','tests/client','dir','maka\x20g:package\x20todos:package','package.js','noRename','template/template.js','pathFromProject','apply','tests/server','lib','create','ssr','pathFromAppWithNoReWrite','4408800WTarWu','template','server','layout'];a126c=function(){return r;};return a126c();}import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a126o(0x161)]({'name':a126o(0x172),'aliases':['p'],'usage':a126o(0x16c),'shortDesc':a126o(0x17c),'validOpts':[a126o(0x158)],'examples':[a126o(0x159)]},async function(a,b){const p=a126o,c=paramCase(b[p(0x17e)]),d=this[p(0x170)][p(0x177)]({'pathParts':[p(0x168),b[p(0x158)],c]}),e=this[p(0x170)][p(0x163)]({'pathParts':[p(0x168),b[p(0x158)],c,p(0x15a)]}),f=this['fsi'][p(0x154)]();await this[p(0x170)][p(0x169)](f,async()=>{const q=p,g={'name':paramCase(b[q(0x17e)]),'myPath':a126e[q(0x178)](this[q(0x170)][q(0x15d)]({}),d),'cssCaseName':paramCase(b[q(0x17e)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':c,'client':f['engines'][q(0x16b)],'graphql':f[q(0x16d)][q(0x16f)],'ssr':f[q(0x16d)][q(0x162)],'isComponent':b[q(0x153)](q(0x14d)),'isLayout':b[q(0x153)](q(0x167)),'isStore':b[q(0x153)](q(0x14f)),'features':f[q(0x16a)],'noRename':!![],'theme':f[q(0x16d)][q(0x152)]};await this['fsi'][q(0x165)]({'srcPath':'package/package.js','destPath':e,'context':g,'config':f}),g[q(0x15b)]=![];const h=d+q(0x174)+c+'.js';await this[q(0x170)][q(0x165)]({'srcPath':q(0x15c),'destPath':h,'context':g,'config':f});const i=[q(0x160),q(0x166),q(0x157),q(0x15f)];for(const j of i){const k=d+'/'+j+'/'+c+q(0x156);await this[q(0x170)][q(0x165)]({'srcPath':q(0x14e)+j+'/package.js','destPath':k,'context':g,'config':f});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d
|
|
1
|
+
const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=-parseInt(j(0xa1))/0x1*(parseInt(j(0x97))/0x2)+parseInt(j(0x9b))/0x3+-parseInt(j(0x9d))/0x4+parseInt(j(0xcc))/0x5*(parseInt(j(0xb4))/0x6)+parseInt(j(0x8a))/0x7+-parseInt(j(0xc7))/0x8*(-parseInt(j(0xb0))/0x9)+parseInt(j(0xaf))/0xa*(-parseInt(j(0xbc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x5cac0));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a['toString']()[l(0x96)]('(((.+)+)+)+$')[l(0x93)]()[l(0xc2)](a127a)['search'](l(0xac));});a127a();import a127e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a127c(){const p=['maka\x20g:page\x20todos/todos-item','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','graphql','none','toString','route','withTranslations','search','2DQtgQc','.css','setTemplate','component','1935318lIqPjx','installNpmPackage','882452BdqMpT','css','ramda','injectTemplateModule','475045cphwpt','components','checkNpmPackage','injectAtBeginningOfFile','page','resourceName','api','features','create','template','fsi','(((.+)+)+)+$','warn','theme','10SyBNpr','16812czfJcn','client','component/component.js','ssr','145134sWRBVN','withHooks','findAppDirectory','test','.app-tests.js','.js','getMakaProjectConfig','className','3465121QnTauK','layouts','baseDir','true','hasOwnProperty','html','constructor','Updating\x20npm\x20packages\x20...','import\x20\x27./','\x27;\x0a','string','888acjXoY','store','fileName','react','apply','15RNcsZE','dir','hooks','/imports/ui/','/imports/ui/pages','3256624LrtTJN','template/template.html','engines','test/test.js','root'];a127c=function(){return p;};return a127c();}import a127f from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['p'];function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x8a;let f=c[d];return f;},a127d(a,b);}Generator[a127m(0xa9)]({'name':a127m(0xa5),'aliases':aliases,'usage':a127m(0x90),'shortDesc':'Generate\x20a\x20page.','validOpts':[{'name':a127m(0xbe),'values':[a127m(0xce),a127m(0xa2),'pages',a127m(0xbd)]},{'name':'withHook','boolFlag':!![]}],'examples':[a127m(0x8f)]},async function(a,b){const n=a127m,c=b[n(0xbe)]?n(0xcf)+b[n(0xbe)]:n(0xd0),d=this[n(0xab)][n(0xb6)](),e=this['fsi']['pathFromApp']({'pathParts':[c,b[n(0xcd)],paramCase(b[n(0xa6)]),paramCase(b[n(0xa6)])]}),f=this[n(0xab)][n(0xba)]();let g='';return await this['fsi']['withValue'](f,async()=>{const o=n;typeof f[o(0xaa)][o(0xc1)]===o(0xc6)&&(f[o(0xaa)]['html']=f[o(0xaa)][o(0xc1)]==='true'?!![]:![],this[o(0xab)][o(0x99)](o(0xc1),f[o(0xaa)][o(0xc1)]));typeof f['template'][o(0xb7)]==='string'&&(f[o(0xaa)][o(0xb7)]=f[o(0xaa)]['test']===o(0xbf)?!![]:![],this[o(0xab)][o(0x99)](o(0xb7),f[o(0xaa)][o(0xb7)]));typeof f[o(0xaa)][o(0x9e)]===o(0xc6)&&(f[o(0xaa)][o(0x9e)]=f[o(0xaa)]['css']==='true'?!![]:![],this['fsi']['setTemplate'](o(0x9e),f['template'][o(0x9e)]));typeof f[o(0xaa)]['js']==='string'&&(f[o(0xaa)]['js']=f[o(0xaa)]['js']===o(0xbf)?!![]:![],this[o(0xab)][o(0x99)]('js',f[o(0xaa)]['js']));!f[o(0xa8)]&&(f[o(0xa8)]={});!b[o(0x8e)]&&!this[o(0xab)][o(0xa3)]('ramda')&&(Log[o(0xad)](o(0xc3)),this[o(0xab)][o(0x9c)](o(0x9f),{'cwd':d}));const h={'name':pascalCase(b[o(0xa6)]),'myPath':a127e['relative'](this[o(0xab)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[o(0xa6)]),'className':pascalCase(b[o(0xa6)]),'camelCaseName':camelCase(b[o(0xa6)]),'fileName':paramCase(b[o(0xa6)]),'graphql':f[o(0x8c)][o(0x91)],'features':f[o(0xa8)],'client':f[o(0x8c)][o(0xb1)],'api':f[o(0x8c)][o(0xa7)],'ssr':f[o(0x8c)][o(0xb3)],'isStore':b[o(0xc0)](o(0xc8)),'isComponent':b['hasOwnProperty'](o(0x9a)),'isLayout':b['hasOwnProperty']('layout'),'withTranslations':f[o(0xa8)][o(0x95)],'test':f['engines']['test'],'theme':f['engines'][o(0xae)]};f[o(0xaa)]['html']&&await this['fsi'][o(0xaa)]({'srcPath':o(0x8b),'destPath':e+'.html','context':h,'config':f});f['features']?.[o(0xb5)]||b['withHook']?await this[o(0xab)][o(0xaa)]({'srcPath':'hook/hook.js','destPath':e+'.js','framework':o(0xca),'context':h,'config':f}):await this[o(0xab)][o(0xaa)]({'srcPath':o(0xb2),'destPath':e+o(0xb9),'framework':o(0xca),'context':h,'config':f});f[o(0x8c)][o(0xb7)]!==o(0x92)&&await this[o(0xab)][o(0xaa)]({'srcPath':o(0x8d),'destPath':e+o(0xb8),'framework':o(0xca),'context':h,'config':f});f['template'][o(0x9e)]&&await this[o(0xab)]['template']({'srcPath':'template/template.css','destPath':e+o(0x98),'context':Object['assign']({},h,{'className':paramCase(b[o(0xa6)])}),'config':f});f[o(0x8c)][o(0xb1)]!==o(0xca)&&f[o(0x8c)]['client']!=='vanilla'?(f[o(0xaa)]['css']&&await this['fsi']['injectAtBeginningOfFile']({'filePath':e+'.'+f[o(0x8c)]['js'],'content':o(0xc4)+h['fileName']+'.'+f[o(0x8c)][o(0xc1)]+o(0xc5)+o(0xc4)+h[o(0xc9)]+'.'+f[o(0x8c)][o(0x9e)]+'\x27;'}),!f[o(0xaa)][o(0x9e)]&&await this[o(0xab)][o(0xa4)]({'filePath':e+'.'+f[o(0x8c)]['js'],'content':o(0xc4)+h[o(0xc9)]+'.'+f[o(0x8c)][o(0xc1)]+'\x27;'})):f['template'][o(0x9e)]&&await this['fsi']['injectAtBeginningOfFile']({'filePath':e+'.'+f[o(0x8c)]['js'],'content':o(0xc4)+h[o(0xc9)]+'.'+f[o(0x8c)][o(0x9e)]+'\x27;'});const i=b['dir']?'/'+b[o(0xcd)]+'/':'/';g=''+c+i+h[o(0xc9)]+'/'+h[o(0xc9)],await this[o(0xab)][o(0xa0)](h[o(0xbb)],f,g),!b[o(0x8e)]&&await a127f['processAndRunGenerator'](o(0x94),[i+b[o(0xa6)]],b);}),g+'.'+f[n(0x8c)]['js'];});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1b4;let f=c[d];return f;},a128d(a,b);}const a128p=a128d;(function(a,b){const m=a128d,c=a();while(!![]){try{const d=parseInt(m(0x1c2))/0x1+parseInt(m(0x1b6))/0x2*(-parseInt(m(0x1da))/0x3)+parseInt(m(0x1c4))/0x4+-parseInt(m(0x1c5))/0x5+parseInt(m(0x1b7))/0x6+-parseInt(m(0x1b4))/0x7*(parseInt(m(0x1bf))/0x8)+-parseInt(m(0x1b5))/0x9*(-parseInt(m(0x1ce))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x46157));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a128d;if(c){const e=c[n(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const o=a128d;return a128a[o(0x1d3)]()['search'](o(0x1c8))[o(0x1d3)]()['constructor'](a128a)[o(0x1d5)]('(((.+)+)+)+$');});a128a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a128p(0x1ba)]({'name':'publish','aliases':['p'],'usage':a128p(0x1cb),'shortDesc':a128p(0x1d4),'validOpts':[a128p(0x1c6),a128p(0x1c0)],'examples':[a128p(0x1d6)]},async function(a,b){const q=a128p;try{const c=b['force']||![],d=b[q(0x1d8)]?q(0x1d1)+b[q(0x1d8)]:q(0x1c9),f=this[q(0x1cd)][q(0x1be)](),g=paramCase(b[q(0x1cc)]),h=this[q(0x1cd)]['pathFromApp']({'pathParts':[d,b['dir'],'',g]});let i='js';f[q(0x1d0)]['js']===q(0x1bb)&&(i='ts');await this[q(0x1cd)][q(0x1d7)](f,async()=>{const r=q,l={'name':b[r(0x1cc)],'collection':pascalCase(b['resourceName']),'noRename':!![],'globalPublish':b['globalPublish']};await this[r(0x1cd)][r(0x1ca)]({'srcPath':r(0x1d2),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this[q(0x1cd)][q(0x1b8)]({'pathParts':[q(0x1d9),q(0x1b9),q(0x1bd),b[q(0x1c3)],q(0x1c7)+f['engines']['js']]}),k=b[q(0x1bc)]?'/'+b[q(0x1bc)]+'/':'/';return await this[q(0x1cd)][q(0x1db)]({'filePath':j,'content':'import\x20\x27./publications'+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0x1cf)](l),process['exit'](0x1);}});function a128c(){const s=['355810ttddZn','force','index.','(((.+)+)+)+$','/imports/startup/server/publications','template','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','resourceName','fsi','140XddKLy','error','engines','/imports/ui/','publish/publish.js','toString','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','search','maka\x20g:publish\x20todos','withValue','baseDir','imports','3aAwLDP','injectAtEndOfFile','1988tyslfb','216297LQcLlF','345246piotVC','2008200VXHaGp','pathFromApp','startup','create','tsx','dir','server','getMakaProjectConfig','13976IXadKU','globalPublish','apply','311606pVebtH','appPathPrefix','176912zktWLz'];a128c=function(){return s;};return a128c();}
|