From c788c2a400977512b791fe710f481163eede278b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 29 May 2025 01:40:43 +0530 Subject: [PATCH 1/3] chore: core 0.0.17 --- 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 c9620bcb..06dc0734 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.16", + "version": "0.0.17", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From 1727b74704dab0c65a3b6e9adf554f7952ce7c79 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 29 May 2025 01:41:26 +0530 Subject: [PATCH 2/3] chore: v0.0.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 795795bd..b75e8583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.14", + "version": "0.0.15", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From 37c9db62129897cd329f64e8fdd43a6334edab1d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 29 May 2025 15:49:52 +0530 Subject: [PATCH 3/3] chore: use 0.0.17 core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b75e8583..9652ed87 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.16", + "maxun-core": "^0.0.17", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",