typia 7.0.0-dev.20241130 → 7.0.0-dev.20241130-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,8 +45,8 @@ export function random<T>(g?: Partial<IRandomGenerator>): T;
|
|
|
45
45
|
Typia is a transformer library supporting below features:
|
|
46
46
|
|
|
47
47
|
- Super-fast Runtime Validators
|
|
48
|
-
- Enhanced JSON functions
|
|
49
|
-
- LLM function calling
|
|
48
|
+
- Enhanced JSON schema and serde functions
|
|
49
|
+
- LLM function calling schema and structured output
|
|
50
50
|
- Protocol Buffer encoder and decoder
|
|
51
51
|
- Random data generator
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typia",
|
|
3
|
-
"version": "7.0.0-dev.20241130",
|
|
3
|
+
"version": "7.0.0-dev.20241130-2",
|
|
4
4
|
"description": "Superfast runtime validators with only one line",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://typia.io",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@samchon/openapi": "^2.0.0-dev.20241130",
|
|
44
|
+
"@samchon/openapi": "^2.0.0-dev.20241130-2",
|
|
45
45
|
"commander": "^10.0.0",
|
|
46
46
|
"comment-json": "^4.2.3",
|
|
47
47
|
"inquirer": "^8.2.5",
|