fix(core): update

This commit is contained in:
2021-08-12 23:35:39 +02:00
parent b584978287
commit 93153baa95
10 changed files with 24627 additions and 1120 deletions

View File

@@ -2,8 +2,8 @@
"name": "@pushrocks/smartsystem",
"version": "2.0.9",
"description": "interact with the system you are running on",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
@@ -24,29 +24,33 @@
},
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
"dependencies": {
"@pushrocks/lik": "^3.0.11",
"@pushrocks/smartenv": "^4.0.7",
"@pushrocks/smartnetwork": "^1.1.11",
"@pushrocks/smartpromise": "^3.0.2",
"systeminformation": "^4.14.8"
"@pushrocks/lik": "^4.0.20",
"@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartnetwork": "^2.0.10",
"@pushrocks/smartpromise": "^3.1.6",
"systeminformation": "^5.8.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"tslint": "^5.19.0",
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"private": false,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}
}