{"versions":{"6.0.6":{"name":"bumpp","version":"6.0.6","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/JS-DevTools/version-bump-prompt.git"},"main":"lib/index.js","types":"lib/index.d.ts","bin":{"bumpp":"bin/bump.js"},"scripts":{"clean":"shx rm -rf .nyc_output coverage lib","lint":"eslint src test","build":"tsc","watch":"tsc --watch","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bump":"node bin/bump.js --tag --push --all","release":"npm run upgrade && npm run clean && npm run build && npm test && npm run bump"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.0.4","@types/chai":"^4.2.11","@types/command-line-args":"^5.0.0","@types/globby":"^9.1.0","@types/inquirer":"^6.5.0","@types/mocha":"^8.0.0","@types/node":"^14.0.22","@types/semver":"^7.3.1","chai":"^4.2.0","del":"^5.1.0","eslint":"^7.5.0","mocha":"^8.0.1","npm-check":"^5.9.0","nyc":"^15.1.0","shx":"^0.3.2","strip-ansi":"^6.0.0","typescript":"^3.9.7"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","command-line-args":"^5.1.1","detect-indent":"^6.0.0","detect-newline":"^3.1.0","globby":"^11.0.1","inquirer":"^7.3.1","log-symbols":"^4.0.0","semver":"^7.3.2"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"887671f4181df0da158a2e3e60ec06b9ae0441f0","bugs":{"url":"https://github.com/JS-DevTools/version-bump-prompt/issues"},"_id":"bumpp@6.0.6","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-mQsnIGsLcH9weV8fluJAAu+Q1ITp1XfPhNBUlXb3MZRhCVLx/i1A+ebOMqLos2kYdqPfBGOyROOj+YAEwZMcFA==","shasum":"dadfa8ae59adb560aca19ea93da7172a6a5f6330","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-6.0.6.tgz","fileCount":62,"unpackedSize":85701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFTANCRA9TVsSAnZWagAAixUP/2TY6z5zs1DIk4YIrvse\nymSrqybuxukyZ3IlmDVVPwevfzIe+deKNzHnVanq6rcYuHsgm/M3YBJxlNeK\nOn5m6apYp8mNuV3nmMfXsRmDrCfXvnAGY6KbvfS+Tq1OtRBMsipNekLQbfpP\ngHEppW2y03i3eSwHY5IZumxRHawFx9ooYZt+vZF6orOt0lwts0gZvZiiIWu2\nQ0mZwWBMV5q4R6qALpJHx4YVIKwiLcb/cxw88KdA+6t57bOmX2OBwC8/TjH+\njJQuAVFdWpdazn9ngI1gFAuxrMdYloi3pf44n+V6HTRkBLgwHErE6bV9t4J/\nOfo4ejorSkWnExIFsMbQpXHDYJeiQOWWdOeafhOKqdfhEJPk+THkWxYIkWj7\n8mQjk0tfUn8FRinThb+G8um9qDU87t69h9qgc8UbwBEAUYLjZpW0vVZT5fLb\nRQ7DHM1EVYMih9Mf07P+pcE8OLOhEsj8vkvY1akbitX0i2vn+dIhvpgxWa0B\nkhS7jAqUUW81+VsVNX2iyKy0xGaN2AxzrRF5fbf0ys7domUbrrofLTshhW54\n6ttqkb+bhE/cBOai5afyqnzXzHxQNMlu2SIA81/ML68gpo/7kiKQGfYne2eP\nsYJXgEGPrPsBvlWf1gdJhOfnbL3LfzyLQt/wK3jk+PBNbh8dD2H/0OQbW/2m\nXePv\r\n=ko6z\r\n-----END PGP SIGNATURE-----\r\n","size":23393},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_6.0.6_1595224077520_0.14089367748181325"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T09:54:08.613Z","contributors":[]},"6.1.0":{"name":"bumpp","version":"6.1.0","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bump":"bin/bumpp.js"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint src test","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts","watch":"npm run build -- --watch src","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bump":"esno src/cli/index.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bump && npm publish"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.1.4","@types/chai":"^4.2.12","@types/command-line-args":"^5.0.0","@types/globby":"^9.1.0","@types/inquirer":"^7.3.1","@types/mocha":"^8.0.3","@types/node":"^14.6.2","@types/semver":"^7.3.3","chai":"^4.2.0","del":"^5.1.0","eslint":"^7.7.0","esno":"^0.9.1","mocha":"^8.1.3","npm-check":"^5.9.0","nyc":"^15.1.0","rimraf":"^3.0.2","shx":"^0.3.2","strip-ansi":"^6.0.0","tsup":"^4.14.0","typescript":"^4.0.2"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","command-line-args":"^5.1.1","detect-indent":"^6.0.0","detect-newline":"^3.1.0","globby":"^11.0.1","inquirer":"^7.3.3","log-symbols":"^4.0.0","semver":"^7.3.2"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"ebbf66c15359af20d25eec42e3cefdf4753851f8","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@6.1.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"integrity":"sha512-jPP/P9hopPPx59+gWtXFrhDCbthDaObll3Ip3Lqfa1P6c+6wz9BtW9+bLBK838iHewDYD9+mONhBQ2U86f3Gug==","shasum":"7304921a105f07517b5d24deba5bcf8b5093f419","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-6.1.0.tgz","fileCount":11,"unpackedSize":67550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNuyiCRA9TVsSAnZWagAAYIsP/2bw6kq1wWNeJ8L3hhyt\nVuFMTKzVILfdBb/WJZ2OXIu3WEpBtJlEXmgWxh7qbabkumnRKEvGhqpcfRDP\n0GAmJNXxI0XYicLgRRwUGTl0h4VeTDF/02yEOuxwD7woNOyDJe5t5q1poVdm\nkMUUciThb1QAFaSt7mEnTtIGPVYhEK1yDV91QCwLf6qzXE86NJLj8JYOkYEk\nayTSoJ9Qgr0cBjDY/eC89ze5Ko+DirLLYl/j6VgqKQlo5ulPoStLvccq49Qr\ndfoAjPT5iU3wr1hf4nUh1JslvzWNxBpQKfzEWAlmNT0LtTj/IFSN1txgUett\nT7dERq6N3VwsZq3jzrI5QSj4xZ1Yosr0hO+Nkl1BbrzgLDeARWhCr/n78HZU\nOzZZ3BMShTGO8ylKw5QwOs7RDHhvQnmiFZEp2htmLt4Fk4PriuEtj2stI2WE\nLJH4kZpmNX8w0+xV97WcA7vh1v6MrVnIT2QFvs6ilhBsoEbbpMiQroySjilW\n23Gw+9XGWv3IDcG/NPtSFQhWtC9LrDt5kcDRjA8j5pRkft3P7yqZgxpX1lvO\n++et9S//afcFxSC9Pt0fDQwCjMQfeFyTK7mG/Ry9mCuUsIwxOHPPlsRLOo1I\nlMvsvVSgTQsFRdHwNUKzScsSKOss8YyBQGsOetgOmrOdeZjZd6DG9CVrmxuf\nNzzd\r\n=z9cg\r\n-----END PGP SIGNATURE-----\r\n","size":17521},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_6.1.0_1630989474133_0.1466097611622983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T09:54:09.517Z","contributors":[]},"7.0.0":{"name":"bumpp","version":"7.0.0","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bump":"bin/bumpp.js"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint src test","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts","watch":"npm run build -- --watch src","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bump":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bump && npm publish"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.1.4","@types/chai":"^4.2.12","@types/command-line-args":"^5.0.0","@types/globby":"^9.1.0","@types/inquirer":"^7.3.1","@types/mocha":"^8.0.3","@types/node":"^14.6.2","@types/semver":"^7.3.3","chai":"^4.2.0","del":"^5.1.0","eslint":"^7.7.0","esno":"^0.9.1","mocha":"^8.1.3","npm-check":"^5.9.0","nyc":"^15.1.0","rimraf":"^3.0.2","shx":"^0.3.2","strip-ansi":"^6.0.0","tsup":"^4.14.0","typescript":"^4.0.2"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","command-line-args":"^5.1.1","detect-indent":"^6.0.0","detect-newline":"^3.1.0","globby":"^11.0.1","inquirer":"^7.3.3","log-symbols":"^4.0.0","semver":"^7.3.2"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"b4ed471875e0f88b7c9ccf1bcfeaeb3941a8f0c9","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@7.0.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"integrity":"sha512-J0rgomtLy7IB6PnULNJ3pViRhA4HyTXr8ajHhL8m8AqNgWEqw8wsRyikfTwAmt7kkWl5hgfPoa1qsUtkS6mwtQ==","shasum":"117446b26c3e42788864ee68e1ef7fd0a0ac1054","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-7.0.0.tgz","fileCount":11,"unpackedSize":67544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNu0bCRA9TVsSAnZWagAAkOEP/0gYVEsiVQKeFbvbEhcK\n0aSJJ3hvWkVlhNN5PcpvkZeqDFbtCGf9k5kUaQOT8xSUE359UHAu87ChcMbf\nZNoEITlf9pbkUdzJw7Az8t/NrQgdd0JNOXN28trLRmANp1LIXvtiM5dOdslu\njSe2NTt9hp0UhwweIGZ+N+1qJG443CTo/rB4nwGupLHeSn1+YHu2lECIjPFp\npkPOZ2uke5eoW9+ehIUk7NV5XeDqM45sORSQ58lNbU0yUlxHW8YfbYutMdcR\nr6OfjEifgr1+Iuxwa0UyPGAZTD1m9Imi9WpNFQK1WTHHOUDLe+ZYu/aLb1wh\nGTwz0OXeTGbli4VZae2K8BP5HrpMBSZFa30MpAVa/Zz7gIlEFgwUx5O/OOCJ\nwkHDnV77BTDTBsUYXg9Q8stx+JLG0KZzkjDcUJhGJbzvxlzW54O+H5eDEFOw\nXTTjPP9QytCBDZaXetVCEQKxFlibkMlnxejorfm+Xd5EUYGuLr5ausMLKG84\nI9tO5k8Xj9Dz0HZEr4hiPyZFZNbELlGJ6+mBaaPpGtaBAqgFq9v8fEIv6Mp3\nqXBUQqDlbI9mr5tLxvltNqbvkG/e9MJztJ9mW7pbnRGtO42+dciLAO0GBs6k\n4g9vT0xQFSReWN+OvDEqIV0ROeyAMONHoSEJqfFRME/OUp3nNruyIohLLrwT\n6/Oy\r\n=ItVj\r\n-----END PGP SIGNATURE-----\r\n","size":17522},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.0.0_1630989595417_0.22723659830651144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T09:54:10.439Z","contributors":[]},"7.1.0":{"name":"bumpp","version":"7.1.0","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bump":"bin/bumpp.js"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint src test","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bump":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bump && npm publish"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.1.4","@types/chai":"^4.2.21","@types/command-line-args":"^5.2.0","@types/globby":"^9.1.0","@types/inquirer":"^7.3.3","@types/mocha":"^8.2.3","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","chai":"^4.3.4","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^7.32.0","esno":"^0.9.1","log-symbols":"^4.1.0","mocha":"^8.4.0","npm-check":"^5.9.2","nyc":"^15.1.0","rimraf":"^3.0.2","strip-ansi":"^6.0.0","tsup":"^4.14.0","typescript":"^4.4.2"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","chalk":"^4.1.2","command-line-args":"^5.2.0","globby":"^11.0.4","prompts":"^2.4.1","semver":"^7.3.5"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"07fd06e37147fc4b2af274b770e7446c2b241a40","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@7.1.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"integrity":"sha512-BVNgv3uZL/uzB9mMwzWTpK6cVKuh9p2kn8Wjs8alSSgYEeGt/TvxNgiTSZe4lZYOV1kmr0DqUft0pW4AlJRSrA==","shasum":"f49f3909431cf704a771d305b4f64acdbf30e6c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-7.1.0.tgz","fileCount":11,"unpackedSize":75055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNvqnCRA9TVsSAnZWagAAHX4QAILfFbYIvM4PnJMroIih\nLYrGPKY3bJGdorbHRtKL+AQDy2ERTM4Xfl3YLUWxOZnNGoerMB+pCqAcIjI3\nBLmLY3Sv7xaamVE3rNlYi1fWev/7xlK4LIS78iAgsrzAGK3/uACYrvHuECmX\nVnisAKINTZiWQzyT2HpaP+RE3jHtCzErAxZ2t7Iog5fRpI8S8k6nq2RABzu0\nZUUritlblmaA4REMnNoAJh6cqQyJUo9lChrNtbf8rozeoDkt9ihcJHqvIs/S\nBkLGyDlWx1muHUg/YXLCAmlOf6R7EKohKJwdb/gP8jc2gPZkhqwljWd+NOGw\nNXtqBCRpPkJfCu94IOFKr4XFuY28l+i8BMZJPEhMccGLUNh2jmxYhzievVlD\nDrpJDGXbgohPxO5UnpKb4+cdZUcV+mbGxIHX+4v5gbZijoTgPP1A6w1VdMbF\nxCIpO6QQnsbC/GXgTUwV8vjN68L0650QzSKmReLN5cBhnkXCUY/fAhXDNWza\nlhExGBj9iqtaQ+0A9ZHD02Pfbvyma/hbbxPhJGuIqOjEy9rjrsd1i5BtjuYB\noGR+FILRf2vyM1CwMMQR2xP/a3A+KUBiBXbrpI2pp4B8zdThCJMK7wF1WqfE\ni2Wi9JTcbKpicFesPjzeXhaox1ZU0j+GnT+MqxQwlv3QjlH1HZ9onSIU9v9u\niPjC\r\n=qWeB\r\n-----END PGP SIGNATURE-----\r\n","size":20470},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.1.0_1630993063410_0.025767314110062722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T09:54:11.555Z","contributors":[]},"7.1.1":{"name":"bumpp","version":"7.1.1","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint src test","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bump":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bump && npm publish"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.1.4","@types/chai":"^4.2.21","@types/command-line-args":"^5.2.0","@types/globby":"^9.1.0","@types/inquirer":"^7.3.3","@types/mocha":"^8.2.3","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","chai":"^4.3.4","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^7.32.0","esno":"^0.9.1","log-symbols":"^4.1.0","mocha":"^8.4.0","npm-check":"^5.9.2","nyc":"^15.1.0","rimraf":"^3.0.2","strip-ansi":"^6.0.0","tsup":"^4.14.0","typescript":"^4.4.2"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","chalk":"^4.1.2","command-line-args":"^5.2.0","globby":"^11.0.4","prompts":"^2.4.1","semver":"^7.3.5"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"143120e952612011c77dd9e64788f5b4161e9f49","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@7.1.1","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"integrity":"sha512-pAGjraw9T4I4dnkiQHrKUVQb55dOM5Nj72SVtVlkjFjWjFtg0aSgipQuxDWZ0cqm8WoqtaiBPk+7jHfnZxr7lA==","shasum":"60e44bd68642e076d95fe5438a32bf22c9979990","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-7.1.1.tgz","fileCount":11,"unpackedSize":75056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNvtrCRA9TVsSAnZWagAAI8IP/0E1pRxpJLUGVs2yiMn1\nkp0B12YZK3Msv6LvRikavz/OkxxTuOdIgnWA9Cm/pr1AjGV14ns9fpcbTuA0\nbgtHI06QXZsiVCBSAOJL3EQWII8GOCo/YC8Em+WFEGp+yLwyjm7w1PVe0DFC\nF08F4HxOrD612biYbGc5j8Aw2WT4p57qAVayv6dU3hWY9zDwhwtWVYXDewc6\nDrV3neMh/KYmCJT9R5gHGa2ND4YeCmc5fQ2IUYMZp0UnUvRSLqvBYfoc13UO\nCzmFBjvbbWRsuObTrQtIbxPHwPOl4O+U7JJnwifjgi/eobCec0Yatxt4kkqq\n4OapYxKZxJoN/CXY0bDTeAfrBWUxYtrfwf1COKeqR7eAHmkUMCpm3bmHCI01\njQcObDgLbZXcQpdndquTQWMjZCZUuR/NVh3jIixliDzmjCUgNx3e+ddLVg+K\njyJJ+2JV8Mvvhqs2w9oQAObdzFM1KlDDkXm/VEHD1ehKQR9tAMAFFLCBwB+9\nCZBEOtxyMxWUyGTH518RHdH8cuX37avT3i2V2j6Bb4qwxx3+E7j7rXdjBmay\nUbZKLBfDU3xpg2a+l8MJzFz1qxyhTm2i9Fz6ddv7JswkQ9xmGON6vFxFwJkx\nAF0o3w5MoNi8cLNPcPZLuvJAm1MNeLUN9/j780VTjHIoNwXNwjjjMy34u9pm\ni2yF\r\n=/ve/\r\n-----END PGP SIGNATURE-----\r\n","size":20468},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.1.1_1630993259411_0.08935753210552422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T09:54:12.270Z","contributors":[]},"7.2.0":{"name":"bumpp","version":"7.2.0","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint src test","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/dev.ts","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"devDependencies":{"@jsdevtools/chai-exec":"^2.1.1","@jsdevtools/eslint-config":"^1.1.4","@types/chai":"^4.2.21","@types/command-line-args":"^5.2.0","@types/inquirer":"^7.3.3","@types/mocha":"^8.2.3","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","chai":"^4.3.4","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^7.32.0","esno":"^0.9.1","log-symbols":"^4.1.0","mocha":"^8.4.0","npm-check":"^5.9.2","nyc":"^15.1.0","rimraf":"^3.0.2","strip-ansi":"^6.0.0","tsup":"^5.11.9","typescript":"^4.4.2"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","chalk":"^4.1.2","command-line-args":"^5.2.0","globby":"^11.0.4","prompts":"^2.4.1","semver":"^7.3.5"},"engines":{"node":">=10"},"engineStrict":true,"gitHead":"dd6f75cdfbf103537d393a119054a72227f4a36a","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@7.2.0","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-vQxdpWe7VzdpV4dVjpWoGwTDrKZn4eqKVmjIYUlDgrmjesXAqJnWhu+VFxazoE4pLs1q5NwDhgzK1xAFL0K+Jg==","shasum":"7c4b5f15f3bd556f475bf4bdf6c9dcf02fe4f6a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-7.2.0.tgz","fileCount":11,"unpackedSize":109734,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRfwLJtEFAleCyZjMvN5AnSWz2gomBrbCK0G9MIkR/pAIhAO/DdAK08g3zO9pgOHyduoIKJHCyq+sOceRE6vXJlQZu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqXpZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsRg//c/0JR0kVYE9Tv5T8cVL6AmFMpUzZTwBZZs62A7PQf6rYsnRH\r\n3q6tLgPTc+s++dJtiga/VB5Oa591GJyZbvMfoHaPsAHZl+55hrfKC9V8QLMD\r\nqS/1qDM2/892HnkVSgWMrGzBV9n74UE6MPEh0rX10Q++dRN2pHpBkMQ5kz5M\r\nx8qJsYgpWen9EEjNCrYyfmQAtu4DBv4BtcjLorAVLzh2uoj+oK6N0XbqxPpo\r\ncgN4u5Q9DIw7H7N28q4pU/EAooZvFVKw0PBP+SLnAKJ7r8X7ZjoO6ylKdZ4x\r\neStZpfjShQKlLqRGYQ1S0342N6Pt/ukkiWRD2oXTr1JOe98uKyhNcXc+gvpv\r\n5vnIsO2EjaHKGqiQM0nrczYuNpJzEe2N+bH//Rq1tMrk6BNkwxZue4jt967b\r\n6kgOOW31Q79EdvLyySFVkZ/yxp1snrMk6ZjYMjLkhEwe6D2P7ecqQsJ5AIax\r\nG8nH5FoAlQET7uzzaXDPoArqQis4tGi/w3ScisRUM7isvMb2sibUybAQ4GlR\r\n8gsp+GBhDRcE7glFa0cbVe6zhWi2yhWbciNU+9TEfng8Cdh5emffCfOUNTjU\r\nthYsOuBfzlsBCBgbRulpLZzYKOa+oeTg5vrTBIZOWzf6Stjz0J2Lk+I89fZh\r\n3OlWSQJVN9jF4NPyg8Ua5RACCHirETmV8ow=\r\n=Sd80\r\n-----END PGP SIGNATURE-----\r\n","size":26480},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.2.0_1655274073188_0.5700398455842084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T07:10:58.209Z","contributors":[]},"8.0.0":{"name":"bumpp","version":"8.0.0","packageManager":"pnpm@7.2.1","description":"Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://jstools.dev/version-bump-prompt","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"main":"dist/index.js","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"mocha && npm run lint","coverage":"nyc node_modules/mocha/bin/mocha","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","cac":"^6.7.12","chalk":"^4.1.2","globby":"^11.0.4","prompts":"^2.4.1","semver":"^7.3.5"},"devDependencies":{"@antfu/eslint-config":"^0.25.1","@jsdevtools/chai-exec":"^2.1.1","@types/chai":"^4.2.21","@types/inquirer":"^7.3.3","@types/mocha":"^8.2.3","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","chai":"^4.3.4","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^8.8.0","esno":"^0.9.1","log-symbols":"^4.1.0","mocha":"^8.4.0","npm-check":"^5.9.2","nyc":"^15.1.0","rimraf":"^3.0.2","strip-ansi":"^6.0.0","tsup":"^5.11.9","typescript":"^4.4.2"},"engineStrict":true,"gitHead":"35e652323949bd9f793be0086c69a2664f8ac589","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@8.0.0","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-73LLBWk2vImpuXv0RDyOZn3971dTlgGPbGN7ZV4P9Gowp7N3CTEqfw+IgCGlMJp4MbBAlJYTGwjsiYaCVaw/Zg==","shasum":"f47bf328240d57a4a51ace125c56e79d800a6eb2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-8.0.0.tgz","fileCount":11,"unpackedSize":113104,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDG8WAsctqlI3d+SusxDUAfx1C8BofHzqu4yQSKMTF3CAIgNZeW8U10wfNUWbAcgzkpjNMBsJULsyqfBPbrPXUOwqY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqgBVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1hhAAi1YEsOYieFPtY7vTfy9TZ714DhYX0tkLGTR3vBA+a+LJWS0I\r\nhhOl4MZ7t7O3rZi3UxzCfUPWxRNFEKnIMY/FzaROk/nDoyt4DJxKSi/bU66h\r\nVMEyPqnNgVSsg9oftuDwRKLx9fhSJ4uID7cHQ5SlRnnPx0Q6GWKBaa6vCumF\r\n3pBh3nR5rP5m7+JV75uxUt1FCiX56LzdB527jSGtACRcSW2qVKKZXsXsOkWD\r\nq7Kdc5EZpxEN3RBlixtQCRPFTBGDpz0Tm1Tz9uNqVdgEOwdjOyAeYY+lUDbt\r\nPhFCiA9unZTFcjg7N2YAGpzDPCtRoYJjod9NjzjwKNPiZFRGErUA0uggO7ji\r\ni/f2IqFKA5N4tQZYwPO/muEeOLQ2RI0Fed2BMG9BtKQ/1zJg45vF5rgs9awc\r\n2FIiMrA6Sc7CsXLfsW3fvq9ohpoEEy0G9tS8GhIg6obABOaEXjKEhEa9/+CG\r\nHPj4/V+SczrcmBo+vmIOJraIJIxw89WouGBMQNF4zS4vpi1s8NNEnQs6BICm\r\nGR+4/M5NMkojEDNXnvcPFS9ajcpvlox5XpXqWj7ouRWToh4q1P19Q9P+bB/A\r\ndM6Adztj1NEzX85MReTJor1ly1omgNNmwqDmw8ooHsWWstLg12wHBDtYUZkw\r\ns8svolIj42OMVHHydtyFafBwgP8XIhmZqXM=\r\n=2g8x\r\n-----END PGP SIGNATURE-----\r\n","size":29743},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_8.0.0_1655308372884_0.4792674847186147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T16:20:55.203Z","contributors":[]},"8.1.0":{"name":"bumpp","version":"8.1.0","packageManager":"pnpm@7.2.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","cac":"^6.7.12","fast-glob":"^3.2.11","kleur":"^4.1.4","prompts":"^2.4.1","semver":"^7.3.5"},"devDependencies":{"@antfu/eslint-config":"^0.25.1","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^8.8.0","esno":"^0.9.1","log-symbols":"^4.1.0","npm-check":"^5.9.2","rimraf":"^3.0.2","tsup":"^5.11.9","typescript":"^4.4.2"},"gitHead":"3faeba35b9dc2f51d8c6f2f2e11ce402b49413a8","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@8.1.0","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-USNqoYA+xM50vJGDoChjG9J7IeZeyymi7OUC9WT58pUF9l2Ue0Q6f8ec5vdai2dD70C+bs1d5WRe/JHNNXiMGg==","shasum":"6f4fa21c4df3b2742b6c7169e2b57298c490cfce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-8.1.0.tgz","fileCount":11,"unpackedSize":253087,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt5bKbSeKRxfxTE4Bq/ojjkjhGNIb9ijFQk2jGwPXVWwIgMFTUyPqiJ//TohzNUbeAagXkNTCrUOfvO+Tg/XqIydw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqglaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlBhAAlw3okHqeUJGjypQzkhrbriDJ+WYgoTo2CZtFo03V6ylS2VDm\r\nNoYYdGdJ2p/btB7ft8ySTjQuSCsnn6WXhqohybZz3H6dFnwtRtAqZfCHI1jW\r\nVPIhaCQ5oc7TSk2FKWafphRwJJb7nyT5w8aGyZ0H0X5E2rSVaPEeOFK1SRbW\r\nr0EDglcq6ttgO7q/DTh8a9hSqPbxj642vfsyONVz07aJ2dyH5UpJCyp484DZ\r\nXrOhOslesyUe6jSzRNn2MiH3cF4dN90udzMzGNONWDLE8dwyfEnuw6SzFx8S\r\nsWobrmo5Tv10AU66IHDBKrQYrH5T3UQhfzusHfoHHQXcTA2nd+YpojmtWZZM\r\nltSBB1z63msraMr72hT3JgSbQFKi34zuAfLSvBqJAqA8zw1rhHmYwhd7ssHo\r\nq/Xh2LVQtmfLkD6Z5qMN6bj2WBgjA+VsNj0QJ/otqf4JKJ7on2tiZ7WD8U04\r\nWyaBO/Nul1MX/n8bJOxZOTqI+H8+Koh6IJJ7gAawyeqDIVcjXNij6if+TkHE\r\nKUbr0i1pLnSd97Twd0f4m9Ndo7KqylEwz1HFymtkjKoVM9JYwpfLULvUY4Xt\r\n56V9nX3RvI1Bz7pcdKI2/whUHR4vNkAy9Zdai+2kYvT+X+U9Dd7MuHYtVwE8\r\n2HmFZWojTEpzJ0W9DYLBIMPv+RcKk5dXCMQ=\r\n=C0DG\r\n-----END PGP SIGNATURE-----\r\n","size":62110},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_8.1.0_1655310682589_0.7477508071465433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T16:55:41.006Z","contributors":[]},"8.2.0":{"name":"bumpp","version":"8.2.0","packageManager":"pnpm@7.2.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","cac":"^6.7.12","fast-glob":"^3.2.11","kleur":"^4.1.4","prompts":"^2.4.1","semver":"^7.3.5"},"devDependencies":{"@antfu/eslint-config":"^0.25.1","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^8.8.0","esno":"^0.9.1","log-symbols":"^4.1.0","npm-check":"^5.9.2","rimraf":"^3.0.2","tsup":"^5.11.9","typescript":"^4.4.2"},"gitHead":"9d7abb29a1869d563a611fdee5ff300be9bcb18c","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@8.2.0","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-DhFa4DSREOwnHJQyQ+Qhj9pUJAIZKMEtuHN7BuQij4CoxSBc6n4bBZnlvFWuLXNMr0aCtsMXnkQWC/7GyGypYw==","shasum":"0e7684417edcec60d4fd66ed1017a4271c292b8c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-8.2.0.tgz","fileCount":11,"unpackedSize":247554,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDrpOnhDvpEnIP3lbnaDYouHs66EoOIH3Brv1jLN6iUXAiEA3uJfpXUbXb5uyuav9hveBy4nDLtSBCQ+efwRI8Clfbg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq01gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXbg/9F8cP0JMMY8/sUpLd+uWVK8tXr1UGnK5eNsnKaNU90x706Esd\r\nj4zEQP5vv6MTUz0tBIWnOgBLEOuijbuewjqd7gWD55cK7eICdMY5YFUV48YA\r\nQW7Ept5cr79VEXVZoxLU85NtwMUThkePtgaCgN8C7ddPuAhYOUYPJDjVFLAT\r\n1h0v6oLxw2bvXM77f6TvYxR75EQAQbRLz6sHqjP7LwCjzSsJ15tCvfdkX9XD\r\nRi8dW2tQfqcQIdeL590qQZHVv40v84XeXsw3ioHNYQtoKYXkzoO3lp6sKFRF\r\nc7u2izW4rCjNp/FtRvQVJyTsfMsev3fUfHKa7MsiXrgUY4PYTvBZlFUW4Txb\r\nc2NC+MvpqPfHtFS2dwrFEY+og9OdSzBQie3C1bvodFWhiAFcIMe8+ztfHZX/\r\nIuqObVZzGW0KgrIjZgjvNnHeKBLCk0C+lgZqb3SneuwqosJqesd6vAwVsq01\r\nWnRMaoFDfwfaix/3AgPSr455vBCZFLo2piT+h9D3t0hqYOTxgiKSumIpIWOj\r\nfflExM0q+antDizMQlt6tjYOtN1foUWbbr4vmYjXsmf9/R42XEdYGTLKFKhM\r\nYcusuqhjIT7nU1utjwh80FVO2mJ8D5jm6a7DNn/+FWpoySjJSBRAUOCaDGhb\r\nyy0tIER+N5tqAR4riTHHkOc9gO6ZNYiYBgI=\r\n=131M\r\n-----END PGP SIGNATURE-----\r\n","size":60423},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_8.2.0_1655393631966_0.09384887460390834"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T16:28:36.426Z","contributors":[]},"8.2.1":{"name":"bumpp","version":"8.2.1","packageManager":"pnpm@7.2.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","cac":"^6.7.12","fast-glob":"^3.2.11","kleur":"^4.1.4","prompts":"^2.4.1","semver":"^7.3.5"},"devDependencies":{"@antfu/eslint-config":"^0.25.1","@types/node":"^14.17.14","@types/prompts":"^2.0.14","@types/semver":"^7.3.8","detect-indent":"^7.0.0","detect-newline":"^3.1.0","eslint":"^8.8.0","esno":"^0.9.1","log-symbols":"^4.1.0","npm-check":"^5.9.2","rimraf":"^3.0.2","tsup":"^5.11.9","typescript":"^4.4.2"},"gitHead":"584824fa8cdfe17acef94e7643320ea0ec20dae8","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@8.2.1","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-4tHKsWC2mqHQvdjZ4AXgVhS2xMsz8qQ4zYt87vGRXW5tqAjrYa/UJqy7s/dGYI2OIe9ghBdiFhKpyKEX9SXffg==","shasum":"d337bb77662257e48876389076e103208651d1c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-8.2.1.tgz","fileCount":11,"unpackedSize":247608,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBKXVjsqsfgjQcFSMMBgnLqW7vfl3OJpQNpTfCfVA+gbAiEAl//Lgfsc82oi+zH/MsPZmt5ES3oJLHZJta89gyTKc74="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirbM4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoCA//Yv/aewUMoS7etzphCUx7qp5+FQYNR4fqgiyiYr/9npVOyt7n\r\nYkn4eZ/HssaXtWrrftK796OLWDQEC1UrJWeE6z7FI8hZCOUkysdAuI0nZIuX\r\n0mgK3zLKOQeosW/T1kRIAngFIe/KiPkIp/eYp8bAAFT1ATQpVEtjdppsJdFM\r\nFFXamSKW2eyZv0nMkiJHV0KjRWzdHVIFbWncgvvNs1QS8nKuCz3EID/YYO3x\r\nxe7BSSmOWNM65VcAU4lT2VWM3i+1yNjDVvCnFo7KxFZIGxxvIvo5ciWq02zp\r\n05Kptxrx/YGctmMrJeZG7Fo1M9vmJkTt1rXbn0uldbNd/nOOUBy9plpbMbV/\r\nAIm6MFZw7bLx5Bsa6ikXpqRPMykSG+vq8Ur3tiIsQ4fSmhgZISdiDstgFaIC\r\npGUNXFOXIgzIqxKzhOs7UtccSYugyPir91qNX3rNR5aWRfC/8Oq87uKCMb/A\r\nzN+6J/SMc6bYB1gZMTpzL8qoFiHVtkcU8iC5BhJzridU/n4PejTT3mSIfN/n\r\n36G1Wtdfuv8jRWuCS/YW1skMnrZul3OiCCTYmTfe8vMkSrbxQs49DD5aoeL4\r\nhDoACAenl6PpF9nl+Uc9WSR8g3qJLkNrptEbJpntTKFJHcRfoug0klrR8FTz\r\nolGzO99zx3uTdF2+RM/LbUOvPk9WMcnqEWY=\r\n=GnTG\r\n-----END PGP SIGNATURE-----\r\n","size":60442},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_8.2.1_1655550775823_0.21902992884920525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-18T11:54:36.908Z","contributors":[]},"9.0.0":{"name":"bumpp","version":"9.0.0","packageManager":"pnpm@7.2.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts --tag --push --all","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","cac":"^6.7.14","fast-glob":"^3.2.12","prompts":"^2.4.2","semver":"^7.3.8"},"devDependencies":{"@antfu/eslint-config":"^0.35.2","@types/node":"^18.14.0","@types/prompts":"^2.4.2","@types/semver":"^7.3.13","detect-indent":"^7.0.1","detect-newline":"^4.0.0","eslint":"^8.34.0","esno":"^0.16.3","log-symbols":"^5.1.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^4.1.2","tsup":"^6.6.3","typescript":"^4.9.5"},"gitHead":"2ef1e753119253a4ccaf894f286a1d1c7201c106","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.0.0","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-I2+JLFQin46NioHg6wi23hYQMVExiJyGblARp5fIHUzLv3rRz9me38eUe2xlQCAl7Ys9X+SlhTaIkttTxiL6cQ==","shasum":"4fec29e320b889edc255fd5da54a1d8000a7b597","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.0.0.tgz","fileCount":11,"unpackedSize":152477,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWXiOhQC7qpQxZOLJrP2XikI+SG2iXqHwUIxcGkBQ8ZgIgZ4QyjJ5wP6l6S68sVO1V8v9yI9TcNZsB+Toaz4CsfSo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9ygBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNTRAAl/OmlJDLz9IfhIGaYXtBjUI046QNT4lqIJZuIqRsXxJnTV4z\r\n+2E/Bw4SE9+/FK9FblT1tc9K2cUGUzPeKvFet7gE5qqZ7+sZzxDR+Q5FVJu9\r\nENVMwxImWbw6rzfAyKG74SxtbIfxZpQMK6KHx9U4AvnuWnj5+lDFcPXQ2eBZ\r\nNqfisxe1WZcJvlwqPsT0h9NAQ3E1vHvQE2dR32S13yJTD/OAzJDz/Fv4v+ln\r\nqGKQruYqWrFpt6ZPDuSzrY10+oR/ShFT0/iwHcakY9xRIoGwR7d6pfE2MYQM\r\n2UlAXGvIxJOkqJgX1PMwgSh1qImpItiLt4u7xi2dqnioXz/tUenKCyAzLnUq\r\np2D5XEg9dZBYqOqiOhM3z6esfZ8cGLVu8YBuSqAwyWfMk+JdQRmbCeydLTkt\r\nwOGoGwDNFlFeUtKUtaZU3J2i3i+NWbCwUSEPhTzUJ29t2M5Jg8okh+G7TbzM\r\nTgASxp8FtQ8SN6NsXICYbGcXdh6M/coGesglJOUc9vbyYfK4mWCGw+/NZ3Tm\r\n047+i1zRm8PrFVCo75qiCfNkQvu7njLEzaS1f9MWVqv7VnFcpAfKq3ymvSiI\r\nucc2Imk7sRfit7qkw2kyovHDeSW0IUvYc0cuPo4snUlppxz6y49jFNP0lHxA\r\nx6hoKwakhH+UZaTFh8y1u2rQxPzEgjSb4DA=\r\n=6arS\r\n-----END PGP SIGNATURE-----\r\n","size":40190},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.0.0_1677142017253_0.41837166708186424"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-23T08:46:57.463Z","publish_time":1677142017463,"contributors":[]},"9.1.0":{"name":"bumpp","version":"9.1.0","packageManager":"pnpm@8.0.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.2.0","cac":"^6.7.14","fast-glob":"^3.2.12","prompts":"^2.4.2","semver":"^7.3.8"},"devDependencies":{"@antfu/eslint-config":"^0.38.0","@types/node":"^18.15.11","@types/prompts":"^2.4.3","@types/semver":"^7.3.13","detect-indent":"^7.0.1","detect-newline":"^4.0.0","eslint":"^8.37.0","esno":"^0.16.3","log-symbols":"^5.1.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^4.4.1","tsup":"^6.7.0","typescript":"^5.0.2"},"gitHead":"42b9ea23aad309b06ef9a0fdcb2ca9f7527ed37c","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.1.0","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-m3+YD8uoa0VttG+RV4oKr3lK60gkUn1yPDaBTFwT7xrdJUsy7Jm0VYgx457HI3VPAOX8szLmy1x2y1QcvB+M8Q==","shasum":"31d00a576ee795b3c6fe5faf392c21f33ee3eeb4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.1.0.tgz","fileCount":11,"unpackedSize":155451,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDMh7WLeqHujIHloUf0gOM5PwfehsuT/13Aw0NeK0i3AIgGpi0TacHs9q7K/H3tsPh2FJubWa1I5pH+G1xi6MckR8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJEM7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCSw//W3CbVXpoSKg3jiUkyU7M+vpGyHOLU4ba6h2sSVcmTuEs8l7+\r\nn6RXPrEwb0KJMP7jIms8n0qaasYWcfbRJZAsK9UXuLa0xbkqD+L+vTli41x1\r\n3DjNAdWcu8AnWIuW5sw/soK1RpG7CvvpJCsLGXIyE42dwioKUhxzLgsGffqJ\r\nFLDhmGO0vCQ4zpfRE89hpU1m/v+G3GkFF+a4gereenOMd4jDFNb23NGnFmTE\r\n5/VLpdtimPYmj2O4hRdAMCv3r77OAT/wB5lFVJwBvuh2JXLnRY1S8tQOH5vk\r\n8+pioKdPe92AE2bJ5BR5N+zrv3vW2nkylzcEFGqTtOblPWYYlwGl8FwRBHLQ\r\nVeSovFNwgJ+2zYoxtO/311XrRihGz2D6TABmA+MqiAt94UsNhYz9rKPiCSlf\r\naX8IbV2wWaCMcZePNnsVaABIo10wFBl+LzsRK8pZBTSPYgRuGUMLohBIj4y+\r\nGErE6U4qkBaqJ3TjFiFORfM33Y1yU4RGGNJ3zKM6SyuLSGgENj/RZyZ7f4gK\r\nclJDsRY94cfMB64db9ZLcWqwoArJ8H9xAg+IjAOfVqHwulEce0rhTo1+Ss+w\r\n1y4GJX3eWD4NhTxjjUsMXxnqM1ySttsxkelh1+eD/+HF7wmFWkdM44Nqpxrz\r\nD0qY2rZswrR+tkYoJq2mq2+xik/2ZTFvodM=\r\n=1S14\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.1.0_1680098107083_0.09073751267055052"},"_hasShrinkwrap":false,"contributors":[]},"9.1.1":{"name":"bumpp","version":"9.1.1","packageManager":"pnpm@8.6.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","require":"./dist/index.js","import":"./dist/index.mjs"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.4.1","cac":"^6.7.14","fast-glob":"^3.2.12","prompts":"^2.4.2","semver":"^7.5.1"},"devDependencies":{"@antfu/eslint-config":"^0.39.5","@types/node":"^18.16.16","@types/prompts":"^2.4.4","@types/semver":"^7.5.0","detect-indent":"^7.0.1","detect-newline":"^4.0.0","eslint":"^8.42.0","esno":"^0.16.3","log-symbols":"^5.1.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.1","tsup":"^6.7.0","typescript":"^5.1.3"},"gitHead":"884cf4c518c0d3061369c279824f2b58ccf1a122","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.1.1","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-T7/2QmRNhHRkH2+HgDs/xk4keom3nlCjwQn6kHdz0I0dQMVrs+YMOH5HyuhV0R3tha/tTYP030RG9uQKpQ9CRg==","shasum":"377ca94554f23c23aa0aac23613bf0bfda5d4f91","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.1.1.tgz","fileCount":11,"unpackedSize":155451,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7aVyH7Br0YL0yOrgSVxY4AOkMpzxKlfMDZo70l/hizgIgUg2R3R8JdVou7qd9zMNMyICoolZj0r7vpei2ZfZrZoA="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.1.1_1685965410615_0.8107856265975821"},"_hasShrinkwrap":false,"contributors":[]},"9.2.0":{"name":"bumpp","version":"9.2.0","packageManager":"pnpm@8.6.12","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.4.2","cac":"^6.7.14","fast-glob":"^3.3.1","prompts":"^2.4.2","semver":"^7.5.4"},"devDependencies":{"@antfu/eslint-config":"^0.40.2","@types/node":"^20.5.1","@types/prompts":"^2.4.4","@types/semver":"^7.5.0","detect-indent":"^7.0.1","detect-newline":"^4.0.0","eslint":"^8.47.0","esno":"^0.17.0","log-symbols":"^5.1.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.1","tsup":"^7.2.0","typescript":"^5.1.6"},"gitHead":"bf20fc75105282b5570261c3ab1069ad467b3c37","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.2.0","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-pgp7y3jp33QTaXFVDrE0IKuZF5Y8EsIz+ywZXFALW2nD+ZD+4crxJe/GypBQBoJuZrr5dc6TGrR3wl7fk3+C6w==","shasum":"faafa11d725bd9c5a2019c8d61b7eff483b1cbfa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.2.0.tgz","fileCount":13,"unpackedSize":167478,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVBarjqnTPxuhH/blcyjME6eUI7f9Ds+/RC0oMmPxZNQIgDkJ4oH+FgJbI6GFygIvCYOAq1+huvgkLiQ2nOIE8Vpo="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.2.0_1692459187112_0.8367859026792441"},"_hasShrinkwrap":false,"contributors":[]},"9.2.1":{"name":"bumpp","version":"9.2.1","packageManager":"pnpm@8.12.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.5.1","cac":"^6.7.14","fast-glob":"^3.3.2","prompts":"^2.4.2","semver":"^7.5.4"},"devDependencies":{"@antfu/eslint-config":"^2.4.3","@types/node":"^20.10.4","@types/prompts":"^2.4.9","@types/semver":"^7.5.6","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^8.55.0","esno":"^4.0.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.5","tsup":"^8.0.1","typescript":"^5.3.3"},"gitHead":"5d8d761ec9554eceb448e3f62f1d9f1d1841a09f","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.2.1","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-mq6/e8+bnIsOMy1VceTLC49WucMIZqd2nYn0e7Et5LhTO3yYQ8OWJsTl/B+uJDs5eywZmJ4Yt1WTEd2HCI35pw==","shasum":"d43b846332f9dcb63ebd506c8814a247aa677b68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.2.1.tgz","fileCount":13,"unpackedSize":169559,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwshazIEMeWtiT0nbeIbg7LKkhLthAFkUDh6vaIskskQIgewluAFYP+efCx/r+DOj/Q9pX8HPRvsuDDgxb4mSIWRU="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.2.1_1702159581777_0.8802003533526366"},"_hasShrinkwrap":false,"contributors":[]},"9.3.0":{"name":"bumpp","version":"9.3.0","packageManager":"pnpm@8.14.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.6.1","cac":"^6.7.14","fast-glob":"^3.3.2","js-yaml":"^4.1.0","prompts":"^2.4.2","semver":"^7.5.4"},"devDependencies":{"@antfu/eslint-config":"^2.6.2","@types/js-yaml":"^4.0.9","@types/node":"^20.11.5","@types/prompts":"^2.4.9","@types/semver":"^7.5.6","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^8.56.0","esno":"^4.0.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.5","tsup":"^8.0.1","typescript":"^5.3.3"},"gitHead":"6ec68b4f7ecd04e119e3d2ab8da587fe8a850a43","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.3.0","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-P46VikoEZadYCqx7mbClKlaJnOyvc+JfRJPRf1YwlOjwqeYmutgFe1w9hvfXe819VhpU0N0TNXtxyVAUlAgaNA==","shasum":"5d05c6cfc1cc1e5ed54b3350e1348865dd3b84aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.3.0.tgz","fileCount":13,"unpackedSize":171402,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrDfi3uGliONdTbKHA5Z62fEq6juBlxEQFLp5Qkw4zGAiA7UP0Gce6ynlBj7HaveI2Ycq1bp094pRNVspTKYmD4Vg=="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.3.0_1705482653283_0.1053903365161053"},"_hasShrinkwrap":false,"contributors":[]},"9.3.1":{"name":"bumpp","version":"9.3.1","packageManager":"pnpm@8.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.9.0","cac":"^6.7.14","fast-glob":"^3.3.2","js-yaml":"^4.1.0","prompts":"^2.4.2","semver":"^7.6.0"},"devDependencies":{"@antfu/eslint-config":"^2.7.0","@types/js-yaml":"^4.0.9","@types/node":"^20.11.24","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^8.57.0","esno":"^4.0.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.5","tsup":"^8.0.2","typescript":"^5.3.3"},"gitHead":"b765d4550944c7ffd994e24db4b349faa144526e","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.3.1","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-GQsf2Kwsvoxu8RL4euMvUwN3baZsIuigCPF+iGNQEa19+62MqYcpzxyjbspJT9qCipecpWKcEy6lC5kVoTs1Kw==","shasum":"635496abab130ae9de1a1ee2a88db8f3cab3fcac","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.3.1.tgz","fileCount":13,"unpackedSize":172601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBvq4Z5UMlpttBEU7ygmVRG9rydG/6gsd7w6IvCwxUg5AiEAiktamfF7ejpHhWS3ET/IkXvRSz5Av07AARzJkHAHOmg="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.3.1_1709497447219_0.8273619947247999"},"_hasShrinkwrap":false,"contributors":[]},"9.4.0":{"name":"bumpp","version":"9.4.0","packageManager":"pnpm@8.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.9.0","cac":"^6.7.14","escalade":"^3.1.2","fast-glob":"^3.3.2","js-yaml":"^4.1.0","prompts":"^2.4.2","semver":"^7.6.0"},"devDependencies":{"@antfu/eslint-config":"^2.7.0","@types/js-yaml":"^4.0.9","@types/node":"^20.11.24","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^8.57.0","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.5","tsup":"^8.0.2","typescript":"^5.3.3","vitest":"^1.3.1"},"gitHead":"e7b07b48ebfb94e38e1f1f78be4599d181d73c7e","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.4.0","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-T+N+B5mSSvsTt7kgxGXCKQd957IxmEZwMn2nWirspGUY08u/cBNrpQDMXk43fzLegZtKtXS1v9S06vq2zf6lXQ==","shasum":"3bded4e677a3a3cd1b1f85af1b9e9c1a8a7c2e08","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.4.0.tgz","fileCount":13,"unpackedSize":178073,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxndTfZ89MEOXj/fkfNSEEipaeEQOV5fIFafyb0Vgb7wIhAK1I5eUb6NX9YxSbcUhcYaMWCP+Yj1REnbUNx4QhPxzO"}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.4.0_1709578268405_0.0052511788873237375"},"_hasShrinkwrap":false,"contributors":[]},"9.4.1":{"name":"bumpp","version":"9.4.1","packageManager":"pnpm@9.0.6","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.10.0","cac":"^6.7.14","escalade":"^3.1.2","fast-glob":"^3.3.2","js-yaml":"^4.1.0","prompts":"^2.4.2","semver":"^7.6.0"},"devDependencies":{"@antfu/eslint-config":"^2.16.0","@types/js-yaml":"^4.0.9","@types/node":"^20.12.7","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^9.1.1","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.0","rimraf":"^5.0.5","tsup":"^8.0.2","typescript":"^5.4.5","vitest":"^1.5.2"},"_id":"bumpp@9.4.1","gitHead":"6cc7c8139bbc9bb8d14d28aab752b8edd72b9ac3","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-kzhp/LpNX0HkUpEyLd7sU2LTN/mbAVgcxJ1Zi2cAJTE/tul6rypSKGpH8UywDpzKWItL8LVdKsIFnwmylw0+7g==","shasum":"12f725b3dbeaef5414bfcc59aeaaa3bc4fc10405","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.4.1.tgz","fileCount":13,"unpackedSize":179256,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDpU2QK93jcV+rP28xBFpZQ76+3WdR3EocQaI0y2L+5cAiEAoNKsN8XqcJbfqCF8MoN/a7o3++EQm9UumAx7JP2soR8="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.4.1_1714380862929_0.11038581762743216"},"_hasShrinkwrap":false,"contributors":[]},"9.4.2":{"name":"bumpp","version":"9.4.2","packageManager":"pnpm@9.6.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.1","cac":"^6.7.14","escalade":"^3.1.2","fast-glob":"^3.3.2","js-yaml":"^4.1.0","prompts":"^2.4.2","semver":"^7.6.3"},"devDependencies":{"@antfu/eslint-config":"^2.24.1","@types/js-yaml":"^4.0.9","@types/node":"^22.0.2","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","detect-indent":"^7.0.1","detect-newline":"^4.0.1","eslint":"^9.8.0","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.1","rimraf":"^6.0.1","tsup":"^8.2.3","typescript":"^5.5.4","vitest":"^2.0.5"},"_id":"bumpp@9.4.2","gitHead":"3108f7bd0d241cdce57954877f9a739318c9ed28","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-D0Cb5Mgxei7PObv4FkKQ19v1qSRhA3buQqCEQW6EU4+iort7JxL06DC6bZG5E0x/euZkaBuAQqOtFd2zIJKPjA==","shasum":"e8297a1832b106f6f070522afb1b688812fb7523","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.4.2.tgz","fileCount":13,"unpackedSize":178326,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpuLd5eJ0Z8yGOYFRcl5tBtAWbG15tnOSII0p4AmiBYQIgY8burDNbBTR/IqQ1B0ilIoMB4aCIHpfza9cSY246zU0="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.4.2_1722538271268_0.46538077156509106"},"_hasShrinkwrap":false,"contributors":[]},"9.5.0":{"name":"bumpp","version":"9.5.0","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"url":"https://jamesmessinger.com","name":"James Messinger"},"license":"MIT","_id":"bumpp@9.5.0","maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"homepage":"https://github.com/antfu/bumpp","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"bin":{"bumpp":"bin/bumpp.js"},"dist":{"shasum":"34dc2e3c9c21b41442dab045a832cd751dd14fa5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.5.0.tgz","fileCount":13,"integrity":"sha512-eUBGvZCafz4UcrYkBXAvImf0Y1lx1ZH9GJX78XOO3vNZiDiRfRDGm7qRyyvl7RyfyiV16NDIakRYPdJVXJvE/g==","signatures":[{"sig":"MEUCIBd4+FW5naUT7SHWoATkLDcVmpxV01Qi6Rp6GtTs9TxIAiEAsz0GvC3egcW+hElryN4UxoP/LNmoIDg8AKkdVlHgM3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168719},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=10"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"0fba664e1a873efc77f3543feea120e537d42cf8","scripts":{"lint":"eslint .","test":"vitest","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","bumpp":"esno src/cli/run.ts","clean":"rimraf .nyc_output coverage dist","start":"esno src/cli/run.ts","watch":"npm run build -- --watch src","release":"npm run bumpp && npm publish","upgrade":"npm-check -u && npm audit fix","typecheck":"tsc --noEmit","prepublishOnly":"npm run clean && npm run build"},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"repository":{"url":"git+https://github.com/antfu/bumpp.git","type":"git"},"_npmVersion":"10.5.0","description":"Bump version, commit changes, tag, and push to Git","directories":{},"_nodeVersion":"20.12.2","dependencies":{"c12":"^1.11.1","cac":"^6.7.14","semver":"^7.6.3","js-yaml":"^4.1.0","prompts":"^2.4.2","escalade":"^3.1.2","fast-glob":"^3.3.2","jsonc-parser":"^3.3.1","@jsdevtools/ez-spawn":"^3.0.4"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.7.0","devDependencies":{"esno":"^4.7.0","tsup":"^8.2.4","eslint":"^9.9.0","rimraf":"^6.0.1","vitest":"^2.0.5","npm-check":"^6.0.1","picocolors":"^1.0.1","typescript":"^5.5.4","@types/node":"^22.2.0","log-symbols":"^6.0.0","@types/semver":"^7.5.8","@types/js-yaml":"^4.0.9","@types/prompts":"^2.4.9","@antfu/eslint-config":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/bumpp_9.5.0_1723458695090_0.9168402166192196","host":"s3://npm-registry-packages"},"contributors":[]},"9.5.1":{"name":"bumpp","version":"9.5.1","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"url":"https://jamesmessinger.com","name":"James Messinger"},"license":"MIT","_id":"bumpp@9.5.1","maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"homepage":"https://github.com/antfu/bumpp","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"bin":{"bumpp":"bin/bumpp.js"},"dist":{"shasum":"bd47ae7844b18f31bec58ccb1b336c42b9489b0f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.5.1.tgz","fileCount":13,"integrity":"sha512-crWpuPh5/SO84HTsIIQbwFpjwg8Zadm3udyj2YfnSSijCvjxwdtmXy2vQh6GLMWJ5LgKwmmMIn85qJ4AIHKlhg==","signatures":[{"sig":"MEYCIQDEHCg+nf9WRHz4B/XujcnLLa+L+WzivPG/qD35eIXOTwIhAIYx1vxNKrKJPxFbcvZmEObvlEiwF75x0q41mIXNHRcC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168962},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=10"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"e93efe88bba42bd0875f12f1c10744f41b732b6e","scripts":{"lint":"eslint .","test":"vitest","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","bumpp":"esno src/cli/run.ts","clean":"rimraf .nyc_output coverage dist","start":"esno src/cli/run.ts","watch":"npm run build -- --watch src","release":"npm run bumpp && npm publish","upgrade":"npm-check -u && npm audit fix","typecheck":"tsc --noEmit","prepublishOnly":"npm run clean && npm run build"},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"repository":{"url":"git+https://github.com/antfu/bumpp.git","type":"git"},"_npmVersion":"10.5.0","description":"Bump version, commit changes, tag, and push to Git","directories":{},"_nodeVersion":"20.12.2","dependencies":{"c12":"^1.11.1","cac":"^6.7.14","semver":"^7.6.3","js-yaml":"^4.1.0","prompts":"^2.4.2","escalade":"^3.1.2","fast-glob":"^3.3.2","jsonc-parser":"^3.3.1","@jsdevtools/ez-spawn":"^3.0.4"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.7.0","devDependencies":{"esno":"^4.7.0","tsup":"^8.2.4","eslint":"^9.9.0","rimraf":"^6.0.1","vitest":"^2.0.5","npm-check":"^6.0.1","picocolors":"^1.0.1","typescript":"^5.5.4","@types/node":"^22.2.0","log-symbols":"^6.0.0","@types/semver":"^7.5.8","@types/js-yaml":"^4.0.9","@types/prompts":"^2.4.9","@antfu/eslint-config":"^2.25.1"},"_npmOperationalInternal":{"tmp":"tmp/bumpp_9.5.1_1723459121903_0.004007494240507725","host":"s3://npm-registry-packages"},"contributors":[]},"9.5.2":{"name":"bumpp","version":"9.5.2","packageManager":"pnpm@9.8.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.1","cac":"^6.7.14","escalade":"^3.1.2","fast-glob":"^3.3.2","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3"},"devDependencies":{"@antfu/eslint-config":"^2.27.0","@types/js-yaml":"^4.0.9","@types/node":"^22.5.0","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.9.0","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.0.1","rimraf":"^6.0.1","tsup":"^8.2.4","typescript":"^5.5.4","vitest":"^2.0.5"},"_id":"bumpp@9.5.2","gitHead":"402476cf2370e7738b02b8e48e78903a7dce1bf9","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-L0awRXkMY4MLasVy3dyfM+2aU2Q4tyCDU45O7hxiB2SHZF8jurw3nmyifrtFJ4cI/JZIvu5ChCtf0i8yLfnohQ==","shasum":"3a85e954b923d64b37da57f6dda178dc99180640","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.5.2.tgz","fileCount":13,"unpackedSize":169267,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBYUR/ePfjsBEUFELr2JcEmH6SeEVm5ZW8bYs7CHH4q7AiEAuuKcoF6zIx9HpCoy09iuy3w9dYs4yxiwlIOTgs4tIdo="}]},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.5.2_1724344708598_0.8497265467282171"},"_hasShrinkwrap":false,"contributors":[]},"9.6.0":{"name":"bumpp","version":"9.6.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.2","cac":"^6.7.14","escalade":"^3.2.0","fast-glob":"^3.3.2","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3"},"devDependencies":{"@antfu/eslint-config":"^3.7.3","@types/js-yaml":"^4.0.9","@types/node":"^22.7.4","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.11.1","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.1.0","rimraf":"^6.0.1","tsup":"^8.3.0","typescript":"^5.6.2","vitest":"^2.1.1"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_id":"bumpp@9.6.0","_integrity":"sha512-6excO/Xzlci8tu69J0ih6IhH/K70AF4lI0FvqqQ7BkZowDU/x9M/6+u5hXOHPP8oS44Fs/shs5cMXY5ORQ3ckg==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/269ae9eb28f85619a48b49bd67ff9f1a/bumpp-9.6.0.tgz","_from":"file:bumpp-9.6.0.tgz","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-6excO/Xzlci8tu69J0ih6IhH/K70AF4lI0FvqqQ7BkZowDU/x9M/6+u5hXOHPP8oS44Fs/shs5cMXY5ORQ3ckg==","shasum":"02caa750f77fb6b8a02c8181f524b5c7e444495f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.6.0.tgz","fileCount":13,"unpackedSize":181605,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVsBPMoZV0s5pBk4C22tC+s5rLdcyimmqNiMi4nA2hpAiEA2E13A9pi5LJ+GrlOBB8YUKPhe7Opa3i4GwaJcRNjnYU="}],"size":45084},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.6.0_1727483503703_0.5050879111590221"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-28T00:31:43.906Z","publish_time":1727483503906,"_source_registry_name":"default","contributors":[]},"9.6.1":{"name":"bumpp","version":"9.6.1","packageManager":"pnpm@9.11.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.2","cac":"^6.7.14","escalade":"^3.2.0","fast-glob":"^3.3.2","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3"},"devDependencies":{"@antfu/eslint-config":"^3.7.3","@types/js-yaml":"^4.0.9","@types/node":"^22.7.4","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.11.1","esno":"^4.7.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.1.0","rimraf":"^6.0.1","tsup":"^8.3.0","typescript":"^5.6.2","vitest":"^2.1.1"},"_id":"bumpp@9.6.1","gitHead":"5d4591b32bf7a44ff65b961e908ca13b6501ab3b","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-lQlPfyS0GrO5FaOODK+OHQxfCT+6/xWfd3Zt8dzsmzm69RWQfh5fAU9igmeZWOzK/s+4vL+gQLo3yw474ntBZw==","shasum":"9a5e0e6606a05f29fd9b9beda01ac907d013a74f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.6.1.tgz","fileCount":13,"unpackedSize":184046,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEItBDAa8nCgsbytg1O+DLuhgRB1ddX04TLl3qGTNqn/AiEA/KI81GAMjPtMWU3ZOUQiSEcITd61QTppP1VWZQNnQnY="}],"size":45572},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.6.1_1727506874847_0.8222114327361676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-28T07:01:15.100Z","publish_time":1727506875100,"_source_registry_name":"default","contributors":[]},"9.7.0":{"name":"bumpp","version":"9.7.0","keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"author":{"url":"https://jamesmessinger.com","name":"James Messinger"},"license":"MIT","_id":"bumpp@9.7.0","maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"homepage":"https://github.com/antfu/bumpp","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"bin":{"bumpp":"bin/bumpp.js"},"dist":{"shasum":"6a2700b048198f9d655c66b0d682515a17be3d1a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.7.0.tgz","fileCount":13,"integrity":"sha512-AD7SaeyCRBLH5crjatUugPKplkCn2ANdAAoYZz51vED18rWufWnwRuuLO0nZzJgAYAsxPK/Wd4oxDMXOt9NDmQ==","signatures":[{"sig":"MEQCIDHA8YVl/t9nKtyxe+SZHyho05221bFL2j4QFHc0PyyuAiAO20marcW4AtfJIVd3UtjNKikDR2n4dZKM0Z6nW6cs9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":186957,"size":46176},"main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=10"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"gitHead":"47305de89f6d3d8165bda06047ce296c76b1a125","scripts":{"lint":"eslint .","test":"vitest","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","bumpp":"esno src/cli/run.ts","clean":"rimraf .nyc_output coverage dist","start":"esno src/cli/run.ts","watch":"npm run build -- --watch src","release":"npm run bumpp && npm publish","upgrade":"npm-check -u && npm audit fix","lint:fix":"eslint --fix .","typecheck":"tsc --noEmit","prepublishOnly":"npm run clean && npm run build"},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"repository":{"url":"git+https://github.com/antfu/bumpp.git","type":"git"},"_npmVersion":"10.8.2","description":"Bump version, commit changes, tag, and push to Git","directories":{},"_nodeVersion":"20.18.0","dependencies":{"c12":"^1.11.2","cac":"^6.7.14","semver":"^7.6.3","js-yaml":"^4.1.0","prompts":"^2.4.2","escalade":"^3.2.0","fast-glob":"^3.3.2","jsonc-parser":"^3.3.1","@jsdevtools/ez-spawn":"^3.0.4"},"_hasShrinkwrap":false,"packageManager":"pnpm@9.12.1","devDependencies":{"esno":"^4.8.0","tsup":"^8.3.0","eslint":"^9.12.0","rimraf":"^6.0.1","vitest":"^2.1.2","npm-check":"^6.0.1","picocolors":"^1.1.0","typescript":"^5.6.3","@types/node":"^22.7.5","log-symbols":"^6.0.0","@types/semver":"^7.5.8","@types/js-yaml":"^4.0.9","@types/prompts":"^2.4.9","@antfu/eslint-config":"^3.7.3"},"_npmOperationalInternal":{"tmp":"tmp/bumpp_9.7.0_1728454785335_0.6002178562960052","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-09T06:19:45.539Z","publish_time":1728454785539,"_source_registry_name":"default","contributors":[]},"9.7.1":{"name":"bumpp","version":"9.7.1","packageManager":"pnpm@9.12.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.2","cac":"^6.7.14","escalade":"^3.2.0","fast-glob":"^3.3.2","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3"},"devDependencies":{"@antfu/eslint-config":"^3.7.3","@types/js-yaml":"^4.0.9","@types/node":"^22.7.5","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.12.0","esno":"^4.8.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.1.0","rimraf":"^6.0.1","tsup":"^8.3.0","typescript":"^5.6.3","vitest":"^2.1.2"},"_id":"bumpp@9.7.1","gitHead":"b2ac17cf6caa413104f868d49487943ef76dd47c","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Z6fhD5B8POcSkP+LIHeFQ0+vF0p/C3U+aYp3Yui748VCmsHrhJ/ZshP2970FqE93ymHrJVXTTF8/HDKrRNEYvw==","shasum":"ab5f29163e2a38a0a645674b82f809985e7819d0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.7.1.tgz","fileCount":13,"unpackedSize":186888,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMIG/TlNDCFYukU88MNBGHL2TkIA1nLTbq7q5YQx2jLgIgI6nuwSfSI1EjNGMFcRjU7EqJ93UZmSaINA4gZkhCYl0="}],"size":46148},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.7.1_1728454820754_0.7234900049856174"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-09T06:20:20.953Z","publish_time":1728454820953,"_source_registry_name":"default","contributors":[]},"9.8.0":{"name":"bumpp","version":"9.8.0","packageManager":"pnpm@9.12.3","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.2","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.8.0","@types/js-yaml":"^4.0.9","@types/node":"^22.8.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.13.0","esno":"^4.8.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.6.3","vitest":"^2.1.4"},"_id":"bumpp@9.8.0","gitHead":"9081b506f9c1c2f587eaf84f0faff6a1d771ae54","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-RKHjvOpN6RGhh7LNXGQCRRTPJ99PvVJRcX7EvKKpgj+3nKV8DWDM+8O1TMK0UvcGWhE74PRrQpISqFTcq8wPSg==","shasum":"06929d2a5561e08732d5b5c4ed7e1fd1e8cdad10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.8.0.tgz","fileCount":13,"unpackedSize":187109,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPdTRuDsX/XvZ9fTpB0NkIuodrguY4lA5CDzSWbCbsSAIhALU4JxdDLUMuHPZtcIuzLth13kX0mhFTo3XpvEklq+yT"}],"size":46246},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.8.0_1730126834925_0.49620122145152323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-28T14:47:15.157Z","publish_time":1730126835157,"_source_registry_name":"default","contributors":[]},"9.8.1":{"name":"bumpp","version":"9.8.1","packageManager":"pnpm@9.12.3","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"@jsdevtools/ez-spawn":"^3.0.4","c12":"^1.11.2","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.8.0","@types/js-yaml":"^4.0.9","@types/node":"^22.8.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.13.0","esno":"^4.8.0","log-symbols":"^6.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.6.3","vitest":"^2.1.4"},"_id":"bumpp@9.8.1","gitHead":"705b60b2ff893106f507b85d72d2f278bb7e9e91","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-25W55DZI/rq6FboM0Q5y8eHbUk9eNn9oZ4bg/I5kiWn8/rdZCw6iqML076akQiUOQGhrm6QDvSSn4PgQ48bS4A==","shasum":"b80753252b21f3e265e4a7a738b8ec82c0763316","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.8.1.tgz","fileCount":13,"unpackedSize":186740,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7QFfLvrVsJqiTD4dVOgeqdvorGu1WNc8FH04fyERvLwIgd+5cPEUXtd6UHEzbj2Dw/y0E2/Cnxg4s2eDbXivWbo8="}],"size":46154},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.8.1_1730695984266_0.3671944989744531"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-04T04:53:04.470Z","publish_time":1730695984470,"_source_registry_name":"default","contributors":[]},"9.9.0":{"name":"bumpp","version":"9.9.0","packageManager":"pnpm@9.15.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.1","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.11.2","@types/js-yaml":"^4.0.9","@types/node":"^22.10.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.16.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.2","vitest":"^2.1.8"},"_id":"bumpp@9.9.0","gitHead":"1229cd71db46ce7b18c11119a3ed1d2f702e4ae1","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-d6Bv4O26po6gOrrjqDQte4+LxedxW885ZW7gJcNFUwkn9XH+8tKIB80za69SRluWkAgWPmSt7288pkMpzY1lnw==","shasum":"e2a30c94e3038801c566c44064ee88871a86d384","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.9.0.tgz","fileCount":13,"unpackedSize":149471,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC6Jns2SY5o3zz82Bn1CzDOGkx+5HvEmDX4Xyj35oYDgIgGmi3vvtfTPxjz8Qu3/QjM91xGwzIuOd66vk1dratx1U="}],"size":35672},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.9.0_1733680946226_0.27438382994062493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-08T18:02:26.560Z","publish_time":1733680946560,"_source_registry_name":"default","contributors":[]},"9.9.1":{"name":"bumpp","version":"9.9.1","packageManager":"pnpm@9.15.0","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.1","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.11.2","@types/js-yaml":"^4.0.9","@types/node":"^22.10.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.16.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","shell-quote":"^1.8.2","tsup":"^8.3.5","typescript":"^5.7.2","vitest":"^2.1.8"},"_id":"bumpp@9.9.1","gitHead":"ba0a0d5ad7ea51b5256357294c685f1c4976ca9d","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-M2CnokltfM7kLpYigS9PTAljG5pKng2MBTVpjCIXD+StNvhc+pnO+SYVnQDGjEVXD1fw2/Ofrf7wH45fxovoPg==","shasum":"e4d77ea60122a0c4d4404b0d2bbb10248e32eb59","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.9.1.tgz","fileCount":13,"unpackedSize":167350,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHhL82wpmavOnqaScHV/SZXs1ocsIkvEUFWLCTxvZwdwIgBkSb2wKCezeE5DCu0kU9S508QLcWgj+C6KGDYdQBqNU="}],"size":40822},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.9.1_1734010879558_0.032065505307534936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-12T13:41:19.775Z","publish_time":1734010879775,"_source_registry_name":"default","contributors":[]},"9.9.2":{"name":"bumpp","version":"9.9.2","packageManager":"pnpm@9.15.1","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.1","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.12.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.2","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.2.1","eslint":"^9.17.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.2","vitest":"^2.1.8"},"_id":"bumpp@9.9.2","gitHead":"b9f797f1c45a9d6f1efc1b75a86a498dc7ec2e36","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ggRxRV1rWHEyWXnf55UqYzGvttS/Vpkl1zxcNdE5xoYMTHlSgRA0Td4nKn3ckCcMuC+MTgaGQrbKBeyr0V9+Hg==","shasum":"49be32274ce317031bff3b2af94b76b34325f035","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.9.2.tgz","fileCount":13,"unpackedSize":153115,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6cyJfgcwxtoXjTeHZNQJMsMHDkxM993SabNZs/RlVNgIgGhc7a7v1JSW8xWomatxJHSZiWrKKRb37x7KpAmITvSY="}],"size":36606},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.9.2_1734837101386_0.829034957599031"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-22T03:11:41.590Z","publish_time":1734837101590,"_source_registry_name":"default","contributors":[]},"9.9.3":{"name":"bumpp","version":"9.9.3","packageManager":"pnpm@9.15.3","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.12.1","@types/js-yaml":"^4.0.9","@types/node":"^22.10.5","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.17.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.2","vitest":"^2.1.8"},"_id":"bumpp@9.9.3","gitHead":"6875220727871358edbaa12484a17d81e3f8f331","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fEX4zIuFuDLCFaQtBFaiNtlUgYbDjd9fUbJqlDfER7Wz+KUOkEXeDs5qScsHX+jKYvTgD5xdOA4ZYYMAo5rC9A==","shasum":"403253ea5e1563b628d3e0b2ac27509f2e33bd92","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.9.3.tgz","fileCount":13,"unpackedSize":154030,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFeaW/vUsQxkFeErETBoqGFHLam9eYmDkGTNImbBP9SQAiAYlZi8sr0yi0OxoEF9/KFo12wMwABN3ODjECfmaq38bQ=="}],"size":36874},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.9.3_1736314888447_0.31153504650448727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T05:41:28.654Z","publish_time":1736314888654,"_source_registry_name":"default","contributors":[]},"9.10.0":{"name":"bumpp","version":"9.10.0","packageManager":"pnpm@9.15.3","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.12.2","@types/js-yaml":"^4.0.9","@types/node":"^22.10.5","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.17.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.3","vitest":"^2.1.8"},"_id":"bumpp@9.10.0","gitHead":"7fafd9afad1a49242e42a34070b2c428077dc27c","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gNY3tYEGKyqW8+qtpeLQ2UfQW7G81d/vhCWNGrMlvy0Toq1LZPRs8wk9woAw8o9Tzv7pvjaF/Gno+UN3qiqNxA==","shasum":"3806c66d63d0f2f8f37a9f16a59d5db84bc0f0c5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.10.0.tgz","fileCount":13,"unpackedSize":158064,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDS/EZtZek8EkF8beCTq1YfS5aPqU1U58shIlEFus1ASAIhAN6O8X62uKwhpVBuKfU5pnFusV4SHCvItlZGPDDZ1vSq"}],"size":37740},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.10.0_1736414016996_0.574280077963101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T09:13:37.186Z","publish_time":1736414017186,"_source_registry_name":"default","contributors":[]},"9.10.1":{"name":"bumpp","version":"9.10.1","packageManager":"pnpm@9.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.14.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.6","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.18.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.3","vitest":"^2.1.8"},"_id":"bumpp@9.10.1","gitHead":"bf80c85124598b2ca98d82bf01b37e5099deb6cc","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KG7oQmv6cz7QQwOvM3x/yPcF8+VBEtuLEEecmohNyb4+bLbtSVpJp8brjzcZYQN7UOyR4i0qIIYThnsBgP8uCA==","shasum":"e3cc32ee10a5ca9c32f2d493ccf79b6f524770bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.10.1.tgz","fileCount":13,"unpackedSize":159306,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOhYibczrk1aN0DL7CSC+GUumiR19/ehrvlpXomM4awAiEA2iruPyWUUftLFGT3VzzXpzoVyvI0L6unkFr+AJk4pOs="}],"size":37945},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.10.1_1736919431872_0.6301931610480205"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-15T05:37:12.082Z","publish_time":1736919432082,"_source_registry_name":"default","contributors":[]},"9.10.2":{"name":"bumpp","version":"9.10.2","packageManager":"pnpm@9.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^3.16.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.7","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.18.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.3","vitest":"^3.0.3"},"_id":"bumpp@9.10.2","gitHead":"db6e8dd9a1a522e11e85f26360213a816e154833","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QX1JdswFLLVgrA+I/t+926/jsuJ92BTKKxGvMYC6fg+1lFpCl9RbILQJg0thc5UirIjQ6/jY1Sj+b4tz3evA5g==","shasum":"ea40a46a027f8ce645f0a3268beba0b2619fb0d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.10.2.tgz","fileCount":13,"unpackedSize":159405,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCclPalX1mqX6lF3+6+4BTfYnI9/3NQcKFc5rBU8Ip7vAIgXxBqXUhwM4q4LLqn/4AHQtvJ93P3q1cbOMZDlB1pSTw="}],"size":37970},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.10.2_1737532999182_0.2782301917550891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-22T08:03:19.351Z","publish_time":1737532999351,"_source_registry_name":"default","contributors":[]},"9.11.0":{"name":"bumpp","type":"module","version":"9.11.0","packageManager":"pnpm@9.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"main":"dist/index.js","module":"dist/index.mjs","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tiny-conventional-commits-parser":"^0.0.1","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.0.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.10","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.19.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.3","vitest":"^3.0.4"},"_id":"bumpp@9.11.0","gitHead":"4fc73d75bd11ee9c73f27a115bf7a254ae062d56","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1rX8IxflCrdt/lmQFxUmnETPrsXKEK13aAIzF3cyMfIWnQsQiQdnG1zmwP1nsYW8+n/lBhZJoTUq+tkR42pPJA==","shasum":"6d803155a7ce1a39a17c7e57c7ee2602eeeebbe2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.11.0.tgz","fileCount":13,"unpackedSize":151198,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDj7U5IrDn0opqowJAE8BsWmFVHxLtwz2s4XjYT/0xAcgIgdaWTWA4KAdXX5uNMaC+lePG+72T33G7W4DBR0b/45vU="}],"size":38374},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.11.0_1737800888755_0.07556094264406332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-25T10:28:08.948Z","publish_time":1737800888948,"_source_registry_name":"default","contributors":[]},"9.11.1":{"name":"bumpp","type":"module","version":"9.11.1","packageManager":"pnpm@9.15.4","description":"Bump version, commit changes, tag, and push to Git","author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"license":"MIT","homepage":"https://github.com/antfu/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"main":"dist/index.js","module":"dist/index.js","types":"dist/index.d.ts","bin":{"bumpp":"bin/bumpp.js"},"engines":{"node":">=10"},"scripts":{"clean":"rimraf .nyc_output coverage dist","lint":"eslint .","lint:fix":"eslint --fix .","build":"tsup src/index.ts src/cli.ts --format esm,cjs --dts --clean","watch":"npm run build -- --watch src","start":"esno src/cli/run.ts","test":"vitest","upgrade":"npm-check -u && npm audit fix","bumpp":"esno src/cli/run.ts","prepublishOnly":"npm run clean && npm run build","release":"npm run bumpp && npm publish","typecheck":"tsc --noEmit"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tiny-conventional-commits-parser":"^0.0.1","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.0.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.10","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.19.0","esno":"^4.8.0","log-symbols":"^7.0.0","npm-check":"^6.0.1","picocolors":"^1.1.1","rimraf":"^6.0.1","tsup":"^8.3.5","typescript":"^5.7.3","vitest":"^3.0.4"},"_id":"bumpp@9.11.1","gitHead":"2dd80c1fd734a03577a2c684ff16595db7e81d6a","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jBHlab9NnRwrpHsockb5E+MBo0os2yS6S7i3cnN8hB6EkTardKQotmd0CFdOc8pubLz2fxj2AD6RGtrySVG6Mw==","shasum":"ab53c8015a1e863628f2d21ae4226b61ec8dbb36","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-9.11.1.tgz","fileCount":13,"unpackedSize":151205,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD2a55OtEUkO68gHfVn8UcqHWK9mVeT7dFWqnnAalxwggIhAKV9ny82ZtVJmU04VtdgYWEIfUFtlUinrrUVRz/LcADM"}],"size":38397},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_9.11.1_1737801434850_0.24527547216129686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-25T10:37:15.080Z","publish_time":1737801435080,"_source_registry_name":"default","contributors":[]},"10.0.0":{"name":"bumpp","type":"module","version":"10.0.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.0.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.10","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.19.0","esno":"^4.8.0","log-symbols":"^7.0.0","picocolors":"^1.1.1","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","typescript":"^5.7.3","unbuild":"^3.3.1","vitest":"^3.0.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"esno src/cli/run.ts","test":"vitest","bumpp":"esno src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.0.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-3UMC8dJYUX29sd4vWbFzQUCoWRWOB6ol5afwurq8fd3U0k3RjCSSxAQoFX2JQRPLPRz38wR2e2A3KOkiYdL+DQ==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/612a4d0eef497029f67105f445db3d79/bumpp-10.0.0.tgz","_from":"file:bumpp-10.0.0.tgz","_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3UMC8dJYUX29sd4vWbFzQUCoWRWOB6ol5afwurq8fd3U0k3RjCSSxAQoFX2JQRPLPRz38wR2e2A3KOkiYdL+DQ==","shasum":"39d21ea1477f3b01ec324e8118a0696ae7e06a67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.0.0.tgz","fileCount":11,"unpackedSize":65709,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB9jOD0fjEyDeiTA0a5wuvCVhEe23b91cHcdP/gCp8tIAiBDGj2wARUIUwIHqragvyhCNv3h4ktYrCk5SEOW1efUuA=="}],"size":15513},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.0.0_1737801911325_0.4063990374636359"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-25T10:45:11.578Z","publish_time":1737801911578,"_source_registry_name":"default","contributors":[]},"10.0.1":{"name":"bumpp","type":"module","version":"10.0.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.8","prompts":"^2.4.2","semver":"^7.6.3","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.0.0","@types/js-yaml":"^4.0.9","@types/node":"^22.10.10","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","args-tokenizer":"^0.3.0","eslint":"^9.19.0","esno":"^4.8.0","picocolors":"^1.1.1","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","typescript":"^5.7.3","unbuild":"^3.3.1","vitest":"^3.0.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"esno src/cli/run.ts","test":"vitest","bumpp":"esno src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.0.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-TBCR4FjNiubf+t6QFncNHJzCDwcz6SM2PPt/UoIGwGoe5ZTbSqu37nNJFlxBngWCUb1rYbf43ocNT1pPaNu5CQ==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/1582cbcce9988ebd415ccde94eb16343/bumpp-10.0.1.tgz","_from":"file:bumpp-10.0.1.tgz","_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TBCR4FjNiubf+t6QFncNHJzCDwcz6SM2PPt/UoIGwGoe5ZTbSqu37nNJFlxBngWCUb1rYbf43ocNT1pPaNu5CQ==","shasum":"578202f4893aa509418e7498f91e40a78aae1ebc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.0.1.tgz","fileCount":11,"unpackedSize":65768,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBjt66q6xXoIQAVaV99LflK29D7AMnpTApLvSGCJNdVJAiAgC9iwBWwlkxEBiyUA0dv7y4lRfWC30GJChSSt/23Hhw=="}],"size":15540},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.0.1_1737802139885_0.1381530416813599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-25T10:49:00.069Z","publish_time":1737802140069,"_source_registry_name":"default","contributors":[]},"10.0.2":{"name":"bumpp","type":"module","version":"10.0.2","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"args-tokenizer":"^0.3.0","c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.9","prompts":"^2.4.2","semver":"^7.7.1","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.1.1","@types/js-yaml":"^4.0.9","@types/node":"^22.13.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.19.0","esno":"^4.8.0","picocolors":"^1.1.1","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","typescript":"^5.7.3","unbuild":"^3.3.1","vitest":"^3.0.5"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"esno src/cli/run.ts","test":"vitest","bumpp":"esno src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.0.2","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-17ztVdFfdoSStJyauUjhi+fWJ9wWmMloOhqwimLHnM3Pfd5+o/BJFwy3TDcK11bMVP5phari5/C4FxFgxXZHhw==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/04715118197c94f5fc83ca4e663bd41f/bumpp-10.0.2.tgz","_from":"file:bumpp-10.0.2.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-17ztVdFfdoSStJyauUjhi+fWJ9wWmMloOhqwimLHnM3Pfd5+o/BJFwy3TDcK11bMVP5phari5/C4FxFgxXZHhw==","shasum":"3ee55b7385a508e033785767494069c575b79b67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.0.2.tgz","fileCount":11,"unpackedSize":64715,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEunjHYTk38raQHfBuu8clR5JHVWdihTqnvVlX20pFe5AiEA/1xTv/619GnwDyLGKk06mziZkemMS1zVPVu/gV8Dshg="}],"size":15151},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.0.2_1738759979499_0.32382605137595677"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T12:52:59.760Z","publish_time":1738759979760,"_source_registry_name":"default","contributors":[]},"10.0.3":{"name":"bumpp","type":"module","version":"10.0.3","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"args-tokenizer":"^0.3.0","c12":"^2.0.1","cac":"^6.7.14","escalade":"^3.2.0","js-yaml":"^4.1.0","jsonc-parser":"^3.3.1","package-manager-detector":"^0.2.9","prompts":"^2.4.2","semver":"^7.7.1","tinyexec":"^0.3.2","tinyglobby":"^0.2.10"},"devDependencies":{"@antfu/eslint-config":"^4.1.1","@types/js-yaml":"^4.0.9","@types/node":"^22.13.1","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.19.0","esno":"^4.8.0","picocolors":"^1.1.1","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","typescript":"^5.7.3","unbuild":"^3.3.1","vitest":"^3.0.5"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"esno src/cli/run.ts","test":"vitest","bumpp":"esno src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.0.3","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-5ONBZenNf9yfTIl2vFvDEfeeioidt0fG10SzjHQw50BRxOmXzsdY+lab1+SDMfiW6UyJ1xQqzFymcy5wa8YhTA==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/a1c79ddd3548440295a8312a225034ae/bumpp-10.0.3.tgz","_from":"file:bumpp-10.0.3.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-5ONBZenNf9yfTIl2vFvDEfeeioidt0fG10SzjHQw50BRxOmXzsdY+lab1+SDMfiW6UyJ1xQqzFymcy5wa8YhTA==","shasum":"9f23c105bf5d84f221ae0ded1ab56918b7200d7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.0.3.tgz","fileCount":11,"unpackedSize":64827,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCBe/pkwL7NW62EtrvJOdXZ26pr93QS0a1m5jUiJlWUwQIgYKOC7l6ET1ycycF9cUzxsPJUc39UZFidVogBnkXGVnE="}],"size":15198},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.0.3_1739268099910_0.5403873589820782"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T10:01:40.212Z","publish_time":1739268100212,"_source_registry_name":"default","contributors":[]},"10.1.0":{"name":"bumpp","type":"module","version":"10.1.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^3.17.0","args-tokenizer":"^0.3.0","c12":"^3.0.2","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.0.0","semver":"^7.7.1","tinyexec":"^0.3.2","tinyglobby":"^0.2.12","yaml":"^2.7.0"},"devDependencies":{"@antfu/eslint-config":"^4.8.1","@types/node":"^22.13.10","@types/prompts":"^2.4.9","@types/semver":"^7.5.8","eslint":"^9.22.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.19.3","typescript":"^5.8.2","unbuild":"^3.5.0","vitest":"^3.0.8"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.1.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-cM/4+kO2A2l3aDSL7tr/ALg8TWPihl1fDWHZyz55JlDmzd01Y+8Vq3YQ1ydeKDS4QFN+tKaLsVzhdDIb/cbsLQ==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/a39d2b9985d85442413050c08635506d/bumpp-10.1.0.tgz","_from":"file:bumpp-10.1.0.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-cM/4+kO2A2l3aDSL7tr/ALg8TWPihl1fDWHZyz55JlDmzd01Y+8Vq3YQ1ydeKDS4QFN+tKaLsVzhdDIb/cbsLQ==","shasum":"e0bab0ae0ee5c23f835fddb4ee5f968c7c349b92","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.1.0.tgz","fileCount":11,"unpackedSize":235982,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAX8M6n0v3kIhMfW94+FK7iilFYAY1Y0Pjl/2Hkv81jwAiEAlmCtkZcQw1kWRtcRViUWKKsGCYdf9zGfEZOxg5c+ObQ="}],"size":46777},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.1.0_1741750993614_0.6526754557300678"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-12T03:43:13.812Z","publish_time":1741750993812,"_source_registry_name":"default","contributors":[]},"10.1.1":{"name":"bumpp","type":"module","version":"10.1.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.0.0","args-tokenizer":"^0.3.0","c12":"^3.0.3","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.13","yaml":"^2.8.0"},"devDependencies":{"@antfu/eslint-config":"^4.13.0","@types/node":"^22.15.18","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","eslint":"^9.26.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.19.4","typescript":"^5.8.3","unbuild":"^3.5.0","vitest":"^3.1.3"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.1.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-69ejE1J5O5qDN3oRu2jRas1nQmi5zEYepjzbYPpi1znuDnp+zZ9Yezsf/nYauWeoMNALQ5toniNGET05Txj2cQ==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/79245a9af713adf64ce188bc78ad321d/bumpp-10.1.1.tgz","_from":"file:bumpp-10.1.1.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-69ejE1J5O5qDN3oRu2jRas1nQmi5zEYepjzbYPpi1znuDnp+zZ9Yezsf/nYauWeoMNALQ5toniNGET05Txj2cQ==","shasum":"8d4f515c6d343688501a49e8609c9228c7164c95","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.1.1.tgz","fileCount":11,"unpackedSize":235990,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDbbFUhZobL3xpBJIqqfmEzWS+9VKuDfl6wt+iOodZR+wIgWhTGI8+K0FbysY864f2OuSQr76u8jSUUr2t5XLXGUYQ="}],"size":46785},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.1.1_1747356801783_0.4657263660593287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-16T00:53:21.948Z","publish_time":1747356801948,"_source_registry_name":"default","contributors":[]},"10.2.0":{"name":"bumpp","type":"module","version":"10.2.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.1.0","args-tokenizer":"^0.3.0","c12":"^3.0.4","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.14","yaml":"^2.8.0"},"devDependencies":{"@antfu/eslint-config":"^4.14.1","@types/node":"^24.0.3","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","eslint":"^9.29.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.3","typescript":"^5.8.3","unbuild":"^3.5.0","vitest":"^3.2.3"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.2.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-1EJ2NG3M3WYJj4m+GtcxNH6Y7zMQ8q68USMoUGKjM6qFTVXSXCnTxcQSUDV7j4KjLVbk2uK6345Z+6RKOv0w5A==","_resolved":"/private/var/folders/xq/z_s92vkn0p15rjshfg3gdykc0000gn/T/4a94bd1997debbfe3f7cf00ee9f20648/bumpp-10.2.0.tgz","_from":"file:bumpp-10.2.0.tgz","_nodeVersion":"22.16.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-1EJ2NG3M3WYJj4m+GtcxNH6Y7zMQ8q68USMoUGKjM6qFTVXSXCnTxcQSUDV7j4KjLVbk2uK6345Z+6RKOv0w5A==","shasum":"588f1d901d7e7f727303340e4d88fa6f55ae12e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.2.0.tgz","fileCount":11,"unpackedSize":236204,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAuzdemtFutXsFEdzhPd6G0LySE+vX4K0L60PGu57CVBAiB/MH4rsAlJaCLGDN+oEDNlxfsEdKTifVnQxjTfpCEh0A=="}],"size":46807},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com","actor":{"name":"antfu","email":"anthonyfu117@hotmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.2.0_1750136192340_0.14436292208038637"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-17T04:56:32.545Z","publish_time":1750136192545,"_source_registry_name":"default","contributors":[]},"10.2.1":{"name":"bumpp","type":"module","version":"10.2.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.1.0","args-tokenizer":"^0.3.0","c12":"^3.1.0","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.14","yaml":"^2.8.0"},"devDependencies":{"@antfu/eslint-config":"^5.0.0","@types/node":"^24.1.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","eslint":"^9.32.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.3","typescript":"^5.8.3","unbuild":"^3.6.0","vitest":"^3.2.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.2.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-Dhgao1WhrcMg+1R3GU+57e6grUNNIGORN53YllDFurNEVGWmkD/z63R3xX4Sl9IqEw//1/UxbrvmK8V1pcJDHw==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/849b0f5a819c15b2c2ba4ceda8ef8fb9/bumpp-10.2.1.tgz","_from":"file:bumpp-10.2.1.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-Dhgao1WhrcMg+1R3GU+57e6grUNNIGORN53YllDFurNEVGWmkD/z63R3xX4Sl9IqEw//1/UxbrvmK8V1pcJDHw==","shasum":"817c1fe167680d3f0965585d9af08c0eff93bdb0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.2.1.tgz","fileCount":11,"unpackedSize":236238,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAE0TTON0W3ny8u4dFYvOyQKV20Mhi9FkzloYW0goMjeAiEAr2DwsA81G6T83zVI7FLiE2lmTqM+O5afldLD+UW6RvI="}],"size":46817},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.2.1_1753767536326_0.7603249800936238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-29T05:38:56.510Z","publish_time":1753767536510,"_source_registry_name":"default","contributors":[]},"10.2.2":{"name":"bumpp","type":"module","version":"10.2.2","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.1.0","args-tokenizer":"^0.3.0","c12":"^3.2.0","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.14","yaml":"^2.8.0"},"devDependencies":{"@antfu/eslint-config":"^5.0.0","@types/node":"^24.1.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","eslint":"^9.32.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.3","typescript":"^5.9.2","unbuild":"^3.6.0","vitest":"^3.2.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.2.2","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-b6LpQOuXqhejTfNV8r1XkdPQiPWS09l+k+W8raTV2YaFeIqCA76D81G22ac/2jhVTCWXwbEMgvxbQtHriOIPkw==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/8f37b03a9fae2db25e04714aa2c8f627/bumpp-10.2.2.tgz","_from":"file:bumpp-10.2.2.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-b6LpQOuXqhejTfNV8r1XkdPQiPWS09l+k+W8raTV2YaFeIqCA76D81G22ac/2jhVTCWXwbEMgvxbQtHriOIPkw==","shasum":"6a8740a8c40969e8c68bb683a3f7c42d534b8dbe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.2.2.tgz","fileCount":11,"unpackedSize":236425,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCXC3zxJYxMjmzmMp6bSGA1yzCbXMXNqV33nHkVm91P2wIgf0lQrzoPFOlytIUU7zW0RT7mUdenEBgFXgH9sF0O5GI="}],"size":46866},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.2.2_1754023075447_0.6302787905650735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-01T04:37:55.629Z","publish_time":1754023075629,"_source_registry_name":"default","contributors":[]},"10.2.3":{"name":"bumpp","type":"module","version":"10.2.3","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.1.0","args-tokenizer":"^0.3.0","c12":"^3.2.0","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.14","yaml":"^2.8.1"},"devDependencies":{"@antfu/eslint-config":"^5.2.1","@types/node":"^24.2.1","@types/prompts":"^2.4.9","@types/semver":"^7.7.0","eslint":"^9.33.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.3","typescript":"^5.9.2","unbuild":"^3.6.0","vitest":"^3.2.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.2.3","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-nsFBZACxuBVu6yzDSaZZaWpX5hTQ+++9WtYkmO+0Bd3cpSq0Mzvqw5V83n+fOyRj3dYuZRFCQf5Z9NNfZj+Rnw==","_resolved":"/private/var/folders/xq/z_s92vkn0p15rjshfg3gdykc0000gn/T/638d991de3b439ee4f0f79f0a48db164/bumpp-10.2.3.tgz","_from":"file:bumpp-10.2.3.tgz","_nodeVersion":"22.16.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-nsFBZACxuBVu6yzDSaZZaWpX5hTQ+++9WtYkmO+0Bd3cpSq0Mzvqw5V83n+fOyRj3dYuZRFCQf5Z9NNfZj+Rnw==","shasum":"ea68a5419a5316d52e2c56058ca55929f2b33215","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.2.3.tgz","fileCount":11,"unpackedSize":236429,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAqan92gLPO64nkeJB1mDBF8dMPOsSP3cPxju6EShpcvAiAwJlgRNm5jDYcg7+UrpFkcHiN5ofwrE2o/F2ILQIilrg=="}],"size":46864},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.2.3_1754959351938_0.16835434374819203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-12T00:42:32.164Z","publish_time":1754959352164,"_source_registry_name":"default","contributors":[]},"10.3.0":{"name":"bumpp","type":"module","version":"10.3.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.2.0","args-tokenizer":"^0.3.0","c12":"^3.3.0","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.15","yaml":"^2.8.1"},"devDependencies":{"@antfu/eslint-config":"^5.4.1","@types/node":"^24.6.2","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","eslint":"^9.37.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.6","typescript":"^5.9.3","unbuild":"^3.6.1","vitest":"^3.2.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp && pnpm publish","typecheck":"tsc --noEmit"},"_id":"bumpp@10.3.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-hxbn/kXi1TH3GhHeuGmG+V5Fs9yQ05VnSheyLxUwZJnnR8o8Lu4owbQtBDAEPO9N3lXG5rVoENOWrgUiEcq+kw==","_resolved":"/private/var/folders/30/nymxcyb909ggq2j5lwn7b_600000gn/T/58a771e41a629aedda0b379e33948148/bumpp-10.3.0.tgz","_from":"file:bumpp-10.3.0.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-hxbn/kXi1TH3GhHeuGmG+V5Fs9yQ05VnSheyLxUwZJnnR8o8Lu4owbQtBDAEPO9N3lXG5rVoENOWrgUiEcq+kw==","shasum":"e400991adcc7f5779e404ed9103878abbccd33ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.3.0.tgz","fileCount":11,"unpackedSize":236616,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAYtVc11Pg+lI8AkactEJtOE2+6x+Tiu6rQdeCPdQ8epAiBSxkHk1XhBs7y07ahXyukaUWju4yisYj3BnOHDRDCxDQ=="}],"size":46932},"_npmUser":{"name":"anonymous","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.3.0_1759716005551_0.3863706952853987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-06T02:00:05.748Z","publish_time":1759716005748,"_source_registry_name":"default","contributors":[]},"10.3.1":{"name":"bumpp","type":"module","version":"10.3.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.2.0","args-tokenizer":"^0.3.0","c12":"^3.3.0","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.3.0","semver":"^7.7.2","tinyexec":"^1.0.1","tinyglobby":"^0.2.15","yaml":"^2.8.1"},"devDependencies":{"@antfu/eslint-config":"^5.4.1","@types/node":"^24.6.2","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","eslint":"^9.37.0","prompts":"^2.4.2","rimraf":"^6.0.1","tiny-conventional-commits-parser":"^0.0.1","tsx":"^4.20.6","typescript":"^5.9.3","unbuild":"^3.6.1","vitest":"^3.2.4"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsc --noEmit"},"_id":"bumpp@10.3.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-cOKPRFCWvHcYPJQAHN6V7Jp/wAfnyqQRXQ+2fgWIL6Gao20rpu7xQ1cGGo1APOfmbQmmHngEPg9Fy7nJ3giRkQ==","_resolved":"/tmp/cdf23d40b5544c82a5e51812361a46f5/bumpp-10.3.1.tgz","_from":"file:bumpp-10.3.1.tgz","_nodeVersion":"22.20.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-cOKPRFCWvHcYPJQAHN6V7Jp/wAfnyqQRXQ+2fgWIL6Gao20rpu7xQ1cGGo1APOfmbQmmHngEPg9Fy7nJ3giRkQ==","shasum":"b62c8abe68df8ce26d557c6de0a1d0b5a1f97228","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.3.1.tgz","fileCount":11,"unpackedSize":236600,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@10.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCmLlPAoKqeb0jm4c+VDxe5mZ36pwshpIBoIugiSsI1fQIgGkkMY2rzliORze6rZEQQEDBgKOwwchH2GysCd1wrX1U="}],"size":46930},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.3.1_1759718910428_0.4879072239485345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-06T02:48:30.623Z","publish_time":1759718910623,"_source_registry_name":"default","contributors":[]},"10.3.2":{"name":"bumpp","type":"module","version":"10.3.2","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.2.0","args-tokenizer":"^0.3.0","c12":"^3.3.2","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.5.0","semver":"^7.7.3","tinyexec":"^1.0.2","tinyglobby":"^0.2.15","yaml":"^2.8.1"},"devDependencies":{"@antfu/eslint-config":"^6.2.0","@types/node":"^24.10.1","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","eslint":"^9.39.1","prompts":"^2.4.2","rimraf":"^6.1.2","tiny-conventional-commits-parser":"^0.1.0","tsx":"^4.20.6","typescript":"^5.9.3","unbuild":"^3.6.1","vitest":"^4.0.14"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsc --noEmit"},"_id":"bumpp@10.3.2","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-yUUkVx5zpTywLNX97MlrqtpanI7eMMwFwLntWR2EBVDw3/Pm3aRIzCoDEGHATLIiHK9PuJC7xWI4XNWqXItSPg==","_resolved":"/tmp/e57f71679381fbe7dbcd96a9157f7950/bumpp-10.3.2.tgz","_from":"file:bumpp-10.3.2.tgz","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-yUUkVx5zpTywLNX97MlrqtpanI7eMMwFwLntWR2EBVDw3/Pm3aRIzCoDEGHATLIiHK9PuJC7xWI4XNWqXItSPg==","shasum":"e13cccfc2b47b94b208731dcff9b9a35c515e9c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.3.2.tgz","fileCount":11,"unpackedSize":237185,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@10.3.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHkhIT2l1dupnCivgfwroDts+cK9uPPKDcTizK3hVarMAiADhwY+8CWZxir1hC2i6MbYMpjW972gVNHnvax51yw1tg=="}],"size":47066},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.3.2_1764222572145_0.06858185840588282"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-27T05:49:32.325Z","publish_time":1764222572325,"_source_registry_name":"default","contributors":[]},"10.4.0":{"name":"bumpp","type":"module","version":"10.4.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.2.0","args-tokenizer":"^0.3.0","c12":"^3.3.3","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.6.0","semver":"^7.7.3","tinyexec":"^1.0.2","tinyglobby":"^0.2.15","yaml":"^2.8.2"},"devDependencies":{"@antfu/eslint-config":"^6.7.3","@types/node":"^25.0.7","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","eslint":"^9.39.2","prompts":"^2.4.2","rimraf":"^6.1.2","tiny-conventional-commits-parser":"^0.1.0","tsx":"^4.21.0","typescript":"^5.9.3","unbuild":"^3.6.1","vitest":"^4.0.17"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsc --noEmit"},"_id":"bumpp@10.4.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-VzJhB4iyZ04w99HreEvXJY/lxzApnE/PRbcFY4cKnOUSRVbRbAf0AIU0DeavrkffW+mclJlkmnQYn9NdwcBk1g==","_resolved":"/tmp/d872e261b5bf7657ea17d104a2472581/bumpp-10.4.0.tgz","_from":"file:bumpp-10.4.0.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-VzJhB4iyZ04w99HreEvXJY/lxzApnE/PRbcFY4cKnOUSRVbRbAf0AIU0DeavrkffW+mclJlkmnQYn9NdwcBk1g==","shasum":"2677ee1af09ff3cd5e90c64312374f42e6567ed4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.4.0.tgz","fileCount":11,"unpackedSize":236244,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@10.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDfzl0g011FvvxK4lEKChcvPjlAWjtgI1r7W0e3ICDruAIhAOMdUwo8SRMaL1EXRXHDZdY2IowBFizkkTCVXjxBtIM+"}],"size":46789},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.4.0_1768287100241_0.14932806416321887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-13T06:51:40.389Z","publish_time":1768287100389,"_source_registry_name":"default","contributors":[]},"10.4.1":{"name":"bumpp","type":"module","version":"10.4.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"main":"dist/index.mjs","module":"dist/index.mjs","types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=18"},"dependencies":{"ansis":"^4.2.0","args-tokenizer":"^0.3.0","c12":"^3.3.3","cac":"^6.7.14","escalade":"^3.2.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.6.0","semver":"^7.7.3","tinyexec":"^1.0.2","tinyglobby":"^0.2.15","yaml":"^2.8.2"},"devDependencies":{"@antfu/eslint-config":"^7.2.0","@types/node":"^25.2.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","baseline-browser-mapping":"^2.9.19","eslint":"^9.39.2","prompts":"^2.4.2","rimraf":"^6.1.2","tiny-conventional-commits-parser":"^0.1.0","tsx":"^4.21.0","typescript":"^5.9.3","unbuild":"^3.6.1","vitest":"^4.0.18"},"scripts":{"lint":"eslint .","build":"unbuild","stub":"unbuild --stub","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsc --noEmit"},"_id":"bumpp@10.4.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-X/bwWs5Gbb/D7rN4aHLB7zdjiA6nGdjckM1sTHhI9oovIbEw2L5pw5S4xzk8ZTeOZ8EnwU/Ze4SoZ6/Vr3pM2Q==","_resolved":"/tmp/19cf66607281004abedf01d949d1d838/bumpp-10.4.1.tgz","_from":"file:bumpp-10.4.1.tgz","_nodeVersion":"24.13.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-X/bwWs5Gbb/D7rN4aHLB7zdjiA6nGdjckM1sTHhI9oovIbEw2L5pw5S4xzk8ZTeOZ8EnwU/Ze4SoZ6/Vr3pM2Q==","shasum":"5cb056fd7d9f62e36932ff1a6be08decdf2ea2e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-10.4.1.tgz","fileCount":11,"unpackedSize":236863,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@10.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAUlM/doT0p2xsoQvSaTXCbmLoEsI+IXJ7voGUpjs7taAiEA1rqTgmJYZN3YG2IexsaqgZwszuhs7sQiQ97f6o3E+b0="}],"size":46906},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_10.4.1_1770274905405_0.9293921679213155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-05T07:01:45.615Z","publish_time":1770274905615,"_source_registry_name":"default","contributors":[]},"11.0.0":{"name":"bumpp","type":"module","version":"11.0.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":"./dist/index.mjs","./cli":"./dist/cli.mjs","./package.json":"./package.json"},"types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=20.19.0"},"dependencies":{"args-tokenizer":"^0.3.0","cac":"^7.0.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.6.0","semver":"^7.7.4","tinyexec":"^1.0.4","tinyglobby":"^0.2.15","unconfig":"^7.5.0","yaml":"^2.8.2"},"inlinedDependencies":{"kleur":"3.0.3","prompts":"2.4.2","sisteransi":"1.0.5","tiny-conventional-commits-parser":"0.1.0"},"devDependencies":{"@antfu/eslint-config":"^7.7.2","@types/node":"^25.5.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@typescript/native-preview":"7.0.0-dev.20260314.1","baseline-browser-mapping":"^2.10.8","eslint":"^10.0.3","premove":"^4.0.0","prompts":"^2.4.2","tiny-conventional-commits-parser":"^0.1.0","tsdown":"^0.21.2","tsx":"^4.21.0","typescript":"^5.9.3","vitest":"^4.1.0"},"scripts":{"lint":"eslint .","build":"tsdown","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsgo --noEmit"},"_id":"bumpp@11.0.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-rxW8H4VIB+KvnNDZ87y4tyktHydN4wzmXHYJ8CfzhWl8yKd6yuQMPcV78Hrz47udmBssjrN5wQo+JLmyU94gaA==","_resolved":"/tmp/069ef79cb8df067e367e009ec11612f2/bumpp-11.0.0.tgz","_from":"file:bumpp-11.0.0.tgz","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-rxW8H4VIB+KvnNDZ87y4tyktHydN4wzmXHYJ8CfzhWl8yKd6yuQMPcV78Hrz47udmBssjrN5wQo+JLmyU94gaA==","shasum":"a36f1120e7ac6326f19d9cded664bc8a4ecd7bde","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-11.0.0.tgz","fileCount":9,"unpackedSize":218764,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@11.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIH04osqvCd0iuyQQhNuq90iUoyvPgm/eXFEKHFsGQ1fVAiEAnEWlMyt5tCNnf1tA7AzElh9isKSZX4w1N7le09t0tgw="}],"size":45058},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_11.0.0_1773518695659_0.9883493785730189"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-14T20:04:55.831Z","publish_time":1773518695831,"_source_registry_name":"default","contributors":[]},"11.0.1":{"name":"bumpp","type":"module","version":"11.0.1","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":"./dist/index.mjs","./cli":"./dist/cli.mjs","./package.json":"./package.json"},"types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=20.19.0"},"dependencies":{"args-tokenizer":"^0.3.0","cac":"^7.0.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.6.0","semver":"^7.7.4","tinyexec":"^1.0.4","tinyglobby":"^0.2.15","unconfig":"^7.5.0","yaml":"^2.8.2"},"inlinedDependencies":{"kleur":"3.0.3","prompts":"2.4.2","sisteransi":"1.0.5","tiny-conventional-commits-parser":"0.1.0"},"devDependencies":{"@antfu/eslint-config":"^7.7.2","@types/node":"^25.5.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@typescript/native-preview":"7.0.0-dev.20260314.1","baseline-browser-mapping":"^2.10.8","eslint":"^10.0.3","premove":"^4.0.0","prompts":"^2.4.2","tiny-conventional-commits-parser":"^0.1.0","tsdown":"^0.21.2","tsx":"^4.21.0","typescript":"^5.9.3","vitest":"^4.1.0"},"scripts":{"lint":"eslint .","build":"tsdown","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsgo --noEmit"},"_id":"bumpp@11.0.1","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-X0ti27I/ewsx/u0EJSyl0IZWWOE95q+wIpAG/60kc5gqMNR4a23YJdd3lL7JsBN11TgLbCM4KpfGMuFfdigb4g==","_resolved":"/tmp/77cec1db8329c1527c5c601161db5edb/bumpp-11.0.1.tgz","_from":"file:bumpp-11.0.1.tgz","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-X0ti27I/ewsx/u0EJSyl0IZWWOE95q+wIpAG/60kc5gqMNR4a23YJdd3lL7JsBN11TgLbCM4KpfGMuFfdigb4g==","shasum":"3a0b1e71b6358b3b741bdab9b5120f7f90986419","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-11.0.1.tgz","fileCount":9,"unpackedSize":218918,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@11.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD4Id5nBrTgV1/QAtl1yp+QPzh0V0Co1O2aQEhXUOydewIgaBkTWUtwPO3hbB31yejccg579yMbOq1B78VZfpnhx1k="}],"size":45106},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_11.0.1_1773641725900_0.37551893844003104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-16T06:15:26.218Z","publish_time":1773641726218,"_source_registry_name":"default","contributors":[]},"11.1.0":{"name":"bumpp","type":"module","version":"11.1.0","description":"Bump version, commit changes, tag, and push to Git","authors":[{"name":"Anthony Fu","url":"https://antfu.me"},{"name":"James Messinger","url":"https://jamesmessinger.com"}],"license":"MIT","homepage":"https://github.com/antfu-collective/bumpp","repository":{"type":"git","url":"git+https://github.com/antfu-collective/bumpp.git"},"keywords":["version","bump","npm","node","bower","package","git","tag","push","prompt"],"exports":{".":"./dist/index.mjs","./cli":"./dist/cli.mjs","./package.json":"./package.json"},"types":"dist/index.d.mts","bin":{"bumpp":"bin/bumpp.mjs"},"engines":{"node":">=20.19.0"},"dependencies":{"args-tokenizer":"^0.3.0","cac":"^7.0.0","jsonc-parser":"^3.3.1","package-manager-detector":"^1.6.0","semver":"^7.7.4","tinyexec":"^1.1.2","tinyglobby":"^0.2.16","unconfig":"^7.5.0","yaml":"^2.8.4"},"inlinedDependencies":{"kleur":"3.0.3","prompts":"2.4.2","sisteransi":"1.0.5","tiny-conventional-commits-parser":"0.1.0"},"devDependencies":{"@antfu/eslint-config":"^8.2.0","@types/node":"^25.6.0","@types/prompts":"^2.4.9","@types/semver":"^7.7.1","@typescript/native-preview":"7.0.0-dev.20260314.1","baseline-browser-mapping":"^2.10.27","eslint":"^10.3.0","premove":"^4.0.0","prompts":"^2.4.2","tiny-conventional-commits-parser":"^0.1.0","tsdown":"^0.21.10","tsx":"^4.21.0","typescript":"^6.0.3","vitest":"^4.1.5"},"scripts":{"lint":"eslint .","build":"tsdown","start":"tsx src/cli/run.ts","test":"vitest","bumpp":"tsx src/cli/run.ts","release":"pnpm run bumpp","typecheck":"tsgo --noEmit"},"_id":"bumpp@11.1.0","bugs":{"url":"https://github.com/antfu-collective/bumpp/issues"},"_integrity":"sha512-jdwOGMyX8JIqpQ0N2RMRR87DHZaoJnUtui5lU9LqFfFK5JC0H8qY9uWqXoa+dEWt/K7rOmmsoyiZB8RBM7RPBQ==","_resolved":"/tmp/9365562039e245fade78c38a7eb6c52c/bumpp-11.1.0.tgz","_from":"file:bumpp-11.1.0.tgz","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-jdwOGMyX8JIqpQ0N2RMRR87DHZaoJnUtui5lU9LqFfFK5JC0H8qY9uWqXoa+dEWt/K7rOmmsoyiZB8RBM7RPBQ==","shasum":"6c207f2b2f3f1ff3e8bce8a51755dd5fac05b0cd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bumpp/-/bumpp-11.1.0.tgz","fileCount":9,"unpackedSize":218693,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/bumpp@11.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDlGhwSgPgJyzhwW0VzE+rQPzmTS2RVfhVt+XAiwANUIQIgem6JtCu77Kf2t9YoYVbyZMm2Im88B/156i/5TuVF9/U="}],"size":45007},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:245a6e5d-113a-4bac-92eb-54be212b68b4"}},"directories":{},"maintainers":[{"name":"anonymous","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bumpp_11.1.0_1778144992360_0.14995598106466956"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-07T09:09:52.522Z","publish_time":1778144992522,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"11.1.0"},"name":"bumpp","time":{"created":"2022-01-27T09:40:44.693Z","modified":"2026-05-07T09:10:09.465Z","6.0.6":"2020-07-20T05:47:57.683Z","6.1.0":"2021-09-07T04:37:54.294Z","7.0.0":"2021-09-07T04:39:55.550Z","7.1.0":"2021-09-07T05:37:43.571Z","7.1.1":"2021-09-07T05:40:59.540Z","7.2.0":"2022-06-15T06:21:13.384Z","8.0.0":"2022-06-15T15:52:53.088Z","8.1.0":"2022-06-15T16:31:22.745Z","8.2.0":"2022-06-16T15:33:52.155Z","8.2.1":"2022-06-18T11:12:56.052Z","9.0.0":"2023-02-23T08:46:57.463Z","9.1.0":"2023-03-29T13:55:07.284Z","9.1.1":"2023-06-05T11:43:30.764Z","9.2.0":"2023-08-19T15:33:07.341Z","9.2.1":"2023-12-09T22:06:21.953Z","9.3.0":"2024-01-17T09:10:53.429Z","9.3.1":"2024-03-03T20:24:07.437Z","9.4.0":"2024-03-04T18:51:08.664Z","9.4.1":"2024-04-29T08:54:23.083Z","9.4.2":"2024-08-01T18:51:11.512Z","9.5.0":"2024-08-12T10:31:35.264Z","9.5.1":"2024-08-12T10:38:42.097Z","9.5.2":"2024-08-22T16:38:28.865Z","9.6.0":"2024-09-28T00:31:43.906Z","9.6.1":"2024-09-28T07:01:15.100Z","9.7.0":"2024-10-09T06:19:45.539Z","9.7.1":"2024-10-09T06:20:20.953Z","9.8.0":"2024-10-28T14:47:15.157Z","9.8.1":"2024-11-04T04:53:04.470Z","9.9.0":"2024-12-08T18:02:26.560Z","9.9.1":"2024-12-12T13:41:19.775Z","9.9.2":"2024-12-22T03:11:41.590Z","9.9.3":"2025-01-08T05:41:28.654Z","9.10.0":"2025-01-09T09:13:37.186Z","9.10.1":"2025-01-15T05:37:12.082Z","9.10.2":"2025-01-22T08:03:19.351Z","9.11.0":"2025-01-25T10:28:08.948Z","9.11.1":"2025-01-25T10:37:15.080Z","10.0.0":"2025-01-25T10:45:11.578Z","10.0.1":"2025-01-25T10:49:00.069Z","10.0.2":"2025-02-05T12:52:59.760Z","10.0.3":"2025-02-11T10:01:40.212Z","10.1.0":"2025-03-12T03:43:13.812Z","10.1.1":"2025-05-16T00:53:21.948Z","10.2.0":"2025-06-17T04:56:32.545Z","10.2.1":"2025-07-29T05:38:56.510Z","10.2.2":"2025-08-01T04:37:55.629Z","10.2.3":"2025-08-12T00:42:32.164Z","10.3.0":"2025-10-06T02:00:05.748Z","10.3.1":"2025-10-06T02:48:30.623Z","10.3.2":"2025-11-27T05:49:32.325Z","10.4.0":"2026-01-13T06:51:40.389Z","10.4.1":"2026-02-05T07:01:45.615Z","11.0.0":"2026-03-14T20:04:55.831Z","11.0.1":"2026-03-16T06:15:26.218Z","11.1.0":"2026-05-07T09:09:52.522Z"},"readme":"# bumpp\n\n[![NPM version](https://img.shields.io/npm/v/bumpp?color=a1b858&label=)](https://www.npmjs.com/package/bumpp)\n\nForked from [`version-bump-prompt`](https://github.com/JS-DevTools/version-bump-prompt)\n\n<!-- eslint-disable-next-line markdown/heading-increment -->\n###### Changes in this fork\n\n- Renamed to `bumpp` - so you can use `npx bumpp` directly.\n- Use the current version's `preid` when available.\n- Confirmation before bumping.\n- Enable `--commit` `--tag` `--push` by default. (opt-out by `--no-push`, etc.)\n- `-r` or `--recursive` to bump all packages in the monorepo.\n- `--execute` to execute the command, or execute a function before committing.\n- Conventional Commits by default.\n- Ships ESM and CJS bundles.\n- Supports config file `bump.config.ts`:\n\n```ts\n// bump.config.ts\nimport { defineConfig } from 'bumpp'\n\nexport default defineConfig({\n  // ...options\n})\n```","users":{}}