fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-20 09:35:02 +02:00
parent 84a6aebd08
commit 7df770f9fb
3 changed files with 4385 additions and 3 deletions

View File

@ -17,11 +17,11 @@
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.38",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41"
"@types/node": "^18.11.2"
},
"dependencies": {},
"browserslist": [
"last 1 chrome versions"
],

4382
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartping',
version: '1.0.3',
version: '1.0.4',
description: 'a ping utility'
}