diff --git a/benchmark/package.json b/benchmark/package.json index 577be08cfc..d399e450d5 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -72,7 +72,7 @@ "source-map-support": "^0.5.21", "suppress-warnings": "^1.0.2", "tstl": "^3.0.0", - "typia": "D:\\github\\samchon\\typia\\typia-6.0.3.tgz", - "uuid": "^9.0.1" + "uuid": "^9.0.1", + "typia": "D:\\github\\samchon\\typia\\typia-6.0.4.tgz" } -} +} \ No newline at end of file diff --git a/errors/package.json b/errors/package.json index 83d0badb5f..efa38fc4e5 100644 --- a/errors/package.json +++ b/errors/package.json @@ -32,6 +32,6 @@ "typescript": "^5.3.2" }, "dependencies": { - "typia": "D:\\github\\samchon\\typia\\typia-6.0.3.tgz" + "typia": "D:\\github\\samchon\\typia\\typia-6.0.4.tgz" } } \ No newline at end of file diff --git a/package.json b/package.json index 053d804dd2..d23dbc9e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typia", - "version": "6.0.3", + "version": "6.0.4", "description": "Superfast runtime validators with only one line", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -65,7 +65,7 @@ }, "homepage": "https://typia.io", "dependencies": { - "@samchon/openapi": "^0.1.20", + "@samchon/openapi": "^0.1.21", "commander": "^10.0.0", "comment-json": "^4.2.3", "inquirer": "^8.2.5", diff --git a/packages/typescript-json/README.md b/packages/typescript-json/README.md index bc284f18ea..7898038069 100644 --- a/packages/typescript-json/README.md +++ b/packages/typescript-json/README.md @@ -43,7 +43,7 @@ Typia is a transformer library supporting below features: - Random data generator > [!NOTE] -> +> > - **Only one line** required, with pure TypeScript type > - Runtime validator is **20,000x faster** than `class-validator` > - JSON serialization is **200x faster** than `class-transformer` diff --git a/packages/typescript-json/package.json b/packages/typescript-json/package.json index ec74cc8632..bf8638e448 100644 --- a/packages/typescript-json/package.json +++ b/packages/typescript-json/package.json @@ -1,6 +1,6 @@ { "name": "typescript-json", - "version": "6.0.3", + "version": "6.0.4", "description": "Superfast runtime validators with only one line", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "homepage": "https://typia.io", "dependencies": { - "typia": "6.0.3" + "typia": "6.0.4" }, "peerDependencies": { "typescript": ">=4.8.0 <5.5.0" diff --git a/test/package.json b/test/package.json index 217fbb47eb..a38249dcd0 100644 --- a/test/package.json +++ b/test/package.json @@ -51,6 +51,6 @@ "suppress-warnings": "^1.0.2", "tstl": "^3.0.0", "uuid": "^9.0.1", - "typia": "D:\\github\\samchon\\typia\\typia-6.0.3.tgz" + "typia": "D:\\github\\samchon\\typia\\typia-6.0.4.tgz" } } \ No newline at end of file diff --git a/website/package.json b/website/package.json index 2e0596d117..eacc772c88 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ "tgrid": "^1.0.0", "tstl": "^3.0.0", "typescript": "^5.4.5", - "typia": "^6.0.3" + "typia": "^6.0.4" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0",