typia 3.7.1-dev.20230406 → 3.7.1

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -257,7 +257,6 @@ export function createAssertStringify<T>(): (input: T) => string;
257
257
 
258
258
  ### Miscellaneous
259
259
  ```typescript
260
- // random data generator
261
260
  export function random<T>(g?: Partial<IRandomGenerator>): Primitive<T>;
262
261
  export function clone<T>(input: T): Primitive<T>; // deep copy
263
262
  export function prune<T>(input: T): void; // remove superfluous properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "3.7.1-dev.20230406",
3
+ "version": "3.7.1",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",