From c503ef729e64edaa3fc2ba538545cf741c3bba52 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 27 Mar 2025 16:23:09 +0530 Subject: [PATCH 1/2] chore: core 0.0.14 --- 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 50d2c420..df790d7b 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.13", + "version": "0.0.14", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From db09eca544ba6acb56d95bac934fe786dfdfe3b2 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 27 Mar 2025 16:32:01 +0530 Subject: [PATCH 2/2] chore: upgrade maxun-core to 0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e8c3bc1..efa61130 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.13", + "maxun-core": "^0.0.14", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",