fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 6 additions and 4 deletions
Showing only changes of commit d1d57dcdd8 - Show all commits

View file

@ -1,6 +1,8 @@
# Release History # Release History
## Version 0.1.4 ## Version 0.1.4
* Error handling improved and logging enriched as well.
* Setting DATABASE_ is now STORAGE_.
## Version 0.1.3 ## Version 0.1.3
@ -27,8 +29,8 @@
## Version 0.0.30 ## Version 0.0.30
- FIX: Packages updated. - FIX: Packages updated.
- NEW: STORAGE_SYNC_ALTER environment parameter. - NEW: DATABASE_SYNC_ALTER environment parameter.
- NEW: STORAGE_SYNC_FORCE environment parameter. - NEW: DATABASE_SYNC_FORCE environment parameter.
- NEW: Define constraint names in MSSQL. - NEW: Define constraint names in MSSQL.
## Version 0.0.29 ## Version 0.0.29
@ -47,7 +49,7 @@
- FIX: Packages updated. - FIX: Packages updated.
- NEW: If a bot package's name begins with '.', then it is ignored. - NEW: If a bot package's name begins with '.', then it is ignored.
- NEW: Created STORAGE_LOGGING environment parameter. - NEW: Created DATABASE_LOGGING environment parameter.
## Version 0.0.25 ## Version 0.0.25

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "0.1.3", "version": "0.1.4",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts", "main": "./src/app.ts",
"homepage": "http://www.generalbot.com", "homepage": "http://www.generalbot.com",