fix(core): update

This commit is contained in:
2022-07-16 18:15:23 +02:00
parent 4d14526858
commit 830a46ab30
13 changed files with 8468 additions and 10171 deletions

View File

@@ -1,28 +1,30 @@
{
"name": "@uptimelink/detector",
"name": "@uptime.link/detector",
"version": "1.0.4",
"private": false,
"description": "a detector for answering network questions locally. It does not rely on any online services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartnetwork": "^2.0.4",
"@pushrocks/smarturl": "^1.0.8"
"@pushrocks/smartnetwork": "^3.0.0",
"@pushrocks/smarturl": "^2.0.1"
},
"browserslist": [
"last 1 chrome versions"
@@ -39,4 +41,4 @@
"npmextra.json",
"readme.md"
]
}
}