Skip to content

Commit

Permalink
Export MetadataFactory.validate() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Aug 13, 2024
1 parent 89af87e commit 7631ec3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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-6.8.0-dev.20240811-2.tgz"
"typia": "../typia-6.8.0.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-6.8.0-dev.20240811-2.tgz"
"typia": "../typia-6.8.0.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": "6.8.0-dev.20240811-2",
"version": "6.8.0",
"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": "6.8.0-dev.20240811-2",
"version": "6.8.0",
"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": "6.8.0-dev.20240811-2"
"typia": "6.8.0"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/factories/MetadataFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export namespace MetadataFactory {
return meta;
};

const validate =
export const validate =
(context?: ts.TransformationContext) =>
(options: IOptions) =>
(functor: Validator) =>
Expand Down
2 changes: 1 addition & 1 deletion test-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"typia": "../typia-6.8.0-dev.20240811-2.tgz"
"typia": "../typia-6.8.0.tgz"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.8.0-dev.20240811-2.tgz"
"typia": "../typia-6.8.0.tgz"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.12.0",
"@rollup/browser": "^4.13.0",
"@samchon/openapi": "^0.4.3",
"@samchon/openapi": "^0.4.4",
"lz-string": "^1.5.0",
"monaco-editor": "^0.50.0",
"next": "^14.2.3",
Expand All @@ -39,7 +39,7 @@
"tgrid": "^1.0.3",
"tstl": "^3.0.0",
"typescript": "^5.5.4",
"typia": "^6.7.2"
"typia": "^6.8.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down

0 comments on commit 7631ec3

Please sign in to comment.