Skip to content

Commit 170355f

Browse files
committed
🔧 fix: remove xsschema from dependency
1 parent dfd4325 commit 170355f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.2 - 14 Sep 2025
2+
Bug fix:
3+
- remove xsschema from dependencies
4+
15
# 1.4.1 - 14 Sep 2025
26
Feature:
37
- add `mapJsonSchema` to add custom JSON Schema mapping

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/openapi",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Plugin for Elysia to auto-generate API documentation",
55
"author": {
66
"name": "saltyAom",
@@ -84,11 +84,9 @@
8484
"openapi-types": "^12.1.3",
8585
"tsup": "^8.5.0",
8686
"typescript": "^5.9.2",
87-
"xsschema": "^0.4.0-beta.3",
8887
"zod": "^4.1.5"
8988
},
9089
"peerDependencies": {
91-
"elysia": ">= 1.4.0",
92-
"xsschema": ">= 0.4.0-beta.0"
90+
"elysia": ">= 1.4.0"
9391
}
9492
}

0 commit comments

Comments
 (0)