typia 5.2.5-dev.20231105 → 5.2.5

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "5.2.5-dev.20231105",
3
+ "version": "5.2.5",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -134,7 +134,7 @@
134
134
  "zod": "^3.19.1"
135
135
  },
136
136
  "stackblitzs": {
137
- "startCommand": "npm run prepare && npm run build && npm run build:test && npm run test"
137
+ "startCommand": "npm run prepare && npm run build:test:actions && npm run build:test && npm run test"
138
138
  },
139
139
  "files": [
140
140
  "LICENSE",