gen-pr 4.1.8 → 4.1.10
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/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gen-pr",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.10",
|
|
4
4
|
"repository": "github:WillBooster/gen-pr",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "WillBooster Inc.",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"lint": "bun --bun wb lint",
|
|
20
20
|
"lint-fix": "bun --bun wb lint --fix",
|
|
21
21
|
"prepare": "lefthook install || true",
|
|
22
|
-
"release": "
|
|
22
|
+
"release": "node node_modules/semantic-release/bin/semantic-release.js && git tag -f v4 main && git push origin v4 --force",
|
|
23
23
|
"start": "bun --env-file=.env src/cli.ts",
|
|
24
24
|
"test": "bun wb test",
|
|
25
25
|
"test-local": "bun --env-file=.env test test/unit-local",
|
|
@@ -37,30 +37,30 @@
|
|
|
37
37
|
"@ai-sdk/xai": "2.0.0-beta.4",
|
|
38
38
|
"@octokit/graphql": "9.0.3",
|
|
39
39
|
"@octokit/rest": "22.0.1",
|
|
40
|
-
"@openrouter/ai-sdk-provider": "1.
|
|
40
|
+
"@openrouter/ai-sdk-provider": "1.4.1",
|
|
41
41
|
"ai": "5.0.0-beta.14",
|
|
42
42
|
"ai-v4": "npm:ai@4.3.17",
|
|
43
43
|
"ansis": "4.2.0",
|
|
44
44
|
"dotenv": "17.2.3",
|
|
45
45
|
"ollama-ai-provider-v2": "0.0.8",
|
|
46
|
-
"yaml": "2.8.
|
|
46
|
+
"yaml": "2.8.2",
|
|
47
47
|
"yargs": "18.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@biomejs/biome": "2.3.
|
|
51
|
-
"@types/bun": "1.3.
|
|
50
|
+
"@biomejs/biome": "2.3.8",
|
|
51
|
+
"@types/bun": "1.3.4",
|
|
52
52
|
"@types/micromatch": "4.0.10",
|
|
53
53
|
"@types/yargs": "17.0.35",
|
|
54
|
-
"@willbooster/biome-config": "3.2.
|
|
55
|
-
"@willbooster/prettier-config": "10.2.
|
|
56
|
-
"@willbooster/wb": "
|
|
57
|
-
"build-ts": "
|
|
54
|
+
"@willbooster/biome-config": "3.2.5",
|
|
55
|
+
"@willbooster/prettier-config": "10.2.4",
|
|
56
|
+
"@willbooster/wb": "11.1.0",
|
|
57
|
+
"build-ts": "17.0.8",
|
|
58
58
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
59
|
-
"lefthook": "2.0.
|
|
60
|
-
"prettier": "3.
|
|
59
|
+
"lefthook": "2.0.8",
|
|
60
|
+
"prettier": "3.7.4",
|
|
61
61
|
"prettier-plugin-java": "2.7.7",
|
|
62
|
-
"semantic-release": "
|
|
63
|
-
"sort-package-json": "3.
|
|
62
|
+
"semantic-release": "25.0.2",
|
|
63
|
+
"sort-package-json": "3.5.0",
|
|
64
64
|
"typescript": "5.9.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|