Skip to content

Commit

Permalink
Merge pull request #1035 from samchon/feature/migrate
Browse files Browse the repository at this point in the history
Publish new `@nestia/migrate`
  • Loading branch information
samchon authored Sep 17, 2024
2 parents d519b25 + 692baea commit 56e6ba8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 28 deletions.
42 changes: 18 additions & 24 deletions packages/migrate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.18.0",
"version": "0.18.1",
"description": "Migration program from swagger to NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -37,9 +37,9 @@
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/benchmark": "^0.2.3",
"@nestia/core": "^3.13.0",
"@nestia/core": "^3.14.0",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "^3.13.0",
"@nestia/fetcher": "^3.14.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
Expand Down
2 changes: 1 addition & 1 deletion 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.18.0",
"@nestia/migrate": "^0.18.1",
"@samchon/openapi": "^1.0.2",
"@stackblitz/sdk": "^1.9.0",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 56e6ba8

Please sign in to comment.