Skip to content

Commit

Permalink
Publish v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 19, 2024
1 parent 28841b1 commit a1071be
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 72 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.7.2-dev.20240720",
"version": "3.7.2",
"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.7.2-dev.20240720",
"version": "3.7.2",
"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": "../fetcher/nestia-fetcher-3.7.2-dev.20240720.tgz",
"@nestia/fetcher": "^3.7.2",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^0.4.2",
Expand All @@ -53,7 +53,7 @@
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.7.2-dev.20240720",
"@nestia/fetcher": ">=3.7.2",
"@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.7.2-dev.20240720",
"version": "3.7.3",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/sdk",
"version": "3.7.2-dev.20240720",
"version": "3.7.2",
"description": "Nestia SDK and Swagger generator",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "../fetcher/nestia-fetcher-3.7.2-dev.20240720.tgz",
"@nestia/core": "../core/nestia-core-3.7.2-dev.20240720.tgz",
"@nestia/fetcher": "^3.7.2",
"@nestia/core": "^3.7.2",
"@samchon/openapi": "^0.4.2",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
Expand All @@ -47,8 +47,8 @@
"typia": "^6.5.2"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.7.2-dev.20240720",
"@nestia/core": ">=3.7.2-dev.20240720",
"@nestia/fetcher": ">=3.7.2",
"@nestia/core": ">=3.7.2",
"@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": "@samchon/nestia-test",
"version": "3.7.2-dev.20240720",
"version": "3.7.2",
"description": "Test program of Nestia",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/sdk": "../packages/sdk/nestia-sdk-3.7.2-dev.20240720.tgz",
"@nestia/sdk": "^3.7.2",
"@nestjs/swagger": "^7.1.2",
"@samchon/openapi": "^0.4.2",
"@types/express": "^4.17.17",
Expand All @@ -40,9 +40,9 @@
},
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@nestia/core": "../packages/core/nestia-core-3.7.2-dev.20240720.tgz",
"@nestia/core": "^3.7.2",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "../packages/fetcher/nestia-fetcher-3.7.2-dev.20240720.tgz",
"@nestia/fetcher": "^3.7.2",
"@nestjs/common": "^10.3.5",
"@nestjs/core": "^10.3.5",
"@nestjs/platform-express": "^10.3.5",
Expand Down
120 changes: 65 additions & 55 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@samchon/openapi": "^0.4.2",
"@stackblitz/sdk": "^1.9.0",
"js-yaml": "^4.1.0",
"next": "14.1.1",
"nextra": "latest",
"nextra-theme-docs": "latest",
"next": "14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit a1071be

Please sign in to comment.