From 2aae82f6f67fe1f0e7f0b8b4bfcb6030549e1303 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 24 Oct 2025 00:25:38 +0530 Subject: [PATCH 1/3] chore: core v0.0.25 --- maxun-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index b0aaf4c0..cd920d79 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.24", + "version": "0.0.25", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From f41f07b7860fe056282f4b6fcc5b711986680e96 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 24 Oct 2025 00:28:42 +0530 Subject: [PATCH 2/3] chore: v0.0.25 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 536836c0..8af35125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.24", + "version": "0.0.25", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { @@ -51,7 +51,6 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.24", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3", From af8a64be6b03731eeb0af03717f6a75522252c84 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 24 Oct 2025 00:30:26 +0530 Subject: [PATCH 3/3] chore: maxun-core v0.0.25 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8af35125..c99c815a 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", + "maxun-core": "^0.0.25", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",