From 24ff79d8b974efa5427e3f2def3b00e237e2262b Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Wed, 13 Mar 2024 21:14:11 +0100 Subject: [PATCH] bump dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 030e9ec..da7a11b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10948,7 +10948,7 @@ async function executeCliPreviewCommand(stellateConfigDirectory) { }; const exitCode = await exec.exec('npx', // The --yes flag is used to suppress the warning 'The following package was not found and will be installed' - ['--yes', 'stellate@2.4.0', 'config', 'preview', '--json'], options); + ['--yes', 'stellate@2.11.1', 'config', 'preview', '--json'], options); if (exitCode !== 0) { throw new Error(`The command exited with code: ${exitCode}. Error: ${error}`); }