From 802566291ba10646d164986e51ee1d9fd74d34ce Mon Sep 17 00:00:00 2001 From: Nayden Naydenov Date: Wed, 17 Jan 2024 14:25:17 +0200 Subject: [PATCH] chore: correct patch --- patches/@custom-elements-manifest+analyzer+0.8.4.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/@custom-elements-manifest+analyzer+0.8.4.patch b/patches/@custom-elements-manifest+analyzer+0.8.4.patch index 6fb2991930af..2c315827a9a7 100644 --- a/patches/@custom-elements-manifest+analyzer+0.8.4.patch +++ b/patches/@custom-elements-manifest+analyzer+0.8.4.patch @@ -12,14 +12,14 @@ index 49da928..1868c9b 100755 /** * Create the manifest diff --git a/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js b/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js -index 30cfee9..ff27d8b 100644 +index 30cfee9..338e5a3 100644 --- a/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js +++ b/node_modules/@custom-elements-manifest/analyzer/src/utils/cli-helpers.js @@ -61,6 +61,7 @@ export const DEFAULTS = { stencil: false, fast: false, catalyst: false, -+ ui5generation: false, ++ ui5package: false, 'catalyst-major-2': false, } @@ -27,7 +27,7 @@ index 30cfee9..ff27d8b 100644 { name: 'fast', type: Boolean }, { name: 'catalyst', type: Boolean }, { name: 'catalyst-major-2', type: Boolean }, -+ { name: 'ui5generation', type: Boolean }, ++ { name: 'ui5package', type: Boolean }, ]; return commandLineArgs(optionDefinitions, { argv });