Skip to content

Commit

Permalink
chore(release): new version 0.8.0 published on npm (#97)
Browse files Browse the repository at this point in the history
- Updated utility types to remove auxiliary parameters, now exporting
  types that only require the necessary parameters.

- Added `Implementation` suffix to internal utility types containing
    the logic, to differentiate from simplified exports.

Utility types
- Added `DeepOmit`utility type
- Added `Chuck` utility type
  • Loading branch information
halvaradop authored Sep 2, 2024
1 parent c634f0f commit 42b186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halvaradop/ts-utility-types",
"version": "0.7.0",
"version": "0.8.0",
"description": "Utility types tools to enhances the productivity using typescript",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 42b186f

Please sign in to comment.