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.3 " ,
3+ "version" : " 5.3.4 " ,
44 "description" : " Superfast runtime validators with only one line" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
77 "bin" : {
88 "typia" : " ./lib/executable/typia.js"
99 },
10+ "tsp" : {
11+ "tscOptions" : {
12+ "parseAllJsDoc" : true
13+ }
14+ },
1015 "scripts" : {
1116 "test" : " npm run package:tgz" ,
1217 "-------------------------------------------------" : " " ,
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " rimraf bin && tsc" ,
99 "build:actions" : " rimraf bin && tsc -p tsconfig.actions.json" ,
10- "prepare" : " ts-patch install && typia patch " ,
10+ "prepare" : " ts-patch install" ,
1111 "prettier" : " prettier ./src/**/*.ts --write" ,
1212 "start" : " node bin" ,
1313 "template" : " ts-node src/template && npm run prettier && npm run build"
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.3 .tgz"
76+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.4 .tgz"
7777 }
7878}
Original file line number Diff line number Diff line change 66 "main" : " index.js" ,
77 "scripts" : {
88 "build" : " rimraf bin && tsc" ,
9- "prepare" : " ts-patch install && typia patch " ,
9+ "prepare" : " ts-patch install" ,
1010 "prettier" : " prettier ./src/**/*.ts --write" ,
1111 "setup" : " node build/setup.js" ,
1212 "start" : " node index"
3232 "typescript" : " ^5.3.2"
3333 },
3434 "dependencies" : {
35- "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.3 .tgz"
35+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.4 .tgz"
3636 }
3737}
Original file line number Diff line number Diff line change 44 "version" : " 0.1.0" ,
55 "description" : " Test program for typia" ,
66 "main" : " bin/index.js" ,
7+ "tsp" : {
8+ "tscOptions" : {
9+ "parseAllJsDoc" : true
10+ }
11+ },
712 "scripts" : {
813 "build" : " rimraf bin && tsc" ,
914 "build:actions" : " rimraf bin && tsc -p tsconfig.actions.json" ,
10- "prepare" : " ts-patch install && typia patch " ,
15+ "prepare" : " ts-patch install" ,
1116 "prettier" : " prettier ./src/**/*.ts --write" ,
1217 "setup" : " node build/setup.js" ,
1318 "start" : " node bin" ,
3540 "prettier" : " ^2.6.2" ,
3641 "rimraf" : " ^5.0.5" ,
3742 "ts-node" : " ^10.9.1" ,
38- "ts-patch" : " ^3.0.2 " ,
43+ "ts-patch" : " ^3.1.0 " ,
3944 "typescript" : " ^5.3.2"
4045 },
4146 "dependencies" : {
4651 "suppress-warnings" : " ^1.0.2" ,
4752 "tstl" : " ^2.5.13" ,
4853 "uuid" : " ^9.0.1" ,
49- "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.3 .tgz"
54+ "typia" : " D:\\ github\\ samchon\\ typia\\ typia-5.3.4 .tgz"
5055 }
5156}
Original file line number Diff line number Diff line change 11{
22 "name" : " typescript-json" ,
3- "version" : " 5.3.3 " ,
3+ "version" : " 5.3.4 " ,
44 "description" : " Superfast runtime validators with only one line" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
7+ "tsp" : {
8+ "tscOptions" : {
9+ "parseAllJsDoc" : true
10+ }
11+ },
712 "scripts" : {
813 "test" : " npm run package:tgz" ,
914 "-------------------------------------------------" : " " ,
5661 },
5762 "homepage" : " https://typia.io" ,
5863 "dependencies" : {
59- "typia" : " 5.3.3 "
64+ "typia" : " 5.3.4 "
6065 },
6166 "peerDependencies" : {
6267 "typescript" : " >=4.8.0 <5.4.0"
You can’t perform that action at this time.
0 commit comments