{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":642977889,"defaultBranch":"main","name":"nyxbi","ownerLogin":"nyxblabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-19T19:38:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/132846462?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1684529067.3551402","currentOid":""},"activityList":{"items":[{"before":"53d3e202f824d7de5977b2505c69a09f1ef4e2f2","after":"9ef6ec494385b74763c3eb066537514032be11a1","ref":"refs/heads/main","pushedAt":"2023-05-19T21:55:16.902Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”– chore(package.json): bump version to 0.0.7\nThis commit only updates the version number in the package.json file to 0.0.7. No new features or bug fixes were added.","shortMessageHtmlLink":"πŸ”– chore(package.json): bump version to 0.0.7"}},{"before":"a01725a08a92c28e3201823eba21318c6d5520cf","after":"53d3e202f824d7de5977b2505c69a09f1ef4e2f2","ref":"refs/heads/main","pushedAt":"2023-05-19T21:54:10.662Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”₯ chore(package.json): remove prepack script and change start script to run testAddCommand.ts\n✨ feat(cli-wrapper.ts): change comment to reflect that the wrapper is only enabled for nyxb dev command\nπŸ› fix(add.ts): add try-catch block to invoke function to handle errors\n✨ feat(init.ts): change default template to 'nextjs' and change log message to reflect that a Nyxb project was created\nπŸ”₯ chore(run.ts): remove unused clear argument from args object\nπŸ”₯ chore(fs.ts): remove unused functions\nThe changes made to package.json remove the prepack script and change the start script to run testAddCommand.ts. The comment in cli-wrapper.ts is changed to reflect that the wrapper is only enabled for nyxb dev command. In add.ts, a try-catch block is added to the invoke function to handle errors. The default template in init.ts is changed to 'nextjs' and\n\nπŸ”₯ chore(packageManagers.ts): remove unused packageManagers.ts file\nThe packageManagers.ts file is no longer used in the project and has been removed to improve code cleanliness and reduce clutter.","shortMessageHtmlLink":"πŸ”₯ chore(package.json): remove prepack script and change start script …"}},{"before":"5f2a9e2aff567e4913b71a32502c256f4b6f0a70","after":"a01725a08a92c28e3201823eba21318c6d5520cf","ref":"refs/heads/main","pushedAt":"2023-05-19T20:45:26.289Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸš€ feat(karium.config.ts): add 'src/cli-wrapper' to entries array\nThe 'src/cli-wrapper' file was added to the entries array in the karium.config.ts file. This change was made to include the cli-wrapper file in the build process.","shortMessageHtmlLink":"πŸš€ feat(karium.config.ts): add 'src/cli-wrapper' to entries array"}},{"before":"c16d0141e7d09159011e13300cfdb5196c099fc5","after":"5f2a9e2aff567e4913b71a32502c256f4b6f0a70","ref":"refs/heads/main","pushedAt":"2023-05-19T20:44:31.250Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.6","shortMessageHtmlLink":"chore(release): v0.0.6"}},{"before":"da1f0b583cfdc387dfb3add89260fe1217f29780","after":"c16d0141e7d09159011e13300cfdb5196c099fc5","ref":"refs/heads/main","pushedAt":"2023-05-19T20:44:06.773Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸš€ feat(cli-wrapper.ts): add wrapper for CLI entrypoint to enable restartable process\nThe `cli-wrapper.ts` file is added to wrap the CLI entrypoint in a restartable process. This is done to enable the application to be restarted without having to manually stop and start the process. The wrapper is only enabled for the `nuxt dev` command. The wrapper starts a subprocess and listens for messages from the child process. If the child process sends a `nuxt:restart` message, the subprocess is killed and a new subprocess is started.","shortMessageHtmlLink":"πŸš€ feat(cli-wrapper.ts): add wrapper for CLI entrypoint to enable rest…"}},{"before":"5d23241a621e417d4d159b338b64f869e833a658","after":"da1f0b583cfdc387dfb3add89260fe1217f29780","ref":"refs/heads/main","pushedAt":"2023-05-19T20:39:30.404Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.5","shortMessageHtmlLink":"chore(release): v0.0.5"}},{"before":"7bb244e06d0b79448864faac5e6c82d07458306a","after":"5d23241a621e417d4d159b338b64f869e833a658","ref":"refs/heads/main","pushedAt":"2023-05-19T20:38:55.788Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”₯ chore(karium.config.ts): remove unnecessary externals from build configuration\nThe externals array contained several unnecessary entries that were not being used in the build process. These entries were removed to simplify the build configuration and reduce the size of the final build.","shortMessageHtmlLink":"πŸ”₯ chore(karium.config.ts): remove unnecessary externals from build co…"}},{"before":"b1a736c13c67a0b5179ea0d8ab6ca38d773a6679","after":"7bb244e06d0b79448864faac5e6c82d07458306a","ref":"refs/heads/main","pushedAt":"2023-05-19T20:25:47.006Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”₯ chore(cli.ts): remove showBanner function call from _main function\nπŸ› fix(add.ts): update console message to reflect correct functionality for the 'page' template\nπŸ”₯ chore(banner.ts): remove unused showBanner function\nπŸ› fix(help.ts): update command name in help message from 'nuxi' to 'nyxbi'\nThe showBanner function was removed as it was unused. The showBanner function call was removed from the _main function as it was not necessary. The console message in the add.ts file was updated to reflect the correct functionality for the 'page' template. The command name in the help message in the help.ts file was updated from 'nuxi' to 'nyxbi'.","shortMessageHtmlLink":"πŸ”₯ chore(cli.ts): remove showBanner function call from _main function"}},{"before":"720112898d676e7e4b3eda20a5a0f0199b0450d3","after":"b1a736c13c67a0b5179ea0d8ab6ca38d773a6679","ref":"refs/heads/main","pushedAt":"2023-05-19T20:17:56.824Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.4","shortMessageHtmlLink":"chore(release): v0.0.4"}},{"before":"97c6830444235e2c95e7856ad39571efd67d576d","after":"720112898d676e7e4b3eda20a5a0f0199b0450d3","ref":"refs/heads/main","pushedAt":"2023-05-19T19:45:48.445Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.3","shortMessageHtmlLink":"chore(release): v0.0.3"}},{"before":"02628671ebce67d2da31c0e8a4e53bdbe5843464","after":"97c6830444235e2c95e7856ad39571efd67d576d","ref":"refs/heads/main","pushedAt":"2023-05-19T19:45:25.130Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ› fix(add.ts): correct typo in usage command from nuxi to nyxbi\nThe usage command for the add command was incorrectly spelled as \"nuxi\" instead of \"nyxbi\". This commit fixes the typo to ensure that the correct command is used.","shortMessageHtmlLink":"πŸ› fix(add.ts): correct typo in usage command from nuxi to nyxbi"}},{"before":"335ce00331d251bfbf5e2ef960f33516e19bdfab","after":"02628671ebce67d2da31c0e8a4e53bdbe5843464","ref":"refs/heads/main","pushedAt":"2023-05-19T19:41:44.888Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"🚚 chore(package.json): rename cli binary from nuxi to nyxbi\nThe cli binary name was changed from nuxi to nyxbi to avoid conflicts with other packages and to improve the uniqueness of the package name.","shortMessageHtmlLink":"🚚 chore(package.json): rename cli binary from nuxi to nyxbi"}},{"before":"cf011e7891b9ad6e7204b17491896b4f87fff529","after":"335ce00331d251bfbf5e2ef960f33516e19bdfab","ref":"refs/heads/main","pushedAt":"2023-05-19T19:40:44.981Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ› fix(run.ts): rename NuxtCommand to NyxbCommand to reflect project name change\nThe NuxtCommand interface was renamed to NyxbCommand to reflect the project's name change. This commit updates the import statement and the type casting accordingly.","shortMessageHtmlLink":"πŸ› fix(run.ts): rename NuxtCommand to NyxbCommand to reflect project n…"}},{"before":"f2709b71349f7bc4e9973c0fbe95e39eb19cc089","after":"cf011e7891b9ad6e7204b17491896b4f87fff529","ref":"refs/heads/main","pushedAt":"2023-05-19T19:39:07.239Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.2","shortMessageHtmlLink":"chore(release): v0.0.2"}},{"before":null,"after":"f2709b71349f7bc4e9973c0fbe95e39eb19cc089","ref":"refs/heads/main","pushedAt":"2023-05-19T19:38:43.462Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”°This is where it all begins...","shortMessageHtmlLink":"πŸ”°This is where it all begins..."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADMHi8RQA","startCursor":null,"endCursor":null}},"title":"Activity Β· nyxblabs/nyxbi"}