Skip to content

Commit

Permalink
Publish #1060: RFC3339
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 25, 2024
1 parent 5e0c2a7 commit 01541c4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-json/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01541c4

Please sign in to comment.