Skip to content

Commit

Permalink
Also keyworded notation and protobuf functions
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 23, 2024
1 parent ea6c29e commit ee4fc99
Show file tree
Hide file tree
Showing 10 changed files with 1,886 additions and 1,569 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-7.0.0-dev.20240921.tgz"
"typia": "../typia-7.0.0-dev.20240922.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": "../typia-7.0.0-dev.20240921.tgz"
"typia": "../typia-7.0.0-dev.20240922.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": "7.0.0-dev.20240921",
"version": "7.0.0-dev.20240922",
"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": "7.0.0-dev.20240921",
"version": "7.0.0-dev.20240922",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"homepage": "https://typia.io",
"dependencies": {
"typia": "7.0.0-dev.20240921"
"typia": "7.0.0-dev.20240922"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.7.0"
Expand Down
Loading

0 comments on commit ee4fc99

Please sign in to comment.