Skip to content

Commit

Permalink
Test nonara/ts-patch#138, but not working
Browse files Browse the repository at this point in the history
@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.
  • Loading branch information
samchon committed Dec 5, 2023
1 parent 0822daa commit 68e6be7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "typia",
"version": "5.3.3",
"version": "5.3.4-dev.20231205",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"bin": {
"typia": "./lib/executable/typia.js"
},
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"scripts": {
"test": "npm run package:tgz",
"-------------------------------------------------": "",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "rimraf bin && tsc",
"build:actions": "rimraf bin && tsc -p tsconfig.actions.json",
"prepare": "ts-patch install && typia patch",
"prepare": "ts-patch install",
"prettier": "prettier ./src/**/*.ts --write",
"setup": "node build/setup.js",
"start": "node bin",
Expand All @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/samchon/typia#readme",
"devDependencies": {
"@samchon/ts-patch-test": "3.0.3-dev.20231205",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/cli": "^0.11.25",
"@types/node": "^20.9.4",
"@types/uuid": "^9.0.7",
"prettier": "^2.6.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.3.2"
},
"dependencies": {
Expand All @@ -46,6 +46,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^2.5.13",
"uuid": "^9.0.1",
"typia": "D:\\github\\samchon\\typia\\typia-5.3.3.tgz"
"typia": "D:\\github\\samchon\\typia\\typia-5.3.4-dev.20231205.tgz"
}
}
5 changes: 5 additions & 0 deletions packages/typescript-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"tsp": {
"tscOptions": {
"parseAllJsDoc": true
}
},
"scripts": {
"test": "npm run package:tgz",
"-------------------------------------------------": "",
Expand Down

0 comments on commit 68e6be7

Please sign in to comment.