From faab013da94c2f14bd3f41bb8ea6387b81e80d8d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 8 May 2025 14:33:41 +0530 Subject: [PATCH 1/3] chore: v0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75350f1f..7f7aa76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.13", + "version": "0.0.14", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From f746aeded9af9c842447f87a22a59a08d4e70d44 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 8 May 2025 17:04:13 +0530 Subject: [PATCH 2/3] chore: v0.0.16 core --- 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 803fde15..c9620bcb 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.15", + "version": "0.0.16", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From f5d867450f80d99c06ec862b22ad0dfb21b961b5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 8 May 2025 17:07:37 +0530 Subject: [PATCH 3/3] chore: use 0.0.16 core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f7aa76d..795795bd 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.15", + "maxun-core": "^0.0.16", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",