fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-07 20:42:21 +02:00
parent f868947a15
commit 594f8eb98f
3 changed files with 3883 additions and 1864 deletions

5733
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,18 +14,18 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.0",
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smarthash": "^3.0.1",
"@pushrocks/smartlog-interfaces": "^2.0.23",
"@pushrocks/webrequest": "^3.0.7"
"@pushrocks/webrequest": "^3.0.12"
},
"files": [
"ts/**/*",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartlog-destination-receiver',
version: '2.0.3',
version: '2.0.4',
description: 'a smartlog destination for smartlog-receiver'
}