Skip to content

Commit

Permalink
Publish v5.5.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Mar 7, 2024
1 parent e70440a commit c606950
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.5.2-dev.20240307.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.5.2.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-5.5.2-dev.20240307.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.5.2.tgz"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typia",
"version": "5.5.2-dev.20240307",
"version": "5.5.2",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
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": "5.5.2-dev.20240307",
"version": "5.5.2",
"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": "5.5.2-dev.20240307"
"typia": "5.5.2"
},
"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 @@ -49,6 +49,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.5.2-dev.20240307.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.5.2.tgz"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"next-sitemap": "^4.0.7",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"typia": "^5.5.1"
"typia": "^5.5.2"
}
}

0 comments on commit c606950

Please sign in to comment.