Compare commits

...

2 Commits

Author SHA1 Message Date
Ron
5ceb3cbc84 Merge pull request #310 from fleetbase/dev-v05.16
fix logging of api request and webhook sending
2024-10-17 19:38:02 +08:00
Ronald A. Richardson
7792cf31e2 fix logging of api request and webhook sending 2024-10-17 19:37:12 +08:00
4 changed files with 16 additions and 16 deletions

View File

@@ -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",

26
api/composer.lock generated
View File

@@ -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",

View File

@@ -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",