From 3b208a3723cba43ecf43d16b7db0fbccbe1139c8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 18 Jul 2023 09:14:04 +0100 Subject: [PATCH] Fix patch --- patches/conf+10.2.0.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/conf+10.2.0.patch b/patches/conf+10.2.0.patch index 24286cd0..d32d139a 100644 --- a/patches/conf+10.2.0.patch +++ b/patches/conf+10.2.0.patch @@ -1,11 +1,12 @@ diff --git a/node_modules/conf/dist/source/index.d.ts b/node_modules/conf/dist/source/index.d.ts -index 70d6dd0..fb23a4e 100644 +index 70d6dd0..6b552f3 100644 --- a/node_modules/conf/dist/source/index.d.ts +++ b/node_modules/conf/dist/source/index.d.ts -@@ -44,6 +44,10 @@ declare class Conf = Record> impl +@@ -44,6 +44,7 @@ declare class Conf = Record> impl @param key - The key of the item to delete. */ delete(key: Key): void; + delete(key: string): void; /** Delete all items. +