fix(core): update

This commit is contained in:
2022-08-05 12:50:37 +02:00
parent e8057c0c95
commit b06ceaa9bf
11 changed files with 6605 additions and 18824 deletions

View File

@@ -5,6 +5,7 @@
"description": "smart wrapper for rxjs",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -12,18 +13,18 @@
"build": "(tsbuild --web && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tsbundle": "^1.0.89",
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^4.0.0",
"@types/node": "^17.0.10",
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartpromise": "^3.1.6",
"rxjs": "^7.5.2"
"@pushrocks/smartpromise": "^3.1.7",
"rxjs": "^7.5.6"
},
"files": [
"ts/**/*",