From bda0a6e22d8fd9c916eedab19740f808fc2cfc9f Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 12 Jun 2025 23:31:02 +0530 Subject: [PATCH 1/3] chore: v0.0.18 --- 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 06dc0734..280cfe03 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.17", + "version": "0.0.18", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From 587cd2c28dea67376d4cd5c0e24971ea658444c7 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 12 Jun 2025 23:31:49 +0530 Subject: [PATCH 2/3] chore: use maxun-core v0.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d9cc347..b4d6b888 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.17", + "maxun-core": "^0.0.18", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3", From 1aef86bad2a8ba61e8f37624fbbbe62546fd3a7a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 12 Jun 2025 23:32:07 +0530 Subject: [PATCH 3/3] chore: v0.0.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4d6b888..1ac934c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.15", + "version": "0.0.16", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": {