{"_id":"@bunlyfans/version","name":"@bunlyfans/version","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@bunlyfans/version","description":"Simple version manager, powered by Bun","type":"module","version":"0.1.0","keywords":["bun","bunlyfans"],"bugs":{"url":"https://github.com/bunlyfans/bunlyfans/issues"},"license":"ISC","author":{"name":"bunlyfans"},"repository":{"type":"git","url":"git+https://github.com/bunlyfans/bunlyfans.git","directory":"packages/version"},"homepage":"https://github.com/bunlyfans/bunlyfans/blob/main/packages/version/README.md","scripts":{"test:watch":"bun test --watch --coverage"},"bin":{"version":"index.ts"},"exports":{".":"./index.ts"},"devDependencies":{"bun-types":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"engines":{"bum":"^1.0.0"},"gitHead":"5a5e039da176d3055648dcd648079d8c81a7cd96","_id":"@bunlyfans/version@0.1.0","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-GqORE68Ug/SC41dwIN3Ke+MUbIeqOeBvk9xBzRHfBoMKMpHSedfA+nVUg0areAPe6sLUHvuHkc84wpOL5GrpLg==","shasum":"517acb9ad41adf662c454f0f74d57690ef933b98","tarball":"https://registry.npmjs.org/@bunlyfans/version/-/version-0.1.0.tgz","fileCount":10,"unpackedSize":9789,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQsiuaQ0JTVfUPr+Cbv77kYmxZOKDNRWpaWI5blS9xrwIhAJb2mjKKsgjmGU1wYsR7SruD+YO9b+KYIFYUdYztbkjb"}]},"_npmUser":{"name":"apastuhov","email":"aleksey.pastuhov@gmail.com"},"directories":{},"maintainers":[{"name":"apastuhov","email":"aleksey.pastuhov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/version_0.1.0_1694438065046_0.7244111199848846"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-11T13:14:24.937Z","0.1.0":"2023-09-11T13:14:25.286Z","modified":"2023-09-11T13:14:25.573Z"},"maintainers":[{"name":"apastuhov","email":"aleksey.pastuhov@gmail.com"}],"description":"Simple version manager, powered by Bun","homepage":"https://github.com/bunlyfans/bunlyfans/blob/main/packages/version/README.md","keywords":["bun","bunlyfans"],"repository":{"type":"git","url":"git+https://github.com/bunlyfans/bunlyfans.git","directory":"packages/version"},"author":{"name":"bunlyfans"},"bugs":{"url":"https://github.com/bunlyfans/bunlyfans/issues"},"license":"ISC","readme":"# @bunlyfans/version\n\n![Bun Version](https://img.shields.io/badge/bun-v1.0.0-blue)\n![Version](https://img.shields.io/npm/v/@bunlyfans/version.svg)\n![Build Status](https://img.shields.io/badge/build-passed-success)\n![Test Coverage](https://img.shields.io/badge/coverage-75-orange)\n\nVersion management CLI for monorepo.\n\n## Usage\n\n```bash\nbun x @bunlyfans/version major\n```\n\nDo not forget to add a shorthand to your package.json:\n\n```json\n\"scripts\": {\n  \"up\": \"bun x @bunlyfans/version\"\n}\n```\n\nThen you can use it like this:\n\n```bash\nbun up major\nbun up minor\nbun up patch\n```\n\nFor monorepo (automatically detected if root package.json has workspaces):\n\n```bash\nbun up major --simultaneous # to update all packages\nbun up minor --independent # to update each package version separately\nbun up patch my-package # to update single package\n```\n","readmeFilename":"README.md"}