Skip to content

Commit

Permalink
Fix mistaken publish bug -> v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 4, 2022
1 parent 8769413 commit 00b6a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Also, only `typescript-json` can validate union typed structure exactly. All the
Components | `TSON` | `T.IS` | `ajv` | `io-ts` | `C.V.`
-------------------------|-------------------|-----------------|-------|---------|------------------
**Easy to use** | ✔ | ✔ | ❌ | ❌ | ❌
[Additional Tags](#comment-tags) | ✔ | ❌ | ✔ | ✔ | ✔
[Additional Tags](https://github.com/samchon/typescript-json/#comment-tags) | ✔ | ❌ | ✔ | ✔ | ✔
[Object (simple)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectSimple.ts) | ✔ | ✔ | ✔ | ✔ | ✔
[Object (hierarchical)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectHierarchical.ts) | ✔ | ✔ | ❌ | ✔ | ✔
[Object (recursive)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectRecursive.ts) | ✔ | ✔ | ✔ | ✔ | ✔
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "3.2.0",
"version": "3.2.1",
"description": "Runtime type checkers and 5x faster JSON.stringify() function",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src", "test/internal/IPointer.ts"]
"include": ["src"]
}

0 comments on commit 00b6a40

Please sign in to comment.