File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " typia" ,
3- "version" : " 5.3.2 " ,
3+ "version" : " 5.3.3 " ,
44 "description" : " Superfast runtime validators with only one line" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 7373 "suppress-warnings" : " ^1.0.2" ,
7474 "tstl" : " ^2.5.13" ,
7575 "uuid" : " ^9.0.1" ,
76- "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.2 .tgz"
76+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.3 .tgz"
7777 }
7878}
Original file line number Diff line number Diff line change 3232 "typescript" : " ^5.3.2"
3333 },
3434 "dependencies" : {
35- "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.2 .tgz"
35+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.3 .tgz"
3636 }
3737}
Original file line number Diff line number Diff line change 4646 "suppress-warnings" : " ^1.0.2" ,
4747 "tstl" : " ^2.5.13" ,
4848 "uuid" : " ^9.0.1" ,
49- "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.2 .tgz"
49+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.3 .tgz"
5050 }
5151}
Original file line number Diff line number Diff line change 11{
22 "name" : " typescript-json" ,
3- "version" : " 5.3.2 " ,
3+ "version" : " 5.3.3 " ,
44 "description" : " Superfast runtime validators with only one line" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
5656 },
5757 "homepage" : " https://typia.io" ,
5858 "dependencies" : {
59- "typia" : " 5.3.2 "
59+ "typia" : " 5.3.3 "
6060 },
6161 "peerDependencies" : {
6262 "typescript" : " >=4.8.0 <5.4.0"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export * as protobuf from "./protobuf";
1313export * as reflect from "./reflect" ;
1414export * as tags from "./tags" ;
1515
16+ export * from "./schemas/metadata/IJsDocTagInfo" ;
1617export * from "./schemas/json/IJsonApplication" ;
1718export * from "./schemas/json/IJsonComponents" ;
1819export * from "./schemas/json/IJsonSchema" ;
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ import { MetadataArrayType } from "./MetadataArrayType";
33import { MetadataObject } from "./MetadataObject" ;
44import { MetadataTupleType } from "./MetadataTupleType" ;
55
6- /**
7- * @internal
8- */
96export interface IMetadataDictionary {
107 objects : Map < string , MetadataObject > ;
118 aliases : Map < string , MetadataAlias > ;
You can’t perform that action at this time.
0 commit comments