zod-openapi-share 0.0.1 → 0.0.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -480,8 +480,8 @@ https://github.com/Myxogastria0808/zod-openapi-share/tree/main/examples/nodejs/s
|
|
|
480
480
|
import { api } from './app/index.js';
|
|
481
481
|
import fs from 'node:fs';
|
|
482
482
|
|
|
483
|
-
const docs = api().
|
|
484
|
-
openapi: '3.
|
|
483
|
+
const docs = api().getOpenAPI31Document({
|
|
484
|
+
openapi: '3.1.0',
|
|
485
485
|
info: {
|
|
486
486
|
title: 'hono + @hono/zod-openapi + zod-openapi-share sample',
|
|
487
487
|
version: '1.0.0',
|