diff --git a/.github/workflows/dev-environment.yml b/.github/workflows/dev-environment.yml index 1fd2f9c080..bad08f81bd 100644 --- a/.github/workflows/dev-environment.yml +++ b/.github/workflows/dev-environment.yml @@ -64,6 +64,16 @@ jobs: path: 'wazuh/plugins/wazuh-core', container_path: 'wazuh-core', }, + { + name: 'Wazuh Engine', + path: 'wazuh/plugins/wazuh-engine', + container_path: 'wazuh-engine', + }, + { + name: 'Wazuh Fleet', + path: 'wazuh/plugins/wazuh-fleet', + container_path: 'wazuh-fleet', + }, ] steps: diff --git a/plugins/wazuh-engine/package.json b/plugins/wazuh-engine/package.json index ee7c858e98..2252b02009 100644 --- a/plugins/wazuh-engine/package.json +++ b/plugins/wazuh-engine/package.json @@ -3,7 +3,7 @@ "version": "5.0.0", "revision": "00", "pluginPlatform": { - "version": "2.13.0" + "version": "2.16.0" }, "description": "Wazuh Engine", "private": true, @@ -22,4 +22,4 @@ "@testing-library/user-event": "^14.5.0", "@types/": "testing-library/user-event" } -} +} \ No newline at end of file diff --git a/plugins/wazuh-fleet/package.json b/plugins/wazuh-fleet/package.json index 48c44bc288..db5576925b 100644 --- a/plugins/wazuh-fleet/package.json +++ b/plugins/wazuh-fleet/package.json @@ -3,7 +3,7 @@ "version": "5.0.0", "revision": "00", "pluginPlatform": { - "version": "2.13.0" + "version": "2.16.0" }, "description": "Wazuh Fleet", "private": true, @@ -26,4 +26,4 @@ "@types/": "testing-library/user-event", "@types/md5": "^2.3.2" } -} +} \ No newline at end of file