@wrongstack/plugins 0.141.0 → 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 +1 -1
- package/dist/semver-bump.js +1 -1
- package/package.json +2 -2
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: "
|
|
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",
|
package/dist/semver-bump.js
CHANGED
|
@@ -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: "
|
|
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.
|
|
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Ü",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"vitest": "^4.1.8"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@wrongstack/core": "0.
|
|
66
|
+
"@wrongstack/core": "0.148.0"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "tsup",
|