Skip to content

Commit

Permalink
Merge pull request #870 from samchon/features/editor
Browse files Browse the repository at this point in the history
Now `@nestia/editor` supports every OpenAPI versions.
  • Loading branch information
samchon committed Apr 12, 2024
2 parents fe37838 + 94d32b5 commit 751330e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.13.1",
"version": "0.13.2",
"description": "Migration program from swagger to NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,6 @@
"@samchon/openapi": "^0.1.5",
"commander": "10.0.0",
"inquirer": "8.2.5",
"openapi-types": "^12.1.3",
"prettier": "^3.2.5",
"tstl": "^3.0.0",
"typescript": "^5.4.3",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@mui/system": "5.15.6",
"@nestia/migrate": "^0.13.1",
"@nestia/migrate": "^0.13.2",
"@samchon/openapi": "^0.1.5",
"@stackblitz/sdk": "^1.9.0",
"js-yaml": "^4.1.0",
Expand All @@ -34,7 +34,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-mui-fileuploader": "^0.5.2",
"typia": "^5.5.10"
"typia": "^6.0.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
6 changes: 0 additions & 6 deletions website/pages/docs/editor.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import { Callout } from 'nextra-theme-docs'

import EditorMovie from "../../src/movies/editor/EditorMovie";

## TypeScript Swagger Editor
<Callout>
Supports OpenAPI v3.0 / v3.1
</Callout>

<EditorMovie mode="sdk" />

> Put your `swagger.json` file, then "TypeScript Swagger Editor" be opened.
Expand Down

0 comments on commit 751330e

Please sign in to comment.