@elysiajs/openapi 1.4.1 → 1.4.2

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.
Files changed (2) hide show
  1. package/bun.lock +0 -4
  2. package/package.json +2 -4
package/bun.lock CHANGED
@@ -13,12 +13,10 @@
13
13
  "openapi-types": "^12.1.3",
14
14
  "tsup": "^8.5.0",
15
15
  "typescript": "^5.9.2",
16
- "xsschema": "^0.4.0-beta.3",
17
16
  "zod": "^4.1.5",
18
17
  },
19
18
  "peerDependencies": {
20
19
  "elysia": ">= 1.4.0",
21
- "xsschema": ">= 0.4.0-beta.0",
22
20
  },
23
21
  },
24
22
  },
@@ -491,8 +489,6 @@
491
489
 
492
490
  "wrap-ansi-cjs": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="],
493
491
 
494
- "xsschema": ["xsschema@0.4.0-beta.3", "", { "peerDependencies": { "@valibot/to-json-schema": "^1.0.0", "arktype": "^2.1.20", "effect": "^3.16.0", "sury": "^10.0.0", "zod": "^3.25.0 || ^4.0.0", "zod-to-json-schema": "^3.24.5" }, "optionalPeers": ["@valibot/to-json-schema", "arktype", "effect", "sury", "zod", "zod-to-json-schema"] }, "sha512-+vKxPksAH0QDk2YXRT25LY+Cn/lGJHiwC88Hb9BNl76Gso7VZYoOsq0T6nSoeSxKjyWRYCGmS6anrOhDQknasw=="],
495
-
496
492
  "yocto-queue": ["yocto-queue@0.1.0", "", {}, "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="],
497
493
 
498
494
  "zod": ["zod@4.1.8", "", {}, "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elysiajs/openapi",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Plugin for Elysia to auto-generate API documentation",
5
5
  "author": {
6
6
  "name": "saltyAom",
@@ -84,11 +84,9 @@
84
84
  "openapi-types": "^12.1.3",
85
85
  "tsup": "^8.5.0",
86
86
  "typescript": "^5.9.2",
87
- "xsschema": "^0.4.0-beta.3",
88
87
  "zod": "^4.1.5"
89
88
  },
90
89
  "peerDependencies": {
91
- "elysia": ">= 1.4.0",
92
- "xsschema": ">= 0.4.0-beta.0"
90
+ "elysia": ">= 1.4.0"
93
91
  }
94
92
  }