From 7792cf31e2f8d70945c8dda1d7ca26f0f9fc168a Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Thu, 17 Oct 2024 19:37:12 +0800 Subject: [PATCH] fix logging of api request and webhook sending --- api/composer.json | 2 +- api/composer.lock | 26 +++++++++++++------------- console/package.json | 2 +- packages/core-api | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/api/composer.json b/api/composer.json index 1c8b90cb..afb232c6 100644 --- a/api/composer.json +++ b/api/composer.json @@ -9,7 +9,7 @@ "license": "AGPL-3.0-or-later", "require": { "php": "^8.0", - "fleetbase/core-api": "^1.5.15", + "fleetbase/core-api": "^1.5.16", "fleetbase/fleetops-api": "^0.5.12", "fleetbase/registry-bridge": "^0.0.17", "fleetbase/storefront-api": "^0.3.16", diff --git a/api/composer.lock b/api/composer.lock index 27a67303..86fb4ef5 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2b331926d83262cbf59a7f2b8f2bbd3", + "content-hash": "32f79b3f32c110edf1f0daa01e5f1d30", "packages": [ { "name": "aws/aws-crt-php", @@ -2299,16 +2299,16 @@ }, { "name": "fleetbase/core-api", - "version": "1.5.15", + "version": "1.5.16", "source": { "type": "git", "url": "https://github.com/fleetbase/core-api.git", - "reference": "8db60ca17977fc5976f3cc01348ba6f885de131c" + "reference": "e5bc18fb4916f96a0a12ba5ba614fe659b8493b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fleetbase/core-api/zipball/8db60ca17977fc5976f3cc01348ba6f885de131c", - "reference": "8db60ca17977fc5976f3cc01348ba6f885de131c", + "url": "https://api.github.com/repos/fleetbase/core-api/zipball/e5bc18fb4916f96a0a12ba5ba614fe659b8493b4", + "reference": "e5bc18fb4916f96a0a12ba5ba614fe659b8493b4", "shasum": "" }, "require": { @@ -2391,9 +2391,9 @@ ], "support": { "issues": "https://github.com/fleetbase/core-api/issues", - "source": "https://github.com/fleetbase/core-api/tree/v1.5.15" + "source": "https://github.com/fleetbase/core-api/tree/v1.5.16" }, - "time": "2024-10-17T08:52:07+00:00" + "time": "2024-10-17T11:34:20+00:00" }, { "name": "fleetbase/fleetops-api", @@ -4186,16 +4186,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", "shasum": "" }, "require": { @@ -4249,7 +4249,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -4265,7 +4265,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T10:29:17+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { "name": "guzzlehttp/psr7", diff --git a/console/package.json b/console/package.json index 8235e2d8..3d14701c 100644 --- a/console/package.json +++ b/console/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/console", - "version": "0.5.15", + "version": "0.5.16", "private": true, "description": "Modular logistics and supply chain operating system (LSOS)", "repository": "https://github.com/fleetbase/fleetbase", diff --git a/packages/core-api b/packages/core-api index 8db60ca1..e5bc18fb 160000 --- a/packages/core-api +++ b/packages/core-api @@ -1 +1 @@ -Subproject commit 8db60ca17977fc5976f3cc01348ba6f885de131c +Subproject commit e5bc18fb4916f96a0a12ba5ba614fe659b8493b4