nitro-openapi-schemas 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,9 +110,9 @@ bun run sdk # openapi-typescript openapi.json -o sdk.d.ts
110
110
 
111
111
  ## Nitro v2 and Nuxt 4
112
112
 
113
- The `v2` dist-tag targets `nitropack` 2.x and h3 1.x, which is what Nuxt 4
113
+ The `nitro-v2` dist-tag targets `nitropack` 2.x and h3 1.x, which is what Nuxt 4
114
114
  ships. h3 1.x has no `defineValidatedHandler`, so that line provides one at
115
- `nitro-openapi-schemas/h3`. Install with `bun add nitro-openapi-schemas@v2`
115
+ `nitro-openapi-schemas/h3`. Install with `bun add nitro-openapi-schemas@nitro-v2`
116
116
  and read the [`nitro-v2` branch](https://github.com/oumarbarry/nitro-openapi-schemas/tree/nitro-v2) README.
117
117
 
118
118
  ## How it works
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-openapi-schemas",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Schema-driven OpenAPI for Nitro: the Zod, Valibot or ArkType schema that validates a route also documents it",
5
5
  "keywords": [
6
6
  "api",