From 42b186f1a45a1f542f6ee7dc43a3689a0ed4950c Mon Sep 17 00:00:00 2001 From: Hernan Alvarado Date: Sun, 1 Sep 2024 22:27:09 -0500 Subject: [PATCH] chore(release): new version 0.8.0 published on npm (#97) - 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9251e05..0d9eea7 100644 --- a/package.json +++ b/package.json @@ -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": {