fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-01 20:55:45 +02:00
parent 0b1b6deb98
commit 2b308e8824
3 changed files with 331 additions and 8621 deletions

8934
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,11 +13,11 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsrun": "^1.2.32",
"@gitzone/tstest": "^1.0.70",
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.34",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23"
"@types/node": "^17.0.38"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
@ -28,7 +28,7 @@
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smarttime": "^3.0.45",
"@pushrocks/smartversion": "^2.0.7",
"@pushrocks/smartversion": "^3.0.2",
"package-json": "^7.0.0"
},
"files": [

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartnpm',
version: '2.0.1',
description: 'interface with npm to retrieve package information'
}