Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jan 3, 2024
1 parent 7d92a31 commit 4c1dbd0
Show file tree
Hide file tree
Showing 354 changed files with 572 additions and 1,701 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.3.8-dev.20240103.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.3.8.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": "D:\\github\\samchon\\typia\\typia-5.3.8-dev.20240103.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.3.8.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": "5.3.8-dev.20240103",
"version": "5.3.8",
"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": "5.3.8-dev.20240103",
"version": "5.3.8",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://typia.io",
"dependencies": {
"typia": "5.3.8-dev.20240103"
"typia": "5.3.8"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/programmers/internal/application_object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const create_object_schema =
nullable: options.purpose === "swagger" ? nullable : undefined,
required: required.length ? required : undefined,
description: obj.description,
"x-typia-jsDocTags": obj.jsDocTags,
...(options.surplus ? { "x-typia-jsDocTags": obj.jsDocTags } : {}),
...(options.purpose === "ajv"
? extraProps
: options.surplus
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.3.8-dev.20240103.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.3.8.tgz"
}
}
3 changes: 1 addition & 2 deletions test/schemas/json/ajv_standard/ArrayAny.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"nullables1",
"nullables2",
"union"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
12 changes: 4 additions & 8 deletions test/schemas/json/ajv_standard/ArrayHierarchical.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"name",
"established_at",
"departments"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchical.ITimestamp": {
"$id": "#/components/schemas/ArrayHierarchical.ITimestamp",
Expand All @@ -59,8 +58,7 @@
"required": [
"time",
"zone"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchical.IDepartment": {
"$id": "#/components/schemas/ArrayHierarchical.IDepartment",
Expand Down Expand Up @@ -91,8 +89,7 @@
"sales",
"created_at",
"employees"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchical.IEmployee": {
"$id": "#/components/schemas/ArrayHierarchical.IEmployee",
Expand Down Expand Up @@ -120,8 +117,7 @@
"age",
"grade",
"employeed_at"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
15 changes: 5 additions & 10 deletions test/schemas/json/ajv_standard/ArrayHierarchicalPointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"required": [
"value"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchicalPointer.ICompany": {
"$id": "#/components/schemas/ArrayHierarchicalPointer.ICompany",
Expand Down Expand Up @@ -51,8 +50,7 @@
"name",
"established_at",
"departments"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchicalPointer.ITimestamp": {
"$id": "#/components/schemas/ArrayHierarchicalPointer.ITimestamp",
Expand All @@ -68,8 +66,7 @@
"required": [
"time",
"zone"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchicalPointer.IDepartment": {
"$id": "#/components/schemas/ArrayHierarchicalPointer.IDepartment",
Expand Down Expand Up @@ -100,8 +97,7 @@
"sales",
"created_at",
"employees"
],
"x-typia-jsDocTags": []
]
},
"ArrayHierarchicalPointer.IEmployee": {
"$id": "#/components/schemas/ArrayHierarchicalPointer.IEmployee",
Expand Down Expand Up @@ -129,8 +125,7 @@
"age",
"grade",
"employeed_at"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
6 changes: 2 additions & 4 deletions test/schemas/json/ajv_standard/ArrayRecursive.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"code",
"sequence",
"created_at"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursive.ITimestamp": {
"$id": "#/components/schemas/ArrayRecursive.ITimestamp",
Expand All @@ -52,8 +51,7 @@
"required": [
"time",
"zone"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
15 changes: 5 additions & 10 deletions test/schemas/json/ajv_standard/ArrayRecursiveUnionExplicit.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
"path",
"children",
"type"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicit.IImageFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicit.IImageFile",
Expand Down Expand Up @@ -116,8 +115,7 @@
"size",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicit.ITextFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicit.ITextFile",
Expand Down Expand Up @@ -159,8 +157,7 @@
"content",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicit.IZipFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicit.IZipFile",
Expand Down Expand Up @@ -202,8 +199,7 @@
"count",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicit.IShortcut": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicit.IShortcut",
Expand Down Expand Up @@ -241,8 +237,7 @@
"target",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"required": [
"value"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.IBucket": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.IBucket",
Expand Down Expand Up @@ -48,8 +47,7 @@
},
"required": [
"value"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.IDirectory": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.IDirectory",
Expand Down Expand Up @@ -83,8 +81,7 @@
"path",
"children",
"type"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.IImageFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.IImageFile",
Expand Down Expand Up @@ -134,8 +131,7 @@
"size",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.ITextFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.ITextFile",
Expand Down Expand Up @@ -177,8 +173,7 @@
"content",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.IZipFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.IZipFile",
Expand Down Expand Up @@ -220,8 +215,7 @@
"count",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionExplicitPointer.IShortcut": {
"$id": "#/components/schemas/ArrayRecursiveUnionExplicitPointer.IShortcut",
Expand Down Expand Up @@ -259,8 +253,7 @@
"target",
"type",
"extension"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
18 changes: 6 additions & 12 deletions test/schemas/json/ajv_standard/ArrayRecursiveUnionImplicit.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"name",
"path",
"children"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionImplicit.ISharedDirectory": {
"$id": "#/components/schemas/ArrayRecursiveUnionImplicit.ISharedDirectory",
Expand Down Expand Up @@ -97,8 +96,7 @@
"name",
"path",
"children"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionImplicit.IImageFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionImplicit.IImageFile",
Expand Down Expand Up @@ -134,8 +132,7 @@
"height",
"url",
"size"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionImplicit.ITextFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionImplicit.ITextFile",
Expand Down Expand Up @@ -163,8 +160,7 @@
"path",
"size",
"content"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionImplicit.IZipFile": {
"$id": "#/components/schemas/ArrayRecursiveUnionImplicit.IZipFile",
Expand Down Expand Up @@ -192,8 +188,7 @@
"path",
"size",
"count"
],
"x-typia-jsDocTags": []
]
},
"ArrayRecursiveUnionImplicit.IShortcut": {
"$id": "#/components/schemas/ArrayRecursiveUnionImplicit.IShortcut",
Expand All @@ -217,8 +212,7 @@
"name",
"path",
"target"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
6 changes: 2 additions & 4 deletions test/schemas/json/ajv_standard/ArrayRepeatedUnion.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"position",
"rotate",
"pivot"
],
"x-typia-jsDocTags": []
]
},
"ArrayRepeatedUnion.IPoint3D": {
"$id": "#/components/schemas/ArrayRepeatedUnion.IPoint3D",
Expand All @@ -78,8 +77,7 @@
"x",
"y",
"z"
],
"x-typia-jsDocTags": []
]
}
}
},
Expand Down
Loading

0 comments on commit 4c1dbd0

Please sign in to comment.