From d5cefa706a638d28c58fbcf7d9f76bd7d448c865 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sun, 10 Aug 2025 22:16:30 +0530 Subject: [PATCH 1/3] chore: v0.0.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da29b133..3641fde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.20", + "version": "0.0.21", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From 204879590df0409311e47adb43d9899513862459 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sun, 10 Aug 2025 22:17:34 +0530 Subject: [PATCH 2/3] chore: core v0.0.21 --- 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 2660c4c1..81808a0f 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.20", + "version": "0.0.21", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From 33bd429cd905f250e01b740f34b10eb3bcab7d54 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sun, 10 Aug 2025 22:17:52 +0530 Subject: [PATCH 3/3] chore: use maxun-core v0.0.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3641fde5..8e79c106 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.20", + "maxun-core": "^0.0.21", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",