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.
Files changed (2) hide show
  1. package/README.md +2 -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().getOpenAPIDocument({
484
- openapi: '3.0.0',
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zod-openapi-share",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "This package is an extension for @hono/zod-openapi.",
5
5
  "keywords": [
6
6
  "@hono/zod-openapi",