{"_id":"bumpp","_rev":"3324614","name":"bumpp","description":"Bump version, commit changes, tag, and push to Git","dist-tags":{"latest":"9.4.1"},"maintainers":[{"name":"antfu","email":""}],"time":{"modified":"2024-06-11T09:29:27.000Z","created":"2020-07-20T05:47:57.683Z","9.4.1":"2024-04-29T08:54:23.083Z","9.4.0":"2024-03-04T18:51:08.664Z","9.3.1":"2024-03-03T20:24:07.437Z","9.3.0":"2024-01-17T09:10:53.429Z","9.2.1":"2023-12-09T22:06:21.953Z","9.2.0":"2023-08-19T15:33:07.341Z","9.1.1":"2023-06-05T11:43:30.764Z","9.1.0":"2023-03-29T13:55:07.284Z","9.0.0":"2023-02-23T08:46:57.463Z","8.2.1":"2022-06-18T11:12:56.052Z","8.2.0":"2022-06-16T15:33:52.155Z","8.1.0":"2022-06-15T16:31:22.745Z","8.0.0":"2022-06-15T15:52:53.088Z","7.2.0":"2022-06-15T06:21:13.384Z","7.1.1":"2021-09-07T05:40:59.540Z","7.1.0":"2021-09-07T05:37:43.571Z","7.0.0":"2021-09-07T04:39:55.550Z","6.1.0":"2021-09-07T04:37:54.294Z","6.0.6":"2020-07-20T05:47:57.683Z"},"users":{},"author":{"name":"James Messinger","url":"https://jamesmessinger.com"},"repository":{"type":"git","url":"git+https://github.com/antfu/bumpp.git"},"versions":{"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":{"shasum":"12f725b3dbeaef5414bfcc59aeaaa3bc4fc10405","size":44758,"noattachment":false,"key":"/bumpp/-/bumpp-9.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.4.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.4.1_1714380862929_0.11038581762743216"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-29T08:54:23.083Z","publish_time":1714380863083,"_source_registry_name":"default","_cnpm_publish_time":1714380863083},"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":{"shasum":"3bded4e677a3a3cd1b1f85af1b9e9c1a8a7c2e08","size":44117,"noattachment":false,"key":"/bumpp/-/bumpp-9.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.4.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.4.0_1709578268405_0.0052511788873237375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-04T18:51:08.664Z","publish_time":1709578268664,"_source_registry_name":"default","_cnpm_publish_time":1709578268664},"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":{"shasum":"635496abab130ae9de1a1ee2a88db8f3cab3fcac","size":42606,"noattachment":false,"key":"/bumpp/-/bumpp-9.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.3.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.3.1_1709497447219_0.8273619947247999"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-03T20:24:07.437Z","publish_time":1709497447437,"_source_registry_name":"default","_cnpm_publish_time":1709497447437},"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":{"shasum":"5d05c6cfc1cc1e5ed54b3350e1348865dd3b84aa","size":42324,"noattachment":false,"key":"/bumpp/-/bumpp-9.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.3.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.3.0_1705482653283_0.1053903365161053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-17T09:10:53.429Z","publish_time":1705482653429,"_source_registry_name":"default","_cnpm_publish_time":1705482653429},"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":{"shasum":"d43b846332f9dcb63ebd506c8814a247aa677b68","size":41779,"noattachment":false,"key":"/bumpp/-/bumpp-9.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.2.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.2.1_1702159581777_0.8802003533526366"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-09T22:06:21.953Z","publish_time":1702159581953,"_source_registry_name":"default","_cnpm_publish_time":1702159581953},"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":{"shasum":"faafa11d725bd9c5a2019c8d61b7eff483b1cbfa","size":41379,"noattachment":false,"key":"/bumpp/-/bumpp-9.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.2.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.2.0_1692459187112_0.8367859026792441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-19T15:33:07.341Z","publish_time":1692459187341,"_source_registry_name":"default","_cnpm_publish_time":1692459187341},"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":{"shasum":"377ca94554f23c23aa0aac23613bf0bfda5d4f91","size":40955,"noattachment":false,"key":"/bumpp/-/bumpp-9.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.1.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.1.1_1685965410615_0.8107856265975821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-05T11:43:30.764Z","publish_time":1685965410764,"_source_registry_name":"default","_cnpm_publish_time":1685965410764},"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":{"shasum":"31d00a576ee795b3c6fe5faf392c21f33ee3eeb4","size":40953,"noattachment":false,"key":"/bumpp/-/bumpp-9.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.1.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_9.1.0_1680098107083_0.09073751267055052"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-29T13:55:07.284Z","publish_time":1680098107284,"_cnpm_publish_time":1680098107284},"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":{"shasum":"4fec29e320b889edc255fd5da54a1d8000a7b597","size":40190,"noattachment":false,"key":"/bumpp/-/bumpp-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-9.0.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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,"_cnpm_publish_time":1677142017463},"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":{"shasum":"d337bb77662257e48876389076e103208651d1c7","size":60442,"noattachment":false,"key":"/bumpp/-/bumpp-8.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-8.2.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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","publish_time":1655550776052,"_cnpm_publish_time":1655550776052},"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":{"shasum":"0e7684417edcec60d4fd66ed1017a4271c292b8c","size":60423,"noattachment":false,"key":"/bumpp/-/bumpp-8.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-8.2.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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","publish_time":1655393632155,"_cnpm_publish_time":1655393632155},"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":{"shasum":"6f4fa21c4df3b2742b6c7169e2b57298c490cfce","size":62110,"noattachment":false,"key":"/bumpp/-/bumpp-8.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-8.1.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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","publish_time":1655310682745,"_cnpm_publish_time":1655310682745},"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":{"shasum":"f47bf328240d57a4a51ace125c56e79d800a6eb2","size":29743,"noattachment":false,"key":"/bumpp/-/bumpp-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-8.0.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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","publish_time":1655308373088,"_cnpm_publish_time":1655308373088},"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":{"shasum":"7c4b5f15f3bd556f475bf4bdf6c9dcf02fe4f6a7","size":26480,"noattachment":false,"key":"/bumpp/-/bumpp-7.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-7.2.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_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","publish_time":1655274073384,"_cnpm_publish_time":1655274073384},"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":{"shasum":"60e44bd68642e076d95fe5438a32bf22c9979990","size":20468,"noattachment":false,"key":"/bumpp/-/bumpp-7.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-7.1.1.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.1.1_1630993259411_0.08935753210552422"},"_hasShrinkwrap":false,"publish_time":1630993259540,"_cnpm_publish_time":1630993259540},"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":{"shasum":"f49f3909431cf704a771d305b4f64acdbf30e6c9","size":20470,"noattachment":false,"key":"/bumpp/-/bumpp-7.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-7.1.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.1.0_1630993063410_0.025767314110062722"},"_hasShrinkwrap":false,"publish_time":1630993063571,"_cnpm_publish_time":1630993063571},"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":{"shasum":"117446b26c3e42788864ee68e1ef7fd0a0ac1054","size":17522,"noattachment":false,"key":"/bumpp/-/bumpp-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-7.0.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_7.0.0_1630989595417_0.22723659830651144"},"_hasShrinkwrap":false,"publish_time":1630989595550,"_cnpm_publish_time":1630989595550},"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":{"shasum":"7304921a105f07517b5d24deba5bcf8b5093f419","size":17521,"noattachment":false,"key":"/bumpp/-/bumpp-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-6.1.0.tgz"},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_6.1.0_1630989474133_0.1466097611622983"},"_hasShrinkwrap":false,"publish_time":1630989474294,"_cnpm_publish_time":1630989474294},"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":{"shasum":"dadfa8ae59adb560aca19ea93da7172a6a5f6330","size":23393,"noattachment":false,"key":"/bumpp/-/bumpp-6.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/bumpp/download/bumpp-6.0.6.tgz"},"maintainers":[{"name":"antfu","email":""}],"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bumpp_6.0.6_1595224077520_0.14089367748181325"},"_hasShrinkwrap":false,"publish_time":1595224077683,"_cnpm_publish_time":1595224077683}},"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###### Changes in this fork\n\n- Renamed to `bumpp` - so you can use `npx bumpp` directly.\n- Ships ESM and CJS bundles.\n- Add a new argument `--execute` to execute the command before committing.\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- Conventional Commits by default.\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```\n","_attachments":{},"homepage":"https://github.com/antfu/bumpp","bugs":{"url":"https://github.com/antfu/bumpp/issues"},"license":"MIT"}