We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2a37c commit 0bf0935Copy full SHA for 0bf0935
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typia",
3
- "version": "5.1.0-dev.20230926-3",
+ "version": "5.1.0",
4
"description": "Superfast runtime validators with only one line",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
packages/typescript-json/package.json
"name": "typescript-json",
@@ -72,7 +72,7 @@
72
},
73
"homepage": "https://typia.io",
74
"dependencies": {
75
- "typia": "5.1.0-dev.20230926-3"
+ "typia": "5.1.0"
76
77
"peerDependencies": {
78
"typescript": ">= 4.8.0"
0 commit comments