fix(core): Fix authorization handling and format code.

This commit is contained in:
2024-10-05 09:00:27 +02:00
parent b610cba9ac
commit 1212ee9116
4 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformclient',
version: '1.1.1',
version: '1.1.2',
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
}