Skip to content

Commit 0bf0935

Browse files
committed
Publish v5.1
1 parent 3d2a37c commit 0bf0935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typia",
3-
"version": "5.1.0-dev.20230926-3",
3+
"version": "5.1.0",
44
"description": "Superfast runtime validators with only one line",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/typescript-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-json",
3-
"version": "5.1.0-dev.20230926-3",
3+
"version": "5.1.0",
44
"description": "Superfast runtime validators with only one line",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -72,7 +72,7 @@
7272
},
7373
"homepage": "https://typia.io",
7474
"dependencies": {
75-
"typia": "5.1.0-dev.20230926-3"
75+
"typia": "5.1.0"
7676
},
7777
"peerDependencies": {
7878
"typescript": ">= 4.8.0"

0 commit comments

Comments
 (0)