Skip to content

Commit 68e6be7

Browse files
committed
Test nonara/ts-patch#138, but not working
@nonara As the `link:<path>` does not work and I do not know how to fix the problem, I just published temporary npm package, and proceed the testing. You can reproduce it by running the `npm run package:tgz` command, and it is not working as you can see.
1 parent 0822daa commit 68e6be7

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "typia",
3-
"version": "5.3.3",
3+
"version": "5.3.4-dev.20231205",
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
"-------------------------------------------------": "",

packages/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
"setup": "node build/setup.js",
1313
"start": "node bin",
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/samchon/typia#readme",
3030
"devDependencies": {
31+
"@samchon/ts-patch-test": "3.0.3-dev.20231205",
3132
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
3233
"@types/cli": "^0.11.25",
3334
"@types/node": "^20.9.4",
3435
"@types/uuid": "^9.0.7",
3536
"prettier": "^2.6.2",
3637
"rimraf": "^5.0.5",
3738
"ts-node": "^10.9.1",
38-
"ts-patch": "^3.0.2",
3939
"typescript": "^5.3.2"
4040
},
4141
"dependencies": {
@@ -46,6 +46,6 @@
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.3.tgz"
49+
"typia": "D:\\github\\samchon\\typia\\typia-5.3.4-dev.20231205.tgz"
5050
}
5151
}

packages/typescript-json/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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
"-------------------------------------------------": "",

0 commit comments

Comments
 (0)