From 7ed2bad10c534c68af32af295a08767cff2c8fb5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 12 Mar 2025 23:37:00 +0530 Subject: [PATCH 1/2] chore: core v0.0.13 --- 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 2f04d42a..50d2c420 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.12", + "version": "0.0.13", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From 6cfc7a4d45e37b748314c402681d27478c103970 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 12 Mar 2025 23:43:16 +0530 Subject: [PATCH 2/2] chore: upgrade core v0.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 666f9e00..57a22d1d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.12", + "maxun-core": "^0.0.13", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3",