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.
- package/README.md +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
|