bumpp 8.2.1 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2,19 +2,12 @@ import {
2
2
  NpmScript,
3
3
  ProgressEvent,
4
4
  ReleaseType,
5
- init_esm_shims,
5
+ bumpConfigDefaults,
6
+ defineConfig,
7
+ loadBumpConfig,
6
8
  versionBump,
7
9
  versionBumpInfo
8
- } from "./chunk-DW6HTJ47.mjs";
9
-
10
- // src/index.ts
11
- init_esm_shims();
12
-
13
- // src/types/version-bump-options.ts
14
- init_esm_shims();
15
-
16
- // src/types/version-bump-results.ts
17
- init_esm_shims();
10
+ } from "./chunk-L3LY4KGC.mjs";
18
11
 
19
12
  // src/index.ts
20
13
  var src_default = versionBump;
@@ -22,7 +15,10 @@ export {
22
15
  NpmScript,
23
16
  ProgressEvent,
24
17
  ReleaseType,
18
+ bumpConfigDefaults,
25
19
  src_default as default,
20
+ defineConfig,
21
+ loadBumpConfig,
26
22
  versionBump,
27
23
  versionBumpInfo
28
24
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bumpp",
3
- "version": "8.2.1",
4
- "packageManager": "pnpm@7.2.1",
3
+ "version": "9.1.0",
4
+ "packageManager": "pnpm@8.0.0",
5
5
  "description": "Bump version, commit changes, tag, and push to Git",
6
6
  "author": {
7
7
  "name": "James Messinger",
@@ -52,31 +52,32 @@
52
52
  "watch": "npm run build -- --watch src",
53
53
  "start": "esno src/cli/run.ts",
54
54
  "upgrade": "npm-check -u && npm audit fix",
55
- "bumpp": "esno src/cli/run.ts --tag --push --all",
55
+ "bumpp": "esno src/cli/run.ts",
56
56
  "prepublishOnly": "npm run clean && npm run build",
57
57
  "release": "npm run bumpp && npm publish"
58
58
  },
59
59
  "dependencies": {
60
60
  "@jsdevtools/ez-spawn": "^3.0.4",
61
- "cac": "^6.7.12",
62
- "fast-glob": "^3.2.11",
63
- "kleur": "^4.1.4",
64
- "prompts": "^2.4.1",
65
- "semver": "^7.3.5"
61
+ "c12": "^1.2.0",
62
+ "cac": "^6.7.14",
63
+ "fast-glob": "^3.2.12",
64
+ "prompts": "^2.4.2",
65
+ "semver": "^7.3.8"
66
66
  },
67
67
  "devDependencies": {
68
- "@antfu/eslint-config": "^0.25.1",
69
- "@types/node": "^14.17.14",
70
- "@types/prompts": "^2.0.14",
71
- "@types/semver": "^7.3.8",
72
- "detect-indent": "^7.0.0",
73
- "detect-newline": "^3.1.0",
74
- "eslint": "^8.8.0",
75
- "esno": "^0.9.1",
76
- "log-symbols": "^4.1.0",
77
- "npm-check": "^5.9.2",
78
- "rimraf": "^3.0.2",
79
- "tsup": "^5.11.9",
80
- "typescript": "^4.4.2"
68
+ "@antfu/eslint-config": "^0.38.0",
69
+ "@types/node": "^18.15.11",
70
+ "@types/prompts": "^2.4.3",
71
+ "@types/semver": "^7.3.13",
72
+ "detect-indent": "^7.0.1",
73
+ "detect-newline": "^4.0.0",
74
+ "eslint": "^8.37.0",
75
+ "esno": "^0.16.3",
76
+ "log-symbols": "^5.1.0",
77
+ "npm-check": "^6.0.1",
78
+ "picocolors": "^1.0.0",
79
+ "rimraf": "^4.4.1",
80
+ "tsup": "^6.7.0",
81
+ "typescript": "^5.0.2"
81
82
  }
82
83
  }