Skip to content

Commit 4da547d

Browse files
committed
Deploy v2.3.5
1 parent b272807 commit 4da547d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/core",
3-
"version": "0.0.0-dev.20991231",
3+
"version": "2.3.5",
44
"description": "Super-fast validation decorators of NestJS",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://nestia.io",
3636
"dependencies": {
37-
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
37+
"@nestia/fetcher": "^2.3.5",
3838
"@nestjs/common": ">=7.0.1",
3939
"@nestjs/core": ">=7.0.1",
4040
"@nestjs/platform-express": ">=7.0.1",
@@ -47,7 +47,7 @@
4747
"typia": "^5.2.5"
4848
},
4949
"peerDependencies": {
50-
"@nestia/fetcher": ">=0.0.0-dev.20991231",
50+
"@nestia/fetcher": ">=2.3.5",
5151
"@nestjs/common": ">=7.0.1",
5252
"@nestjs/core": ">=7.0.1",
5353
"@nestjs/platform-express": ">=7.0.1",

packages/fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/fetcher",
3-
"version": "0.0.0-dev.20991231",
3+
"version": "2.3.5",
44
"description": "Fetcher library of Nestia SDK",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/sdk",
3-
"version": "0.0.0-dev.20991231",
3+
"version": "2.3.5",
44
"description": "Nestia SDK and Swagger generator",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://nestia.io",
3737
"dependencies": {
38-
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
38+
"@nestia/fetcher": "^2.3.5",
3939
"cli": "^1.0.1",
4040
"get-function-location": "^2.0.0",
4141
"glob": "^7.2.0",
@@ -47,7 +47,7 @@
4747
"typia": "^5.2.5"
4848
},
4949
"peerDependencies": {
50-
"@nestia/fetcher": ">=0.0.0-dev.20991231",
50+
"@nestia/fetcher": ">=2.3.5",
5151
"@nestjs/common": ">=7.0.1",
5252
"@nestjs/core": ">=7.0.1",
5353
"reflect-metadata": ">=0.1.12",

test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@nestia/test",
4-
"version": "0.0.0-dev.20991231",
4+
"version": "2.3.5",
55
"description": "Test program of Nestia",
66
"main": "index.js",
77
"scripts": {
@@ -37,9 +37,9 @@
3737
"typia": "^5.2.5",
3838
"uuid": "^9.0.0",
3939
"nestia": "^4.5.0",
40-
"@nestia/core": "D:\\github\\samchon\\nestia\\packages\\core\\nestia-core-0.0.0-dev.20991231.tgz",
40+
"@nestia/core": "^2.3.5",
4141
"@nestia/e2e": "^0.3.6",
42-
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
43-
"@nestia/sdk": "D:\\github\\samchon\\nestia\\packages\\sdk\\nestia-sdk-0.0.0-dev.20991231.tgz"
42+
"@nestia/fetcher": "^2.3.5",
43+
"@nestia/sdk": "^2.3.5"
4444
}
4545
}

0 commit comments

Comments
 (0)