From 3db4f918ff807b4d7502220015b767b8c5a1358b Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Fri, 23 Jan 2026 14:43:22 +0530 Subject: [PATCH] chore: core v0.0.30 --- maxun-core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index cce98975..e83f3b88 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.29", + "version": "0.0.30", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", @@ -36,4 +36,4 @@ "playwright-core": "1.57.0", "turndown": "^7.2.2" } -} \ No newline at end of file +}