fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-09 19:33:13 +02:00
parent ba57be2fe5
commit b7ecd5a6b7
3 changed files with 791 additions and 115 deletions

896
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,16 +14,16 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.34",
"@gitzone/tsrun": "^1.2.35",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.38"
"@types/node": "^17.0.41"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/levelcache": "^3.0.1",
"@pushrocks/smartarchive": "^3.0.2",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartarchive": "^3.0.6",
"@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartnpm',
version: '2.0.1',
version: '2.0.2',
description: 'interface with npm to retrieve package information'
}