fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-16 20:47:25 +01:00
parent 2ecb2f3aa0
commit be1c8d1164
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "@serve.zone/platformservice", "name": "@serve.zone/platformservice",
"private": true,
"version": "1.0.5", "version": "1.0.5",
"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",
@ -11,7 +12,7 @@
"test": "(tstest test/)", "test": "(tstest test/)",
"start": "(node --max_old_space_size=100 ./cli.js)", "start": "(node --max_old_space_size=100 ./cli.js)",
"startTs": "(node cli.ts.js)", "startTs": "(node cli.ts.js)",
"build": "(tsbuild --web --allowimplicitany)" "localPublish": ""
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.17", "@git.zone/tsbuild": "^2.1.17",

View File

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