@juspay/yama 2.4.0 → 2.4.1
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/CHANGELOG.md +7 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.4.1](https://github.com/juspay/yama/compare/v2.4.0...v2.4.1) (2026-04-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** pin undici to 5.x for Node 20 compatibility ([c8f92de](https://github.com/juspay/yama/commit/c8f92de3009f20f451d1848a568912d4c752a024))
|
|
7
|
+
|
|
1
8
|
# [2.4.0](https://github.com/juspay/yama/compare/v2.3.0...v2.4.0) (2026-04-15)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/yama",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Enterprise-grade Pull Request automation toolkit with AI-powered code review and description enhancement",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pr",
|
|
@@ -158,7 +158,8 @@
|
|
|
158
158
|
"esbuild"
|
|
159
159
|
],
|
|
160
160
|
"overrides": {
|
|
161
|
-
"@semantic-release/npm": "^13.1.2"
|
|
161
|
+
"@semantic-release/npm": "^13.1.2",
|
|
162
|
+
"undici": "^5.28.5"
|
|
162
163
|
}
|
|
163
164
|
},
|
|
164
165
|
"lint-staged": {
|