Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/core": "^2.4.0",
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
Expand Down
15 changes: 10 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@nestia/core",
"version": "2.4.1",
"version": "0.0.0-dev.20991231",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"scripts": {
"build": "rimraf lib && tsc",
"dev": "npm run build -- --watch",
Expand Down Expand Up @@ -34,7 +39,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^2.4.1",
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@nestjs/platform-express": ">=7.0.1",
Expand All @@ -44,10 +49,10 @@
"raw-body": ">=2.0.0",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.0",
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"peerDependencies": {
"@nestia/fetcher": ">=2.4.1",
"@nestia/fetcher": ">=0.0.0-dev.20991231",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@nestjs/platform-express": ">=7.0.1",
Expand All @@ -56,7 +61,7 @@
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.0",
"typescript": ">=4.8.0 <5.4.0",
"typia": ">=5.3.1 <6.0.0"
"typia": ">=5.3.4 <6.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.3.2",
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"dependencies": {
"chalk": "^4.1.2",
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": "2.4.1",
"version": "0.0.0-dev.20991231",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"files": [
"lib",
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/sdk",
"version": "2.4.1",
"version": "0.0.0-dev.20991231",
"description": "Nestia SDK and Swagger generator",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^2.4.1",
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand All @@ -44,16 +44,16 @@
"tsconfck": "^2.0.1",
"tsconfig-paths": "^4.1.1",
"tstl": "^2.5.13",
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"peerDependencies": {
"@nestia/fetcher": ">=2.4.1",
"@nestia/fetcher": ">=0.0.0-dev.20991231",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
"ts-node": ">=10.6.0",
"typescript": ">=4.8.0 <5.4.0",
"typia": ">=5.3.1 <6.0.0"
"typia": ">=5.3.4 <6.0.0"
},
"devDependencies": {
"@nestia/e2e": "^0.3.7",
Expand All @@ -74,7 +74,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-patch": "v3.0.2",
"typescript": "^5.3.1-beta",
"typescript": "^5.3.2",
"typescript-transform-paths": "^3.4.4",
"uuid": "^9.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/src/generates/internal/SwaggerSchemaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ const any = new Singleton(() =>
maps: [],
},
{
aliases: [],
arrays: [],
tuples: [],
objects: [],
aliases: new Map(),
arrays: new Map(),
tuples: new Map(),
objects: new Map(),
},
),
);
2 changes: 1 addition & 1 deletion test/features/distribute-assert/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nestia/fetcher": "^2.4.1",
"typia": "^5.3.1"
"typia": "^5.3.4"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute-json/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nestia/fetcher": "^2.4.1",
"typia": "^5.3.1"
"typia": "^5.3.4"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nestia/fetcher": "^2.4.1",
"typia": "^5.3.1"
"typia": "^5.3.4"
}
}
12 changes: 6 additions & 6 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nestia/test",
"version": "2.4.1",
"version": "0.0.0-dev.20991231",
"description": "Test program of Nestia",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,14 +32,14 @@
"@types/uuid": "^9.0.0",
"ts-node": "^10.9.1",
"ts-patch": "v3.0.2",
"typescript": "^5.3.1-beta",
"typescript": "^5.3.2",
"typescript-transform-paths": "^3.4.4",
"typia": "^5.3.1",
"typia": "^5.3.4",
"uuid": "^9.0.0",
"nestia": "^4.5.0",
"@nestia/core": "^2.4.1",
"@nestia/core": "D:\\github\\samchon\\nestia\\packages\\core\\nestia-core-0.0.0-dev.20991231.tgz",
"@nestia/e2e": "^0.3.6",
"@nestia/fetcher": "^2.4.1",
"@nestia/sdk": "^2.4.1"
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-0.0.0-dev.20991231.tgz",
"@nestia/sdk": "D:\\github\\samchon\\nestia\\packages\\sdk\\nestia-sdk-0.0.0-dev.20991231.tgz"
}
}
2 changes: 1 addition & 1 deletion website/pages/docs/sdk/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ Also, if your SDK library utilize special alias `paths`, you also need to custom
},
"dependencies": {
"@nestia/fetcher": "^2.3.4",
"typia": "^5.3.1"
"typia": "^5.3.4"
},
"files": [
"lib",
Expand Down