@wrongstack/plugins 0.119.1 → 0.148.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.js CHANGED
@@ -2593,7 +2593,7 @@ var plugin10 = {
2593
2593
  properties: {
2594
2594
  cwd: { type: "string", description: "Working directory (defaults to project root)" },
2595
2595
  dryRun: { type: "boolean", default: false },
2596
- part: { type: "string", enum: ["major", "minor", "patch", "auto"], default: "auto", description: "Version part to bump (auto = infer from commits)" }
2596
+ part: { type: "string", enum: ["major", "minor", "patch", "auto"], default: "patch", description: "Version part to bump (defaults to patch; use auto to infer from commits)" }
2597
2597
  }
2598
2598
  },
2599
2599
  permission: "confirm",
@@ -163,7 +163,7 @@ var plugin = {
163
163
  properties: {
164
164
  cwd: { type: "string", description: "Working directory (defaults to project root)" },
165
165
  dryRun: { type: "boolean", default: false },
166
- part: { type: "string", enum: ["major", "minor", "patch", "auto"], default: "auto", description: "Version part to bump (auto = infer from commits)" }
166
+ part: { type: "string", enum: ["major", "minor", "patch", "auto"], default: "patch", description: "Version part to bump (defaults to patch; use auto to infer from commits)" }
167
167
  }
168
168
  },
169
169
  permission: "confirm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/plugins",
3
- "version": "0.119.1",
3
+ "version": "0.148.0",
4
4
  "description": "Official WrongStack plugin collection — auto-doc, git-autocommit, shell-check, cost-tracker, file-watcher, web-search, json-path, cron, template-engine, semver-bump",
5
5
  "license": "MIT",
6
6
  "author": "ECOSTACK TECHNOLOGY OÜ",
@@ -59,11 +59,11 @@
59
59
  "devDependencies": {
60
60
  "@types/node": "^22.19.19",
61
61
  "tsup": "^8.5.1",
62
- "typescript": "^5.9.3",
63
- "vitest": "^4.1.7"
62
+ "typescript": "^6.0.0",
63
+ "vitest": "^4.1.8"
64
64
  },
65
65
  "dependencies": {
66
- "@wrongstack/core": "0.119.1"
66
+ "@wrongstack/core": "0.148.0"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsup",