feat(SzPlatformClient): Add debug mode functionality to SzPlatformClient and SzEmailConnector

This commit is contained in:
2024-10-04 13:39:41 +02:00
parent 965dad9b15
commit 7e721eb48e
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformclient',
version: '1.0.11',
version: '1.1.0',
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
}