Skip to content

Commit

Permalink
Publish #1054: @ApiExtension() supporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 28, 2024
1 parent 3a90c3e commit 6937f12
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.16.0",
"version": "3.17.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.16.0",
"version": "3.17.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.16.0.tgz",
"@nestia/fetcher": "^3.17.0",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^1.1.0",
Expand All @@ -53,7 +53,7 @@
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.16.0",
"@nestia/fetcher": ">=3.17.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.16.0",
"version": "3.17.0",
"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.16.0",
"version": "3.17.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.16.0.tgz",
"@nestia/fetcher": "../fetcher/nestia-fetcher-3.16.0.tgz",
"@nestia/core": "^3.17.0",
"@nestia/fetcher": "^3.17.0",
"@samchon/openapi": "^1.1.0",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
Expand All @@ -47,8 +47,8 @@
"typia": "^6.11.0"
},
"peerDependencies": {
"@nestia/core": ">=3.16.0",
"@nestia/fetcher": ">=3.16.0",
"@nestia/core": ">=3.17.0",
"@nestia/fetcher": ">=3.17.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.16.0",
"version": "3.17.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.16.0.tgz",
"@nestia/sdk": "^3.17.0",
"@nestjs/swagger": "^7.4.2",
"@samchon/openapi": "^1.1.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.16.0.tgz",
"@nestia/core": "^3.17.0",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "../packages/fetcher/nestia-fetcher-3.16.0.tgz",
"@nestia/fetcher": "^3.17.0",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
Expand Down

0 comments on commit 6937f12

Please sign in to comment.