@maka/maka-cli 5.1.17 → 5.1.19
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/cecr.sub.cmd.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/decr.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/lecr.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/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/testCmd/_index.js +1 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/uninstall.js +1 -1
- package/bundle/obf/src/commands/version/_index.js +1 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/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/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.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/react/test/test.js +1 -0
- package/bundle/obf/src/templates/react/test/test.js.jsx +38 -0
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -0
- package/bundle/obf/src/templates/react/test/test.js.tsx +38 -0
- package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
- package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
- 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/cfg/cfg.class.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/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.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
- package/test/integration/default.test.js +84 -0
- package/test/integration/fixtures/blaze/.maka/config.json +30 -0
- package/test/integration/fixtures/blaze/.tern-project +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.id +7 -0
- package/test/integration/fixtures/blaze/app/.meteor/packages +21 -0
- package/test/integration/fixtures/blaze/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/blaze/app/.meteor/release +1 -0
- package/test/integration/fixtures/blaze/app/.meteor/versions +78 -0
- package/test/integration/fixtures/blaze/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/client/body.html +2 -0
- package/test/integration/fixtures/blaze/app/client/head.html +8 -0
- package/test/integration/fixtures/blaze/app/client/main.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +3 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +25 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +15 -0
- package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +3 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +29 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +25 -0
- package/test/integration/fixtures/blaze/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/lib/main.js +1 -0
- package/test/integration/fixtures/blaze/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/blaze/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/server/main.js +1 -0
- package/test/integration/fixtures/blaze/bin/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/README +4 -0
- package/test/integration/fixtures/blaze/config/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/config/development/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/development/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/production/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/production/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/staging/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react/.maka/config.json +30 -0
- package/test/integration/fixtures/react/.tern-project +17 -0
- package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react/app/.meteor/release +1 -0
- package/test/integration/fixtures/react/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/client/body.html +3 -0
- package/test/integration/fixtures/react/app/client/head.html +8 -0
- package/test/integration/fixtures/react/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/README +4 -0
- package/test/integration/fixtures/react/config/.gitkeep +1 -0
- package/test/integration/fixtures/react/config/development/env.sh +9 -0
- package/test/integration/fixtures/react/config/development/settings.json +6 -0
- package/test/integration/fixtures/react/config/production/env.sh +9 -0
- package/test/integration/fixtures/react/config/production/settings.json +6 -0
- package/test/integration/fixtures/react/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/README +4 -0
- package/test/integration/fixtures/react-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-material/.maka/config.json +30 -0
- package/test/integration/fixtures/react-material/.tern-project +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/client/body.html +3 -0
- package/test/integration/fixtures/react-material/app/client/head.html +8 -0
- package/test/integration/fixtures/react-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/README +4 -0
- package/test/integration/fixtures/react-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/README +4 -0
- package/test/integration/fixtures/react-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux/.tern-project +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/README +4 -0
- package/test/integration/fixtures/reflux/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-material/.tern-project +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-material/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/README +4 -0
- package/test/integration/fixtures/reflux-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +30 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +6 -0
- package/test/integration/integration_helpers.js +60 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const a118n=a118d;(function(a,b){const k=a118d,c=a();while(!![]){try{const d
|
|
1
|
+
const a118n=a118d;(function(a,b){const k=a118d,c=a();while(!![]){try{const d=parseInt(k(0x172))/0x1+-parseInt(k(0x184))/0x2+parseInt(k(0x17e))/0x3*(-parseInt(k(0x167))/0x4)+-parseInt(k(0x16d))/0x5*(parseInt(k(0x16b))/0x6)+-parseInt(k(0x173))/0x7+-parseInt(k(0x18a))/0x8*(-parseInt(k(0x17d))/0x9)+parseInt(k(0x165))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xa4389));const a118b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a118d;if(c){const e=c[l(0x179)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){const m=a118d;return a118a[m(0x177)]()[m(0x175)](m(0x174))['toString']()[m(0x189)](a118a)[m(0x175)](m(0x174));});a118a();import{kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-0x164;let f=c[d];return f;},a118d(a,b);}Generator[a118n(0x16a)]({'name':a118n(0x169),'aliases':['col'],'usage':a118n(0x178),'checkWhere':!![],'shortDesc':a118n(0x164),'validOpts':['dir','where'],'mustBeInMakaProject':!![],'description':a118n(0x17b),'examples':[a118n(0x183)]},async function(a,b){const o=a118n;try{const c=this['projectConfig'],d=b['dir']?'/'+b['dir']+'/':'/',f=kebabCase(b[o(0x17f)]),g={'name':pascalCase(b[o(0x17f)]),'collectionName':pascalCase(b[o(0x17f)]),'fileName':f,'where':b[o(0x186)],'test':c[o(0x168)][o(0x182)],'noRename':!![]};let h='js';c['engines']['js']===o(0x16f)&&(h='ts');await this[o(0x181)][o(0x180)]([o(0x171)],{'shouldInstall':!![]}),await this[o(0x185)][o(0x187)]({'srcPath':o(0x176),'destPath':this[o(0x185)][o(0x170)]({'pathParts':['imports',o(0x17c),b[o(0x17a)],'collections',d,f+'.'+h]}),'context':g,'config':c});c[o(0x168)][o(0x182)]!=='none'&&await this[o(0x185)][o(0x187)]({'srcPath':'collection/tests.js','destPath':this[o(0x185)][o(0x170)]({'pathParts':[o(0x188),o(0x17c),b[o(0x17a)],o(0x16e),d,f+o(0x166)+h]}),'context':g,'config':c});const i=this[o(0x185)][o(0x170)]({'pathParts':['imports',o(0x17c),b[o(0x17a)],'index.'+c[o(0x168)]['js']]});await this['scaffold'][o(0x18b)]({'filePath':i,'content':o(0x16c)+d+f+'\x27;'});}catch(j){Log['error'](j);}});function a118c(){const p=['296028IKIOEd','engines','collection','create','10602afUlxz','import\x20\x27./collections','755zWPeiA','collections','tsx','pathFromApp','mongo','413179gSNPvg','811293meClZE','(((.+)+)+)+$','search','collection/collection.js','toString','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>','apply','appPathPrefix','\x0a\x20\x20\x20\x20Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection.\x0ahttps://docs.meteor.com/api/collections.html\x0a\x0a\x20\x20\x20\x20Collections\x20are\x20generated\x20in\x20the\x20\x22lib\x22\x20or\x20\x22common\x22\x20directory\x20by\x20default.\x20\x20This\x20location\x20is\x20accessible\x0a\x20\x20\x20\x20to\x20BOTH\x20client\x20and\x20server\x20(--where=both).\x20\x20Other\x20options\x20are\x20\x22--where=server\x22\x20and\x20\x22--where=client\x22\x20which\x0a\x20\x20\x20\x20will\x20setup\x20the\x20collection\x20in\x20their\x20respective\x20locations.\x0a\x20\x20','startup','18BIqWQi','12dPnwgz','resourceName','checkMeteorPackage','pkg','test','maka\x20g:collection\x20todos','2085206WBvQcs','scaffold','where','template','imports','constructor','4762088vzGwNz','injectAtEndOfFile','Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','7902950ArUtoh','.app-tests.'];a118c=function(){return p;};return a118c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a119n=a119d;(function(a,b){const k=a119d,c=a();while(!![]){try{const d=-parseInt(k(0x11c))/0x1+parseInt(k(0x13c))/0x2*(parseInt(k(0x126))/0x3)+-parseInt(k(0x11e))/0x4*(parseInt(k(0x11d))/0x5)+-parseInt(k(0x127))/0x6*(parseInt(k(0x123))/0x7)+-parseInt(k(0x133))/0x8*(-parseInt(k(0x14a))/0x9)+-parseInt(k(0x13e))/0xa+parseInt(k(0x151))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x98403));function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x11c;let f=c[d];return f;},a119d(a,b);}const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a119d;if(c){const e=c[l(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const m=a119d;return a119a[m(0x153)]()[m(0x14b)](m(0x149))[m(0x153)]()[m(0x120)](a119a)[m(0x14b)](m(0x149));});a119a();import a119e from'path';import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';const aliases=[a119n(0x138)];Generator[a119n(0x136)]({'name':a119n(0x154),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','shortDesc':'Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','mustBeInMakaProject':!![],'validOpts':[{'name':a119n(0x135)}],'examples':['maka\x20g:comp\x20todos/todos-item']},async function(a,b){const o=a119n;try{const c=b[o(0x135)]?o(0x12d)+b[o(0x135)]:o(0x12c),d=this[o(0x140)][o(0x150)]({'pathParts':[c,b['dir'],kebabCase(b[o(0x141)]),kebabCase(b[o(0x141)])]}),f=this['projectConfig'];typeof f[o(0x125)][o(0x132)]===o(0x131)&&this[o(0x12e)][o(0x14d)](o(0x132),f[o(0x125)][o(0x132)]);typeof f[o(0x125)][o(0x128)]===o(0x131)&&this['cfg']['setTemplate'](o(0x128),f[o(0x125)][o(0x128)]);typeof f[o(0x125)]['js']===o(0x131)&&this['cfg']['setTemplate']('js',f['template']['js']);await this[o(0x12f)][o(0x137)](o(0x142),{'shouldInstall':!b[o(0x148)]}),await this['pkg'][o(0x137)](o(0x13d),{'shouldInstall':!b[o(0x148)]});const g={'name':pascalCase(b[o(0x141)]),'myPath':a119e[o(0x13a)](this[o(0x121)][o(0x14f)](),d),'cssCaseName':kebabCase(b[o(0x141)]),'className':pascalCase(b[o(0x141)]),'camelCaseName':camelCase(b[o(0x141)]),'fileName':kebabCase(b[o(0x141)]),'graphql':f[o(0x143)][o(0x152)],'features':f[o(0x134)],'client':f[o(0x143)][o(0x13f)],'api':f[o(0x143)][o(0x155)],'ssr':f[o(0x143)]['ssr'],'test':f[o(0x143)][o(0x132)],'theme':f[o(0x143)][o(0x122)],'isLayout':![],'isComponent':!![],'withTranslations':f[o(0x134)][o(0x13b)]};await this[o(0x140)]['template']({'srcPath':o(0x124),'destPath':d+o(0x12a),'context':g,'framework':o(0x13d),'config':f});f['engines'][o(0x132)]!==o(0x14c)&&await this[o(0x140)][o(0x125)]({'srcPath':'test/test.js','destPath':d+'.tests.js','context':g,'framework':o(0x13d),'config':f});f[o(0x125)]['css']&&(await this[o(0x140)][o(0x125)]({'srcPath':o(0x145),'destPath':d+'.css','context':Object[o(0x130)]({},g,{'className':kebabCase(b[o(0x141)])}),'config':f}),await this['scaffold'][o(0x129)]({'filePath':d+'.'+f[o(0x143)]['js'],'content':o(0x11f)+g[o(0x144)]+'.'+f[o(0x143)][o(0x128)]+'\x27;'}));const h=b[o(0x146)]?'/'+b['dir']+'/':'/',i=''+c+h+g[o(0x139)]+'/'+g[o(0x139)];await this[o(0x140)]['injectTemplateModule'](g[o(0x12b)],f,i);}catch(j){Log[o(0x14e)](j);}});function a119c(){const p=['toString','component','api','1166639fHbEpp','10GHOmof','1070716XaHwHF','import\x20\x27./','constructor','fsi','theme','67851xcUdMK','component/component.js','template','8034FTELlB','18EORBoS','css','injectAtBeginningOfFile','.js','className','/imports/ui/components','/imports/ui/','cfg','pkg','assign','string','test','656pGttXM','features','baseDir','create','checkNpmPackage','comp','fileName','relative','withTranslations','654UGclmt','react','9518570BOMQCK','client','scaffold','resourceName','ramda','engines','cssCaseName','template/template.css','dir','apply','root','(((.+)+)+)+$','51507EsAEON','search','none','setTemplate','error','findProjectDirectory','pathFromApp','21577160pXeEWG','graphql'];a119c=function(){return p;};return a119c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x15a;let f=c[d];return f;},a120d(a,b);}const a120m=a120d;(function(a,b){const j=a120d,c=a();while(!![]){try{const d=parseInt(j(0x15c))/0x1+-parseInt(j(0x168))/0x2+-parseInt(j(0x15b))/0x3+-parseInt(j(0x178))/0x4+parseInt(j(0x15f))/0x5+parseInt(j(0x176))/0x6*(-parseInt(j(0x173))/0x7)+parseInt(j(0x16f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x8f771));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a120d;if(c){const e=c[k(0x163)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const l=a120d;return a120a[l(0x179)]()[l(0x16c)](l(0x17a))[l(0x179)]()[l(0x161)](a120a)[l(0x16c)]('(((.+)+)+)+$');});function a120c(){const o=['scaffold','constructor','pm2.config.js','apply','maka\x20g:config\x20production','template','dev','process.env','525828GmWPRg','appName','Generate\x20configuration\x20settings.','prod','search','pathFromProject','config','15196576tLkyah','fsi','settings.json','error','84UZbeiv','config/process.env','isDocker','321300imfesG','production','4196292CRDQWV','toString','(((.+)+)+)+$','maka\x20{generate,\x20g}:{config}\x20<name>','create','804651rKlkDC','727403lcxlBk','resourceName','local','917310FHkqLa'];a120c=function(){return o;};return a120c();}a120a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a120m(0x15a)]({'name':'config','usage':a120m(0x17b),'shortDesc':a120m(0x16a),'validOpts':[a120m(0x175)],'mustBeInMakaProject':!![],'examples':[a120m(0x164)]},async function(a,b){const n=a120m;try{const c=this['projectConfig'],d={'app':c[n(0x169)],'appFileCase':kebabCase(c[n(0x169)]),'name':pascalCase(b[n(0x15d)]),'fileName':kebabCase(b[n(0x15d)]),'camelCase':camelCase(b[n(0x15d)]),'userName':'ubuntu','isDocker':b[n(0x175)]};let e=b['resourceName'];if(e===n(0x166))e='development';else e===n(0x16b)&&(e=n(0x177));const f=this[n(0x170)]['pathFromProject']({'pathParts':[n(0x16e),e,n(0x171)]});await this['scaffold'][n(0x165)]({'srcPath':'config/settings.json','destPath':f,'context':d,'config':c});if(e!=='local'){const g=this[n(0x170)][n(0x16d)]({'pathParts':[n(0x16e),e,n(0x162)]});await this[n(0x160)][n(0x165)]({'srcPath':'config/pm2.config.js','destPath':g,'context':{'app':c['appName'],'isDocker':b[n(0x175)]||![]},'config':c});}if(e===n(0x15e)){const h=this['fsi'][n(0x16d)]({'pathParts':[n(0x16e),e,n(0x167)]});await this[n(0x160)]['template']({'srcPath':n(0x174),'destPath':h,'context':d,'config':c});}}catch(i){Log[n(0x172)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121n=a121d;
|
|
1
|
+
const a121n=a121d;(function(a,b){const k=a121d,c=a();while(!![]){try{const d=-parseInt(k(0x8b))/0x1*(parseInt(k(0x8e))/0x2)+-parseInt(k(0x71))/0x3+-parseInt(k(0x73))/0x4+parseInt(k(0x6e))/0x5*(parseInt(k(0x6c))/0x6)+parseInt(k(0x84))/0x7+parseInt(k(0x6f))/0x8*(parseInt(k(0x88))/0x9)+parseInt(k(0x95))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xdec10));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a121d;if(c){const e=c[l(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const m=a121d;return a121a[m(0x8d)]()[m(0x7f)]('(((.+)+)+)+$')[m(0x8d)]()['constructor'](a121a)[m(0x7f)](m(0x8a));});a121a();function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x68;let f=c[d];return f;},a121d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';function a121c(){const p=['Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','maka\x20g:dbc\x20azure\x20--type=mssql','scaffold','43623DLgORN','tsx','(((.+)+)+)+$','31WcHVHd','dbc/conn.js','toString','57194tVFjAy','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','mssql','better-sqlite3','-dbc\x27;','type','engines','27386400iDSShA','maka\x20g:dbc\x20todos\x20--type=sqlite','dbc/register-dbc.js','pathFromApp','resourceName','startup','1152246skflxB','create','15WyDIGS','8ahDCgu','index.','4840362cQxrId','imports','4187084cWmlzb','maka\x20g:dbc\x20geoserver\x20--type=pgsql','register-','template','dir','pgsql','checkNpmPackage','conn.','injectAtEndOfFile','import\x20\x27./register-','dbc/config.js','pkg','search','apply','error','sqlite','dbc','7976654ZfNXnS'];a121c=function(){return p;};return a121c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a121n(0x6d)]({'name':a121n(0x83),'usage':a121n(0x8f),'shortDesc':a121n(0x85),'validOpts':[a121n(0x77)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':'type','values':[a121n(0x78),a121n(0x90),a121n(0x82)]}],'examples':[a121n(0x74),a121n(0x86),a121n(0x96)]},async function(a,b){const o=a121n;try{const c=this['projectConfig'],d=kebabCase(b[o(0x6a)]),f={'name':pascalCase(b[o(0x6a)]),'fileName':kebabCase(b[o(0x6a)]),'camelCase':camelCase(b[o(0x6a)]),'type':b['type'],'engine':c[o(0x94)]['js'],'noRename':!![]},g=b['dir']?'/'+b['dir']+'/':'/';let h='js';c[o(0x94)]['js']===o(0x89)&&(h='ts');b[o(0x93)]===o(0x78)&&await this[o(0x7e)][o(0x79)]('pg',{'shouldInstall':!![]});b[o(0x93)]===o(0x90)&&await this['pkg'][o(0x79)]('mssql',{'shouldInstall':!![]});b[o(0x93)]===o(0x82)&&await this[o(0x7e)][o(0x79)](o(0x91),{'shouldInstall':!![]});await this[o(0x87)][o(0x76)]({'srcPath':o(0x7d),'destPath':this['scaffold'][o(0x69)]({'pathParts':['imports',o(0x6b),'server','dbc',g,d,'config.'+h]}),'context':f,'config':c}),await this[o(0x87)][o(0x76)]({'srcPath':o(0x8c),'destPath':this[o(0x87)][o(0x69)]({'pathParts':[o(0x72),o(0x6b),'server',o(0x83),g,d,o(0x7a)+h]}),'context':f,'config':c}),await this['scaffold'][o(0x76)]({'srcPath':o(0x68),'destPath':this['scaffold'][o(0x69)]({'pathParts':[o(0x72),o(0x6b),'server',o(0x75)+d+'-dbc.'+h]}),'context':f,'config':c});const i=this[o(0x87)]['pathFromApp']({'pathParts':['imports','startup','server',o(0x70)+c[o(0x94)]['js']]});await this['scaffold'][o(0x7b)]({'filePath':i,'content':o(0x7c)+d+o(0x92)});}catch(j){Log[o(0x81)](j);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a122l=a122d;(function(a,b){const i=a122d,c=a();while(!![]){try{const d
|
|
1
|
+
const a122l=a122d;function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a122d(a,b);}(function(a,b){const i=a122d,c=a();while(!![]){try{const d=-parseInt(i(0x1d0))/0x1+parseInt(i(0x1e3))/0x2+-parseInt(i(0x1c9))/0x3*(-parseInt(i(0x1d8))/0x4)+-parseInt(i(0x1cb))/0x5+parseInt(i(0x1ce))/0x6*(parseInt(i(0x1cd))/0x7)+-parseInt(i(0x1cf))/0x8+-parseInt(i(0x1e2))/0x9*(-parseInt(i(0x1de))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xec727));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a122d;if(c){const e=c[j(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const k=a122d;return a122a[k(0x1d1)]()[k(0x1cc)](k(0x1d2))[k(0x1d1)]()['constructor'](a122a)[k(0x1cc)](k(0x1d2));});a122a();import{Generator}from'../generator.js';function a122c(){const n=['2572654MpiSxo','cfg','apply','create','fsi','dockerfile','build','105477zNPWui','app.tar.gz','1894190ulSJzT','search','67753UDxPtk','822PNFyoA','474672HQlPuZ','1426268gCTAUn','toString','(((.+)+)+)+$','isFile','maka\x20{generate,\x20g}:dockerfile','force','Generate\x20an\x20updated\x20dockerfile','docker/Dockerfile','16shGGwY','appName','join','app','template','cert','10YNyiFg','getMakaProjectConfig','findProjectDirectory','maka\x20g:dockerfile','719469SosioP'];a122c=function(){return n;};return a122c();}import{Log}from'../tools/log/log.class.js';import a122e from'path';Generator[a122l(0x1e6)]({'name':a122l(0x1c7),'usage':a122l(0x1d4),'shortDesc':a122l(0x1d6),'resourceNameRequired':![],'mustBeInMakaProject':!![],'validOpts':[{'name':a122l(0x1d5),'boolFlag':!![]}],'examples':[a122l(0x1e1)]},async function(a,b){const m=a122l;try{const c=this[m(0x1e4)][m(0x1df)](),d=await this['cfg']['getGlobalConfig'](),f=this[m(0x1c6)][m(0x1e0)](),g={'app':c[m(0x1d9)],'config':c,'appPath':a122e[m(0x1da)](f,m(0x1db)),'bundlePath':a122e[m(0x1da)](f,m(0x1c8),m(0x1ca)),'useCert':d[m(0x1dd)]?this[m(0x1c6)][m(0x1d3)](d[m(0x1dd)]):![]};await this['scaffold'][m(0x1dc)]({'srcPath':m(0x1d7),'destPath':a122e[m(0x1da)](f,'Dockerfile'),'framework':'service','context':g,'config':c,'force':b[m(0x1d5)]});}catch(h){Log['error'](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a123o=a123d;function a123c(){const q=['hook','.app-tests.js','layouts','search','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','@apollo/client\x20isomorphic-fetch','cssCaseName','246248IBaykF','injectTemplateModule','473wDmagS','1704330KrzWYw','projectConfig','resourceName','1610684LIYbdv','relative','className','maka\x20g:hook\x20cool-hook','hooks','56590kUhoWU','16MnBPwI','create','pathFromApp','scaffold','graphql','toString','cfg','fileName','@apollo/client','5DpBerQ','dir','pkg','import\x20\x27./','apollo','.css','pages','react','/imports/ui/components','theme','(((.+)+)+)+$','102163sbKYUM','12047JKtlMx','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','engines','hook/hook.js','features','string','42rcnwKB','test','baseDir','test/test.js','145398Bjsjlj','/imports/ui/','warn','apply','findProjectDirectory','withTranslations','setTemplate','fsi','css','template/template.css','Creating\x20','force','components','template','none'];a123c=function(){return q;};return a123c();}(function(a,b){const l=a123d,c=a();while(!![]){try{const d=-parseInt(l(0x131))/0x1+parseInt(l(0x152))/0x2+-parseInt(l(0x13c))/0x3+parseInt(l(0x117))/0x4*(parseInt(l(0x126))/0x5)+-parseInt(l(0x138))/0x6*(parseInt(l(0x132))/0x7)+parseInt(l(0x11d))/0x8*(-parseInt(l(0x155))/0x9)+-parseInt(l(0x11c))/0xa*(-parseInt(l(0x154))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x37984));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a123d;if(c){const e=c[m(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const n=a123d;return a123a[n(0x122)]()[n(0x14e)]('(((.+)+)+)+$')[n(0x122)]()['constructor'](a123a)[n(0x14e)](n(0x130));});a123a();function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x117;let f=c[d];return f;},a123d(a,b);}import a123e from'path';import{kebabCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a123o(0x11e)]({'name':a123o(0x14b),'aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':a123o(0x133),'mustBeInMakaProject':!![],'validOpts':[{'name':a123o(0x13a),'values':[a123o(0x11b),a123o(0x148),a123o(0x12c),a123o(0x14d)]},{'name':a123o(0x147),'boolFlag':!![]}],'examples':[a123o(0x11a)],'description':'\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\x0a\x0a\x20\x20If\x20you\x27d\x20like\x20a\x20hook\x20created\x20as\x20part\x20of\x20an\x20existing\x20page,\x20component,\x20or\x20layout,\x0a\x20\x20use\x20the\x20maka\x20g:hook\x20command\x20with\x20the\x20--baseDir\x20option.\x20For\x20example,\x0a\x0a\x20\x20\x20\x20maka\x20g:hook\x20--baseDir=pages\x20myPage/useCoolHook\x0a\x0a\x20\x20will\x20create\x20a\x20hook\x20in\x20imports/ui/pages/my-page/use-cool-hook.jsx\x0a\x0a\x20\x20'},async function(a,b){const p=a123o;Log['notice'](p(0x146)+b['resourceName']+'\x20hook...');try{await this[p(0x128)]['checkNpmPackage'](p(0x12d),{'shouldInstall':!![]});const c=this[p(0x143)]['findAppDirectory'](),d=b['baseDir']?p(0x13d)+b[p(0x13a)]:p(0x12e),f=this[p(0x120)][p(0x11f)]({'pathParts':[d,b[p(0x127)],kebabCase(b['resourceName']),kebabCase(b[p(0x157)])]}),g=this[p(0x156)];typeof g[p(0x149)][p(0x144)]===p(0x137)&&this[p(0x123)][p(0x142)](p(0x144),g[p(0x149)][p(0x144)]);g[p(0x134)][p(0x121)]===p(0x12a)&&!this[p(0x128)]['checkNpmPackage'](p(0x125))&&(Log[p(0x13e)](p(0x14f)),await this[p(0x128)]['installNpmPackage'](p(0x150),{'cwd':c}));const h={'cssCaseName':kebabCase(b[p(0x157)]),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b['resourceName']),'name':pascalCase(b[p(0x157)]),'graphql':g[p(0x134)][p(0x121)],'theme':g[p(0x134)][p(0x12f)],'test':g['engines'][p(0x139)],'features':g[p(0x136)],'myPath':a123e[p(0x118)](this[p(0x143)][p(0x140)](),f),'fileName':kebabCase(b[p(0x157)]),'isComponent':![],'isLayout':![],'withTranslations':g[p(0x136)][p(0x141)]};await this[p(0x120)][p(0x149)]({'srcPath':p(0x135),'destPath':f+'.js','context':h,'config':g,'framework':'react','force':b[p(0x147)]});g[p(0x149)][p(0x144)]&&(await this['scaffold'][p(0x149)]({'srcPath':p(0x145),'destPath':f+p(0x12b),'context':Object['assign']({},h,{'className':h[p(0x151)]}),'config':g,'force':b[p(0x147)]}),await this[p(0x120)]['injectAtBeginningOfFile']({'filePath':f+'.'+g['engines']['js'],'content':p(0x129)+h[p(0x124)]+'.'+g[p(0x134)][p(0x144)]+'\x27;'}));g[p(0x134)][p(0x139)]!==p(0x14a)&&await this[p(0x120)][p(0x149)]({'srcPath':p(0x13b),'destPath':f+p(0x14c),'framework':'react','context':h,'config':g,'force':b[p(0x147)]});const i=b[p(0x127)]?'/'+b[p(0x127)]+'/':'/',j=''+d+i+h[p(0x124)]+'/'+h[p(0x124)];await this[p(0x120)][p(0x153)](h[p(0x119)],g,j);}catch(k){Log['error'](k);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a124c(){var h=['789iIOKAt','589820nvhKIX','search','295155VBNXcF','toString','10221468tKyAjR','11vrpStK','10iUtDZb','constructor','310260UfMZTq','802fQwXck','(((.+)+)+)+$','1569465QhUmpf','10geUvbH','64YMBfhG','924684baXzXe'];a124c=function(){return h;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0x1ab))/0x1+-parseInt(f(0x1ac))/0x2*(-parseInt(f(0x1a2))/0x3)+parseInt(f(0x1a3))/0x4+-parseInt(f(0x1af))/0x5*(-parseInt(f(0x1a1))/0x6)+-parseInt(f(0x1a5))/0x7*(-parseInt(f(0x1b0))/0x8)+parseInt(f(0x1ae))/0x9*(-parseInt(f(0x1a9))/0xa)+parseInt(f(0x1a8))/0xb*(-parseInt(f(0x1a7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x2c918));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var g=a124d;return a124a['toString']()[g(0x1a4)]('(((.+)+)+)+$')[g(0x1a6)]()[g(0x1aa)](a124a)[g(0x1a4)](g(0x1ad));});a124a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x1a1;var f=c[d];return f;},a124d(a,b);}import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a125d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x142))/0x1*(-parseInt(f(0x13f))/0x2)+-parseInt(f(0x148))/0x3+-parseInt(f(0x13d))/0x4*(-parseInt(f(0x13b))/0x5)+-parseInt(f(0x141))/0x6*(parseInt(f(0x143))/0x7)+-parseInt(f(0x140))/0x8*(-parseInt(f(0x13c))/0x9)+parseInt(f(0x138))/0xa*(parseInt(f(0x13e))/0xb)+-parseInt(f(0x13a))/0xc*(-parseInt(f(0x139))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xf0a36));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x144)]()[h(0x145)]('(((.+)+)+)+$')[h(0x144)]()[h(0x147)](a125a)[h(0x145)](h(0x146));});function a125c(){var i=['constructor','322239zNuqtC','apply','100CCoEVF','105599cefGwj','948lzQcVD','2530HPqiXZ','144FmDDOp','4196yojyNE','99913ENSGOu','4EUkXQW','637336WbAJwT','1505964BGKXNm','220485TTQRHp','28odPTSp','toString','search','(((.+)+)+)+$'];a125c=function(){return i;};return a125c();}function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x137;var f=c[d];return f;},a125d(a,b);}a125a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d
|
|
1
|
+
const a126i=a126d;function a126c(){const k=['3wfGZwF','(((.+)+)+)+$','search','2217448tHmBjV','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','auth','constructor','NIE','create','2282778FdBwdl','48SsFNQH','apply','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','518690Azfntv','7933EIfCLW','6416240xmeKcx','196925TOgoKZ','toString','3919853vNkSXB'];a126c=function(){return k;};return a126c();}function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x70;let f=c[d];return f;},a126d(a,b);}(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x80))/0x1+-parseInt(f(0x7f))/0x2+parseInt(f(0x71))/0x3*(-parseInt(f(0x74))/0x4)+parseInt(f(0x82))/0x5*(-parseInt(f(0x7b))/0x6)+parseInt(f(0x70))/0x7+parseInt(f(0x81))/0x8+parseInt(f(0x7a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x78ccd));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x83)]()[h(0x73)](h(0x72))[h(0x83)]()[h(0x77)](a126a)[h(0x73)](h(0x72));});a126a();import{Generator}from'../../../generator.js';import a126e from'../kit.js';const AuthGen=Generator[a126i(0x79)]({'name':a126i(0x76),'aliases':['a'],'usage':a126i(0x7d),'shortDesc':a126i(0x7e),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:a'],'description':a126i(0x75)},async function(){const j=a126i;throw j(0x78);},async function(){},a126e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127u=a127d;function
|
|
1
|
+
const a127u=a127d;(function(a,b){const s=a127d,c=a();while(!![]){try{const d=parseInt(s(0xe8))/0x1+-parseInt(s(0x117))/0x2+-parseInt(s(0x107))/0x3*(parseInt(s(0xf1))/0x4)+-parseInt(s(0xfb))/0x5+parseInt(s(0x108))/0x6*(-parseInt(s(0xec))/0x7)+parseInt(s(0xea))/0x8+parseInt(s(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x805a1));const a127b=(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;};}()),a127a=a127b(this,function(){const t=a127d;return a127a['toString']()['search']('(((.+)+)+)+$')[t(0xfd)]()[t(0xe7)](a127a)[t(0xe9)](t(0xeb));});a127a();function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xe7;let f=c[d];return f;},a127d(a,b);}function a127c(){const w=['273714uiSheE','\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','const\x20sendForgotPasswordEmail','kit/auth/service/meteor-auth-service.js','template','319988yeCkWQ','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','\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','/imports/startup/lib/authentication-service','23095908XwOTNp','auth/roles','meteor/meteor','const\x20resetPasswordWithToken','checkMeteorPackage','AuthService','4688415XTkBcw','\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','toString','publish','/imports/startup/server/publications/auth/roles.js','accounts-password','Meteor.publish','/imports/startup/lib','error','injectIntoCodeBlock','processAndRunGenerator','ssr','30hujpEu','114estypL','useTracker','force','authentication-service','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','index','engines','pathFromApp','meteor/maka:react-tracker','meteor/accounts-base','meteor','\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','.js','const\x20registerNewUser','const\x20getUserAuthorizations','693162kXlZTc','authentication-provider','/imports/startup/client','normalize','server','create','findProjectDirectory','imports','injectIntoFile','const\x20authenticateUser','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','\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','startup','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','injectImport','Meteor','constructor','206835DwKpOS','search','4638832XENDjC','(((.+)+)+)+$'];a127c=function(){return w;};return a127c();}import a127e from'path';import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a127f from'./auth.generator.js';import a127g from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a127u(0x11c)]({'name':a127u(0x112),'aliases':['m'],'usage':a127u(0x121),'shortDesc':a127u(0x10c),'validOpts':[a127u(0x10a)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a127u(0x113)},async function(a,b){const v=a127u,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[v(0x10a)]||![];await d[v(0xf9)]([v(0x100)],{'shouldInstall':!![]});const i=c[v(0x11d)](),j=c['findAppDirectory'](),k=g['engines'][v(0x106)]===v(0x112);await a127g[v(0x105)]('kit:auth:provider',[],{'force':h,'cwd':i,'config':g}),await a127g['processAndRunGenerator'](v(0xfe),[v(0xf6)],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a127e[v(0x11a)](v(0xff)),m=k?v(0x102):v(0x119),n=f[v(0x10f)]({'pathParts':[m,'','',v(0x10b)]});await f[v(0xf0)]({'srcPath':v(0xef),'destPath':n+v(0x114),'framework':'react','context':{},'config':g,'force':h,'ignore':![]});const o=f[v(0x10f)]({'pathParts':[m,'','',v(0x118)]}),p=g[v(0x10e)]['js'];await f[v(0x125)]({'filePath':o+'.'+p,'importName':v(0xfa),'modulePath':k?v(0xf4):'/imports/startup/client/authentication-service','isNamedExport':![]}),await f[v(0x104)]({'filePath':o+'.'+p,'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':v(0x120),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':v(0xf3),'begin':'const\x20authenticateToken','replace':!![]}),await f[v(0x104)]({'filePath':o+'.'+p,'content':'\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','begin':v(0x116),'replace':!![]}),await f[v(0x104)]({'filePath':o+'.'+p,'content':v(0xf2),'begin':'const\x20deauthenticateUser','replace':!![]}),await f[v(0x104)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','begin':v(0xee),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':v(0x115),'replace':!![]}),await f[v(0x104)]({'filePath':o+'.'+p,'content':v(0x124),'begin':v(0xf8),'replace':!![]});k&&(await f['injectImport']({'filePath':o+'.'+p,'importName':v(0x109),'modulePath':v(0x110),'isNamedExport':!![]}),await f[v(0x11f)]({'filePath':o+'.'+p,'content':v(0x122),'begin':'export\x20const\x20AuthProvider','end':'useEffect\x5c('}));await f['injectImport']({'filePath':l,'importName':v(0x126),'modulePath':v(0xf7),'isNamedExport':!![],'injectAtStart':!![]}),await f[v(0x104)]({'filePath':l,'content':v(0xed),'begin':v(0x101),'replace':!![]});const q=f[v(0x10f)]({'pathParts':[v(0x11e),v(0x123),v(0x11b),v(0x10d)]});await f['injectImport']({'filePath':q+'.'+p,'importName':'Accounts','modulePath':v(0x111),'isNamedExport':!![]}),await f[v(0x104)]({'filePath':q+'.'+p,'content':v(0xfc),'begin':'Meteor.startup','replace':!![]});}catch(r){Log[v(0x103)](r),process['exit'](0x1);}},async function(){},a127f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128x=a128d;(function(a,b){const u=a128d,c=a();while(!![]){try{const d=-parseInt(u(
|
|
1
|
+
const a128x=a128d;(function(a,b){const u=a128d,c=a();while(!![]){try{const d=-parseInt(u(0x1d4))/0x1+parseInt(u(0x1d8))/0x2+parseInt(u(0x1d0))/0x3+parseInt(u(0x1d5))/0x4+parseInt(u(0x1fa))/0x5+parseInt(u(0x1cf))/0x6*(parseInt(u(0x1ce))/0x7)+parseInt(u(0x1f7))/0x8*(-parseInt(u(0x1fb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x53461));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a128d;if(c){const e=c[v(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const w=a128d;return a128a[w(0x1e3)]()['search'](w(0x1ed))['toString']()[w(0x1f0)](a128a)[w(0x1f2)]('(((.+)+)+)+$');});function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a128d(a,b);}a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a128e from'./auth.generator.js';import{capitalCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a128c(){const z=['.js','bright','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','/routes','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20return\x20{\x20currentUser,\x20loading\x20};\x0a\x20\x20\x20\x20\x20\x20','scaffold','/imports/startup/server/index','</AuthProvider>','exit','function\x20useAuth','toString','engines','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','<AppRoutes\x20history={history}/>','kit/auth/provider/authentication-provider.js','AuthProvider','/imports/startup/lib/authentication-provider','split','injectImport','const\x20useAuth','(((.+)+)+)+$','<AppRoutes\x20/>','provider','constructor','force','search','AuthContext','create','template','/imports/startup/client','42664KAokqW','injectIntoCodeBlock','react','2249770jBeeNn','2583kvMpbO','\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','injectAroundString','ssr','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','<AuthProvider>','/imports/startup/client/authentication-provider','meteor','385427ECsxCy','30hxyFZj','986052waUKpw','apply','/imports/startup/client/index','useContext','51278hBSwYN','2560512CbyZxF','/imports/startup/lib','pathFromApp','457734AZBuZD'];a128c=function(){return z;};return a128c();}Generator[a128x(0x1f4)]({'name':a128x(0x1ef),'aliases':['p'],'usage':a128x(0x1db),'shortDesc':a128x(0x1ca),'validOpts':[a128x(0x1f1)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a128x(0x1fc)},async function(a,b){const y=a128x;try{const c=b[y(0x1f1)]||![];Log[y(0x1da)](y(0x1e5));const {projectConfig:d}=this,f=d[y(0x1e4)][y(0x1fe)]===y(0x1cd),g={'name':capitalCase(d['appName'])},h=f?y(0x1d6):y(0x1f6),i=this['scaffold']['pathFromApp']({'pathParts':[h,'','','authentication-provider']});await this[y(0x1de)][y(0x1f5)]({'srcPath':y(0x1e7),'destPath':i+y(0x1d9),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});const j=d[y(0x1e4)]['js'],k=h+y(0x1dc),l=k['split']('/'),m=this['scaffold'][y(0x1d7)]({'pathParts':l});await this[y(0x1de)][y(0x1eb)]({'filePath':m+'.'+j,'importName':y(0x1f3),'modulePath':f?y(0x1e9):y(0x1cc),'isNamedExport':!![]}),await this[y(0x1de)]['injectImport']({'filePath':m+'.'+j,'importName':y(0x1d3),'modulePath':y(0x1f9),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x1de)][y(0x1f8)]({'filePath':m+'.'+j,'content':y(0x1dd),'begin':[y(0x1ec),y(0x1e2)],'replace':!![]}),await this[y(0x1de)][y(0x1f8)]({'filePath':m+'.'+j,'content':'\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useAuth();\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<div>Loading...</div>;\x0a\x20\x20\x20\x20\x20\x20return\x20(currentUser)\x20?\x20<Outlet/>\x20:\x20<Navigate\x20to=\x22/login\x22\x20/>;\x0a\x20\x20\x20\x20\x20\x20','begin':['const\x20PrivateRoute'],'replace':!![]});const n=y(0x1d2),o=n[y(0x1ea)]('/'),p=this[y(0x1de)][y(0x1d7)]({'pathParts':o});await this['scaffold']['injectImport']({'filePath':p+'.'+j,'importName':y(0x1e8),'modulePath':f?y(0x1e9):y(0x1cc),'isNamedExport':!![]}),await this['scaffold'][y(0x1fd)]({'filePath':p+'.'+j,'aboveContent':y(0x1cb),'belowContent':y(0x1e0),'targetString':y(0x1ee),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x1df),r=q[y(0x1ea)]('/'),s=this[y(0x1de)][y(0x1d7)]({'pathParts':r});await this[y(0x1de)][y(0x1eb)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x1e9):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this['scaffold'][y(0x1fd)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x1e0),'targetString':y(0x1e6),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process[y(0x1e1)](0x1);}},async function(){},a128e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d
|
|
1
|
+
function a129c(){var i=['9254jCBVcJ','(((.+)+)+)+$','search','473OVqwom','90NqgaBh','apply','27770gxXjJm','toString','167080XBbPPC','2qwzGla','284819NDfqZy','2841606LuIouZ','32784kdQXGj','949905CuQCOh','798LScoab'];a129c=function(){return i;};return a129c();}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1*(parseInt(f(0xa9))/0x2)+parseInt(f(0xb3))/0x3*(-parseInt(f(0xac))/0x4)+-parseInt(f(0xad))/0x5+parseInt(f(0xae))/0x6*(parseInt(f(0xaf))/0x7)+-parseInt(f(0xa8))/0x8+parseInt(f(0xab))/0x9+parseInt(f(0xb5))/0xa*(-parseInt(f(0xb2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x30e1e));function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0xa7;var f=c[d];return f;},a129d(a,b);}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0xa7)]()[h(0xb1)](h(0xb0))[h(0xa7)]()['constructor'](a129a)[h(0xb1)](h(0xb0));});a129a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130i=a130d;
|
|
1
|
+
const a130i=a130d;(function(a,b){const f=a130d,c=a();while(!![]){try{const d=-parseInt(f(0x14d))/0x1+parseInt(f(0x14c))/0x2+parseInt(f(0x159))/0x3*(-parseInt(f(0x154))/0x4)+parseInt(f(0x151))/0x5+parseInt(f(0x150))/0x6+parseInt(f(0x158))/0x7+parseInt(f(0x14e))/0x8*(-parseInt(f(0x153))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x39406));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a['toString']()[h(0x157)](h(0x14b))[h(0x155)]()['constructor'](a130a)[h(0x157)](h(0x14b));});function a130c(){const j=['toString','apply','search','34398hyhIvr','286017igIZcU','(((.+)+)+)+$','772162Wyatwe','169519zlAAHG','120ZzcOCP','esri','150858GxRrcB','1752975kMlNMC','maka\x20g:kit:e','46017KKyklg','12vOnyDY'];a130c=function(){return j;};return a130c();}function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x14b;let f=c[d];return f;},a130d(a,b);}a130a();import{Generator}from'../../../generator.js';import{UsageError}from'../../../error.js';import a130e from'../kit.js';const EsriGen=Generator['create']({'name':a130i(0x14f),'aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a130i(0x152)],'description':'\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'},async function(){throw UsageError;},async function(){},a130e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131v=a131d;(function(a,b){const s=a131d,c=a();while(!![]){try{const d=-parseInt(s(
|
|
1
|
+
const a131v=a131d;(function(a,b){const s=a131d,c=a();while(!![]){try{const d=-parseInt(s(0x181))/0x1+parseInt(s(0x17f))/0x2+-parseInt(s(0x188))/0x3*(parseInt(s(0x180))/0x4)+parseInt(s(0x16e))/0x5+parseInt(s(0x187))/0x6*(-parseInt(s(0x169))/0x7)+parseInt(s(0x17d))/0x8*(-parseInt(s(0x174))/0x9)+parseInt(s(0x17c))/0xa*(parseInt(s(0x163))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x3cf04));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a131d;if(c){const e=c[t(0x182)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const u=a131d;return a131a[u(0x171)]()[u(0x160)](u(0x184))['toString']()[u(0x16c)](a131a)[u(0x160)](u(0x184));});function a131c(){const x=['9lpSkgy','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','bright','<div\x20id=\x22map\x22>','exit','Generate\x20an\x20Esri\x20map\x20component','baseDir','search','</div>','injectIntoFile','3223dtuIAk','appName','esri-loader','REACT','injectTemplateModule','split','14RvbQqV','error','engines','constructor','/imports/ui/components','1886205uIfdFi','@esri/react-arcgis','checkNpmPackage','toString','.js','dir','65790EFzuPK','map','meteor','template','page','ssr','pathFromApp','\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','39320ydsSzx','480OoVhpy','replaceAll','490172kLSBjR','403404mGiiQi','493980qhUhCY','apply','kit/esri/map/','(((.+)+)+)+$','/imports/ui/','/imports/startup/lib/templates','868998ktznQH'];a131c=function(){return x;};return a131c();}a131a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x15c;let f=c[d];return f;},a131d(a,b);}import a131e from'./esri.generator.js';import a131f from'../../../generators/maka.gen.js';import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a131v(0x175),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a131v(0x15e),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a131v(0x166)],'ssr':SsrEngines['NONE']},'description':a131v(0x17b)},async function(a,b){const w=a131v;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[w(0x18a)]('Generating\x20a\x20map\x20component');const h='basic-map';await f[w(0x170)]([w(0x16f),w(0x165)],{'shouldInstall':!![]});const i=d['findProjectDirectory'](),j=c[w(0x16b)][w(0x179)]===w(0x176),k=await a131f['processAndRunGenerator'](w(0x178),[w(0x175)],{'cwd':i,'config':c}),l={'name':capitalCase(c[w(0x164)])[w(0x17e)]('-','\x20'),'componentName':pascalCase(h)},m=b[w(0x15f)]?w(0x185)+b[w(0x15f)]:w(0x16d),n=g[w(0x17a)]({'pathParts':[m,b['dir'],kebabCase(h),kebabCase(h)]});await g[w(0x177)]({'srcPath':w(0x183)+h+'.js','destPath':n+w(0x172),'framework':'react','context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[w(0x173)]+'/'+h+'/'+h;await g[w(0x167)](h,c,o);const p=k[w(0x168)]('/'),q=g[w(0x17a)]({'pathParts':p});await g['injectImport']({'filePath':q,'importName':pascalCase(h),'modulePath':j?w(0x186):'/imports/startup/client/templates','isNamedExport':!![]}),await g[w(0x162)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+w(0x189),'begin':[w(0x15c),'<div\x20id=\x22map\x22>'],'end':[w(0x161)],'replace':!![]});}catch(r){Log[w(0x16a)](r),process[w(0x15d)](0x1);}},async function(){},a131e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d
|
|
1
|
+
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0xb4))/0x1*(parseInt(f(0xb5))/0x2)+parseInt(f(0xc0))/0x3+-parseInt(f(0xc3))/0x4*(-parseInt(f(0xbe))/0x5)+parseInt(f(0xba))/0x6*(-parseInt(f(0xc1))/0x7)+-parseInt(f(0xc4))/0x8*(parseInt(f(0xc2))/0x9)+-parseInt(f(0xbd))/0xa+parseInt(f(0xb8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xe42da));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0xb3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0xb6)]()[h(0xbc)](h(0xbf))[h(0xb6)]()['constructor'](a132a)['search']('(((.+)+)+)+$');});function a132c(){const j=['apply','26579mlRSgo','74jcHbRM','toString','maka\x20g:kit','18853593DDiLAi','maka\x20{generate,\x20g}:{kit}\x20<name>','6AfnAku','maka\x20g:k','search','12643440ZypRbj','5pFImec','(((.+)+)+)+$','141924XWKmBb','6912633UmcfYp','9STpbYz','2266532fZocmr','998768jFeaGj','create'];a132c=function(){return j;};return a132c();}a132a();function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xb2;let f=c[d];return f;},a132d(a,b);}import{Generator}from'../../generator.js';const KitGen=Generator[a132i(0xb2)]({'name':'kit','aliases':['k'],'usage':a132i(0xb9),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':[a132i(0xb7),a132i(0xbb)]},async function(){});export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a133d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x15f))/0x1*(-parseInt(f(0x160))/0x2)+parseInt(f(0x15a))/0x3+parseInt(f(0x15c))/0x4*(-parseInt(f(0x156))/0x5)+parseInt(f(0x158))/0x6*(parseInt(f(0x161))/0x7)+parseInt(f(0x165))/0x8*(-parseInt(f(0x166))/0x9)+parseInt(f(0x15e))/0xa*(parseInt(f(0x159))/0xb)+parseInt(f(0x162))/0xc*(parseInt(f(0x15b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xb1fef));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var g=a133d;return a133a['toString']()[g(0x157)](g(0x15d))[g(0x164)]()[g(0x163)](a133a)['search'](g(0x15d));});a133a();function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x156;var f=c[d];return f;},a133d(a,b);}import'./mui.generator.js';import'./frame.mui.gen.js';function a133c(){var h=['toString','3538240MknsKI','9xbdhru','15ELWmJO','search','6wjklxl','7808196hRBxNH','13428xwpDCc','1703SuszFs','865852SWaLGh','(((.+)+)+)+$','20SFbYhb','190hiRpvw','4918LYgGnv','2706900vZqcnx','43704hrcaaB','constructor'];a133c=function(){return h;};return a133c();}import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a134L=a134d;(function(a,b){const I=a134d,c=a();while(!![]){try{const d=parseInt(I(0x137))/0x1+parseInt(I(0x158))/0x2*(parseInt(I(0x139))/0x3)+-parseInt(I(0x12f))/0x4+-parseInt(I(0x135))/0x5*(-parseInt(I(0x142))/0x6)+-parseInt(I(0x143))/0x7*(-parseInt(I(0x121))/0x8)+parseInt(I(0x131))/0x9+-parseInt(I(0x13c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x90983));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const J=a134d;if(c){const e=c[J(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const K=a134d;return a134a[K(0x147)]()['search']('(((.+)+)+)+$')[K(0x147)]()[K(0x124)](a134a)[K(0x14b)](K(0x123));});a134a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a134e from'../../../generators/maka.gen.js';import a134f from'./mui.generator.js';function a134c(){const O=['ssr','exit','Custom\x20(roll\x20your\x20own)','apply','logout','layouts','/imports/startup/lib/authentication-provider','meteor','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','pathFromApp','8BjiBlA','/imports/startup/client/authentication-provider','(((.+)+)+)+$','constructor','kit/mui/auth/forgot-password/','login','basic-login-page','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','dir','AuthContext','appName','force','select','injectTemplateModule','605272zNQopC','baseDir','9289368pfQKkC','basic-register-page','reset-password/:token','basic-password-reset-page','10805KZpdHc','auth','1166023iGQrbK','log','1501446XdhlIv','custom','authType','33120530JnEkEE','processAndRunGenerator','create','kit:auth:meteor','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','route','600VGgJNd','4482737BXlHKK','kit:auth:provider','.js','engines','toString','kit/mui/auth/login/','findProjectDirectory','/imports/ui/','search','Cleaning\x20up...','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','react','/imports/ui/pages/auth','basic-logout-page','Meteor\x20Accounts','kit/mui/auth/logout/','register','kit/mui/auth/password-reset/','injectImport','split','template','4colWpX'];a134c=function(){return O;};return a134c();}function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x121;let f=c[d];return f;},a134d(a,b);}import{kebabCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a134L(0x13e)]({'name':a134L(0x136),'aliases':['a'],'usage':a134L(0x128),'shortDesc':a134L(0x14d),'validOpts':[a134L(0x15e),a134L(0x12c)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines['REACT']},'examples':['maka\x20generate:kit:mui:auth','maka\x20g:k:m:a'],'description':a134L(0x140)},async function(a,b){const M=a134L;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b['force']||![],h=d[M(0x149)](),i=await Actions[M(0x12d)]({'name':M(0x13b),'message':M(0x161),'choices':[{'name':M(0x151),'value':M(0x160)},{'name':M(0x15b),'value':'custom'}]}),j=M(0x127),k='basic-logout-page',l=M(0x132),m=M(0x134),n='basic-forgot-password-page',o=b[M(0x130)]?M(0x14a)+b[M(0x130)]:M(0x14f),p=f[M(0x162)]({'pathParts':[o,b['dir'],kebabCase(j),kebabCase(j)]}),q=f[M(0x162)]({'pathParts':[o,b[M(0x129)],kebabCase(k),kebabCase(k)]}),r=f[M(0x162)]({'pathParts':[o,b['dir'],kebabCase(l),kebabCase(l)]}),s=f[M(0x162)]({'pathParts':[o,b[M(0x129)],kebabCase(m),kebabCase(m)]}),t=f['pathFromApp']({'pathParts':[o,b[M(0x129)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[M(0x12b)])};await f[M(0x157)]({'srcPath':M(0x148)+j+'.js','destPath':p+M(0x145),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':M(0x152)+k+M(0x145),'destPath':q+'.js','framework':M(0x14e),'context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x157)]({'srcPath':'kit/mui/auth/register/'+l+'.js','destPath':r+M(0x145),'framework':M(0x14e),'context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x157)]({'srcPath':M(0x154)+m+M(0x145),'destPath':s+M(0x145),'framework':M(0x14e),'context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x157)]({'srcPath':M(0x125)+n+M(0x145),'destPath':t+M(0x145),'framework':M(0x14e),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[M(0x129)]+'/'+j+'/'+j;await f[M(0x12e)](j,c,v);const w=''+o+b[M(0x129)]+'/'+k+'/'+k;await f['injectTemplateModule'](k,c,w);const x=''+o+b[M(0x129)]+'/'+l+'/'+l;await f[M(0x12e)](l,c,x);const y=''+o+b['dir']+'/'+m+'/'+m;await f[M(0x12e)](m,c,y);const z=''+o+b['dir']+'/'+n+'/'+n;await f[M(0x12e)](n,c,z),await a134e['processAndRunGenerator']('route',[M(0x127)],{'route':M(0x126),'cwd':h,'config':c}),await a134e[M(0x13d)](M(0x141),[M(0x150)],{'route':M(0x15d),'private':!![],'cwd':h,'config':c}),await a134e[M(0x13d)](M(0x141),[M(0x132)],{'route':M(0x153),'cwd':h,'config':c}),await a134e[M(0x13d)](M(0x141),[M(0x134)],{'route':M(0x133),'cwd':h,'config':c}),await a134e[M(0x13d)]('route',['basic-forgot-password-page'],{'route':'forgot-password','cwd':h,'config':c});i===M(0x160)&&await a134e[M(0x13d)](M(0x13f),[],{'force':g,'cwd':h,'config':c});i===M(0x13a)&&await a134e[M(0x13d)](M(0x144),[],{'force':g,'cwd':h,'config':c});const A=c[M(0x146)][M(0x159)]===M(0x160),B=c[M(0x146)]['js'],C=f[M(0x162)]({'pathParts':v[M(0x156)]('/')});await f[M(0x155)]({'filePath':C+'.'+B,'importName':M(0x12a),'modulePath':A?M(0x15f):M(0x122),'isNamedExport':!![]});const D=f['pathFromApp']({'pathParts':w[M(0x156)]('/')});await f[M(0x155)]({'filePath':D+'.'+B,'importName':M(0x12a),'modulePath':A?M(0x15f):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=f[M(0x162)]({'pathParts':x['split']('/')});await f[M(0x155)]({'filePath':E+'.'+B,'importName':'AuthContext','modulePath':A?'/imports/startup/lib/authentication-provider':M(0x122),'isNamedExport':!![]});const F=f[M(0x162)]({'pathParts':y[M(0x156)]('/')});await f[M(0x155)]({'filePath':F+'.'+B,'importName':M(0x12a),'modulePath':A?M(0x15f):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const G=f['pathFromApp']({'pathParts':z[M(0x156)]('/')});await f[M(0x155)]({'filePath':G+'.'+B,'importName':M(0x12a),'modulePath':A?'/imports/startup/lib/authentication-provider':M(0x122),'isNamedExport':!![]});}catch(H){Log['error'](H),process[M(0x15a)](0x1);}},async function(){const N=a134L;console[N(0x138)](N(0x14c));},a134f);export default a134f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a135G=a135d;(function(a,b){const E=a135d,c=a();while(!![]){try{const d=-parseInt(E(
|
|
1
|
+
function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0xf3;let f=c[d];return f;},a135d(a,b);}const a135G=a135d;(function(a,b){const E=a135d,c=a();while(!![]){try{const d=-parseInt(E(0x12f))/0x1+-parseInt(E(0x101))/0x2*(-parseInt(E(0x10b))/0x3)+-parseInt(E(0x11a))/0x4+-parseInt(E(0x12a))/0x5*(-parseInt(E(0xf9))/0x6)+-parseInt(E(0xfd))/0x7+-parseInt(E(0x11b))/0x8+parseInt(E(0xf4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0xf0143));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 F=a135d;return a135a[F(0x12b)]()[F(0x113)]('(((.+)+)+)+$')[F(0x12b)]()['constructor'](a135a)[F(0x113)]('(((.+)+)+)+$');});a135a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a135e from'path';function a135c(){const J=['\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','map','No\x20layouts\x20selected','template','layouts','tests','imports','getFiles','error','27110ywZyjT','toString','kit/mui/frame/app-bars/','-hook\x22>','jsx','1542107hMRzYX','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','injectImport','react','MATERIAL','</div>','30267684CCsAml','log','ssr','injectIntoFile','/imports/startup/lib/templates','726TrtWWW','getDirectories','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','REACT','334026LHCObI','basic-sticky-footer','appName','tsx','1130EqmcEA','force','Container','<Outlet/>','join','injectTemplateModule','<div\x20id=\x22','maka\x20g:k:m:f','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','kit/mui/frame/footers/','8838EzXuTN','/imports/ui/','session','maka\x20generate:kit:mui:frame','@mui/material/Box','checkbox','findAppDirectory','frame','search','test','baseDir','dir','pathFromApp','/imports/startup/client/templates','/imports/ui/components','7643916ZiCoeo','9595688lUMDiG','<Outlet\x20/>','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','\x20/>\x0a','create','.js'];a135c=function(){return J;};return a135c();}import a135f from'./mui.generator.js';import{kebabCase,pascalCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a135G(0x11f)]({'name':a135G(0x112),'aliases':['f'],'usage':a135G(0xfb),'shortDesc':a135G(0x109),'validOpts':[a135G(0x125),'baseDir','dir',a135G(0x102)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a135G(0x133)],'client':ClientEngines[a135G(0xfc)]},'examples':[a135G(0x10e),a135G(0x108)],'description':a135G(0x121)},async function(a,b){const H=a135G,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b[H(0x102)]||![],i='basic-app-bar',j='basic-drawer',k=H(0xfe),l=c['engines'][H(0xf6)]==='meteor';await f['checkMeteorPackage']([H(0x10d),'maka:react-tracker'],{'shouldInstall':!![]});const m=d[H(0x111)](),n=a135e['join'](m,H(0x127),'ui',H(0x125)),o=d[H(0xfa)](n),p=o[H(0x122)](z=>({'name':z,'value':z})),q=await Actions[H(0x110)]({'message':H(0x11d),'name':H(0x125),'choices':p});if(q['length']===0x0){Log[H(0x129)](H(0x123));return;}const r=b[H(0x115)]?H(0x10c)+b[H(0x115)]:H(0x119),s=g[H(0x117)]({'pathParts':[r,b[H(0x116)],kebabCase(i),kebabCase(i)]}),t=g[H(0x117)]({'pathParts':[r,b[H(0x116)],kebabCase(j),kebabCase(j)]}),u=g[H(0x117)]({'pathParts':[r,b[H(0x116)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[H(0xff)])};await g['template']({'srcPath':H(0x12c)+i+H(0x120),'destPath':s+H(0x120),'framework':'react','context':v,'config':c,'force':h,'ignore':![]}),await g[H(0x124)]({'srcPath':'kit/mui/frame/drawers/'+j+H(0x120),'destPath':t+H(0x120),'framework':H(0x132),'context':v,'config':c,'force':h,'ignore':![]}),await g['template']({'srcPath':H(0x10a)+k+H(0x120),'destPath':u+H(0x120),'framework':H(0x132),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[H(0x116)]+'/'+i+'/'+i;await g['injectTemplateModule'](i,c,w);const x=''+r+b[H(0x116)]+'/'+j+'/'+j;await g[H(0x106)](j,c,x);const y=''+r+b[H(0x116)]+'/'+k+'/'+k;await g[H(0x106)](k,c,y);for(const z of q){const A=d[H(0x128)](a135e[H(0x105)](n,z),{'extensions':[H(0x12e),H(0x100)],'omit':['app-tests',H(0x126),H(0x114)]});for(const B of A){const C=a135e['join'](n,z,B);await g[H(0x131)]({'filePath':C,'importName':'Box','modulePath':H(0x10f),'isNamedExport':![]}),await g['injectImport']({'filePath':C,'importName':H(0x103),'modulePath':'@mui/material/Container','isNamedExport':![]}),await g['injectImport']({'filePath':C,'importName':pascalCase(i),'modulePath':l?'/imports/startup/lib/templates':H(0x118),'isNamedExport':!![]}),await g[H(0xf7)]({'filePath':C,'content':'<'+pascalCase(i)+H(0x11e),'begin':[H(0x107)+z+'\x22>',H(0x107)+z+H(0x12d)],'end':[H(0x104),'<Outlet\x20/>']}),await g[H(0x131)]({'filePath':C,'importName':pascalCase(j),'modulePath':l?H(0xf8):'/imports/startup/client/templates','isNamedExport':!![]}),await g[H(0xf7)]({'filePath':C,'content':'<'+pascalCase(j)+H(0x11e),'begin':[H(0x107)+z+'\x22>','<div\x20id=\x22'+z+H(0x12d)],'end':[H(0x104),H(0x11c)]}),await g[H(0xf7)]({'filePath':C,'content':'<'+pascalCase(k)+H(0x11e),'begin':[H(0x104),H(0x11c)],'end':[H(0xf3)]}),await g[H(0x131)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?H(0xf8):H(0x118),'isNamedExport':!![]}),await g['injectAroundString']({'filePath':C,'aboveContent':'<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>','belowContent':H(0x130),'targetString':[H(0x104),H(0x11c)],'targetIndentAdjustment':0x6});}}}catch(D){Log[H(0x129)](D);}},async function(){const I=a135G;console[I(0xf5)]('Cleaning\x20up...');},a135f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a136j=a136d;
|
|
1
|
+
const a136j=a136d;(function(a,b){const g=a136d,c=a();while(!![]){try{const d=parseInt(g(0x15a))/0x1*(parseInt(g(0x14c))/0x2)+-parseInt(g(0x14b))/0x3*(parseInt(g(0x15d))/0x4)+-parseInt(g(0x147))/0x5+parseInt(g(0x14a))/0x6+parseInt(g(0x155))/0x7*(-parseInt(g(0x15c))/0x8)+-parseInt(g(0x159))/0x9*(-parseInt(g(0x15b))/0xa)+parseInt(g(0x15e))/0xb*(-parseInt(g(0x15f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x3d3c6));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a136d;if(c){const e=c[h(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const i=a136d;return a136a[i(0x148)]()[i(0x143)](i(0x142))[i(0x148)]()['constructor'](a136a)[i(0x143)](i(0x142));});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-0x13d;let f=c[d];return f;},a136d(a,b);}function a136c(){const l=['kitChoices','\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','info','49qKgaQR','fsi','create','auth','3511881klPNMQ','7ktnXMK','10GlQjeB','217432QXmEkU','4zYDpgO','170720ByWjwP','24uCJlWI','checkbox','No\x20MUI\x20kits\x20selected.\x20Exiting.','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','includes','kit:mui:frame','Header,\x20Footer,\x20and\x20Drawer','maka\x20g:kit:m','frame','exit','(((.+)+)+)+$','search','apply','kit:mui:auth','processAndRunGenerator','1762810pTXhiB','toString','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','2787216HqhIxa','869577CCbhOw','74226cIWGSU','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','mui','getMakaProjectConfig','Material-UI\x20Kit','length'];a136c=function(){return l;};return a136c();}import a136f from'../kit.js';const MuiGen=Generator[a136j(0x157)]({'name':a136j(0x14e),'aliases':['m'],'usage':a136j(0x149),'resourceNameRequired':![],'shortDesc':a136j(0x150),'validOpts':[''],'isPro':!![],'examples':[a136j(0x13f)]},async function(){const k=a136j;try{Log[k(0x154)](k(0x14d)),Log['notice'](k(0x153));const a=await Actions[k(0x160)]({'message':k(0x162),'name':k(0x152),'choices':[{'name':k(0x13e),'value':k(0x140)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0x158)}]}),b=this[k(0x156)]['findProjectDirectory'](),c=this['cfg'][k(0x14f)]();a[k(0x163)](k(0x140))&&await a136e[k(0x146)](k(0x13d),[],{'force':!![],'cwd':b,'config':c});a[k(0x163)](k(0x158))&&await a136e[k(0x146)](k(0x145),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x151)]===0x0){Log[k(0x154)](k(0x161));return;}}catch(d){Log['error'](d),process[k(0x141)](0x1);}},async function(){},a136f);export default MuiGen;
|