We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd4325 commit 170355fCopy full SHA for 170355f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.4.2 - 14 Sep 2025
2
+Bug fix:
3
+- remove xsschema from dependencies
4
+
5
# 1.4.1 - 14 Sep 2025
6
Feature:
7
- add `mapJsonSchema` to add custom JSON Schema mapping
package.json
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/openapi",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "Plugin for Elysia to auto-generate API documentation",
"author": {
"name": "saltyAom",
@@ -84,11 +84,9 @@
84
"openapi-types": "^12.1.3",
85
"tsup": "^8.5.0",
86
"typescript": "^5.9.2",
87
- "xsschema": "^0.4.0-beta.3",
88
"zod": "^4.1.5"
89
},
90
"peerDependencies": {
91
- "elysia": ">= 1.4.0",
92
- "xsschema": ">= 0.4.0-beta.0"
+ "elysia": ">= 1.4.0"
93
}
94
0 commit comments