From c978745d50c616109e0f26950537b10240224be8 Mon Sep 17 00:00:00 2001 From: nikkeyl <131481562+nikkeyl@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:00:06 +0300 Subject: [PATCH] fix: tslib --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e80953..5e77487 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "rollup": "^4.46.2", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-esbuild": "^6.2.1", - "semantic-release": "^24.2.7" + "semantic-release": "^24.2.7", + "tslib": "^2.8.1" } }