Skip to content

Commit

Permalink
Publish v3.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 8, 2024
1 parent 4e4e757 commit 5a0deb5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nestia/station",
"version": "3.5.0-dev.20240707",
"version": "3.5.0",
"description": "Nestia station",
"scripts": {
"build": "node build/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/core",
"version": "3.5.0-dev.20240707",
"version": "3.5.0",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^3.5.0-dev.20240707",
"@nestia/fetcher": "^3.5.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^0.3.0",
Expand All @@ -53,7 +53,7 @@
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.5.0-dev.20240707",
"@nestia/fetcher": ">=3.5.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "3.5.0-dev.20240707",
"version": "3.5.0",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.14.1",
"version": "0.14.2",
"description": "Migration program from swagger to NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/core": "^3.4.1",
"@nestia/core": "^3.5.0",
"@nestia/e2e": "^0.6.0",
"@nestia/fetcher": "^3.4.1",
"@nestia/fetcher": "^3.5.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
Expand All @@ -63,7 +63,7 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@samchon/openapi": "^0.3.0",
"@samchon/openapi": "^0.3.1",
"commander": "10.0.0",
"inquirer": "8.2.5",
"prettier": "^3.2.5",
Expand Down
24 changes: 5 additions & 19 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@nestia/sdk",
<<<<<<< HEAD
"version": "3.5.0-dev.20240707",
=======
"version": "3.5.0-dev.20240706",
>>>>>>> 961de1f1aeae07cc59cf24e43774df2bc53db2bc
"version": "3.5.0",
"description": "Nestia SDK and Swagger generator",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,13 +32,8 @@
},
"homepage": "https://nestia.io",
"dependencies": {
<<<<<<< HEAD
"@nestia/fetcher": "^3.5.0-dev.20240707",
"@nestia/core": "^3.5.0-dev.20240707",
=======
"@nestia/fetcher": "^3.5.0-dev.20240706",
"@nestia/core": "^3.5.0-dev.20240706",
>>>>>>> 961de1f1aeae07cc59cf24e43774df2bc53db2bc
"@nestia/fetcher": "^3.5.0",
"@nestia/core": "^3.5.0",
"@samchon/openapi": "^0.3.0",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
Expand All @@ -56,13 +47,8 @@
"typia": "^6.4.2"
},
"peerDependencies": {
<<<<<<< HEAD
"@nestia/fetcher": ">=3.5.0-dev.20240707",
"@nestia/core": ">=3.5.0-dev.20240707",
=======
"@nestia/fetcher": ">=3.5.0-dev.20240706",
"@nestia/core": ">=3.5.0-dev.20240706",
>>>>>>> 961de1f1aeae07cc59cf24e43774df2bc53db2bc
"@nestia/fetcher": ">=3.5.0",
"@nestia/core": ">=3.5.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
Expand Down
8 changes: 4 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nestia/test",
"version": "3.5.0-dev.20240707",
"version": "3.5.0",
"description": "Test program of Nestia",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/sdk": "^3.5.0-dev.20240707",
"@nestia/sdk": "^3.5.0",
"@nestjs/swagger": "^7.1.2",
"@samchon/openapi": "^0.3.0",
"@types/express": "^4.17.17",
Expand All @@ -40,9 +40,9 @@
},
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@nestia/core": "^3.5.0-dev.20240707",
"@nestia/core": "^3.5.0",
"@nestia/e2e": "^0.3.6",
"@nestia/fetcher": "^3.5.0-dev.20240707",
"@nestia/fetcher": "^3.5.0",
"@nestjs/common": "^10.3.5",
"@nestjs/core": "^10.3.5",
"@nestjs/platform-express": "^10.3.5",
Expand Down

0 comments on commit 5a0deb5

Please sign in to comment.