@maka/maka-cli 5.2.11 → 5.3.1
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/package.json +23 -35
- package/.claude/codebase-overview.md +0 -736
- package/.claude/mcp.json +0 -17
- package/.eslintrc.json +0 -29
- package/.github/workflows/npm-publish.yml +0 -35
- package/.mocharc.json +0 -3
- package/.vscode/mcp.json +0 -8
- package/CLAUDE.md +0 -239
- package/docs/MCP_SERVER.md +0 -396
- package/eslint.config.js +0 -19
- package/jest.config.js +0 -12
- package/test/integration/default.test.js +0 -84
- package/test/integration/fixtures/blaze/.maka/config.json +0 -30
- package/test/integration/fixtures/blaze/.tern-project +0 -17
- package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/blaze/app/.meteor/.id +0 -7
- package/test/integration/fixtures/blaze/app/.meteor/packages +0 -21
- package/test/integration/fixtures/blaze/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/blaze/app/.meteor/release +0 -1
- package/test/integration/fixtures/blaze/app/.meteor/versions +0 -78
- package/test/integration/fixtures/blaze/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/client/body.html +0 -2
- package/test/integration/fixtures/blaze/app/client/head.html +0 -8
- package/test/integration/fixtures/blaze/app/client/main.js +0 -1
- package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +0 -3
- package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +0 -25
- package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +0 -15
- package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +0 -1
- package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +0 -1
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +0 -3
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +0 -29
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +0 -5
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +0 -53
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +0 -5
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +0 -53
- package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +0 -25
- package/test/integration/fixtures/blaze/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/lib/main.js +0 -1
- package/test/integration/fixtures/blaze/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/blaze/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/app/server/main.js +0 -1
- package/test/integration/fixtures/blaze/bin/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/build/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/build/README +0 -4
- package/test/integration/fixtures/blaze/config/.gitkeep +0 -1
- package/test/integration/fixtures/blaze/config/development/env.sh +0 -9
- package/test/integration/fixtures/blaze/config/development/settings.json +0 -6
- package/test/integration/fixtures/blaze/config/production/env.sh +0 -9
- package/test/integration/fixtures/blaze/config/production/settings.json +0 -6
- package/test/integration/fixtures/blaze/config/staging/env.sh +0 -9
- package/test/integration/fixtures/blaze/config/staging/settings.json +0 -6
- package/test/integration/fixtures/react/.maka/config.json +0 -30
- package/test/integration/fixtures/react/.tern-project +0 -17
- package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/react/app/.meteor/.id +0 -7
- package/test/integration/fixtures/react/app/.meteor/packages +0 -21
- package/test/integration/fixtures/react/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/react/app/.meteor/release +0 -1
- package/test/integration/fixtures/react/app/.meteor/versions +0 -78
- package/test/integration/fixtures/react/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/client/body.html +0 -3
- package/test/integration/fixtures/react/app/client/head.html +0 -8
- package/test/integration/fixtures/react/app/client/main.jsx +0 -1
- package/test/integration/fixtures/react/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +0 -12
- package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +0 -1
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -28
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +0 -29
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +0 -29
- package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/react/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/react/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/react/app/server/main.jsx +0 -1
- package/test/integration/fixtures/react/bin/.gitkeep +0 -1
- package/test/integration/fixtures/react/build/.gitkeep +0 -1
- package/test/integration/fixtures/react/build/README +0 -4
- package/test/integration/fixtures/react/config/.gitkeep +0 -1
- package/test/integration/fixtures/react/config/development/env.sh +0 -9
- package/test/integration/fixtures/react/config/development/settings.json +0 -6
- package/test/integration/fixtures/react/config/production/env.sh +0 -9
- package/test/integration/fixtures/react/config/production/settings.json +0 -6
- package/test/integration/fixtures/react/config/staging/env.sh +0 -9
- package/test/integration/fixtures/react/config/staging/settings.json +0 -6
- package/test/integration/fixtures/react-apollo/.maka/config.json +0 -30
- package/test/integration/fixtures/react-apollo/.tern-project +0 -17
- package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/react-apollo/app/.meteor/.id +0 -7
- package/test/integration/fixtures/react-apollo/app/.meteor/packages +0 -21
- package/test/integration/fixtures/react-apollo/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/react-apollo/app/.meteor/release +0 -1
- package/test/integration/fixtures/react-apollo/app/.meteor/versions +0 -78
- package/test/integration/fixtures/react-apollo/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/client/body.html +0 -3
- package/test/integration/fixtures/react-apollo/app/client/head.html +0 -8
- package/test/integration/fixtures/react-apollo/app/client/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +0 -20
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +0 -25
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -28
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +0 -34
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +0 -34
- package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/app/server/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo/bin/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/build/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/build/README +0 -4
- package/test/integration/fixtures/react-apollo/config/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo/config/development/env.sh +0 -9
- package/test/integration/fixtures/react-apollo/config/development/settings.json +0 -6
- package/test/integration/fixtures/react-apollo/config/production/env.sh +0 -9
- package/test/integration/fixtures/react-apollo/config/production/settings.json +0 -6
- package/test/integration/fixtures/react-apollo/config/staging/env.sh +0 -9
- package/test/integration/fixtures/react-apollo/config/staging/settings.json +0 -6
- package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +0 -30
- package/test/integration/fixtures/react-apollo-ssr/.tern-project +0 -17
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +0 -7
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +0 -21
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +0 -78
- package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +0 -3
- package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +0 -8
- package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +0 -29
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +0 -21
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +0 -21
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +0 -65
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -27
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +0 -33
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +0 -33
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +0 -1
- package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/build/README +0 -4
- package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +0 -1
- package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +0 -9
- package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +0 -6
- package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +0 -9
- package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +0 -6
- package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +0 -9
- package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +0 -6
- package/test/integration/fixtures/react-material/.maka/config.json +0 -30
- package/test/integration/fixtures/react-material/.tern-project +0 -17
- package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/react-material/app/.meteor/.id +0 -7
- package/test/integration/fixtures/react-material/app/.meteor/packages +0 -21
- package/test/integration/fixtures/react-material/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/react-material/app/.meteor/release +0 -1
- package/test/integration/fixtures/react-material/app/.meteor/versions +0 -78
- package/test/integration/fixtures/react-material/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/client/body.html +0 -3
- package/test/integration/fixtures/react-material/app/client/head.html +0 -8
- package/test/integration/fixtures/react-material/app/client/main.jsx +0 -1
- package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +0 -19
- package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +0 -1
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -28
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +0 -29
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +0 -29
- package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/react-material/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/react-material/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-material/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/app/server/main.jsx +0 -1
- package/test/integration/fixtures/react-material/bin/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/build/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/build/README +0 -4
- package/test/integration/fixtures/react-material/config/.gitkeep +0 -1
- package/test/integration/fixtures/react-material/config/development/env.sh +0 -9
- package/test/integration/fixtures/react-material/config/development/settings.json +0 -6
- package/test/integration/fixtures/react-material/config/production/env.sh +0 -9
- package/test/integration/fixtures/react-material/config/production/settings.json +0 -6
- package/test/integration/fixtures/react-material/config/staging/env.sh +0 -9
- package/test/integration/fixtures/react-material/config/staging/settings.json +0 -6
- package/test/integration/fixtures/react-ssr/.maka/config.json +0 -30
- package/test/integration/fixtures/react-ssr/.tern-project +0 -17
- package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/react-ssr/app/.meteor/.id +0 -7
- package/test/integration/fixtures/react-ssr/app/.meteor/packages +0 -21
- package/test/integration/fixtures/react-ssr/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/react-ssr/app/.meteor/release +0 -1
- package/test/integration/fixtures/react-ssr/app/.meteor/versions +0 -78
- package/test/integration/fixtures/react-ssr/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/client/body.html +0 -3
- package/test/integration/fixtures/react-ssr/app/client/head.html +0 -8
- package/test/integration/fixtures/react-ssr/app/client/main.jsx +0 -1
- package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +0 -21
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +0 -21
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +0 -21
- package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +0 -36
- package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -27
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +0 -28
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +0 -28
- package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-ssr/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/app/server/main.jsx +0 -1
- package/test/integration/fixtures/react-ssr/bin/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/build/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/build/README +0 -4
- package/test/integration/fixtures/react-ssr/config/.gitkeep +0 -1
- package/test/integration/fixtures/react-ssr/config/development/env.sh +0 -9
- package/test/integration/fixtures/react-ssr/config/development/settings.json +0 -6
- package/test/integration/fixtures/react-ssr/config/production/env.sh +0 -9
- package/test/integration/fixtures/react-ssr/config/production/settings.json +0 -6
- package/test/integration/fixtures/react-ssr/config/staging/env.sh +0 -9
- package/test/integration/fixtures/react-ssr/config/staging/settings.json +0 -6
- package/test/integration/fixtures/reflux/.maka/config.json +0 -30
- package/test/integration/fixtures/reflux/.tern-project +0 -17
- package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/reflux/app/.meteor/.id +0 -7
- package/test/integration/fixtures/reflux/app/.meteor/packages +0 -21
- package/test/integration/fixtures/reflux/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/reflux/app/.meteor/release +0 -1
- package/test/integration/fixtures/reflux/app/.meteor/versions +0 -78
- package/test/integration/fixtures/reflux/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/client/body.html +0 -3
- package/test/integration/fixtures/reflux/app/client/head.html +0 -8
- package/test/integration/fixtures/reflux/app/client/main.jsx +0 -1
- package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +0 -12
- package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +0 -1
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -31
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +0 -33
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +0 -33
- package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/reflux/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/reflux/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/app/server/main.jsx +0 -1
- package/test/integration/fixtures/reflux/bin/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/build/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/build/README +0 -4
- package/test/integration/fixtures/reflux/config/.gitkeep +0 -1
- package/test/integration/fixtures/reflux/config/development/env.sh +0 -9
- package/test/integration/fixtures/reflux/config/development/settings.json +0 -6
- package/test/integration/fixtures/reflux/config/production/env.sh +0 -9
- package/test/integration/fixtures/reflux/config/production/settings.json +0 -6
- package/test/integration/fixtures/reflux/config/staging/env.sh +0 -9
- package/test/integration/fixtures/reflux/config/staging/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo/.maka/config.json +0 -30
- package/test/integration/fixtures/reflux-apollo/.tern-project +0 -17
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +0 -7
- package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +0 -21
- package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/reflux-apollo/app/.meteor/release +0 -1
- package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +0 -78
- package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/client/body.html +0 -3
- package/test/integration/fixtures/reflux-apollo/app/client/head.html +0 -8
- package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +0 -20
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +0 -25
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -31
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +0 -38
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +0 -38
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/build/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/build/README +0 -4
- package/test/integration/fixtures/reflux-apollo/config/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo/config/development/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo/config/development/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo/config/production/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo/config/production/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +0 -30
- package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +0 -17
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +0 -7
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +0 -21
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +0 -78
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +0 -3
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +0 -8
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +0 -29
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +0 -21
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +0 -21
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +0 -65
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -27
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +0 -33
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +0 -33
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/build/README +0 -4
- package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +0 -6
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +0 -9
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +0 -6
- package/test/integration/fixtures/reflux-material/.maka/config.json +0 -30
- package/test/integration/fixtures/reflux-material/.tern-project +0 -17
- package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/reflux-material/app/.meteor/.id +0 -7
- package/test/integration/fixtures/reflux-material/app/.meteor/packages +0 -21
- package/test/integration/fixtures/reflux-material/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/reflux-material/app/.meteor/release +0 -1
- package/test/integration/fixtures/reflux-material/app/.meteor/versions +0 -78
- package/test/integration/fixtures/reflux-material/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/client/body.html +0 -3
- package/test/integration/fixtures/reflux-material/app/client/head.html +0 -8
- package/test/integration/fixtures/reflux-material/app/client/main.jsx +0 -1
- package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +0 -19
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +0 -24
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +0 -21
- package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +0 -1
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +0 -5
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -31
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +0 -5
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +0 -33
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +0 -5
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +0 -33
- package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-material/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/app/server/main.jsx +0 -1
- package/test/integration/fixtures/reflux-material/bin/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/build/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/build/README +0 -4
- package/test/integration/fixtures/reflux-material/config/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-material/config/development/env.sh +0 -9
- package/test/integration/fixtures/reflux-material/config/development/settings.json +0 -6
- package/test/integration/fixtures/reflux-material/config/production/env.sh +0 -9
- package/test/integration/fixtures/reflux-material/config/production/settings.json +0 -6
- package/test/integration/fixtures/reflux-material/config/staging/env.sh +0 -9
- package/test/integration/fixtures/reflux-material/config/staging/settings.json +0 -6
- package/test/integration/fixtures/reflux-ssr/.maka/config.json +0 -30
- package/test/integration/fixtures/reflux-ssr/.tern-project +0 -17
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +0 -17
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +0 -7
- package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +0 -21
- package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +0 -2
- package/test/integration/fixtures/reflux-ssr/app/.meteor/release +0 -1
- package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +0 -78
- package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/client/body.html +0 -3
- package/test/integration/fixtures/reflux-ssr/app/client/head.html +0 -8
- package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +0 -1
- package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +0 -21
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +0 -1
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +0 -21
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +0 -21
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +0 -36
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +0 -30
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +0 -32
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +0 -32
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +0 -1
- package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +0 -1
- package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +0 -1
- package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/build/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/build/README +0 -4
- package/test/integration/fixtures/reflux-ssr/config/.gitkeep +0 -1
- package/test/integration/fixtures/reflux-ssr/config/development/env.sh +0 -9
- package/test/integration/fixtures/reflux-ssr/config/development/settings.json +0 -6
- package/test/integration/fixtures/reflux-ssr/config/production/env.sh +0 -9
- package/test/integration/fixtures/reflux-ssr/config/production/settings.json +0 -6
- package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +0 -9
- package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +0 -6
- package/test/integration/integration_helpers.js +0 -60
- package/tsconfig.json +0 -28
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
7
7
|
"homepage": "https://github.com/maka-io/maka-cli",
|
|
8
|
+
"files": [
|
|
9
|
+
"bundle/typescript"
|
|
10
|
+
],
|
|
8
11
|
"main": "./bundle/typescript/src/maka.js",
|
|
9
12
|
"bin": {
|
|
10
13
|
"maka": "./bundle/typescript/src/exec.js"
|
|
@@ -33,87 +36,72 @@
|
|
|
33
36
|
"author": "Maka <maka@maka-cli.com>",
|
|
34
37
|
"license": "MIT",
|
|
35
38
|
"dependencies": {
|
|
36
|
-
"@aws-sdk/client-ec2": "^3.
|
|
37
|
-
"@aws-sdk/client-ecr": "^3.
|
|
38
|
-
"@aws-sdk/client-route-53": "^3.
|
|
39
|
-
"@aws-sdk/client-route-53-domains": "^3.
|
|
39
|
+
"@aws-sdk/client-ec2": "^3.1111.0",
|
|
40
|
+
"@aws-sdk/client-ecr": "^3.1111.0",
|
|
41
|
+
"@aws-sdk/client-route-53": "^3.1111.0",
|
|
42
|
+
"@aws-sdk/client-route-53-domains": "^3.1111.0",
|
|
40
43
|
"@babel/eslint-parser": "^7.25.9",
|
|
41
|
-
"@inquirer/prompts": "^
|
|
44
|
+
"@inquirer/prompts": "^8.5.2",
|
|
42
45
|
"@maka/tar": "^6.2.2",
|
|
43
|
-
"@modelcontextprotocol/sdk": "^1.20.0",
|
|
44
46
|
"blessed": "^0.1.81",
|
|
45
47
|
"change-case": "^5.4.4",
|
|
46
48
|
"cli-color": "^2.0.4",
|
|
47
49
|
"cli-cursor": "^5.0.0",
|
|
48
50
|
"cli-table": "^0.3.11",
|
|
49
|
-
"cors": "^2.8.5",
|
|
50
51
|
"date-fns": "^4.1.0",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"ejs": "^3.1.10",
|
|
52
|
+
"dotenv": "^17.4.2",
|
|
53
|
+
"ejs": "^6.0.1",
|
|
54
54
|
"elegant-spinner": "^3.0.0",
|
|
55
55
|
"eslint": "^9.13.0",
|
|
56
|
-
"express": "^5.1.0",
|
|
57
56
|
"http-proxy": "^1.18.1",
|
|
58
57
|
"humps": "^2.0.1",
|
|
59
58
|
"husky": "^9.1.6",
|
|
60
|
-
"jest": "^
|
|
59
|
+
"jest": "^30.4.2",
|
|
61
60
|
"latest-version": "^9.0.0",
|
|
62
61
|
"minimist": "^1.2.8",
|
|
63
62
|
"node-forge": "^1.3.1",
|
|
64
|
-
"open": "^10.1.0",
|
|
65
63
|
"rimraf": "^6.0.1",
|
|
66
64
|
"semver": "^7.6.3",
|
|
67
65
|
"single-line-log2": "^1.1.3",
|
|
68
66
|
"slash": "^5.1.0",
|
|
69
67
|
"spawn-args": "0.2.0",
|
|
70
68
|
"tar": "^7.4.3",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"xtend": "^4.0.2",
|
|
74
|
-
"zod": "^3.24.1"
|
|
69
|
+
"uuid": "^14.0.1",
|
|
70
|
+
"xtend": "^4.0.2"
|
|
75
71
|
},
|
|
76
72
|
"devDependencies": {
|
|
77
|
-
"@aws-sdk/types": "^3.
|
|
73
|
+
"@aws-sdk/types": "^3.974.4",
|
|
78
74
|
"@eslint/js": "^9.13.0",
|
|
79
75
|
"@types/blessed": "^0.1.25",
|
|
80
|
-
"@types/chai": "^5.0.1",
|
|
81
76
|
"@types/cli-color": "^2.0.6",
|
|
82
77
|
"@types/cli-table": "^0.3.4",
|
|
83
|
-
"@types/cors": "^2.8.17",
|
|
84
78
|
"@types/ejs": "^3.1.5",
|
|
85
|
-
"@types/express": "^5.0.0",
|
|
86
79
|
"@types/fibers": "^3.1.4",
|
|
87
80
|
"@types/http-proxy": "^1.17.15",
|
|
88
81
|
"@types/humps": "^2.0.6",
|
|
89
82
|
"@types/inquirer": "^9.0.7",
|
|
90
|
-
"@types/jest": "^
|
|
83
|
+
"@types/jest": "^30.0.0",
|
|
91
84
|
"@types/jsonwebtoken": "^9.0.7",
|
|
92
85
|
"@types/meteor": "^2.9.8",
|
|
93
86
|
"@types/minimist": "^1.2.5",
|
|
94
87
|
"@types/node": "^22.8.5",
|
|
95
|
-
"@types/react": "^18.3.12",
|
|
96
|
-
"@types/react-dom": "^18.3.1",
|
|
97
88
|
"@types/uuid": "^10.0.0",
|
|
98
|
-
"aws-sdk": "^2.1691.0",
|
|
99
|
-
"chai": "^5.1.2",
|
|
100
89
|
"chdir": "^0.0.0",
|
|
101
90
|
"concat-stream": "^2.0.0",
|
|
102
|
-
"concurrently": "^
|
|
103
|
-
"esbuild": "^0.
|
|
104
|
-
"globals": "^
|
|
91
|
+
"concurrently": "^10.0.5",
|
|
92
|
+
"esbuild": "^0.28.2",
|
|
93
|
+
"globals": "^17.11.0",
|
|
105
94
|
"mkdirp": "^3.0.1",
|
|
106
95
|
"ts-jest": "^29.2.5",
|
|
107
|
-
"typescript": "^
|
|
108
|
-
"typescript-eslint": "^8.
|
|
109
|
-
"wait-on": "^
|
|
96
|
+
"typescript": "^6.0.3",
|
|
97
|
+
"typescript-eslint": "^8.67.0",
|
|
98
|
+
"wait-on": "^9.1.0"
|
|
110
99
|
},
|
|
111
100
|
"engines": {
|
|
112
101
|
"node": ">=22.17.0",
|
|
113
102
|
"npm": ">=10.9.2"
|
|
114
103
|
},
|
|
115
104
|
"overrides": {
|
|
116
|
-
"glob": "^
|
|
117
|
-
"inflight": "npm:@maka/inflight-shim@1.0.0"
|
|
105
|
+
"glob": "^13.0.0"
|
|
118
106
|
}
|
|
119
107
|
}
|