typia 5.3.0-dev.20231126 → 5.3.0-dev.20231126-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,7 @@ var TypiaSetupWizard;
78
78
  args = _b.sent();
79
79
  pack.install({ dev: true, modulo: "ts-patch", version: "latest" });
80
80
  pack.install({ dev: true, modulo: "ts-node", version: "latest" });
81
- pack.install({ dev: true, modulo: "typescript", version: "5.2.2" });
81
+ pack.install({ dev: true, modulo: "typescript", version: "5.3.2" });
82
82
  (_a = args.project) !== null && _a !== void 0 ? _a : (args.project = (function () {
83
83
  var runner = pack.manager === "npm" ? "npx" : pack.manager;
84
84
  CommandExecutor_1.CommandExecutor.run("".concat(runner, " tsc --init"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "5.3.0-dev.20231126",
3
+ "version": "5.3.0-dev.20231126-2",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -24,7 +24,7 @@ export namespace TypiaSetupWizard {
24
24
  // INSTALL TYPESCRIPT COMPILERS
25
25
  pack.install({ dev: true, modulo: "ts-patch", version: "latest" });
26
26
  pack.install({ dev: true, modulo: "ts-node", version: "latest" });
27
- pack.install({ dev: true, modulo: "typescript", version: "5.2.2" });
27
+ pack.install({ dev: true, modulo: "typescript", version: "5.3.2" });
28
28
  args.project ??= (() => {
29
29
  const runner: string = pack.manager === "npm" ? "npx" : pack.manager;
30
30
  CommandExecutor.run(`${runner} tsc --init`);