Compare commits

...

2 Commits

Author SHA1 Message Date
808a9cc856 1.0.6 2024-02-16 20:47:25 +01:00
be1c8d1164 fix(core): update 2024-02-16 20:47:25 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "@serve.zone/platformservice", "name": "@serve.zone/platformservice",
"version": "1.0.5", "private": true,
"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.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -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.'
} }