typia 8.0.0-dev.20250224 → 8.0.0-dev.20250225

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.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "8.0.0-dev.20250224",
3
+ "version": "8.0.0-dev.20250225",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -28,8 +28,7 @@
28
28
  "------------------------------------------------": "",
29
29
  "package:latest": "ts-node deploy --tag latest",
30
30
  "package:next": "ts-node deploy --tag next",
31
- "package:patch": "ts-node deploy --tag patch",
32
- "package:deprecate": "npm deprecate typescript-json \"Renamed to typia\""
31
+ "package:patch": "ts-node deploy --tag patch"
33
32
  },
34
33
  "repository": {
35
34
  "type": "git",
@@ -51,7 +50,7 @@
51
50
  },
52
51
  "peerDependencies": {
53
52
  "@samchon/openapi": ">=3.0.0 <4.0.0",
54
- "typescript": ">=4.8.0 <5.8.0"
53
+ "typescript": ">=4.8.0 <5.10.0"
55
54
  },
56
55
  "devDependencies": {
57
56
  "@rollup/plugin-commonjs": "^26.0.1",
@@ -70,7 +69,7 @@
70
69
  "rollup": "^4.18.0",
71
70
  "suppress-warnings": "^1.0.2",
72
71
  "ts-node": "^10.9.2",
73
- "typescript": "~5.7.3"
72
+ "typescript": "5.9.0-dev.20250223"
74
73
  },
75
74
  "stackblitz": {
76
75
  "startCommand": "npm install && npm run test"