fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-07 22:45:04 +01:00
parent 151f925a0e
commit c995a2850c
4 changed files with 25022 additions and 2096 deletions

View File

@ -9,7 +9,7 @@
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "pushrocks",
"gitrepo": "smartlog-destination-receiver", "gitrepo": "smartlog-destination-receiver",
"shortDescription": "a smartlog destination for smartlog-receiver", "description": "a smartlog destination for smartlog-receiver",
"npmPackagename": "@pushrocks/smartlog-destination-receiver", "npmPackagename": "@pushrocks/smartlog-destination-receiver",
"license": "MIT" "license": "MIT"
} }

27096
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,18 +13,18 @@
"format": "(gitzone format)" "format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.33", "@gitzone/tstest": "^1.0.64",
"@pushrocks/qenv": "^4.0.6", "@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.1", "@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^14.0.11", "@types/node": "^17.0.21",
"tslint": "^6.1.2", "tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smarthash": "^2.1.6", "@pushrocks/smarthash": "^2.1.10",
"@pushrocks/smartlog-interfaces": "^2.0.15", "@pushrocks/smartlog-interfaces": "^2.0.23",
"@pushrocks/smartrequest": "^1.1.47" "@pushrocks/smartrequest": "^1.1.56"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

View File

@ -1,4 +1,4 @@
import { expect, tap } from '@pushrocks/tapbundle'; import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import { Qenv } from '@pushrocks/qenv'; import { Qenv } from '@pushrocks/qenv';
import * as smartlog from '@pushrocks/smartlog'; import * as smartlog from '@pushrocks/smartlog';
const testQenv = new Qenv('./', './.nogit/'); const testQenv = new Qenv('./', './.nogit/');