From 056265ada090e66ad96e6d27511c7a3702ee9a0b Mon Sep 17 00:00:00 2001 From: Alireza Bahrani Date: Fri, 6 Dec 2024 15:25:07 +0330 Subject: [PATCH] 1.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b90d28..f46d132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deep-flatten", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index af568c3..6fae0a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deep-flatten-type", "private": false, - "version": "1.0.4", + "version": "1.0.5", "description": "Flattens deeply nested object types into a dot-separated union of keys, treating all optional keys as required. Ideal for working with deeply structured TypeScript types.", "author": "Alireza Bahrani", "license": "MIT",