Skip to content

Commit

Permalink
Publish v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 10, 2024
1 parent dc8207a commit 9cd3351
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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.13.0-dev.2024910",
"version": "3.13.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.13.0-dev.2024910",
"version": "3.13.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": "../fetcher/nestia-fetcher-3.13.0-dev.2024910.tgz",
"@nestia/fetcher": "^3.13.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^0.4.6",
Expand All @@ -53,7 +53,7 @@
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.13.0-dev.2024910",
"@nestia/fetcher": ">=3.13.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
Expand Down
16 changes: 8 additions & 8 deletions packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "3.13.0-dev.2024910",
"version": "3.13.0",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -25,24 +25,24 @@
"url": "https://github.com/samchon/nestia/issues"
},
"homepage": "https://nestia.io",
"dependencies": {
"@samchon/openapi": "^1.0.0"
},
"peerDependencies": {
"typescript": ">= 4.8.0"
},
"devDependencies": {
"@types/node": "^18.11.14",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"rimraf": "^3.0.2",
"typescript": "5.5.4"
},
"peerDependencies": {
"typescript": ">= 4.8.0"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"lib",
"src"
],
"dependencies": {
"@samchon/openapi": "^1.0.0"
}
]
}
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.13.0-dev.2024910",
"version": "3.13.0",
"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/core": "../core/nestia-core-3.13.0-dev.2024910.tgz",
"@nestia/fetcher": "../fetcher/nestia-fetcher-3.13.0-dev.2024910.tgz",
"@nestia/core": "^3.13.0",
"@nestia/fetcher": "^3.13.0",
"@samchon/openapi": "^1.0.0",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
Expand All @@ -47,8 +47,8 @@
"typia": "^6.10.0"
},
"peerDependencies": {
"@nestia/core": ">=3.13.0-dev.2024910",
"@nestia/fetcher": ">=3.13.0-dev.2024910",
"@nestia/core": ">=3.13.0",
"@nestia/fetcher": ">=3.13.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": "@samchon/nestia-test",
"version": "3.13.0-dev.2024910",
"version": "3.13.0",
"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.13.0-dev.2024910.tgz",
"@nestia/sdk": "^3.13.0",
"@nestjs/swagger": "^7.1.2",
"@samchon/openapi": "^1.0.0",
"@types/express": "^4.17.17",
Expand All @@ -40,9 +40,9 @@
},
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@nestia/core": "../packages/core/nestia-core-3.13.0-dev.2024910.tgz",
"@nestia/core": "^3.13.0",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "../packages/fetcher/nestia-fetcher-3.13.0-dev.2024910.tgz",
"@nestia/fetcher": "^3.13.0",
"@nestjs/common": "^10.3.5",
"@nestjs/core": "^10.3.5",
"@nestjs/platform-express": "^10.3.5",
Expand Down

0 comments on commit 9cd3351

Please sign in to comment.