Compare commits

...

2 Commits

Author SHA1 Message Date
8def86494a 1.0.9 2024-05-11 12:27:02 +02:00
db46e01f6e fix(core): update 2024-05-11 12:27:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@serve.zone/platformservice", "name": "@serve.zone/platformservice",
"private": true, "private": true,
"version": "1.0.8", "version": "1.0.9",
"description": "contains the platformservice container with mail, sms, letter, ai services.", "description": "contains the platformservice container with mail, sms, letter, ai services.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/platformservice', name: '@serve.zone/platformservice',
version: '1.0.8', version: '1.0.9',
description: 'contains the platformservice container with mail, sms, letter, ai services.' description: 'contains the platformservice container with mail, sms, letter, ai services.'
} }