typia 5.5.0-dev.20240306 → 5.5.0

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -78,6 +78,7 @@ Check out the document in the [website](https://typia.io/docs/):
78
78
  - [`assert()` function](https://typia.io/docs/validators/assert/)
79
79
  - [`is()` function](https://typia.io/docs/validators/is/)
80
80
  - [`validate()` function](https://typia.io/docs/validators/validate/)
81
+ - [Functional Module](https://typia.io/docs/validators/functional)
81
82
  - [Special Tags](https://typia.io/docs/validators/tags/)
82
83
  - Enhanced JSON
83
84
  - [`stringify()` functions](https://typia.io/docs/json/stringify/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "5.5.0-dev.20240306",
3
+ "version": "5.5.0",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",