From d80e3e6811a049664108afba0d7a53ce213dff31 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 16 Jul 2025 01:20:27 +0530 Subject: [PATCH 1/3] chore: core 0.0.20 --- 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 d6b789c8..2660c4c1 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.19", + "version": "0.0.20", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From f21e7bae3a2023b394d93d007bd01c35925048e8 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 16 Jul 2025 01:20:59 +0530 Subject: [PATCH 2/3] chore: maxun v0.0.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95690aa7..10a71025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.18", + "version": "0.0.19", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From 89b557a84bab738139f4c0bb3ef6745d7e75a618 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 16 Jul 2025 01:21:21 +0530 Subject: [PATCH 3/3] chore: use maxun-core 0.0.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a71025..d89a36db 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.19", + "maxun-core": "^0.0.20", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",