From 93465150425a3b168a3f250289b52e9f10b97a79 Mon Sep 17 00:00:00 2001 From: "Castro, Mario" Date: Wed, 4 Dec 2024 22:38:55 -0300 Subject: [PATCH] Add rush change file --- .../remove_child_process_promise_2024-12-05-01-38.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/@boostercloud/framework-core/remove_child_process_promise_2024-12-05-01-38.json diff --git a/common/changes/@boostercloud/framework-core/remove_child_process_promise_2024-12-05-01-38.json b/common/changes/@boostercloud/framework-core/remove_child_process_promise_2024-12-05-01-38.json new file mode 100644 index 000000000..fd90679a2 --- /dev/null +++ b/common/changes/@boostercloud/framework-core/remove_child_process_promise_2024-12-05-01-38.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@boostercloud/framework-core", + "comment": "Replace child-process-promise with execa", + "type": "patch" + } + ], + "packageName": "@boostercloud/framework-core" +} \ No newline at end of file