From d9e5c0cff863a5010b106095a34559eff23e52e9 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Tue, 22 Apr 2025 02:38:55 +0530 Subject: [PATCH 1/3] chore: v0.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 876fa45b..a4294c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.12", + "version": "0.0.13", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From 0f5759dc1881319a211b784ecfa6440bdcee9675 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 24 Apr 2025 20:03:27 +0530 Subject: [PATCH 2/3] feat: core 0.0.15 --- 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 df790d7b..803fde15 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.14", + "version": "0.0.15", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From 3100f60d86439dabb79af4f751cc0dc0346f17ae Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 24 Apr 2025 20:07:51 +0530 Subject: [PATCH 3/3] chore: upgrade core 0.0.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4294c97..75350f1f 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.14", + "maxun-core": "^0.0.15", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",