From 7af3abd65e37893f4e890a1d2fe99416287c0c08 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 18 May 2023 08:27:09 -0300 Subject: [PATCH] rename log to avoid covector conflict with the `log` dependency --- .changes/config.json | 4 ++-- .changes/v2-alpha.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index afc6032d..64a490ac 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -39,7 +39,7 @@ "publish": false, "dependencies": [ "app", - "log", + "log-plugin", "cli", "clipboard", "dialog", @@ -164,7 +164,7 @@ "manager": "rust" }, - "log": { + "log-plugin": { "path": "./plugins/log", "manager": "rust" }, diff --git a/.changes/v2-alpha.md b/.changes/v2-alpha.md index 50cdd7e0..6c8e7894 100644 --- a/.changes/v2-alpha.md +++ b/.changes/v2-alpha.md @@ -18,7 +18,7 @@ "http": major "http-js": major "localhost": major -"log": major +"log-plugin": major "log-js": major "notification": major "notification-js": major