From 9f4322ec93beaad317e8fe3ef63c1da08e78825b Mon Sep 17 00:00:00 2001 From: Barath Kumar Date: Sat, 14 Jun 2025 13:50:07 +0530 Subject: [PATCH 1/2] fix: include wit files with package Signed-off-by: Barath Kumar --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85d4520..5e753f4 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "files": [ "lib", "types", - "plugin" + "plugin", + "wit" ] -} \ No newline at end of file +} From fb26a0cb827e9a4d71ca7aa79e8414336402a8a3 Mon Sep 17 00:00:00 2001 From: Barath Kumar Date: Mon, 11 Aug 2025 20:03:56 +0200 Subject: [PATCH 2/2] Signing commit Signed-off-by: Barath Kumar