File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestia/core" ,
3
- "version" : " 0.0.0-dev.20991231 " ,
3
+ "version" : " 2.3.5 " ,
4
4
"description" : " Super-fast validation decorators of NestJS" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
34
34
},
35
35
"homepage" : " https://nestia.io" ,
36
36
"dependencies" : {
37
- "@nestia/fetcher" : " D: \\ github \\ samchon \\ nestia \\ packages \\ fetcher \\ nestia-fetcher-0.0.0-dev.20991231.tgz " ,
37
+ "@nestia/fetcher" : " ^2.3.5 " ,
38
38
"@nestjs/common" : " >=7.0.1" ,
39
39
"@nestjs/core" : " >=7.0.1" ,
40
40
"@nestjs/platform-express" : " >=7.0.1" ,
47
47
"typia" : " ^5.2.5"
48
48
},
49
49
"peerDependencies" : {
50
- "@nestia/fetcher" : " >=0.0.0-dev.20991231 " ,
50
+ "@nestia/fetcher" : " >=2.3.5 " ,
51
51
"@nestjs/common" : " >=7.0.1" ,
52
52
"@nestjs/core" : " >=7.0.1" ,
53
53
"@nestjs/platform-express" : " >=7.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestia/fetcher" ,
3
- "version" : " 0.0.0-dev.20991231 " ,
3
+ "version" : " 2.3.5 " ,
4
4
"description" : " Fetcher library of Nestia SDK" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestia/sdk" ,
3
- "version" : " 0.0.0-dev.20991231 " ,
3
+ "version" : " 2.3.5 " ,
4
4
"description" : " Nestia SDK and Swagger generator" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
35
35
},
36
36
"homepage" : " https://nestia.io" ,
37
37
"dependencies" : {
38
- "@nestia/fetcher" : " D: \\ github \\ samchon \\ nestia \\ packages \\ fetcher \\ nestia-fetcher-0.0.0-dev.20991231.tgz " ,
38
+ "@nestia/fetcher" : " ^2.3.5 " ,
39
39
"cli" : " ^1.0.1" ,
40
40
"get-function-location" : " ^2.0.0" ,
41
41
"glob" : " ^7.2.0" ,
47
47
"typia" : " ^5.2.5"
48
48
},
49
49
"peerDependencies" : {
50
- "@nestia/fetcher" : " >=0.0.0-dev.20991231 " ,
50
+ "@nestia/fetcher" : " >=2.3.5 " ,
51
51
"@nestjs/common" : " >=7.0.1" ,
52
52
"@nestjs/core" : " >=7.0.1" ,
53
53
"reflect-metadata" : " >=0.1.12" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @nestia/test" ,
4
- "version" : " 0.0.0-dev.20991231 " ,
4
+ "version" : " 2.3.5 " ,
5
5
"description" : " Test program of Nestia" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
37
37
"typia" : " ^5.2.5" ,
38
38
"uuid" : " ^9.0.0" ,
39
39
"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 " ,
41
41
"@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 "
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments